Nuke one overly-broad generalisation, as suggested by Sarathy.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
32         Log: FAQ sync.  (Ignoring the few URL differences for now.)
33      Branch: perl
34            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
35            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
36            ! pod/perlfaq7.pod pod/perlfaq9.pod
37 ____________________________________________________________________________
38 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
39         Log: Upgrade to Encode 1.31, from Dan Kogai.
40      Branch: perl
41            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
42            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
43            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
44            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
45 ____________________________________________________________________________
46 [ 15811] By: ams                                   on 2002/04/08  17:00:37
47         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
48              From: Andy Dougherty <doughera@lafayette.edu>
49              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
50              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
51      Branch: perl
52            ! lib/sort.t pp_sort.c
53 ____________________________________________________________________________
54 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
55         Log: metaconfig unit changes for #15809.
56      Branch: metaconfig
57            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
58 ____________________________________________________________________________
59 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
60         Log: Mirroring #15806.
61      Branch: perl
62            ! Porting/Glossary Porting/config.sh Porting/config_H
63 ____________________________________________________________________________
64 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
65         Log: metaconfig unit changes for #15807.
66      Branch: metaconfig
67            ! U/protos/Protochk.U U/threads/d_asctime_r.U
68            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
69            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
70            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
71            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
72            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
73            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
74            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
75            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
76            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
77            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
78            ! U/threads/d_getprotobyname_r.U
79            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
80            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
81            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
82            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
83            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
84            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
85            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
86            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
87            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
88            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
89            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
90            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
91            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
92            ! U/threads/i_pthread.U
93      Branch: perl
94            ! config_h.SH
95 ____________________________________________________________________________
96 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
97         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
98              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
99              Date: Mon, 08 Apr 2002 14:34:27 +0200
100              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
101      Branch: perl
102            ! Configure hints/hpux.sh reentr.pl
103 ____________________________________________________________________________
104 [ 15806] By: ams                                   on 2002/04/08  13:50:43
105         Log: Subject: [PATCH] Updates to Porting/Glossary
106              From: Paul_GreenVOS@vos.stratus.com
107              Date: Mon, 8 Apr 02 10:44 edt
108              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
109      Branch: perl
110            ! Porting/Glossary
111 ____________________________________________________________________________
112 [ 15805] By: ams                                   on 2002/04/08  13:47:32
113         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
114              coredumps on startup)
115              From: Michael G Schwern <schwern@pobox.com>
116              Date: Mon, 8 Apr 2002 10:34:49 -0400
117              Message-Id: <20020408143449.GB3245@blackrider>
118      Branch: perl
119            ! lib/ExtUtils/MM_Unix.pm
120 ____________________________________________________________________________
121 [ 15804] By: ams                                   on 2002/04/08  13:29:28
122         Log: Subject: [PATCH] example in pod/perllexwarn.pod
123              From: Slaven Rezic <slaven.rezic@berlin.de>
124              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
125              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
126      Branch: perl
127            ! pod/perllexwarn.pod
128 ____________________________________________________________________________
129 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
130         Log: Upgrade to Encode 1.30, from Dan Kogai. 
131      Branch: perl
132            + ext/Encode/lib/Encode/Encoder.pm
133            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
134            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
135            ! ext/Encode/lib/Encode/Supported.pod
136            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
137            ! ext/Encode/t/grow.t
138 ____________________________________________________________________________
139 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
140         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
141              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
142              Date: Mon, 08 Apr 2002 01:08:40 +0100
143              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
144      Branch: perl
145            ! ext/MIME/Base64/t/base64.t
146 ____________________________________________________________________________
147 [ 15801] By: nick                                  on 2002/04/08  07:28:27
148         Log: Integrate mainline
149      Branch: perlio
150           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
151           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
152           +> ext/File/Glob/t/utf8.t
153           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
154           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
155           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
156            - ext/Encode/lib/Encode/10646_1.pm
157            - ext/Encode/lib/Encode/Internal.pm
158            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
159            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
160            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
161            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
162            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
163            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
164            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
165           !> (integrate 157 files)
166 ____________________________________________________________________________
167 [ 15800] By: ams                                   on 2002/04/08  07:06:21
168         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
169              From: Jan Dubois <JanD@ActiveState.com>
170              Date: Mon, 08 Apr 2002 00:10:39 -0700
171              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
172      Branch: perl
173            ! lib/ExtUtils/Packlist.pm
174 ____________________________________________________________________________
175 [ 15799] By: ams                                   on 2002/04/08  04:50:36
176         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
177              From: Stas Bekman <stas@stason.org>
178              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
179              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
180      Branch: perl
181            ! pod/perlguts.pod
182 ____________________________________________________________________________
183 [ 15798] By: ams                                   on 2002/04/08  03:56:52
184         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
185      Branch: perl
186            ! util.c
187 ____________________________________________________________________________
188 [ 15797] By: ams                                   on 2002/04/08  01:30:38
189         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
190              same line of code. (As suggested by Simon Cozens.)
191      Branch: perl
192            ! mg.c
193 ____________________________________________________________________________
194 [ 15796] By: ams                                   on 2002/04/08  01:27:24
195         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
196              Simon Cozens.
197      Branch: perl
198            ! embed.fnc util.c
199 ____________________________________________________________________________
200 [ 15795] By: ams                                   on 2002/04/08  01:05:16
201         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
202              From: Tom Brown <thecap@peach.ece.utexas.edu>
203              Date: Sun, 07 Apr 2002 23:20:05 GMT
204              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
205      Branch: perl
206            ! ext/Devel/DProf/DProf.xs
207 ____________________________________________________________________________
208 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
209         Log: Retract #15793 since #15775 should fix the problem.
210      Branch: perl
211            ! hv.c
212 ____________________________________________________________________________
213 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
214         Log: (Retracted by #15794)
215              Subject: [PATCH] hv.c
216              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
217              Date: Sun, 7 Apr 2002 14:25:48 +0200
218              Message-ID: <3CB056EC.16340.1119992@localhost>
219      Branch: perl
220            ! hv.c
221 ____________________________________________________________________________
222 [ 15792] By: ams                                   on 2002/04/07  21:48:49
223         Log: Make other nits nervous.
224      Branch: perl
225            ! gv.c perl.c
226 ____________________________________________________________________________
227 [ 15791] By: ams                                   on 2002/04/07  20:31:08
228         Log: Subject: [MIME::Base64 patch] t/base64.t fix
229              From: Dan Kogai <dankogai@dan.co.jp>
230              Date: Mon, 8 Apr 2002 06:19:29 +0900
231              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
232      Branch: perl
233            ! ext/MIME/Base64/t/base64.t
234 ____________________________________________________________________________
235 [ 15790] By: ams                                   on 2002/04/07  20:15:52
236         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
237              From: Slaven Rezic <slaven.rezic@berlin.de>
238              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
239              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
240      Branch: perl
241            ! ext/Devel/Peek/Peek.xs
242 ____________________________________________________________________________
243 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
244         Log: Fully qualify in warning message the name of a subroutine redefined
245              via glob assignment
246      Branch: perl
247            ! sv.c t/lib/warnings/op t/lib/warnings/sv
248 ____________________________________________________________________________
249 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
250         Log: Update from Dan Kogai.
251      Branch: perl
252            ! ext/Encode/t/Unicode.t
253 ____________________________________________________________________________
254 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
255         Log: Can't right now twist my brain to figure out
256              the right CR/LF code point mappings in EBCDIC.
257      Branch: perl
258            ! lib/Pod/t/eol.t
259 ____________________________________________________________________________
260 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
261         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
262              From: Nicholas Clark <nick@ccl4.org>
263              Date: Sun, 7 Apr 2002 15:01:56 +0100
264              Message-ID: <20020407150156.R10686@plum.flirble.org>
265      Branch: perl
266            ! ext/Data/Dumper/Dumper.xs
267 ____________________________________________________________________________
268 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
269         Log: Tpyo.
270      Branch: perl
271            ! lib/Pod/t/eol.t
272 ____________________________________________________________________________
273 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
274         Log: EBCDIC branch was forgotten.
275      Branch: perl
276            ! ext/Devel/Peek/Peek.t
277 ____________________________________________________________________________
278 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
279         Log: charnames::viacode() was broken, noticed by Jeffrey.
280      Branch: perl
281            ! lib/charnames.pm lib/charnames.t
282 ____________________________________________________________________________
283 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
284         Log: Missing files.
285      Branch: perl
286            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
287            ! MANIFEST ext/Encode/MANIFEST
288 ____________________________________________________________________________
289 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
290         Log: (intentionally empty)
291      Branch: perl
292            ! MANIFEST sv.h
293 ____________________________________________________________________________
294 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
295         Log: Upgrade to Encode 1.26, from Dan Kogai.
296      Branch: perl
297            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
298            + ext/Encode/ucm/jis0212.ucm
299            - ext/Encode/lib/Encode/10646_1.pm
300            - ext/Encode/lib/Encode/Internal.pm
301            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
302            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
303            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
304            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
305            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
306            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
307            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
308            - ext/Encode/ucm/macRumanian.ucm
309            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
310            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
311            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
312            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
313            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
314            ! ext/Encode/lib/Encode/Encoding.pm
315            ! ext/Encode/lib/Encode/Supported.pod
316            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
317            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
318            ! ext/Encode/ucm/adobeSymbol.ucm
319            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
320            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
321            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
322            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
323            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
324            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
325            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
326            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
327            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
328            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
329            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
330            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
331            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
332            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
333            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
334            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
335            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
336            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
337            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
338            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
339            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
340            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
341            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
342            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
343            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
344            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
345            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
346            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
347            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
348            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
349            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
350            ! ext/Encode/ucm/nextstep.ucm
351 ____________________________________________________________________________
352 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
353         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
354              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
355              Now, where was my coffee mug...
356      Branch: perl
357            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
358            ! pp_sys.c
359 ____________________________________________________________________________
360 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
361         Log: Subject: [PATCH] MakeMaker basic.t on Win32
362              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
363              Date: Sun, 7 Apr 2002 14:25:48 +0200
364              Message-ID: <3CB056EC.27101.1119A3D@localhost>
365              
366              Subject: [PATCH] MakeMaker && Win32 && nmake
367              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
368              Date: Sun, 7 Apr 2002 14:25:48 +0200
369              Message-ID: <3CB056EC.9001.11199ED@localhost>
370      Branch: perl
371            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
372 ____________________________________________________________________________
373 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
374         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
375              From: Philip Newton <Philip.Newton@gmx.net>
376              Date: Sun, 07 Apr 2002 07:51:49 +0200      
377              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
378      Branch: perl
379            ! utf8.c
380 ____________________________________________________________________________
381 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
382         Log: There was no nice way of getting in UTF-8 filenames:
383              now one can use in the (new) three-arg form of readdir()
384              and in File::Glob import a ":utf8" to transparently accept
385              the filenames as Unicode.  Note that only :utf8 is supported,
386              not fancier stuff like :encoding(foobar)
387      Branch: perl
388            + ext/File/Glob/t/utf8.t
389            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
390            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
391            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
392            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
393            ! t/op/readdir.t
394 ____________________________________________________________________________
395 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
396         Log: Subject: [PATCH] Re: perl@15772
397              From: Nicholas Clark <nick@ccl4.org>
398              Date: Sun, 7 Apr 2002 11:06:42 +0100
399              Message-ID: <20020407110641.O10686@plum.flirble.org>
400      Branch: perl
401            ! hv.c
402 ____________________________________________________________________________
403 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
404         Log: Subject: [PATCH] Re: 15764 breakage
405              From: Michael G Schwern <schwern@pobox.com>
406              Date: Sat, 6 Apr 2002 19:14:02 -0500
407              Message-ID: <20020407001401.GA7076@blackrider>
408      Branch: perl
409            ! lib/ExtUtils/MM_Unix.pm
410 ____________________________________________________________________________
411 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
412         Log: Instruction tweak.
413      Branch: perl
414            ! README.os390
415 ____________________________________________________________________________
416 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
417         Log: Update Changes.
418      Branch: perl
419            ! Changes patchlevel.h
420 ____________________________________________________________________________
421 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
422         Log: Subject: [PATCH] Encode tweaks for VMS
423              From: Michael G Schwern <schwern@pobox.com>
424              Date: Sat, 6 Apr 2002 03:26:09 -0500
425              Message-ID: <20020406082609.GA28758@blackrider>
426      Branch: perl
427            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
428            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
429            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
430            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
431 ____________________________________________________________________________
432 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
433         Log: Prettyprinting and version paranoia.
434      Branch: perl
435            ! ext/DB_File/t/db-recno.t
436 ____________________________________________________________________________
437 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
438         Log: Be explicit about the two DB_File tests croaking
439              in Mac OS X.
440      Branch: perl
441            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
442 ____________________________________________________________________________
443 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
444         Log: Regen toc.
445      Branch: perl
446            ! pod/perltoc.pod
447 ____________________________________________________________________________
448 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
449         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
450              From: Benjamin Goldberg <goldbb2@earthlink.net>
451              Date: Fri, 05 Apr 2002 19:15:42 -0500
452              Message-ID: <3CAE3E2E.8483505@earthlink.net>
453      Branch: perl
454            ! hv.h
455 ____________________________________________________________________________
456 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
457         Log: Underline that the current implementation is not
458              guaranteed to be forever; and reformat a bit.
459      Branch: perl
460            ! lib/utf8.pm
461 ____________________________________________________________________________
462 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
463         Log: Subject: Weak spots in the utf8 manpage
464              From: andreas.koenig@anima.de (Andreas J. Koenig)
465              Date: Fri, 05 Apr 2002 10:08:44 +0200      
466              Message-ID: <m3u1qqefeb.fsf@anima.de>      
467      Branch: perl
468            ! lib/utf8.pm
469 ____________________________________________________________________________
470 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
471         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
472              From: Michael G Schwern <schwern@pobox.com>
473              Date: Sat, 6 Apr 2002 03:22:03 -0500
474              Message-ID: <20020406082203.GA28713@blackrider>
475      Branch: perl
476            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
477            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
478            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
479            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
480            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
481            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
482            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
483            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
484            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
485            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
486 ____________________________________________________________________________
487 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
488         Log: No need to avoid utf8 warnings after #15762.
489      Branch: perl
490            ! lib/Unicode/Collate.pm
491 ____________________________________________________________________________
492 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
493         Log: As noted by Philip Newton: nothing wrong with BOM,
494              but 0xFFFE quite wrong.
495      Branch: perl
496            ! t/lib/warnings/utf8 utf8.c utf8.h
497 ____________________________________________________________________________
498 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
499         Log: Explain the "gaps" in the UTF-8 encoding.
500      Branch: perl
501            ! pod/perlunicode.pod utf8.h
502 ____________________________________________________________________________
503 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
504         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
505              From: Nicholas Clark <nick@unfortu.net>
506              Date: Sat, 6 Apr 2002 14:54:51 +0100
507              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
508      Branch: perl
509            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
510 ____________________________________________________________________________
511 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
512         Log: Signedness nits.
513      Branch: perl
514            ! hv.c
515 ____________________________________________________________________________
516 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
517         Log: Make hv_notallowed a static as suggested by Nick Clark;
518              and synchronize the nomenclature to talk about restricted
519              (not fixed) hashes.
520      Branch: perl
521            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
522            ! proto.h
523 ____________________________________________________________________________
524 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
525         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
526              From: Nicholas Clark <nick@unfortu.net>
527              Date: Sat, 6 Apr 2002 00:21:17 +0100
528              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
529              
530              (with the last one reversed)
531      Branch: perl
532            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
533            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
534 ____________________________________________________________________________
535 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
536         Log: Update the warning message.
537      Branch: perl
538            ! README.tru64
539 ____________________________________________________________________________
540 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
541         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
542              From: Dan Kogai <dankogai@dan.co.jp>
543              Date: Sat, 6 Apr 2002 06:08:40 +0900
544              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
545      Branch: perl
546            ! pod/perlunicode.pod
547 ____________________________________________________________________________
548 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
549         Log: Some tests were failing silently instead of saying "not ok"
550      Branch: perl
551            ! t/comp/proto.t
552 ____________________________________________________________________________
553 [ 15753] By: nick                                  on 2002/04/05  19:30:12
554         Log: Integrate mainline
555      Branch: perlio
556           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
557           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
558           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
559 ____________________________________________________________________________
560 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
561         Log: Minor Tie::File test patch, from mjd.
562      Branch: perl
563            ! lib/Tie/File/t/24_cache_loop.t
564 ____________________________________________________________________________
565 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
566         Log: Not *that* different line endings (noticed by Philip Newton)
567      Branch: perl
568            ! pod/perldelta.pod
569 ____________________________________________________________________________
570 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
571         Log: Retract #15745 for now; won't work without more Encode fixes.
572      Branch: perl
573            ! ext/Encode/lib/Encode/10646_1.pm
574 ____________________________________________________________________________
575 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
576         Log: metaconfig unit change for #15748.
577      Branch: metaconfig
578            ! U/modified/Oldconfig.U
579 ____________________________________________________________________________
580 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
581         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
582              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
583              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
584              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
585      Branch: perl
586            ! Configure
587 ____________________________________________________________________________
588 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
589         Log: NetWare update from C Aditya.
590      Branch: perl
591            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
592 ____________________________________________________________________________
593 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
594         Log: Win32 pacifying from mjd.
595      Branch: perl
596            ! lib/Tie/File/t/26_twrite.t
597 ____________________________________________________________________________
598 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
599         Log: Integrate perlio;
600              
601              Not only did UCS-2 have dodgy name it was buggy.
602      Branch: perl
603           !> ext/Encode/lib/Encode/10646_1.pm
604 ____________________________________________________________________________
605 [ 15744] By: nick                                  on 2002/04/05  13:02:36
606         Log: Not only did UCS-2 have dodgy name it was buggy.
607      Branch: perlio
608            ! ext/Encode/lib/Encode/10646_1.pm
609 ____________________________________________________________________________
610 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
611         Log: Subject: Patch for bug ID 20020221.007
612              From: Archer Sully <archer@meer.net>
613              Date: Thu, 4 Apr 2002 21:45:34 -0700
614              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
615              
616              Fix for "[ID 20020221.007] SEGV in Storable with empty string
617              scalar object" (dclone)
618      Branch: perl
619            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
620 ____________________________________________________________________________
621 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
622         Log: Subject: Re: lib/sort.t failure 
623              From: "John P. Linderman" <jpl@research.att.com>
624              Date: Fri, 05 Apr 2002 06:19:07 -0500
625              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
626              
627              with a minor formatting tweak
628      Branch: perl
629            ! pod/perlfunc.pod
630 ____________________________________________________________________________
631 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
632         Log: Subject: Re: lib/sort.t failure (and [PATCH])
633              From: "John P. Linderman" <jpl@research.att.com>
634              Date: Fri, 05 Apr 2002 07:13:27 -0500
635              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
636      Branch: perl
637            ! lib/sort.t
638 ____________________________________________________________________________
639 [ 15740] By: nick                                  on 2002/04/05  09:31:42
640         Log: Integrate mainline
641      Branch: perlio
642           +> (branch 49 files)
643           !> (integrate 82 files)
644 ____________________________________________________________________________
645 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
646         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
647              From: Dan Kogai <dankogai@dan.co.jp>
648              Date: Fri, 5 Apr 2002 11:52:50 +0900
649              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
650      Branch: perl
651            ! ext/Encode/t/Aliases.t
652 ____________________________________________________________________________
653 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
654         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
655              From: Dan Kogai <dankogai@dan.co.jp>
656              Date: Fri, 5 Apr 2002 11:39:55 +0900
657              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
658      Branch: perl
659            ! ext/Encode/lib/Encode/Alias.pm
660 ____________________________________________________________________________
661 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
662         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
663              From: Ilmari Karonen <iltzu@sci.fi>
664              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
665              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
666      Branch: perl
667            ! gv.c t/op/method.t
668 ____________________________________________________________________________
669 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
670         Log: I was fooled for a while, somebody else might be too.
671      Branch: perl
672            ! t/test.pl
673 ____________________________________________________________________________
674 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
675         Log: test.pl-ify.
676      Branch: perl
677            ! t/op/method.t
678 ____________________________________________________________________________
679 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
680         Log: Upgrade to Encode 1.20, from Dan Kogai.
681      Branch: perl
682            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
683            + ext/Encode/ucm/adobeSymbol.ucm
684            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
685            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
686            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
687            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
688            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
689            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
690            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
691            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
692            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
693            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
694            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
695            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
696            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
697            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
698            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
699            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
700            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
701            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
702            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
703            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
704            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
705            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
706            + ext/Encode/ucm/macSymbol.ucm
707            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
708            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
709            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
710            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
711            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
712            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
713            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
714            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
715            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
716            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
717            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
718            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
719            ! ext/Encode/lib/Encode/Alias.pm
720            ! ext/Encode/lib/Encode/Supported.pod
721            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
722            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
723            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
724            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
725            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
726            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
727            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
728            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
729            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
730            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
731            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
732            ! ext/Encode/ucm/nextstep.ucm
733 ____________________________________________________________________________
734 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
735         Log: Subject: left-over "use 5.7.2" in threads.pm
736              From: Slaven Rezic <slaven.rezic@berlin.de>
737              Date: 21 Mar 2002 23:18:13 +0100
738              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
739      Branch: perl
740            ! ext/threads/threads.pm
741 ____________________________________________________________________________
742 [ 15732] By: ams                                   on 2002/04/04  17:08:13
743         Log: Subject: [PATCH 5.7.3 DOCS]
744              From: mjd@plover.com
745              Date: 4 Apr 2002 15:59:39 -0000
746              Message-Id: <20020404155939.6754.qmail@plover.com>
747      Branch: perl
748            ! pod/perlfaq9.pod
749 ____________________________________________________________________________
750 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
751         Log: metaconfig unit change for #15730.
752      Branch: metaconfig
753            ! U/threads/usethreads.U
754 ____________________________________________________________________________
755 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
756         Log: Subject: Re: lib/sort.t failure [PATCH]
757              From: Andy Dougherty <doughera@lafayette.edu>
758              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
759              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
760              
761              Default to usethreads in case the user most probably forgot it.
762      Branch: perl
763            ! Configure
764 ____________________________________________________________________________
765 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
766         Log: Typo nits from Wolfgang Laun.
767      Branch: perl
768            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
769 ____________________________________________________________________________
770 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
771         Log: Detypo in diagnostics.
772      Branch: perl
773            ! lib/locale.t
774 ____________________________________________________________________________
775 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
776         Log: pod2html: try to be EOL agnostic.
777              (Needs testing on CRLF and CR platforms.)
778      Branch: perl
779            + lib/Pod/t/eol.t
780            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
781 ____________________________________________________________________________
782 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
783         Log: Subject: [PATCH} Pod::HTML and HTML4
784              From: Robert Spier <rspier@pobox.com>
785              Date: Wed, 03 Apr 2002 16:26:21 -0800
786              Message-ID: <3CAB9DAD.20305@pobox.com>
787      Branch: perl
788            ! lib/Pod/Html.pm
789 ____________________________________________________________________________
790 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
791         Log: Byebye, beebee.
792      Branch: perl
793            ! t/lib/warnings/perlio
794 ____________________________________________________________________________
795 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
796         Log: Subject: Re: enc2xs needs portable way to know it's in the core
797              From: PPrymmer@factset.com
798              Date: Wed, 3 Apr 2002 14:29:32 -0500
799              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
800      Branch: perl
801            ! configure.com
802 ____________________________________________________________________________
803 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
804         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
805              From: Dominic Dunlop <domo@computer.org>
806              Date: Wed, 3 Apr 2002 22:44:01 +0200
807              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
808      Branch: perl
809            ! lib/File/Spec/t/rel2abs2rel.t
810 ____________________________________________________________________________
811 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
812         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
813              From: Paul_GreenVOS@vos.stratus.com
814              Date: Wed, 3 Apr 02 16:34 est
815              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
816      Branch: perl
817            ! pp_pack.c
818 ____________________________________________________________________________
819 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
820         Log: Upgrade to Tie::File 0.93, from mjd.
821      Branch: perl
822            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
823            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
824            ! lib/Tie/File/t/41_heap.t
825 ____________________________________________________________________________
826 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
827         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
828              From: Andy Dougherty <doughera@lafayette.edu>
829              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
830              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
831      Branch: perl
832            ! lib/AnyDBM_File.t
833 ____________________________________________________________________________
834 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
835         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
836              and ccflags including -DNO_LOCALE
837      Branch: perl
838            ! perl.h
839 ____________________________________________________________________________
840 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
841         Log: EPOC tweaks from Olaf Flebbe.
842      Branch: perl
843            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
844 ____________________________________________________________________________
845 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
846         Log: Subject: [PATCH] Set @INC earlier
847              From: Andy Dougherty <doughera@lafayette.edu>
848              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
849              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
850      Branch: perl
851            ! lib/AnyDBM_File.t lib/sort.t
852 ____________________________________________________________________________
853 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
854         Log: perlcompile.pod was listing all B:: modules, except B::Concise
855              (resubmitted)
856      Branch: perl
857            ! pod/perlcompile.pod
858 ____________________________________________________________________________
859 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
860         Log: perlcompile.pod was listing all B:: modules, except B::Concise
861      Branch: perl
862            ! pod/perlcompile.pod
863 ____________________________________________________________________________
864 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
865         Log: non-perlio robustness.
866      Branch: perl
867            ! ext/Socket/socketpair.t lib/utf8.t
868 ____________________________________________________________________________
869 [ 15713] By: nick                                  on 2002/04/03  18:06:49
870         Log: Integrate mainline
871      Branch: perlio
872           +> lib/Tie/File/t/41_heap.t
873           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
874           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
875           !> regexec.c t/op/re_tests t/op/tiearray.t
876 ____________________________________________________________________________
877 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
878         Log: Tweak for 8.3 compat.
879      Branch: perl
880            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
881            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
882            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
883            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
884            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
885            ! ext/Encode/bin/enc2xs
886 ____________________________________________________________________________
887 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
888         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
889              From: Mark-Jason Dominus <mjd@plover.com>
890              Date: Wed, 03 Apr 2002 13:04:40 -0500
891              Message-ID: <20020403180440.7614.qmail@plover.com>
892      Branch: perl
893            ! t/op/tiearray.t
894 ____________________________________________________________________________
895 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
896         Log: Forgotten.
897      Branch: perl
898            + lib/Tie/File/t/41_heap.t
899            ! MANIFEST
900 ____________________________________________________________________________
901 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
902         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
903              From: Mark Kvale <kvale@phy.ucsf.edu>
904              Date: Tue, 2 Apr 2002 13:57:37 -0800
905              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
906      Branch: perl
907            ! t/op/re_tests
908 ____________________________________________________________________________
909 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
910         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
911              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
912              Date: Wed, 03 Apr 2002 03:34:34 +0100
913              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
914      Branch: perl
915            ! regcomp.c
916 ____________________________________________________________________________
917 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
918         Log: The leavetry crash should now be history.
919      Branch: perl
920            ! t/op/tiearray.t
921 ____________________________________________________________________________
922 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
923         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
924              From: Michael G Schwern <schwern@pobox.com>
925              Date: Wed, 3 Apr 2002 10:56:44 -0500
926              Message-ID: <20020403155644.GC916@blackrider>
927      Branch: perl
928            ! lib/ExtUtils/MM_Win95.pm
929 ____________________________________________________________________________
930 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
931         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
932              From: Dave Mitchell <davem@fdgroup.com>
933              Date: Wed, 3 Apr 2002 02:08:26 +0100
934              Message-ID: <20020403020825.B16724@fdgroup.com>
935      Branch: perl
936            ! pp_ctl.c
937 ____________________________________________________________________________
938 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
939         Log: Prototype tweak for non-threaded builds.
940      Branch: perl
941            ! perl.c
942 ____________________________________________________________________________
943 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
944         Log: Detached threads do not help; they still hold resources.
945      Branch: perl
946            ! ext/threads/threads.pm pod/perldiag.pod
947 ____________________________________________________________________________
948 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
949         Log: Doc tweak from Wolfgang Laun.
950      Branch: perl
951            ! lib/File/Compare.pm
952 ____________________________________________________________________________
953 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
954         Log: Subject: [PATCH bleadperl] regexec.c
955              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
956              Date: Wed, 3 Apr 2002 11:13:30 +0200
957              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
958      Branch: perl
959            ! regexec.c
960 ____________________________________________________________________________
961 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
962         Log: Document the "Cleanup skipped ..." warning.
963      Branch: perl
964            ! ext/threads/threads.pm pod/perldiag.pod
965 ____________________________________________________________________________
966 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
967         Log: Integrate perlio;
968              
969              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
970              
971              Fix segfaults when mainthread exits with other threads running:
972              - track number of running threads
973              - if main thread calls perl_destruct() with other threads running
974              skip most of cleanup (with a warning).
975      Branch: perl
976           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
977           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
978           !> pod/perlapi.pod proto.h
979 ____________________________________________________________________________
980 [ 15698] By: nick                                  on 2002/04/03  13:15:30
981         Log: Fix segfaults when mainthread exits with other threads running:
982              - track number of running threads
983              - if main thread calls perl_destruct() with other threads running
984              skip most of cleanup (with a warning).
985      Branch: perlio
986            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
987            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
988 ____________________________________________________________________________
989 [ 15697] By: nick                                  on 2002/04/03  07:34:13
990         Log: Integrate mainline
991      Branch: perlio
992           +> lib/Net/Ping/t/250_ping_hires.t
993           !> (integrate 33 files)
994 ____________________________________________________________________________
995 [ 15696] By: nick                                  on 2002/04/03  06:41:58
996         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
997      Branch: perlio
998            ! lib/ExtUtils/xsubpp
999 ____________________________________________________________________________
1000 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
1001         Log: Subject: [PATCH @15047] debugger
1002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1003              Date: Sat, 16 Mar 2002 04:38:50 -0500
1004              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
1005      Branch: perl
1006            ! lib/perl5db.pl
1007 ____________________________________________________________________________
1008 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
1009         Log: Third Degree flags.
1010      Branch: perl
1011            ! Makefile.SH
1012 ____________________________________________________________________________
1013 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
1014         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
1015              From: Mark-Jason Dominus <mjd@plover.com>
1016              Date: Tue, 02 Apr 2002 16:35:11 -0500
1017              Message-ID: <20020402213511.27781.qmail@plover.com>
1018              
1019              (tweaked)
1020      Branch: perl
1021            ! pod/perlfunc.pod
1022 ____________________________________________________________________________
1023 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
1024         Log: Upgrade to Tie::File 0.92, from mjd.
1025      Branch: perl
1026            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1027            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1028            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
1029            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
1030            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
1031            ! lib/Tie/File/t/40_abs_cache.t
1032 ____________________________________________________________________________
1033 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
1034         Log: Subject: [PATCH] Update my email address in perl.c
1035              From: Paul_GreenVOS@vos.stratus.com
1036              Date: Tue, 2 Apr 02 15:27 est
1037              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
1038      Branch: perl
1039            ! AUTHORS perl.c
1040 ____________________________________________________________________________
1041 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
1042         Log: POD fix.
1043      Branch: perl
1044            ! pod/perldelta.pod
1045 ____________________________________________________________________________
1046 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
1047         Log: What started as a small nit (the charnames test, nit found
1048              be Hugo), ballooned a bit... the goal is Larry's wish that
1049              illegal Unicode (such as U+FFFF) by default doesn't warn,
1050              since what if somebody WANTS to create illegal Unicode?
1051              Now getting close to this in the regex runtime.
1052              (Also, fix more of my fixation that BOM would be U+FFFE.)
1053      Branch: perl
1054            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
1055            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
1056 ____________________________________________________________________________
1057 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
1058         Log: Talk more about Net::Ping.
1059      Branch: perl
1060            ! pod/perldelta.pod
1061 ____________________________________________________________________________
1062 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
1063         Log: Upgrade to Net::Ping 2.14.
1064      Branch: perl
1065            + lib/Net/Ping/t/250_ping_hires.t
1066            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
1067            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
1068            ! lib/Net/Ping/t/140_stream_inst.t
1069 ____________________________________________________________________________
1070 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
1071         Log: XML::Parser 2.31 should be out shortly.
1072      Branch: perl
1073            ! pod/perldelta.pod
1074 ____________________________________________________________________________
1075 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
1076         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
1077              From: George Necula <necula@eecs.berkeley.edu>
1078              Date: Tue, 2 Apr 2002 10:22:41 -0800
1079              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
1080      Branch: perl
1081            ! lib/File/Spec/Cygwin.pm
1082 ____________________________________________________________________________
1083 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
1084         Log: EBCDIC test tweak.
1085      Branch: perl
1086            ! pod/perldelta.pod t/uni/case.pl
1087 ____________________________________________________________________________
1088 [ 15683] By: nick                                  on 2002/04/02  15:36:17
1089         Log: Integrate mainline
1090      Branch: perlio
1091           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
1092           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
1093           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
1094 ____________________________________________________________________________
1095 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
1096         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
1097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1098              Date: Tue, 2 Apr 2002 00:37:08 -0500
1099              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
1100      Branch: perl
1101            ! os2/os2ish.h perlio.c
1102 ____________________________________________________________________________
1103 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
1104         Log: Subject: [PATCH @15047] debugger again
1105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1106              Date: Tue, 2 Apr 2002 00:30:31 -0500
1107              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
1108      Branch: perl
1109            ! lib/perl5db.pl
1110 ____________________________________________________________________________
1111 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
1112         Log: Subject: [PATCH @15047] test() in CPAN.pm
1113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1114              Date: Tue, 2 Apr 2002 00:46:45 -0500
1115              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
1116      Branch: perl
1117            ! lib/CPAN.pm
1118 ____________________________________________________________________________
1119 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
1120         Log: Sync with libnet-1.11
1121      Branch: perl
1122            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
1123            ! lib/Net/SMTP.pm
1124 ____________________________________________________________________________
1125 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
1126         Log: NetWare tweaks from C Aditya.
1127      Branch: perl
1128            ! NetWare/t/NWScripts.pl scope.c
1129 ____________________________________________________________________________
1130 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
1131         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
1132              From: Dan Kogai <dankogai@dan.co.jp>
1133              Date: Tue, 2 Apr 2002 22:21:47 +0900
1134              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
1135      Branch: perl
1136            ! ext/Encode/Encode.xs
1137 ____________________________________________________________________________
1138 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
1139         Log: Integrate perlio;
1140              
1141              Calculate buffer size needs in float to avoid 32-bit overflow.
1142              
1143              Add buffer size growth test.
1144      Branch: perl
1145           +> ext/Encode/t/grow.t
1146           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
1147 ____________________________________________________________________________
1148 [ 15675] By: nick                                  on 2002/04/02  07:49:41
1149         Log: Add buffer size growth test.
1150      Branch: perlio
1151            + ext/Encode/t/grow.t
1152            ! MANIFEST ext/Encode/MANIFEST
1153 ____________________________________________________________________________
1154 [ 15674] By: nick                                  on 2002/04/02  07:40:49
1155         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
1156      Branch: perlio
1157            ! ext/Encode/Encode.xs
1158 ____________________________________________________________________________
1159 [ 15673] By: nick                                  on 2002/04/02  07:40:06
1160         Log: Integrate mainline
1161      Branch: perlio
1162           +> (branch 102 files)
1163            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1164            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1165            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1166            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1167            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1168            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1169            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1170            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1171            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
1172            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
1173            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
1174            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
1175            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
1176            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
1177            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
1178            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
1179            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
1180            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
1181            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
1182            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
1183            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
1184            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
1185            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
1186            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
1187            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
1188            - ext/Encode/Encode/macCentEuro.ucm
1189            - ext/Encode/Encode/macCroatian.ucm
1190            - ext/Encode/Encode/macCyrillic.ucm
1191            - ext/Encode/Encode/macDingbats.ucm
1192            - ext/Encode/Encode/macGreek.ucm
1193            - ext/Encode/Encode/macIceland.ucm
1194            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1195            - ext/Encode/Encode/macRumanian.ucm
1196            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1197            - ext/Encode/Encode/macTurkish.ucm
1198            - ext/Encode/Encode/macUkraine.ucm
1199            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1200            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
1201            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
1202            - ext/Encode/compile ext/Encode/encode.h
1203            - ext/Encode/lib/Encode/CN/2022_CN.pm
1204            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
1205            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1206            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
1207            - lib/unicore/PropertyValueAliases.txt
1208           !> (integrate 143 files)
1209 ____________________________________________________________________________
1210 [ 15672] By: ams                                   on 2002/04/02  04:42:44
1211         Log: Win32 fix for Tie::File from MJD.
1212      Branch: perl
1213            ! lib/Tie/File.pm
1214 ____________________________________________________________________________
1215 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
1216         Log: Add a few tests to the timing-sensitive list.
1217      Branch: perl
1218            ! INSTALL
1219 ____________________________________________________________________________
1220 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
1221         Log: Subject: [PATCH sort.t] extensive regression testing
1222              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1223              Date: Mon, 1 Apr 2002 23:50:24 +0200
1224              Message-ID: <20020401235024.E677@rafael>
1225      Branch: perl
1226            ! lib/sort.t
1227 ____________________________________________________________________________
1228 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
1229         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
1230              From: Nicholas Clark <nick@unfortu.net>
1231              Date: Mon, 1 Apr 2002 21:54:05 +0100
1232              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
1233      Branch: perl
1234            ! lib/Memoize/t/errors.t
1235 ____________________________________________________________________________
1236 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
1237         Log: Subject: getting rid of a few superfluous $&/$`
1238              From: Jeffrey Friedl <jfriedl@yahoo.com>
1239              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
1240              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
1241              
1242              (with more-backward-compat than just using @- and @+, also by Jeffrey)
1243              
1244              (The version number of Text::Balanced intentionally not
1245              increased since Damian will make a new release after 5.8)
1246      Branch: perl
1247            ! lib/Pod/Html.pm lib/Text/Balanced.pm
1248 ____________________________________________________________________________
1249 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
1250         Log: Subject: [PATCH 5.7.3 TESTS]
1251              From: mjd@plover.com
1252              Date: 1 Apr 2002 20:32:18 -0000
1253              Message-ID: <20020401203218.25230.qmail@plover.com>
1254      Branch: perl
1255            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1256            ! t/op/tiearray.t t/test.pl
1257 ____________________________________________________________________________
1258 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
1259         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
1260              From: Paul_GreenVOS@vos.stratus.com
1261              Date: Mon, 1 Apr 02 15:15 est
1262              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
1263      Branch: perl
1264            ! iperlsys.h
1265 ____________________________________________________________________________
1266 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
1267         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
1268              From: Paul_GreenVOS@vos.stratus.com
1269              Date: Mon, 1 Apr 02 14:11 est
1270              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
1271      Branch: perl
1272            ! lib/ExtUtils/MM_Unix.pm
1273 ____________________________________________________________________________
1274 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
1275         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
1276              From: Nicholas Clark <nick@unfortu.net>
1277              Date: Mon, 1 Apr 2002 19:30:05 +0100
1278              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
1279      Branch: perl
1280            ! t/op/pat.t t/op/utfhash.t
1281 ____________________________________________________________________________
1282 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
1283         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
1284              From: Mark-Jason Dominus <mjd@plover.com>
1285              Date: Mon, 01 Apr 2002 13:22:01 -0500
1286              Message-ID: <20020401182201.21189.qmail@plover.com>
1287      Branch: perl
1288            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
1289 ____________________________________________________________________________
1290 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
1291         Log: Update Changes.
1292      Branch: perl
1293            ! Changes patchlevel.h
1294 ____________________________________________________________________________
1295 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
1296         Log: Subject: [PATCH 5.7.3 DOC]
1297              From: mjd@plover.com
1298              Date: 1 Apr 2002 17:23:40 -0000
1299              Message-ID: <20020401172340.16410.qmail@plover.com>
1300      Branch: perl
1301            ! pod/perldelta.pod
1302 ____________________________________________________________________________
1303 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
1304         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
1305      Branch: perl
1306            ! hints/unicos.sh
1307 ____________________________________________________________________________
1308 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
1309         Log: Advertise piconv and enc2xs.
1310      Branch: perl
1311            ! pod/perldelta.pod
1312 ____________________________________________________________________________
1313 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
1314         Log: Add enc2xs.
1315      Branch: perl
1316            + utils/enc2xs.PL
1317            ! MANIFEST utils/Makefile
1318 ____________________________________________________________________________
1319 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
1320         Log: Integrate perlio;
1321              
1322              Be more explicit testing for \015 not \r
1323      Branch: perl
1324           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
1325           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
1326 ____________________________________________________________________________
1327 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
1328         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
1329              From: Philip Newton <Philip.Newton@gmx.net>
1330              Date: Mon, 01 Apr 2002 17:06:18 +0200
1331              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
1332      Branch: perl
1333            ! lib/charnames.pm lib/charnames.t
1334 ____________________________________________________________________________
1335 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
1336         Log: Subject: detypo patch
1337              From: andreas.koenig@anima.de (Andreas J. Koenig)
1338              Date: Mon, 01 Apr 2002 10:09:21 +0200
1339              Message-ID: <m3r8lzsuvi.fsf@anima.de>
1340      Branch: perl
1341            ! INSTALL
1342 ____________________________________________________________________________
1343 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
1344         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
1345              From: Philip Newton <Philip.Newton@gmx.net>
1346              Date: Mon, 01 Apr 2002 08:12:01 +0200
1347              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
1348      Branch: perl
1349            ! lib/charnames.pm lib/charnames.t
1350 ____________________________________________________________________________
1351 [ 15653] By: nick                                  on 2002/04/01  09:20:24
1352         Log: Be more explicit testing for \015 not \r
1353      Branch: perlio
1354            ! t/io/crlf.t
1355 ____________________________________________________________________________
1356 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
1357         Log: If under UTF-8 locale the utf8.pm really needs to be found.
1358      Branch: perl
1359            ! t/comp/cpp.t t/run/switchPx.t
1360 ____________________________________________________________________________
1361 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
1362         Log: Upgrade to Tie::File 0.91, from mjd.
1363      Branch: perl
1364            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
1365            + lib/Tie/File/t/26_twrite.t
1366            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1367            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1368            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1369            ! lib/Tie/File/t/16_handle.t
1370 ____________________________________________________________________________
1371 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
1372         Log: DJGPP tweaks from Laszlo.
1373      Branch: perl
1374            ! lib/ExtUtils/MM_DOS.pm util.c
1375 ____________________________________________________________________________
1376 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
1377         Log: Discussion about minimal installations.
1378      Branch: perl
1379            ! INSTALL
1380 ____________________________________________________________________________
1381 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
1382         Log: Comment tweak from Hugo.
1383      Branch: perl
1384            ! regexec.c
1385 ____________________________________________________________________________
1386 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
1387         Log: Another UTF-8 locale tweak from Hugo.
1388      Branch: perl
1389            ! regexec.c
1390 ____________________________________________________________________________
1391 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
1392         Log: Document the known MacOS X locale problem.
1393      Branch: perl
1394            ! pod/perldelta.pod
1395 ____________________________________________________________________________
1396 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
1397         Log: Regex fix from Hugo: in UTF-8 locales the character
1398              counting code didn't work right for minimal matches.
1399      Branch: perl
1400            ! regexec.c
1401 ____________________________________________________________________________
1402 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
1403         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
1404              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1405              Date: Sun, 31 Mar 2002 20:32:43 -0500
1406              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
1407      Branch: perl
1408            ! lib/ExtUtils/xsubpp
1409 ____________________________________________________________________________
1410 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
1411         Log: Document known FreeBSD locale glitch. 
1412      Branch: perl
1413            ! pod/perldelta.pod
1414 ____________________________________________________________________________
1415 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
1416         Log: There is --list in glibc iconv.
1417      Branch: perl
1418            ! ext/Encode/bin/piconv
1419 ____________________________________________________________________________
1420 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
1421         Log: Slight usage tweaks to piconv: show usage with
1422              no -t -f or -l arguments, or with -h.
1423      Branch: perl
1424            ! ext/Encode/bin/piconv
1425 ____________________________________________________________________________
1426 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
1427         Log: Get the piconv installed.
1428      Branch: perl
1429            + utils/piconv.PL
1430            ! MANIFEST utils/Makefile
1431 ____________________________________________________________________________
1432 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
1433         Log: Spelling tweaks.
1434      Branch: perl
1435            ! ext/Encode/bin/piconv
1436 ____________________________________________________________________________
1437 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
1438         Log: Upgrade to Encode 1.11, from Dan Kogai.
1439      Branch: perl
1440            + ext/Encode/Encode/Changes.e2x
1441            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
1442            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
1443            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
1444            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
1445            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
1446            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
1447            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
1448            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
1449            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
1450            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
1451            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
1452            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
1453            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
1454            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
1455            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
1456            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
1457            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
1458            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
1459            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
1460            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
1461            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
1462            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
1463            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
1464            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
1465            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
1466            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
1467            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
1468            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
1469            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
1470            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
1471            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
1472            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
1473            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
1474            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
1475            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
1476            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
1477            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
1478            + ext/Encode/ucm/viscii.ucm
1479            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1480            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1481            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1482            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1483            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1484            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1485            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1486            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1487            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1488            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1489            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1490            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1491            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1492            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1493            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1494            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1495            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1496            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1497            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1498            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1499            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1500            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1501            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1502            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1503            - ext/Encode/Encode/ksc5601.ucm
1504            - ext/Encode/Encode/macCentEuro.ucm
1505            - ext/Encode/Encode/macCroatian.ucm
1506            - ext/Encode/Encode/macCyrillic.ucm
1507            - ext/Encode/Encode/macDingbats.ucm
1508            - ext/Encode/Encode/macGreek.ucm
1509            - ext/Encode/Encode/macIceland.ucm
1510            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1511            - ext/Encode/Encode/macRumanian.ucm
1512            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1513            - ext/Encode/Encode/macTurkish.ucm
1514            - ext/Encode/Encode/macUkraine.ucm
1515            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1516            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1517            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
1518            - lib/encoding.pm lib/encoding.t
1519            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
1520            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1521            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
1522            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
1523            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1524            ! ext/Encode/Makefile.PL ext/Encode/README
1525            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1526            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1527            ! ext/Encode/lib/Encode/Alias.pm
1528            ! ext/Encode/lib/Encode/Supported.pod
1529 ____________________________________________________________________________
1530 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
1531         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
1532              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
1533              respective test    and doc tweaks.
1534      Branch: perl
1535            ! lib/charnames.pm lib/charnames.t
1536 ____________________________________________________________________________
1537 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
1538         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
1539              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1540              Date: Sun, 31 Mar 2002 22:47:31 +0200
1541              Message-ID: <20020331224731.E854@rafael>
1542      Branch: perl
1543            ! pod/perlfunc.pod
1544 ____________________________________________________________________________
1545 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
1546         Log: Subject: [PATCH] __attribute__ problems with g++
1547              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1548              Date: Sun, 31 Mar 2002 22:43:03 +0200
1549              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
1550      Branch: perl
1551            ! perl.h
1552 ____________________________________________________________________________
1553 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
1554         Log: Put back the #! line, false alarm.
1555      Branch: perl
1556            ! lib/ExtUtils/t/Constant.t
1557 ____________________________________________________________________________
1558 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
1559         Log: Subject: Re: [Patch] pod/perlvar.pod
1560              From: Philip Newton <Philip.Newton@gmx.net>
1561              Date: Sun, 31 Mar 2002 07:40:43 +0200
1562              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
1563      Branch: perl
1564            ! pod/perlvar.pod
1565 ____________________________________________________________________________
1566 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
1567         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
1568              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1569              Date: Sat, 30 Mar 2002 21:37:37 -0500
1570              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
1571      Branch: perl
1572            ! ext/Socket/socketpair.t
1573 ____________________________________________________________________________
1574 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
1575         Log: Subject: Re: compile tweak for Win32
1576              From: Michael G Schwern <schwern@pobox.com>
1577              Date: Fri, 29 Mar 2002 17:48:22 -0500      
1578              Message-ID: <20020329224822.GG16816@blackrider>
1579      Branch: perl
1580            ! win32/buildext.pl
1581 ____________________________________________________________________________
1582 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
1583         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
1584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1585              Date: Sat, 30 Mar 2002 22:19:46 +0100
1586              Message-ID: <20020330221946.A28497@rafael>
1587      Branch: perl
1588            ! t/lib/1_compile.t
1589 ____________________________________________________________________________
1590 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
1591         Log: Subject: [PATCH regmesg.t] increase output verbosity
1592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1593              Date: Sat, 30 Mar 2002 22:34:08 +0100
1594              Message-ID: <20020330223408.C28497@rafael>
1595      Branch: perl
1596            ! t/op/regmesg.t
1597 ____________________________________________________________________________
1598 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
1599         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
1600              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1601              Date: Sat, 30 Mar 2002 21:36:23 +0100
1602              Message-ID: <20020330213623.A677@rafael>
1603      Branch: perl
1604            ! regcomp.c
1605 ____________________________________________________________________________
1606 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
1607         Log: If using a network filesystem several different hosts
1608              may be trying to lock the same file.  In this case offering
1609              to kill the other process is not that helpful.  (Unless one
1610              has *real* clustering, but that's not usually the case.)
1611      Branch: perl
1612            ! lib/CPAN.pm
1613 ____________________________________________________________________________
1614 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
1615         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
1616              From: andreas.koenig@anima.de (Andreas J. Koenig)
1617              Date: Sat, 30 Mar 2002 06:12:36 +0100
1618              Message-ID: <m3hemyvdtn.fsf@anima.de>
1619      Branch: perl
1620            ! lib/Dumpvalue.pm
1621 ____________________________________________________________________________
1622 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
1623         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
1624              From: Jeremy Zawodny <Jeremy@Zawodny.com>
1625              Date: Fri, 29 Mar 2002 17:55:20 -0800
1626              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
1627      Branch: perl
1628            ! utils/dprofpp.PL
1629 ____________________________________________________________________________
1630 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
1631         Log: Subject: [Patch] pod/perlvar.pod
1632              From: Dan Kogai <dankogai@dan.co.jp>
1633              Date: Sun, 31 Mar 2002 02:03:36 +0900
1634              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
1635      Branch: perl
1636            ! pod/perlvar.pod
1637 ____________________________________________________________________________
1638 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
1639         Log: Subject: [PATCH] MM & Encode fixes
1640              From: Michael G Schwern <schwern@pobox.com>
1641              Date: Sat, 30 Mar 2002 06:41:56 -0500
1642              Message-ID: <20020330114156.GA16533@blackrider>
1643      Branch: perl
1644            + lib/ExtUtils/t/basic.t
1645            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
1646            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1647            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1648            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1649            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1650            ! lib/ExtUtils/t/hints.t
1651 ____________________________________________________________________________
1652 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
1653         Log: EBCDICification.
1654      Branch: perl
1655            ! lib/charnames.t
1656 ____________________________________________________________________________
1657 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
1658         Log: Upgrade to Tie::File 0.90, from mjd.
1659      Branch: perl
1660            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
1661            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1662            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1663            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
1664            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
1665            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
1666            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1667            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
1668            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1669 ____________________________________________________________________________
1670 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
1671         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
1672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1673              Date: Sat, 30 Mar 2002 00:20:39 +0100
1674              Message-ID: <20020330002039.A716@rafael>
1675      Branch: perl
1676            ! lib/sort.pm
1677 ____________________________________________________________________________
1678 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
1679         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
1680              From: Michael G Schwern <schwern@pobox.com>
1681              Date: Fri, 29 Mar 2002 18:14:20 -0500
1682              Message-ID: <20020329231419.GI16816@blackrider>
1683      Branch: perl
1684            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
1685            ! wince/Makefile.ce
1686 ____________________________________________________________________________
1687 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
1688         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
1689              From: Paul_GreenVOS@vos.stratus.com
1690              Date: Fri, 29 Mar 02 18:01 est
1691              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
1692      Branch: perl
1693            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
1694 ____________________________________________________________________________
1695 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
1696         Log: AUTHORS updates.
1697      Branch: perl
1698            ! AUTHORS
1699 ____________________________________________________________________________
1700 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
1701         Log: Upgrade to Encode 1.01, from Dan Kogai.
1702      Branch: perl
1703            ! ext/Encode/Changes ext/Encode/Encode.pm
1704            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1705            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1706            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1707            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1708            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1709            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1710            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1711            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1712            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1713            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1714            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1715            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1716            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1717            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1718            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1719            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1720            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1721            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1722            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1723            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1724            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1725            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1726            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1727            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1728            ! ext/Encode/Encode/ksc5601.ucm
1729            ! ext/Encode/Encode/macCentEuro.ucm
1730            ! ext/Encode/Encode/macCroatian.ucm
1731            ! ext/Encode/Encode/macCyrillic.ucm
1732            ! ext/Encode/Encode/macDingbats.ucm
1733            ! ext/Encode/Encode/macGreek.ucm
1734            ! ext/Encode/Encode/macIceland.ucm
1735            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1736            ! ext/Encode/Encode/macRumanian.ucm
1737            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1738            ! ext/Encode/Encode/macTurkish.ucm
1739            ! ext/Encode/Encode/macUkraine.ucm
1740            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1741            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1742            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
1743            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1744            ! ext/Encode/lib/Encode/CJKConstants.pm
1745            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
1746            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
1747            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
1748 ____________________________________________________________________________
1749 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
1750         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
1751              From: "Craig A. Berry" <craigberry@mac.com>
1752              Date: Fri, 29 Mar 2002 13:46:28 -0600
1753              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
1754      Branch: perl
1755            ! configure.com
1756 ____________________________________________________________________________
1757 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
1758         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
1759              which one has to get from the CPAN distribution.
1760      Branch: perl
1761            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
1762            + lib/Memoize/t/expmod_t.t
1763            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1764            - lib/Memoize/t/expire_module_t.t
1765            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
1766            ! lib/Memoize/README
1767 ____________________________________________________________________________
1768 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
1769         Log: metaconfig unit tweak.
1770      Branch: metaconfig/U/perl
1771            ! versiononly.U
1772 ____________________________________________________________________________
1773 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
1774         Log: Configure-related tweaks.
1775      Branch: perl
1776            ! Porting/Glossary Porting/config.sh Porting/config_H
1777            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1778            ! vos/config.ga.h
1779 ____________________________________________________________________________
1780 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
1781         Log: Ooops.
1782      Branch: perl
1783            ! t/op/ver.t
1784 ____________________________________________________________________________
1785 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
1786         Log: Subject: [PATCH @15606] d_time for vms
1787              From: "Craig A. Berry" <craigberry@mac.com>
1788              Date: Fri, 29 Mar 2002 11:58:29 -0600
1789              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
1790      Branch: perl
1791            ! configure.com
1792 ____________________________________________________________________________
1793 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
1794         Log: Subject: Re: Regex-Unicode bugs
1795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1796              Date: Thu, 28 Mar 2002 10:12:35 +0100
1797              Message-ID: <20020328101235.F678@rafael>
1798      Branch: perl
1799            ! t/op/regmesg.t
1800 ____________________________________________________________________________
1801 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
1802         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
1803              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1804              Date: Fri, 29 Mar 2002 16:53:27 +0000
1805              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
1806      Branch: perl
1807            ! pod/perlre.pod pod/perlretut.pod
1808 ____________________________________________________________________________
1809 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
1810         Log: Subject: Re: debugger debuggers wanted
1811              From: spidb@cpan.org
1812              Date: Fri, 29 Mar 2002 06:34:11 -0500
1813              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
1814      Branch: perl
1815            ! lib/perl5db.pl
1816 ____________________________________________________________________________
1817 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
1818         Log: Update Changes.
1819      Branch: perl
1820            ! Changes patchlevel.h
1821 ____________________________________________________________________________
1822 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
1823         Log: Rename for 8.3-friendliness.
1824      Branch: perl
1825            + lib/unicore/PropValueAliases.txt
1826            - lib/unicore/PropertyValueAliases.txt
1827            ! MANIFEST lib/unicore/README.perl
1828 ____________________________________________________________________________
1829 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
1830         Log: Retract ExtUtils/t/basic.t until it works.
1831      Branch: perl
1832            - lib/ExtUtils/t/basic.t
1833            ! MANIFEST
1834 ____________________________________________________________________________
1835 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
1836         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
1837              From: Slaven Rezic <slaven.rezic@berlin.de>
1838              Date: 28 Mar 2002 22:27:14 +0100
1839              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
1840      Branch: perl
1841            ! hints/freebsd.sh
1842 ____________________________________________________________________________
1843 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
1844         Log: Interesting... where did this come from?
1845              (The Configure change in #15600)
1846      Branch: perl
1847            ! config_h.SH
1848 ____________________________________________________________________________
1849 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
1850         Log: metaconfig unit change for #15600.
1851      Branch: metaconfig/U/perl
1852            ! versiononly.U
1853 ____________________________________________________________________________
1854 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
1855         Log: Subject: versiononly should not put `old' versions in inc
1856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1857              Date: Fri, 29 Mar 2002 12:53:49 +0100
1858              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
1859      Branch: perl
1860            ! Configure
1861 ____________________________________________________________________________
1862 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
1863         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
1864              From: Michael G Schwern <schwern@pobox.com>
1865              Date: Fri, 29 Mar 2002 04:12:47 -0500
1866              Message-ID: <20020329091247.GA7432@blackrider>
1867              
1868              (with two nits: (1) change lib/Extutils/Command/MM.pm
1869              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
1870              @INC to compile.t)
1871      Branch: perl
1872            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
1873            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
1874            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
1875            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
1876            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
1877            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
1878            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
1879            + lib/ExtUtils/t/Problem-Module/Makefile.PL
1880            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
1881            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
1882            + t/lib/MakeMaker/Test/Utils.pm
1883            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1884            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1885            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
1886            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
1887            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
1888            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1889            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1890            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
1891            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
1892            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1893            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1894            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1895            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1896            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
1897            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
1898            ! t/lib/TieOut.pm
1899 ____________________________________________________________________________
1900 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
1901         Log: Leftovers from Encode 0.99.
1902      Branch: perl
1903            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
1904            - ext/Encode/compile ext/Encode/encode.h
1905            - ext/Encode/lib/Encode/CN/2022_CN.pm
1906            - ext/Encode/lib/Encode/Details.pod
1907 ____________________________________________________________________________
1908 [ 15597] By: nick                                  on 2002/03/29  14:03:35
1909         Log: Integrate mainline
1910      Branch: perlio
1911           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
1912           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
1913           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1914           !> (integrate 130 files)
1915 ____________________________________________________________________________
1916 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
1917         Log: Subject: Another Unicode-3.2-induced doc fix
1918              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1919              Date: Fri, 29 Mar 2002 21:45:47 +0900
1920              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
1921      Branch: perl
1922            ! ext/Unicode/Normalize/Normalize.pm
1923 ____________________________________________________________________________
1924 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
1925         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
1926              From: Slaven Rezic <slaven.rezic@berlin.de>
1927              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
1928              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
1929      Branch: perl
1930            ! reentr.c reentr.pl
1931 ____________________________________________________________________________
1932 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
1933         Log: Subject: [PATCH] Quieting OS X
1934              From: Michael G Schwern <schwern@pobox.com>
1935              Date: Fri, 29 Mar 2002 05:46:23 -0500
1936              Message-ID: <20020329104622.GA9163@blackrider>
1937      Branch: perl
1938            ! ext/POSIX/t/posix.t t/op/stat.t
1939 ____________________________________________________________________________
1940 [ 15593] By: ams                                   on 2002/03/29  07:32:22
1941         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
1942              From: Paul_GreenVOS@vos.stratus.com
1943              Date: Fri, 29 Mar 02 0:05 est
1944              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
1945      Branch: perl
1946            ! ext/Time/HiRes/HiRes.xs
1947 ____________________________________________________________________________
1948 [ 15592] By: ams                                   on 2002/03/29  07:28:29
1949         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
1950              From: Spider Boardman <spidb@cpan.org>
1951              Date: Fri, 29 Mar 2002 00:52:24 -0500
1952              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
1953      Branch: perl
1954            ! op.c t/op/attrs.t
1955 ____________________________________________________________________________
1956 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
1957         Log: It's perlce.
1958      Branch: perl
1959            ! pod/perldelta.pod
1960 ____________________________________________________________________________
1961 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
1962         Log: MPE/iX tweaks from Mark Bixby.
1963      Branch: perl
1964            ! ext/Storable/t/lock.t mpeix/relink
1965 ____________________________________________________________________________
1966 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
1967         Log: Upgrade to Encode 1.00, from Dan Kogai.
1968              
1969              (one nit: bin/enc2xs needed also ../..)
1970      Branch: perl
1971            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
1972            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
1973            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1974            ! (edit 104 files)
1975 ____________________________________________________________________________
1976 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
1977         Log: Subject: [PATCH] NEXT LINE --> NEL
1978              From: Philip Newton <Philip.Newton@gmx.net>
1979              Date: Thu, 28 Mar 2002 21:03:10 +0000
1980              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
1981      Branch: perl
1982            ! lib/charnames.pm lib/charnames.t
1983 ____________________________________________________________________________
1984 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
1985         Log: binmode :bytes, again.
1986      Branch: perl
1987            ! lib/utf8.t
1988 ____________________________________________________________________________
1989 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
1990         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
1991              From: Mark-Jason Dominus <mjd@plover.com>
1992              Date: Thu, 28 Mar 2002 10:36:03 -0500
1993              Message-ID: <20020328153603.11992.qmail@plover.com>
1994      Branch: perl
1995            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
1996 ____________________________________________________________________________
1997 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
1998         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
1999      Branch: perl
2000            ! lib/charnames.pm lib/charnames.t pp_pack.c
2001 ____________________________________________________________________________
2002 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
2003         Log: If expecting UTF-8, probably not expecting UTF-16.
2004      Branch: perl
2005            ! t/comp/require.t
2006 ____________________________________________________________________________
2007 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
2008         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
2009              From: Paul_GreenVOS@vos.stratus.com
2010              Date: Thu, 28 Mar 02 8:22 est
2011              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
2012      Branch: perl
2013            ! lib/Time/Local.pm
2014 ____________________________________________________________________________
2015 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
2016         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
2017              From: Paul_GreenVOS@vos.stratus.com
2018              Date: Thu, 28 Mar 02 7:46 est
2019              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
2020      Branch: perl
2021            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
2022 ____________________________________________________________________________
2023 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
2024         Log: A little bit better error message for \pq, still
2025              not good because the script context is not shown.
2026      Branch: perl
2027            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
2028 ____________________________________________________________________________
2029 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
2030         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
2031              From: Jeffrey Friedl <jfriedl@yahoo.com>
2032              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
2033              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
2034      Branch: perl
2035            ! sv.c t/op/pat.t
2036 ____________________________________________________________________________
2037 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
2038         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
2039              From: Mark-Jason Dominus <mjd@plover.com>
2040              Date: Thu, 28 Mar 2002 05:04:40 -0500
2041              Message-ID: <20020328100440.22081.qmail@plover.com>
2042      Branch: perl
2043            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
2044 ____________________________________________________________________________
2045 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
2046         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
2047              From: mjd@plover.com
2048              Date: 28 Mar 2002 09:22:06 -0000
2049              Message-ID: <20020328092206.18833.qmail@plover.com>
2050      Branch: perl
2051            ! lib/encoding.t
2052 ____________________________________________________________________________
2053 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
2054         Log: Unicode 3.2.0-induced doc tweaks.
2055      Branch: perl
2056            ! pod/perlretut.pod pod/perlunicode.pod
2057 ____________________________________________________________________________
2058 [ 15576] By: nick                                  on 2002/03/28  07:40:04
2059         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
2060      Branch: perlio
2061           +> (branch 31 files)
2062           !> (integrate 162 files)
2063 ____________________________________________________________________________
2064 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
2065         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
2066              From: Paul_GreenVOS@vos.stratus.com
2067              Date: Thu, 28 Mar 02 0:16 est
2068              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
2069      Branch: perl
2070            ! ext/POSIX/t/posix.t
2071 ____________________________________________________________________________
2072 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
2073         Log: Subject: Re: Regex-Unicode bugs
2074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2075              Date: Wed, 27 Mar 2002 13:48:06 +0100
2076              Message-ID: <20020327134806.C18945@rafael>
2077              
2078              regmesg.t patch still would be nice.
2079      Branch: perl
2080            ! regcomp.c
2081 ____________________________________________________________________________
2082 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
2083         Log: Subject: Re: Regex-Unicode bugs
2084              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
2085              Date: Wed, 27 Mar 2002 12:39:57 +0000
2086              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
2087      Branch: perl
2088            ! pod/perldiag.pod regcomp.c
2089 ____________________________________________________________________________
2090 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
2091         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
2092              From: Paul_GreenVOS@vos.stratus.com
2093              Date: Wed, 27 Mar 02 23:33 est
2094              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
2095      Branch: perl
2096            ! t/io/fs.t
2097 ____________________________________________________________________________
2098 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
2099         Log: The Official 3.2.0 came out.
2100      Branch: perl
2101            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
2102            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
2103            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
2104            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
2105            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
2106            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
2107            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
2108            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
2109            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
2110            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
2111            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
2112            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
2113            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
2114            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
2115            + lib/unicore/lib/UnifiedI.pl
2116            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
2117 ____________________________________________________________________________
2118 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
2119         Log: socketpair binmode :bytes.
2120      Branch: perl
2121            ! ext/Socket/socketpair.t
2122 ____________________________________________________________________________
2123 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
2124         Log: Don't install anything beneath 't' directories.
2125      Branch: perl
2126            ! installperl
2127 ____________________________________________________________________________
2128 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
2129         Log: More UTF-8 locale sensitivity.
2130      Branch: perl
2131            ! t/io/utf8.t
2132 ____________________________________________________________________________
2133 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
2134         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
2135              From: Stas Bekman <stas@stason.org>
2136              Date: Thu, 28 Mar 2002 10:13:45 +0800
2137              Message-ID: <3CA27C59.4020209@stason.org>
2138              
2139              Temp file cleanup.
2140      Branch: perl
2141            ! lib/Pod/t/pod2html-lib.pl
2142 ____________________________________________________________________________
2143 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
2144         Log: Be compatible also with non-UTF-8 locales.
2145      Branch: perl
2146            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
2147            ! lib/Locale/Language.pod
2148 ____________________________________________________________________________
2149 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
2150         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
2151              From: Spider Boardman <spidb@cpan.org>
2152              Date: Wed, 27 Mar 2002 20:52:28 -0500
2153              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
2154      Branch: perl
2155            ! cv.h op.c t/op/attrs.t toke.c
2156 ____________________________________________________________________________
2157 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
2158         Log: "Last element".
2159      Branch: perl
2160            ! pod/perlfunc.pod
2161 ____________________________________________________________________________
2162 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
2163         Log: Subject: Error in perlfunc for "die"
2164              From: William R Ward <bill@wards.net>
2165              Date: 27 Mar 2002 12:31:32 -0800
2166              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
2167      Branch: perl
2168            ! pod/perlfunc.pod
2169 ____________________________________________________________________________
2170 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
2171         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
2172              From: Mark Kvale <kvale@phy.ucsf.edu>
2173              Date: Wed, 27 Mar 2002 16:45:37 -0800
2174              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
2175      Branch: perl
2176            ! pod/perlre.pod pod/perlretut.pod
2177 ____________________________________________________________________________
2178 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
2179         Log: Try to handle UTF-8 locales.
2180      Branch: perl
2181            ! lib/locale.t
2182 ____________________________________________________________________________
2183 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
2184         Log: More binmode :bytes.
2185      Branch: perl
2186            ! t/io/utf8.t
2187 ____________________________________________________________________________
2188 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
2189         Log: binmode(FH, ":bytes") is the right way, methinks.
2190      Branch: perl
2191            ! ext/PerlIO/t/encoding.t
2192 ____________________________________________________________________________
2193 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
2194         Log: UTF-8 locale: need to open explicitly for bytes.
2195      Branch: perl
2196            ! ext/PerlIO/t/encoding.t
2197 ____________________________________________________________________________
2198 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
2199         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
2200      Branch: perl
2201            ! lib/Locale/Language.pm lib/Locale/Language.pod
2202 ____________________________________________________________________________
2203 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
2204         Log: Warn instead of croak.
2205      Branch: perl
2206            ! pod/perldiag.pod utf8.c
2207 ____________________________________________________________________________
2208 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
2209         Log: UTF-8 locale: there might already be one UTF-8 discipline.
2210      Branch: perl
2211            ! lib/open.t
2212 ____________________________________________________________________________
2213 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
2214         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
2215              From: "Craig A. Berry" <craigberry@mac.com>
2216              Date: Wed, 27 Mar 2002 15:22:13 -0600
2217              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
2218      Branch: perl
2219            ! t/lib/1_compile.t t/lib/compmod.pl
2220 ____________________________________________________________________________
2221 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
2222         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
2223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2224              Date: Wed, 27 Mar 2002 22:35:03 +0100
2225              Message-ID: <20020327223503.A678@rafael>
2226      Branch: perl
2227            ! pod/perlop.pod
2228 ____________________________________________________________________________
2229 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
2230         Log: Start using the Unicode 3.2.0 data (NOTE: still
2231              unofficial, but the data is unlikely to change much.
2232              Doublecheck when 3.2.0 gets released.)
2233      Branch: perl
2234            + lib/unicore/PropertyAliases.txt
2235            + lib/unicore/PropertyValueAliases.txt
2236            ! (edit 129 files)
2237 ____________________________________________________________________________
2238 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
2239         Log: Update Changes.
2240      Branch: perl
2241            ! Changes patchlevel.h
2242 ____________________________________________________________________________
2243 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
2244         Log: Further fixing for #15549.  Six tests are failing
2245              under Solaris with en_US.UTF-8 but those failures seem
2246              unrelated to the BOUND problem, will look at them later.
2247      Branch: perl
2248            ! regexec.c
2249 ____________________________________________________________________________
2250 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
2251         Log: Possible fix for "Orks, Dragons, and Elves":
2252              should now build under UTF-8 locales (is building
2253              under Solaris en_US.UTF-8 right now).
2254      Branch: perl
2255            ! Makefile.SH regexec.c
2256 ____________________________________________________________________________
2257 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
2258         Log: Forgotten from #15523.
2259      Branch: perl
2260            ! lib/Math/BigInt/Calc.pm
2261 ____________________________________________________________________________
2262 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
2263         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
2264              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
2265              Date: Wed, 27 Mar 2002 13:32:00 +0100
2266              Message-ID: <20020327133200.A18945@rafael>
2267      Branch: perl
2268            ! regcomp.c t/lib/warnings/regcomp
2269 ____________________________________________________________________________
2270 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
2271         Log: Subject: [PATCH] MANIFES --> MANIFEST
2272              From: Philip Newton <Philip.Newton@gmx.net>
2273              Date: Wed, 27 Mar 2002 10:05:46 +0000
2274              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
2275              
2276              (plus a few tweaks more)
2277      Branch: perl
2278            ! Porting/check83.pl
2279 ____________________________________________________________________________
2280 [ 15545] By: nick                                  on 2002/03/27  07:37:36
2281         Log: Integrate mainline
2282      Branch: perlio
2283           +> lib/Math/BigInt/t/with_sub.t
2284            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2285            - lib/bignum/t/trace.t
2286           !> (integrate 76 files)
2287 ____________________________________________________________________________
2288 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
2289         Log: Obsolete mailing list information.
2290      Branch: perl
2291            ! README.bs2000 README.os390 README.vmesa
2292 ____________________________________________________________________________
2293 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
2294         Log: More URL "whitespacing".
2295      Branch: perl
2296            ! README.bs2000 README.hurd README.mpeix README.netware
2297            ! README.os390 README.vmesa README.vos README.win32
2298            ! pod/perl5004delta.pod pod/perl5005delta.pod
2299            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
2300            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
2301            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
2302            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
2303            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
2304            ! pod/perltodo.pod
2305 ____________________________________________________________________________
2306 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
2307         Log: I like doubleclicking on URLs in pods to select them.
2308      Branch: perl
2309            ! README.amiga README.epoc README.vos pod/perl561delta.pod
2310            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
2311            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2312            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
2313            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
2314            ! pod/perltodo.pod pod/perlvar.pod
2315 ____________________________________________________________________________
2316 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
2317         Log: Regen modlib.
2318      Branch: perl
2319            ! pod/perlmodlib.pod
2320 ____________________________________________________________________________
2321 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
2322         Log: Update the CPAN sites list.
2323      Branch: perl
2324            ! pod/perlmodlib.PL pod/perlmodlib.pod
2325 ____________________________________________________________________________
2326 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
2327         Log: Regen modlib, toc.
2328      Branch: perl
2329            ! pod/perlmodlib.pod pod/perltoc.pod
2330 ____________________________________________________________________________
2331 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
2332         Log: s/rationale/rational/
2333      Branch: perl
2334            ! lib/Math/BigRat.pm lib/bigrat.pm
2335 ____________________________________________________________________________
2336 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
2337         Log: s/done/esac/
2338      Branch: perl
2339            ! hints/dec_osf.sh
2340 ____________________________________________________________________________
2341 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
2342         Log: Advertise big* and BigRat.
2343      Branch: perl
2344            ! pod/perldelta.pod
2345 ____________________________________________________________________________
2346 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
2347         Log: A missing ) in #15527.
2348      Branch: perl
2349            ! pp_sys.c
2350 ____________________________________________________________________________
2351 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
2352         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
2353              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2354              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
2355              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
2356      Branch: perl
2357            ! lib/ExtUtils/typemap
2358 ____________________________________________________________________________
2359 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
2360         Log: Subject: Re: Cygwin PerlIO.t failing
2361              From: Stas Bekman <stas@stason.org>
2362              Date: Wed, 27 Mar 2002 01:34:11 +0800
2363              Message-ID: <3CA0B113.1070800@stason.org>
2364      Branch: perl
2365            ! ext/PerlIO/PerlIO.t
2366 ____________________________________________________________________________
2367 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
2368         Log: Subject: [PATCH] safety check for vms/test.com
2369              From: "Craig A. Berry" <craigberry@mac.com>
2370              Date: Tue, 26 Mar 2002 12:15:21 -0600
2371              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
2372      Branch: perl
2373            ! vms/test.com
2374 ____________________________________________________________________________
2375 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
2376         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
2377              From: PPrymmer@factset.com
2378              Date: Tue, 26 Mar 2002 13:04:59 -0500
2379              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
2380      Branch: perl
2381            ! configure.com
2382 ____________________________________________________________________________
2383 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
2384         Log: Subject: [PATCH] Minor typo in test harness
2385              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
2386              Date: Tue, 26 Mar 2002 17:44:06 -0000
2387              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
2388      Branch: perl
2389            ! t/lib/warnings/perlio
2390 ____________________________________________________________________________
2391 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
2392         Log: Subject: PATCH s2p.PL
2393              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2394              Date: Tue, 26 Mar 2002 17:16:46 +0100
2395              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
2396      Branch: perl
2397            ! x2p/s2p.PL
2398 ____________________________________________________________________________
2399 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
2400         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
2401      Branch: perl
2402            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2403            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2404            ! MANIFEST
2405 ____________________________________________________________________________
2406 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
2407         Log: Avoid and document a weird bug in UNICOS/mk.
2408      Branch: perl
2409            ! pod/perldelta.pod pp_sys.c
2410 ____________________________________________________________________________
2411 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
2412         Log: Math::BigInt::Lite 0.09, from Tels.
2413      Branch: perl
2414            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2415            ! MANIFEST
2416 ____________________________________________________________________________
2417 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
2418         Log: For now disable the test in OS/390; it seems to hang,
2419              but frustratingly seems to run from command line and
2420              from Perl debugger.
2421      Branch: perl
2422            ! lib/Math/BigInt/t/mbi_rand.t
2423 ____________________________________________________________________________
2424 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
2425         Log: EPOC update from Olaf Flebbe.
2426      Branch: perl
2427            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
2428            ! pod/perlport.pod t/io/fs.t
2429 ____________________________________________________________________________
2430 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
2431         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
2432              and bignum 0.11, from Tels.
2433      Branch: perl
2434            + lib/Math/BigInt/t/with_sub.t
2435            - lib/bignum/t/trace.t
2436            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2437            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
2438            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
2439            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
2440            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
2441            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
2442            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
2443            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
2444            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
2445            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
2446            ! lib/bignum/t/bigrat.t lib/bigrat.pm
2447            ! t/lib/Math/BigInt/Subclass.pm
2448 ____________________________________________________________________________
2449 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
2450         Log: Integrate perlio;
2451              
2452              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2453              
2454              Testcase for crlf spanning buffer boundary
2455      Branch: perl
2456           +> t/io/crlf.t
2457           !> MANIFEST perlio.c
2458 ____________________________________________________________________________
2459 [ 15521] By: nick                                  on 2002/03/26  15:31:55
2460         Log: Testcase for crlf spanning buffer boundary
2461      Branch: perlio
2462            + t/io/crlf.t
2463            ! MANIFEST
2464 ____________________________________________________________________________
2465 [ 15520] By: nick                                  on 2002/03/26  15:09:52
2466         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2467      Branch: perlio
2468            ! perlio.c
2469 ____________________________________________________________________________
2470 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
2471         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
2472      Branch: perl
2473            ! t/lib/1_compile.t
2474 ____________________________________________________________________________
2475 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
2476         Log: Document the Configure (really, awk) glitch in
2477              UNICOS/mk.
2478      Branch: perl
2479            ! pod/perldelta.pod
2480 ____________________________________________________________________________
2481 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
2482         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
2483              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2484              Date: Fri, 22 Mar 2002 16:11:28 +0100
2485              Message-ID: <3C9B57B0.31936.496399@localhost>
2486      Branch: perl
2487            ! win32/win32.c
2488 ____________________________________________________________________________
2489 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
2490         Log: Subject: Re: Jarkko likes OOOOs
2491              From: "Gerrit P. Haase" <gp@familiehaase.de>
2492              Date: Tue, 26 Mar 2002 08:44:02 +0100
2493              Message-ID: <40509050505.20020326084402@familiehaase.de>
2494      Branch: perl
2495            ! t/io/fs.t
2496 ____________________________________________________________________________
2497 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
2498         Log: Subject: [patch utils/perlbug] subject header setting problem      
2499              From: Stas Bekman <stas@stason.org>
2500              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
2501              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
2502      Branch: perl
2503            ! utils/perlbug.PL
2504 ____________________________________________________________________________
2505 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
2506         Log: Subject: [PATCH] win32/makefile.mk
2507              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2508              Date: Tue, 26 Mar 2002 13:56:19 +0100
2509              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
2510      Branch: perl
2511            ! win32/makefile.mk
2512 ____________________________________________________________________________
2513 [ 15513] By: nick                                  on 2002/03/26  07:17:17
2514         Log: Integrate mainline
2515      Branch: perlio
2516           +> (branch 39 files)
2517            - (delete 109 files)
2518           !> (integrate 105 files)
2519 ____________________________________________________________________________
2520 [ 15512] By: nick                                  on 2002/03/26  06:52:42
2521         Log: Integrate mainline
2522      Branch: perlio
2523           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
2524           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
2525           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
2526           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
2527           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
2528 ____________________________________________________________________________
2529 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
2530         Log: Installation advice from Robert Spier. 
2531      Branch: perl
2532            ! INSTALL
2533 ____________________________________________________________________________
2534 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
2535         Log: Stas setting things right.
2536      Branch: perl
2537            ! ext/PerlIO/PerlIO.t
2538 ____________________________________________________________________________
2539 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
2540         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
2541              From: Paul_GreenVOS@vos.stratus.com
2542              Date: Mon, 25 Mar 02 23:57 est
2543              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
2544      Branch: perl
2545            ! ext/IO/lib/IO/t/io_unix.t
2546 ____________________________________________________________________________
2547 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
2548         Log: Add threads hints for UNICOS/mk and UNICOS.
2549              (I'm just guessing on UNICOS.)
2550      Branch: perl
2551            ! hints/unicos.sh hints/unicosmk.sh
2552 ____________________________________________________________________________
2553 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
2554         Log: Mention the effect of Unicode keys on hashes.
2555      Branch: perl
2556            ! pod/perlunicode.pod
2557 ____________________________________________________________________________
2558 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
2559         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
2560              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2561              Date: Mon, 25 Mar 2002 17:24:33 -0600
2562              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
2563      Branch: perl
2564            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
2565            ! vms/vms_yfix.pl
2566 ____________________________________________________________________________
2567 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
2568         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
2569      Branch: perl
2570            ! hints/dec_osf.sh
2571 ____________________________________________________________________________
2572 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
2573         Log: The .ucm of Encode are big when uncompressed.
2574      Branch: perl
2575            ! INSTALL
2576 ____________________________________________________________________________
2577 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
2578         Log: I don't understand what is going on what these
2579              news tests, retracting the whole lot.
2580      Branch: perl
2581            ! ext/PerlIO/PerlIO.t
2582 ____________________________________________________________________________
2583 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
2584         Log: Upgrade to Encode 0.99, from Dan Kogai.
2585      Branch: perl
2586            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
2587            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
2588            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
2589            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
2590            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
2591            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
2592            + ext/Encode/Encode/ksc5601.ucm
2593            + ext/Encode/Encode/macCentEuro.ucm
2594            + ext/Encode/Encode/macCroatian.ucm
2595            + ext/Encode/Encode/macCyrillic.ucm
2596            + ext/Encode/Encode/macDingbats.ucm
2597            + ext/Encode/Encode/macGreek.ucm
2598            + ext/Encode/Encode/macIceland.ucm
2599            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2600            + ext/Encode/Encode/macRumanian.ucm
2601            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2602            + ext/Encode/Encode/macTurkish.ucm
2603            + ext/Encode/Encode/macUkraine.ucm
2604            + ext/Encode/Encode/shiftjis.ucm
2605            + ext/Encode/lib/Encode/10646_1.pm
2606            + ext/Encode/lib/Encode/CJKConstants.pm
2607            + ext/Encode/lib/Encode/CN/2022_CN.pm
2608            + ext/Encode/lib/Encode/JP/2022_JP.pm
2609            + ext/Encode/lib/Encode/JP/2022_JP1.pm
2610            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
2611            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
2612            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
2613            + ext/Encode/ucm2table
2614            - (delete 109 files)
2615            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
2616            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
2617            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
2618            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
2619            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2620            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2621            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2622            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2623            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2624            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2625            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2626            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2627            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2628            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2629            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2630            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
2631            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
2632            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
2633            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
2634            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
2635            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
2636            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
2637            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2638            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
2639            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
2640            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2641            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
2642            ! ext/Encode/Makefile.PL ext/Encode/README
2643            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2644            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2645            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2646            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2647            ! ext/Encode/lib/Encode/Details.pod
2648            ! ext/Encode/lib/Encode/Encoding.pm
2649            ! ext/Encode/lib/Encode/Internal.pm
2650            ! ext/Encode/lib/Encode/JP/H2Z.pm
2651            ! ext/Encode/lib/Encode/JP/JIS.pm
2652            ! ext/Encode/lib/Encode/Supported.pod
2653            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2654            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2655            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
2656            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
2657            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
2658            ! ext/Encode/t/jisx0212.ref
2659 ____________________________________________________________________________
2660 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
2661         Log: Noise with -w.
2662      Branch: perl
2663            ! ext/PerlIO/PerlIO.t
2664 ____________________________________________________________________________
2665 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
2666         Log: If no perlio no perlio warnings, either.
2667      Branch: perl
2668            ! lib/warnings.t
2669 ____________________________________________________________________________
2670 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
2671         Log: ...and put some of the new perlio tests here.
2672              The in-memory ones not yet since my poor brain
2673              refuses to find the right TODO incantation.
2674      Branch: perl
2675            ! ext/PerlIO/PerlIO.t
2676 ____________________________________________________________________________
2677 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
2678         Log: Take away the perlio-requiring tests..
2679      Branch: perl
2680            ! t/io/open.t
2681 ____________________________________________________________________________
2682 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
2683         Log: More correct now, but actually the two new tests
2684              need to be moved, since they are perlio-only...
2685      Branch: perl
2686            ! t/io/open.t
2687 ____________________________________________________________________________
2688 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
2689         Log: More neo-io tests from Stas Bekman.
2690      Branch: perl
2691            ! t/io/open.t
2692 ____________________________________________________________________________
2693 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
2694         Log: Document the QNX6 sprintf glitch.
2695      Branch: perl
2696            ! pod/perldelta.pod
2697 ____________________________________________________________________________
2698 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
2699         Log: AmigaOS must use the ixemul directly, since there
2700              is no more vfork support.
2701      Branch: perl
2702            ! hints/amigaos.sh
2703 ____________________________________________________________________________
2704 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
2705         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
2706              From: Norton Allen <allen@huarp.harvard.edu>
2707              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
2708              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
2709      Branch: perl
2710            ! pp_sys.c
2711 ____________________________________________________________________________
2712 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
2713         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
2714              From: Norton Allen <allen@huarp.harvard.edu>
2715              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
2716              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
2717      Branch: perl
2718            ! ext/Socket/socketpair.t
2719 ____________________________________________________________________________
2720 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
2721         Log: Clarify the 8.3 rule.
2722      Branch: perl
2723            ! Porting/check83.pl
2724 ____________________________________________________________________________
2725 [ 15490] By: nick                                  on 2002/03/25  16:05:07
2726         Log: Integrate mainline
2727      Branch: perlio
2728           +> ext/Encode/lib/Encode/EncFormat.pod
2729           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
2730            - ext/Encode/lib/EncodeFormat.pod
2731           !> (integrate 41 files)
2732 ____________________________________________________________________________
2733 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
2734         Log: Update Changes.
2735      Branch: perl
2736            ! Changes patchlevel.h
2737 ____________________________________________________________________________
2738 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
2739         Log: Forgotten from #15486.
2740      Branch: perl
2741            ! perl.c
2742 ____________________________________________________________________________
2743 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
2744         Log: It seems that FreeBSD does not like using Perl's malloc
2745              when multithreaded.
2746      Branch: perl
2747            ! hints/freebsd.sh
2748 ____________________________________________________________________________
2749 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
2750         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
2751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2752              Date: Mon, 25 Mar 2002 11:33:17 +0100
2753              Message-ID: <20020325113317.A1410@rafael>
2754              
2755              Apparently VMS does not do YYDEBUG.
2756      Branch: perl
2757            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
2758 ____________________________________________________________________________
2759 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
2760         Log: Subject: [PATCH] warnings for perlio + others
2761              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2762              Date: Mon, 25 Mar 2002 13:01:44 -0000
2763              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
2764      Branch: perl
2765            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
2766            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
2767            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
2768            ! warnings.pl
2769 ____________________________________________________________________________
2770 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
2771         Log: As verified by Doug MacEachern.
2772      Branch: perl
2773            ! pod/perldelta.pod
2774 ____________________________________________________________________________
2775 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
2776         Log: MPE/iX update from Mark Bixby.
2777      Branch: perl
2778            + mpeix/mpeix.c
2779            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
2780            ! hints/mpeix.sh mpeix/mpeixish.h
2781 ____________________________________________________________________________
2782 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
2783         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
2784              From: Nicholas Clark <nick@unfortu.net>
2785              Date: Sun, 24 Mar 2002 22:50:06 +0000
2786              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
2787      Branch: perl
2788            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
2789 ____________________________________________________________________________
2790 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
2791         Log: Subject: [PATCH] fix warning + carp interaction
2792              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
2793              Date: Sun, 24 Mar 2002 23:00:21 -0000
2794              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
2795      Branch: perl
2796            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
2797            ! warnings.pl
2798 ____________________________________________________________________________
2799 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
2800         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
2801              (All the code changes have already been applied earlier.)
2802      Branch: perl
2803            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
2804 ____________________________________________________________________________
2805 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
2806         Log: DB_File: for the core version, no need to specify
2807              a minimum MM version.
2808      Branch: perl
2809            ! ext/DB_File/Makefile.PL
2810 ____________________________________________________________________________
2811 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
2812         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
2813              From: Dave Mitchell <davem@fdgroup.com>
2814              Date: Sun, 24 Mar 2002 22:23:08 +0000
2815              Message-ID: <20020324222308.B21963@fdgroup.com>
2816      Branch: perl
2817            ! pp_pack.c
2818 ____________________________________________________________________________
2819 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
2820         Log: Subject: [PATCH @15450] errno help for VMS
2821              From: "Craig A. Berry" <craigberry@mac.com>
2822              Date: Sun, 24 Mar 2002 16:17:52 -0600
2823              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
2824      Branch: perl
2825            ! ext/POSIX/t/posix.t vms/vms.c
2826 ____________________________________________________________________________
2827 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
2828         Log: Upgrade to Locale::Codes 2.03.
2829      Branch: perl
2830            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2831            ! lib/Locale/Country.pm
2832 ____________________________________________________________________________
2833 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
2834         Log: metaconfig unit change for #15474.
2835      Branch: metaconfig/U/perl
2836            ! Extensions.U
2837 ____________________________________________________________________________
2838 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
2839         Log: The #15472 said "properly".  Ha!
2840      Branch: perl
2841            ! Configure
2842 ____________________________________________________________________________
2843 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
2844         Log: metaconfig unit change for #15472.
2845      Branch: metaconfig/U/perl
2846            ! Extensions.U
2847 ____________________________________________________________________________
2848 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
2849         Log: Properly scan for the subextensions of Encode
2850              when doing static builds.
2851      Branch: perl
2852            ! Configure
2853 ____________________________________________________________________________
2854 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
2855         Log: Tru64: Document the known odbm failure with static builds.
2856      Branch: perl
2857            ! README.tru64
2858 ____________________________________________________________________________
2859 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
2860         Log: microperl tweaks.
2861      Branch: perl
2862            ! Makefile.micro locale.c util.c
2863 ____________________________________________________________________________
2864 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
2865         Log: metaconfig unit changes for #15468.
2866      Branch: metaconfig
2867            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
2868            ! U/modified/libc.U U/modified/libs.U
2869            ! U/threads/d_pthread_atfork.U
2870 ____________________________________________________________________________
2871 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
2872         Log: Various metaconfig unit cleanup; only one visible change
2873              in Configure, though.
2874      Branch: perl
2875            ! Configure
2876 ____________________________________________________________________________
2877 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
2878         Log: Upgrade to Encode 0.98, from Dan Kogai.
2879      Branch: perl
2880            + ext/Encode/lib/Encode/EncFormat.pod
2881            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
2882            - ext/Encode/lib/EncodeFormat.pod
2883            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
2884            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
2885            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2886            ! ext/Encode/lib/Encode/Alias.pm
2887            ! ext/Encode/lib/Encode/Details.pod
2888            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
2889            ! ext/Encode/lib/Encode/JP/JIS.pm
2890            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2891 ____________________________________________________________________________
2892 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
2893         Log: Integrate perlio;
2894              
2895              Avoid core-dump in Encode with PERLIO=mmap
2896      Branch: perl
2897           !> ext/Encode/Encode.xs
2898 ____________________________________________________________________________
2899 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
2900         Log: In the spirit of #15464.
2901      Branch: perl
2902            ! perl.c sv.c
2903 ____________________________________________________________________________
2904 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
2905         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
2906              From: Michael G Schwern <schwern@pobox.com>
2907              Date: Sun, 24 Mar 2002 02:27:25 -0500
2908              Message-ID: <20020324072725.GA3554@blackrider>
2909      Branch: perl
2910            ! perl.c
2911 ____________________________________________________________________________
2912 [ 15463] By: nick                                  on 2002/03/24  10:24:41
2913         Log: Integrate mainline
2914      Branch: perlio
2915           +> (branch 28 files)
2916            - lib/bigfloat.t lib/bigint.t
2917           !> (integrate 59 files)
2918 ____________________________________________________________________________
2919 [ 15462] By: nick                                  on 2002/03/24  08:59:35
2920         Log: Avoid core-dump in Encode with PERLIO=mmap
2921      Branch: perlio
2922            ! ext/Encode/Encode.xs
2923 ____________________________________________________________________________
2924 [ 15461] By: nick                                  on 2002/03/24  08:58:21
2925         Log: Too many machines doing integrate mainline
2926      Branch: perlio
2927           !> Changes Configure lib/AutoSplit.t
2928           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
2929           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
2930           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
2931           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
2932 ____________________________________________________________________________
2933 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
2934         Log: Retract Math::BigInt::Lite for now, seems to confuse
2935              bignum and bigrat.
2936      Branch: perl
2937            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2938            ! MANIFEST
2939 ____________________________________________________________________________
2940 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
2941         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
2942              From: "Craig A. Berry" <craigberry@mac.com>
2943              Date: Sat, 23 Mar 2002 23:23:00 -0600
2944              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
2945      Branch: perl
2946            ! configure.com vms/vms.c
2947 ____________________________________________________________________________
2948 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
2949         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
2950              From: Michael G Schwern <schwern@pobox.com>
2951              Date: Sat, 23 Mar 2002 21:32:32 -0500
2952              Message-ID: <20020324023232.GA29972@blackrider>
2953              
2954              (with Russ Allbery's simplifications)
2955      Branch: perl
2956            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
2957 ____________________________________________________________________________
2958 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
2959         Log: Merge Math::BigInt::Lite 0.08, from Tels.
2960      Branch: perl
2961            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2962            ! MANIFEST
2963 ____________________________________________________________________________
2964 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
2965         Log: Too chatty.
2966      Branch: perl
2967            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2968 ____________________________________________________________________________
2969 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
2970         Log: Merge bignum 0.10, from Tels.
2971      Branch: perl
2972            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
2973            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
2974            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
2975            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2976            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
2977            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
2978            ! MANIFEST
2979 ____________________________________________________________________________
2980 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
2981         Log: Rename the Perl 4 tests in preparation of bignum.
2982      Branch: perl
2983            + lib/bigfloatpl.t lib/bigintpl.t
2984            - lib/bigfloat.t lib/bigint.t
2985            ! MANIFEST
2986 ____________________________________________________________________________
2987 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
2988         Log: Merge Math::BigRat 0.04, from Tels.
2989      Branch: perl
2990            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
2991            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
2992            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
2993            + t/lib/Math/BigRat/Test.pm
2994            ! MANIFEST
2995 ____________________________________________________________________________
2996 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
2997         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
2998              From: Dave Mitchell <davem@fdgroup.com>
2999              Date: Sat, 23 Mar 2002 22:27:24 +0000
3000              Message-ID: <20020323222724.A19425@fdgroup.com>
3001      Branch: perl
3002            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
3003 ____________________________________________________________________________
3004 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
3005         Log: Forgotten.
3006      Branch: perl
3007            ! ext/Unicode/Normalize/README
3008 ____________________________________________________________________________
3009 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
3010         Log: Update Changes.
3011      Branch: perl
3012            ! Changes patchlevel.h
3013 ____________________________________________________________________________
3014 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
3015         Log: Subject: perldoc -m [PATCH]
3016              From: "John L. Allen" <allen@grumman.com>
3017              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
3018              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
3019      Branch: perl
3020            ! utils/perldoc.PL
3021 ____________________________________________________________________________
3022 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
3023         Log: Subject: Re: Copious warnings from Sys::Syslog
3024              From: andreas.koenig@anima.de (Andreas J. Koenig)
3025              Date: Sat, 23 Mar 2002 06:47:08 +0100
3026              Message-ID: <m31yebvns3.fsf@anima.de>
3027      Branch: perl
3028            ! ext/Sys/Syslog/Syslog.pm
3029 ____________________________________________________________________________
3030 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
3031         Log: Upgrade to Math::BigInt 1.55, from Tels.
3032      Branch: perl
3033            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
3034            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
3035            + lib/Math/BigInt/t/use_lib4.t
3036            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3037            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3038            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3039            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3040            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
3041            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
3042            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
3043            ! lib/Math/BigInt/t/upgrade.t
3044 ____________________________________________________________________________
3045 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
3046         Log: Upgrade to Encode 0.97, from Dan Kogai.
3047      Branch: perl
3048            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
3049            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3050            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
3051            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3052            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3053            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3054            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3055            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
3056            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
3057            ! ext/Encode/t/Tcl.t
3058 ____________________________________________________________________________
3059 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
3060         Log: Slight tweaks on #15443.
3061      Branch: perl
3062            ! pod/perlvar.pod
3063 ____________________________________________________________________________
3064 [ 15444] By: nick                                  on 2002/03/23  17:30:42
3065         Log: Integrate mainline
3066      Branch: perlio
3067           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
3068           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3069           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
3070           !> (integrate 50 files)
3071 ____________________________________________________________________________
3072 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
3073         Log: Subject: patch [bleadperl]: Document %! special variable
3074              From: mjd@plover.com
3075              Date: 23 Mar 2002 18:25:44 -0000
3076              Message-ID: <20020323182544.11741.qmail@plover.com>    
3077      Branch: perl
3078            ! pod/perlvar.pod
3079 ____________________________________________________________________________
3080 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
3081         Log: Since the Encode::JP is unsupported under EBCDIC we
3082              cannot run this test (aliases as such should work fine).
3083      Branch: perl
3084            ! ext/Encode/t/Aliases.t
3085 ____________________________________________________________________________
3086 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
3087         Log: EBCDIC: the sorting order is different under
3088              byte-EBCDIC and Unicode.
3089      Branch: perl
3090            ! t/op/utfhash.t
3091 ____________________________________________________________________________
3092 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
3093         Log: EBCDIC: the character codes are different.
3094      Branch: perl
3095            ! lib/Pod/t/pod2html-lib.pl
3096 ____________________________________________________________________________
3097 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
3098         Log: Purify: #15434 got the test the wrong.
3099              (Is there an approved way of testing "is this an unop"?)
3100      Branch: perl
3101            ! op.c
3102 ____________________________________________________________________________
3103 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
3104         Log: Purify: Array bounds read: could read one character past the end.
3105      Branch: perl
3106            ! pp_pack.c
3107 ____________________________________________________________________________
3108 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
3109         Log: Purify: Array bounds read: reading one byte before the buffer.
3110      Branch: perl
3111            ! util.c
3112 ____________________________________________________________________________
3113 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
3114         Log: Purify: Unitialized memory read.  Too many code paths
3115              to keep track of, I guess.
3116      Branch: perl
3117            ! sv.c
3118 ____________________________________________________________________________
3119 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
3120         Log: Purify: Array bounds write: pre-extend the strxfrm
3121              buffer by a factor of four (suggested maximum by HP-UX;
3122              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
3123              know how portable that is; locale.c uses yet another trick
3124              (not a particularly good trick, I might add))
3125      Branch: perl
3126            ! ext/POSIX/POSIX.xs
3127 ____________________________________________________________________________
3128 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
3129         Log: Purify: Array bounds read: o->op_last was accessed
3130              for unops (via newUNOP() and ck_eof()).
3131              (analysis okay, patch bad: see #15439)
3132      Branch: perl
3133            ! op.c
3134 ____________________________________________________________________________
3135 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
3136         Log: Subject: [PATCH] vms/test.com, File::Find tests
3137              From: "Craig A. Berry" <craigberry@mac.com>
3138              Date: Fri, 22 Mar 2002 16:52:59 -0600
3139              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
3140      Branch: perl
3141            ! vms/test.com
3142 ____________________________________________________________________________
3143 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
3144         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
3145              From: Michael G Schwern <schwern@pobox.com>
3146              Date: Fri, 22 Mar 2002 18:08:19 -0500
3147              Message-ID: <20020322230819.GB16454@blackrider>
3148      Branch: perl
3149            ! ext/Sys/Syslog/Syslog.pm
3150 ____________________________________________________________________________
3151 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
3152         Log: Update the information on Encode.
3153      Branch: perl
3154            ! pod/perldelta.pod
3155 ____________________________________________________________________________
3156 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
3157         Log: Upgrade to Encode 0.96, from Dan Kogai.
3158      Branch: perl
3159            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
3160            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3161            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
3162            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3163            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3164            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3165            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
3166            ! ext/Encode/lib/Encode/Alias.pm
3167            ! ext/Encode/lib/Encode/Encoding.pm
3168            ! ext/Encode/lib/Encode/Internal.pm
3169            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3170 ____________________________________________________________________________
3171 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
3172         Log: Subject: [PATCH] h2xs.t fix for VMS
3173              From: "Craig A. Berry" <craigberry@mac.com>
3174              Date: Fri, 22 Mar 2002 15:47:38 -0600
3175              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
3176      Branch: perl
3177            ! lib/h2xs.t
3178 ____________________________________________________________________________
3179 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
3180         Log: One more pass.
3181      Branch: perl
3182            ! epoc/config.sh
3183 ____________________________________________________________________________
3184 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
3185         Log: Even better version from Olaf Flebbe.
3186      Branch: perl
3187            ! epoc/config.sh pp_sys.c util.c
3188 ____________________________________________________________________________
3189 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
3190         Log: EPOC update from Olaf Flebbe.
3191      Branch: perl
3192            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
3193            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
3194 ____________________________________________________________________________
3195 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
3196         Log: Tweak from John P. Linderman.
3197      Branch: perl
3198            ! pod/perlhack.pod
3199 ____________________________________________________________________________
3200 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
3201         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
3202              From: Stas Bekman <stas@stason.org>
3203              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
3204              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
3205      Branch: perl
3206            ! pod/perlfunc.pod
3207 ____________________________________________________________________________
3208 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
3209         Log: Subject: [PATCH] check sysconf's return value in reentr.c
3210              From: <slaven.rezic@berlin.de>
3211              Date: Fri, 22 Mar 2002 18:30:36 +0100
3212              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
3213              
3214              (plus use 4k instead 2k as the "usual" size)
3215      Branch: perl
3216            ! reentr.c reentr.pl
3217 ____________________________________________________________________________
3218 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
3219         Log: Update Changes.
3220      Branch: perl
3221            ! Changes patchlevel.h
3222 ____________________________________________________________________________
3223 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
3224         Log: Forgot from #15416.
3225      Branch: perl
3226            ! pod/perlfaq3.pod
3227 ____________________________________________________________________________
3228 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
3229         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
3230              From: andreas.koenig@anima.de (Andreas J. Koenig)
3231              Date: Fri, 22 Mar 2002 16:27:51 +0100
3232              Message-ID: <m3n0x0vczs.fsf@anima.de>
3233      Branch: perl
3234            ! pod/perlmodstyle.pod
3235 ____________________________________________________________________________
3236 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
3237         Log: metaconfig unit changes for #15418.
3238      Branch: metaconfig
3239            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3240            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3241            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3242            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3243            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3244            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3245            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3246            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3247            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3248            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3249            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3250            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3251            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3252            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3253            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3254            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3255            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3256            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3257            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3258            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3259            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3260            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3261            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3262            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3263 ____________________________________________________________________________
3264 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
3265         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
3266              Also, there's no i_stdio.
3267      Branch: perl
3268            ! Configure reentr.h reentr.pl
3269 ____________________________________________________________________________
3270 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
3271         Log: Document a known AIX warning.
3272      Branch: perl
3273            ! pod/perldelta.pod
3274 ____________________________________________________________________________
3275 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
3276         Log: Undo #15415, allow the faq people to catch up first.
3277      Branch: perl
3278            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3279 ____________________________________________________________________________
3280 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
3281         Log: FAQ sync.
3282      Branch: perl
3283            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
3284 ____________________________________________________________________________
3285 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
3286         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
3287              From: andreas.koenig@anima.de (Andreas J. Koenig)
3288              Date: Fri, 22 Mar 2002 15:16:19 +0100
3289              Message-ID: <m38z8kwuvg.fsf@anima.de>
3290              
3291              (plus reformat)
3292      Branch: perl
3293            ! pod/perldelta.pod
3294 ____________________________________________________________________________
3295 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
3296         Log: Integrate perlio;
3297              
3298              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
3299              
3300              Check for sanity of UTF-8 keys in hashes
3301      Branch: perl
3302           +> t/op/utfhash.t
3303           !> MANIFEST doio.c
3304 ____________________________________________________________________________
3305 [ 15412] By: nick                                  on 2002/03/22  10:50:53
3306         Log: Check for sanity of UTF-8 keys in hashes
3307              (feel free to add more tests...)
3308      Branch: perlio
3309            + t/op/utfhash.t
3310            ! MANIFEST
3311 ____________________________________________________________________________
3312 [ 15411] By: ams                                   on 2002/03/22  08:36:33
3313         Log: Revert #15200 for backwards compatiblity reasons.
3314      Branch: perl
3315            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
3316            ! pp_ctl.c t/op/override.t
3317 ____________________________________________________________________________
3318 [ 15410] By: nick                                  on 2002/03/22  07:47:41
3319         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
3320              - when (e.g.) STDOUT is char special file and gets IoOFP
3321              created - do _NOT_ pass num_svs as that fopen-s stringified
3322              glob, and not fdopen-s the fd.
3323      Branch: perlio
3324            ! doio.c
3325 ____________________________________________________________________________
3326 [ 15409] By: nick                                  on 2002/03/22  07:19:33
3327         Log: Integrate mainline
3328      Branch: perlio
3329           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
3330           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
3331           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
3332           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
3333           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
3334           +> ext/Encode/lib/Encode/Details.pod
3335           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3336           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
3337           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3338           +> lib/Pod/t/pod2html-lib.pl
3339            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3340           !> (integrate 39 files)
3341 ____________________________________________________________________________
3342 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
3343         Log: Win32 tweak from mjd.
3344      Branch: perl
3345            ! lib/Tie/File.pm
3346 ____________________________________________________________________________
3347 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
3348         Log: If Unicode keys are entered to a hash, a bit is turned on.
3349              If the bit is on, when the keys are fetched from the hash
3350              (%h, each %h, keys %h), the Unicodified versions of the keys
3351              are returned if needed.  This solution errs on the size of
3352              over-Unicodifying, the old solution erred on the side of
3353              under-Unicodifying.  As long as the hash keys can be a mix
3354              of byte and Unicode strings, a perfect fit is hard to come by.
3355      Branch: perl
3356            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
3357            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
3358 ____________________________________________________________________________
3359 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
3360         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
3361              From: Mike Guy <mjtg@cam.ac.uk>
3362              Date: Fri, 22 Mar 2002 02:08:20 +0000
3363              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
3364      Branch: perl
3365            ! pod/perldelta.pod
3366 ____________________________________________________________________________
3367 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
3368         Log: PM_SETRE() fallout.
3369      Branch: perl
3370            ! ext/ByteLoader/bytecode.h
3371 ____________________________________________________________________________
3372 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
3373         Log: Subject: [PATCH pod/perlxs.pod] doc fix
3374              From: Stas Bekman <stas@stason.org>
3375              Date: Thu, 21 Mar 2002 18:47:35 +0800
3376              Message-ID: <3C99BA47.9010403@stason.org>
3377      Branch: perl
3378            ! pod/perlxs.pod
3379 ____________________________________________________________________________
3380 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
3381         Log: Subject: [PATCH]
3382              From: Slaven Rezic <slaven.rezic@berlin.de>
3383              Date: 21 Mar 2002 10:19:23 +0100
3384              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
3385              
3386              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
3387      Branch: perl
3388            ! hints/freebsd.sh
3389 ____________________________________________________________________________
3390 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
3391         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
3392              From: Tim Bunce <Tim.Bunce@pobox.com>
3393              Date: Thu, 21 Mar 2002 21:18:05 +0000
3394              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
3395      Branch: perl
3396            ! ext/Storable/Storable.xs
3397 ____________________________________________________________________________
3398 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
3399         Log: Reword the Apache^Wmod_perl bit so that Sarathy
3400              can sleep easier :-)
3401      Branch: perl
3402            ! pod/perldelta.pod
3403 ____________________________________________________________________________
3404 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
3405         Log: It seems that the strange failure (core dump) of
3406              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
3407              (1) using Sun's cc helps
3408              (2) rewriting the ithreads PM_SETRE() to do the
3409              setting in two steps helps
3410              (3) no other platforms have the crash
3411              (4) Tru64's Third Degree sees nothing evil
3412              So we implement (2).
3413      Branch: perl
3414            ! op.h
3415 ____________________________________________________________________________
3416 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
3417         Log: Solaris: default to the SUNwspro cc if it is available.
3418      Branch: perl
3419            ! hints/solaris_2.sh
3420 ____________________________________________________________________________
3421 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
3422         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
3423              does not get fixed in time.
3424      Branch: perl
3425            ! pod/perldelta.pod
3426 ____________________________________________________________________________
3427 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
3428         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
3429              From: Dave Mitchell <davem@fdgroup.com>
3430              Date: Thu, 21 Mar 2002 17:24:40 +0000
3431              Message-ID: <20020321172440.C13683@fdgroup.com>
3432      Branch: perl
3433            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
3434            ! pod/perlapi.pod proto.h sv.h toke.c
3435 ____________________________________________________________________________
3436 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
3437         Log: One more proto escapee.
3438      Branch: perl
3439            ! hints/linux.sh
3440 ____________________________________________________________________________
3441 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
3442         Log: metaconfig unit change for #15394.
3443      Branch: metaconfig/U/perl
3444            ! Checkcc.U
3445 ____________________________________________________________________________
3446 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
3447         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
3448              From: Robin Barker <rmb1@cise.npl.co.uk>
3449              Date: Thu, 21 Mar 2002 17:35:00 GMT
3450              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
3451      Branch: perl
3452            ! Configure
3453 ____________________________________________________________________________
3454 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
3455         Log: Subject: Re: [tests for Pod::Html]
3456              From: Stas Bekman <stas@stason.org>
3457              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
3458              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
3459      Branch: perl
3460            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3461            - t/pod2html/README
3462            ! MANIFEST lib/Pod/t/pod2html-lib.pl
3463 ____________________________________________________________________________
3464 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
3465         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
3466              From: Stas Bekman <stas@stason.org>
3467              Date: Thu, 21 Mar 2002 18:50:56 +0800
3468              Message-ID: <3C99BB10.50004@stason.org>
3469      Branch: perl
3470            ! ext/Cwd/Cwd.xs
3471 ____________________________________________________________________________
3472 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
3473         Log: Upgrade to Encode 0.95, from Dan Kogai.
3474      Branch: perl
3475            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
3476            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
3477            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
3478            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
3479            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
3480            + ext/Encode/lib/Encode/Details.pod
3481            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3482            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3483            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3484            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
3485            ! ext/Encode/Makefile.PL
3486 ____________________________________________________________________________
3487 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
3488         Log: Mention the new syslog try-harder feature.
3489      Branch: perl
3490            ! pod/perldelta.pod
3491 ____________________________________________________________________________
3492 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
3493         Log: metaconfig unit changes for #15388.
3494      Branch: metaconfig
3495            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3496            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3497            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3498            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3499            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3500            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3501            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3502            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3503            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3504            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3505            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3506            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3507            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3508            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3509            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3510            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3511            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3512            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3513            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3514            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3515            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3516            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3517            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3518            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3519 ____________________________________________________________________________
3520 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
3521         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
3522              From: Spider Boardman <spider@web.zk3.dec.com>
3523              Date: Thu, 21 Mar 2002 09:23:45 -0500
3524              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
3525      Branch: perl
3526            ! Configure hints/hpux.sh reentr.pl
3527 ____________________________________________________________________________
3528 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
3529         Log: NetWare diff from C Aditya.
3530      Branch: perl
3531            ! perl.h
3532 ____________________________________________________________________________
3533 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
3534         Log: The htmlview test doesn't work yet.
3535      Branch: perl
3536            + t/pod2html/README
3537            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3538            ! MANIFEST
3539 ____________________________________________________________________________
3540 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
3541         Log: Placeholder.
3542      Branch: perl
3543            ! MANIFEST
3544 ____________________________________________________________________________
3545 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
3546         Log: Integrate perlio: missing tabs in makefile.mk.
3547      Branch: perl
3548           !> win32/makefile.mk
3549 ____________________________________________________________________________
3550 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
3551         Log: Subject: [tests for Pod::Html]
3552              From: Stas Bekman <stas@stason.org>
3553              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
3554              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
3555      Branch: perl
3556            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
3557            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3558            + lib/Pod/t/pod2html-lib.pl
3559            ! MANIFEST
3560 ____________________________________________________________________________
3561 [ 15382] By: nick                                  on 2002/03/21  07:21:57
3562         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
3563      Branch: perlio
3564           +> ext/Encode/AUTHORS ext/Encode/Changes
3565           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3566           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3567           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3568           +> ext/I18N/Langinfo/fallback/const-c.inc
3569           +> ext/I18N/Langinfo/fallback/const-xs.inc
3570           +> lib/ExtUtils/t/Constant.t
3571            - ext/Encode/Encode/euc-jp-0212.enc
3572            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
3573            - ext/Encode/t/table.euc ext/Encode/t/table.ref
3574            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
3575           !> (integrate 105 files)
3576 ____________________________________________________________________________
3577 [ 15381] By: nick                                  on 2002/03/21  06:59:57
3578         Log: Restore tabs so dmake will parse file!
3579      Branch: perlio
3580            ! win32/makefile.mk
3581 ____________________________________________________________________________
3582 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
3583         Log: Upgrade to Unicode::Normalize 0.16.
3584      Branch: perl
3585            ! ext/Unicode/Normalize/Changes
3586            ! ext/Unicode/Normalize/Normalize.pm
3587 ____________________________________________________________________________
3588 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
3589         Log: Schwern's wallet is a bit more loose.
3590      Branch: perl
3591            ! t/lib/1_compile.t
3592 ____________________________________________________________________________
3593 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
3594         Log: Subject: [PATCH]
3595              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3596              Date: Wed, 20 Mar 2002 22:56:17 -0000
3597              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
3598              
3599              packWARN also for subdirs.
3600      Branch: perl
3601            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
3602            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
3603            ! win32/win32.c
3604 ____________________________________________________________________________
3605 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
3606         Log: A plan is better.
3607      Branch: perl
3608            ! ext/Encode/t/CJKalias.t
3609 ____________________________________________________________________________
3610 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
3611         Log: Upgrade to Encode 0.94, from Dan Kogai.
3612      Branch: perl
3613            + ext/Encode/lib/Encode/Description.pod
3614            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3615            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
3616            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3617            ! ext/Encode/lib/Encode/Encoding.pm
3618            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3619            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3620            ! ext/Encode/t/CJKalias.t
3621 ____________________________________________________________________________
3622 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
3623         Log: Rats' nest.
3624      Branch: perl
3625            ! hints/solaris_2.sh
3626 ____________________________________________________________________________
3627 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
3628         Log: Rrright.
3629      Branch: perl
3630            ! pod/perlguts.pod
3631 ____________________________________________________________________________
3632 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
3633         Log: Update Changes.
3634      Branch: perl
3635            ! Changes patchlevel.h
3636 ____________________________________________________________________________
3637 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
3638         Log: Reapply #15336.
3639      Branch: perl
3640            ! ext/Encode/lib/Encode/Tcl.pm
3641 ____________________________________________________________________________
3642 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
3643         Log: Upgrade to Encode 0.93, from Dan Kogai.
3644      Branch: perl
3645            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
3646            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3647            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3648            ! ext/Encode/README ext/Encode/TW/TW.pm
3649            ! ext/Encode/lib/Encode/CN/HZ.pm
3650            ! ext/Encode/lib/Encode/Encoding.pm
3651            ! ext/Encode/lib/Encode/Internal.pm
3652            ! ext/Encode/lib/Encode/JP/Constants.pm
3653            ! ext/Encode/lib/Encode/JP/H2Z.pm
3654            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3655            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3656            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3657            ! ext/Encode/lib/Encode/Tcl/Table.pm
3658            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3659            ! ext/Encode/lib/Encode/iso10646_1.pm
3660            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3661            ! ext/Encode/t/JP.t
3662 ____________________________________________________________________________
3663 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
3664         Log: Subject: patch for syslog
3665              From: <Nick.Williams@morganstanley.com>
3666              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
3667              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
3668      Branch: perl
3669            ! ext/Sys/Syslog/Syslog.pm
3670 ____________________________________________________________________________
3671 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
3672         Log: Some failure updates.
3673      Branch: perl
3674            ! pod/perldelta.pod
3675 ____________________________________________________________________________
3676 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
3677         Log: Getopt::Long 2.29 from Johan Vromans.
3678      Branch: perl
3679            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
3680 ____________________________________________________________________________
3681 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
3682         Log: Rename ExtUtils.t to Constant.t, as suggested by
3683              Nicholas Clark.
3684      Branch: perl
3685            + lib/ExtUtils/t/Constant.t
3686            - lib/ExtUtils/t/ExtUtils.t
3687            ! MANIFEST
3688 ____________________________________________________________________________
3689 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
3690         Log: Subject: [PATCH] TODO - Make Schwern Poorer
3691              From: Nicholas Clark <nick@unfortu.net>
3692              Date: Tue, 19 Mar 2002 22:50:28 +0000
3693              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
3694      Branch: perl
3695            ! t/lib/1_compile.t
3696 ____________________________________________________________________________
3697 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
3698         Log: Subject: Re: The story of O [PATCH]
3699              From: Richard.Foley@t-online.de (Richard Foley)
3700              Date: Sun, 17 Mar 2002 08:37:26 +0100
3701              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
3702      Branch: perl
3703            ! lib/perl5db.pl
3704 ____________________________________________________________________________
3705 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
3706         Log: Mention the external modules Encode::HanExtra and
3707              PadWalker.
3708      Branch: perl
3709            ! pod/perldelta.pod
3710 ____________________________________________________________________________
3711 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
3712         Log: Subject: [PATCH] List lexicals from debugger
3713              From: Peter Scott <Peter@PSDT.com>
3714              Date: Tue, 19 Mar 2002 12:28:52 -0800
3715              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
3716      Branch: perl
3717            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
3718 ____________________________________________________________________________
3719 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
3720         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
3721              and :encoding(xxx) was errorneously parsed.
3722      Branch: perl
3723            ! lib/open.pm
3724 ____________________________________________________________________________
3725 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
3726         Log: Subject: [PATCH bleadperl] exec.t tweak
3727              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3728              Date: Wed, 20 Mar 2002 01:21:40 +0100
3729              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
3730              
3731              4NT returns 2 as error-code for nonexistant file.
3732      Branch: perl
3733            ! t/op/exec.t
3734 ____________________________________________________________________________
3735 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
3736         Log: minor Tie::File test patch to make win32 happier, from mjd.
3737      Branch: perl
3738            ! lib/Tie/File/t/30_defer.t
3739 ____________________________________________________________________________
3740 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
3741         Log: Subject: [PATCH bleadperl] magic.t tweak
3742              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3743              Date: Wed, 20 Mar 2002 00:39:16 +0100
3744              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
3745      Branch: perl
3746            ! t/op/magic.t
3747 ____________________________________________________________________________
3748 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
3749         Log: Typo fix from Andreas Koenig, plus a tweak.
3750      Branch: perl
3751            ! pod/perlunicode.pod
3752 ____________________________________________________________________________
3753 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
3754         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
3755              in Mandrake 8.2.  Now we need to figure out a way not to
3756              unbreak Apache.
3757      Branch: perl
3758            ! hints/linux.sh
3759 ____________________________________________________________________________
3760 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
3761         Log: Fix for "UTF-8 bug with s///" from Hugo.
3762      Branch: perl
3763            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
3764            ! t/op/pat.t
3765 ____________________________________________________________________________
3766 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
3767         Log: metaconfig unit change for #15354.
3768      Branch: metaconfig
3769            ! U/threads/usethreads.U
3770 ____________________________________________________________________________
3771 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
3772         Log: Installation updates on threads and perlio.
3773      Branch: perl
3774            ! Configure INSTALL
3775 ____________________________________________________________________________
3776 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
3777         Log: Tpo.
3778      Branch: perl
3779            ! pod/perlfaq6.pod
3780 ____________________________________________________________________________
3781 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
3782         Log: Regen modlib and toc.
3783      Branch: perl
3784            ! pod/perlmodlib.pod pod/perltoc.pod
3785 ____________________________________________________________________________
3786 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
3787         Log: Whitespace tweaks.
3788      Branch: perl
3789            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
3790            ! pod/perltodo.pod pod/perlunicode.pod
3791 ____________________________________________________________________________
3792 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
3793         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
3794              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
3795              (And as suggested by Markus Kuhn.)
3796              
3797              While we are at it, document also the case of
3798              mixed hash keys as a known potential troublemaker.
3799              (Since it's locale-related, sometimes.)
3800      Branch: perl
3801            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
3802            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
3803            ! pod/perluniintro.pod
3804 ____________________________________________________________________________
3805 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
3806         Log: Surely a typo.
3807      Branch: perl
3808            ! gv.c
3809 ____________________________________________________________________________
3810 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
3811         Log: Take two.
3812      Branch: perl
3813            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3814            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3815 ____________________________________________________________________________
3816 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
3817         Log: Let's try this from scratch.
3818      Branch: perl
3819            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3820            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3821 ____________________________________________________________________________
3822 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
3823         Log: I could do this all day...
3824      Branch: perl
3825            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3826            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3827 ____________________________________________________________________________
3828 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
3829         Log: Grrr.
3830      Branch: perl
3831            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3832            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3833 ____________________________________________________________________________
3834 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
3835         Log: Subject: Re: Nearly OK for cygwin@15318
3836              From: John Peacock <jpeacock@rowman.com>
3837              Date: Tue, 19 Mar 2002 15:58:08 -0500
3838              Message-ID: <3C97A660.3060302@rowman.com>
3839      Branch: perl
3840            ! pod/perlport.pod
3841 ____________________________________________________________________________
3842 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
3843         Log: Subject: Re: Nearly OK for cygwin@15318
3844              From: <slaven.rezic@berlin.de>
3845              Date: Tue, 19 Mar 2002 21:47:49 +0100
3846              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
3847              
3848              Subject: Re: Nearly OK for cygwin@15318
3849              From: <slaven.rezic@berlin.de>
3850              Date: Tue, 19 Mar 2002 21:37:18 +0100
3851              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
3852      Branch: perl
3853            ! pod/perlport.pod t/io/fs.t
3854 ____________________________________________________________________________
3855 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
3856         Log: D'oh.
3857      Branch: perl
3858            + ext/I18N/Langinfo/fallback/const-c.inc
3859            + ext/I18N/Langinfo/fallback/const-xs.inc
3860 ____________________________________________________________________________
3861 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
3862         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
3863              From: Nicholas Clark <nick@unfortu.net>
3864              Date: Tue, 19 Mar 2002 22:37:08 +0000
3865              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
3866              
3867              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
3868              From: Nicholas Clark <nick@ccl4.org>
3869              Date: Tue, 19 Mar 2002 22:39:55 +0000
3870              Message-ID: <20020319223954.G94831@plum.flirble.org>
3871      Branch: perl
3872            - ext/I18N/Langinfo/fallback.xs
3873            ! MANIFEST
3874 ____________________________________________________________________________
3875 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
3876         Log: Text, not binary.
3877      Branch: perl
3878            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3879            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3880 ____________________________________________________________________________
3881 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
3882         Log: Subject: Re: perl@15244
3883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3884              Date: Mon, 18 Mar 2002 17:37:31 +0100
3885              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
3886              
3887              (Goedendag: Dutch whitespace police)
3888      Branch: perl
3889            ! hints/hpux.sh
3890 ____________________________________________________________________________
3891 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
3892         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
3893              From: Nicholas Clark <nick@unfortu.net>
3894              Date: Tue, 19 Mar 2002 21:52:47 +0000
3895              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
3896      Branch: perl
3897            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
3898            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
3899            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
3900            ! ext/Sys/Syslog/Makefile.PL
3901 ____________________________________________________________________________
3902 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
3903         Log: More pathname portability checks.
3904      Branch: perl
3905            ! Porting/check83.pl
3906 ____________________________________________________________________________
3907 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
3908         Log: Begone, Encode::Tcl::Extended.
3909      Branch: perl
3910            ! ext/Encode/lib/Encode/Tcl.pm
3911 ____________________________________________________________________________
3912 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
3913         Log: This is like trying to put the shaving cream
3914              back to the can...
3915      Branch: perl
3916            ! hints/linux.sh
3917 ____________________________________________________________________________
3918 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
3919         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
3920              types of usleep().  Fun, fun. fun.
3921      Branch: perl
3922            ! hints/linux.sh
3923 ____________________________________________________________________________
3924 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
3925         Log: Sarathy's new suggestion for Linux threading flags.
3926      Branch: perl
3927            ! hints/linux.sh
3928 ____________________________________________________________________________
3929 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
3930         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
3931      Branch: perl
3932            - ext/Encode/Encode/euc-jp-0212.ucm
3933            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
3934            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3935 ____________________________________________________________________________
3936 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
3937         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
3938              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3939              Date: Tue, 19 Mar 2002 00:42:22 +0100
3940              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
3941      Branch: perl
3942            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
3943 ____________________________________________________________________________
3944 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
3945         Log: "+" is not a valid filename character in VMS.
3946      Branch: perl
3947            + ext/Encode/Encode/euc-jp-0212.ucm
3948            - ext/Encode/Encode/euc-jp+0212.ucm
3949            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3950 ____________________________________________________________________________
3951 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
3952         Log: Update Changes.
3953      Branch: perl
3954            ! Changes patchlevel.h
3955 ____________________________________________________________________________
3956 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
3957         Log: Take away _GNU_SOURCE since that does not seem
3958              to play well with other software (like Apache),
3959              just hint away the WHOAs.
3960      Branch: perl
3961            ! hints/linux.sh
3962 ____________________________________________________________________________
3963 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
3964         Log: metaconfig unit change for #15326.
3965      Branch: metaconfig
3966            ! U/threads/d_crypt_r.U
3967 ____________________________________________________________________________
3968 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
3969         Log: Support crypt_r(const char*,const char*, CRYPTD*).
3970      Branch: perl
3971            ! Configure reentr.h reentr.pl
3972 ____________________________________________________________________________
3973 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
3974         Log: VMS acrobatics from Peter Prymmer.
3975      Branch: perl
3976            ! lib/ExtUtils/t/ExtUtils.t
3977 ____________________________________________________________________________
3978 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
3979         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
3980              From: Stas Bekman <stas@stason.org>
3981              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
3982              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
3983      Branch: perl
3984            ! lib/Pod/Html.pm
3985 ____________________________________________________________________________
3986 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
3987         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
3988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3989              Date: Tue, 19 Mar 2002 10:49:27 +0100
3990              Message-ID: <20020319104927.C705@rafael>   
3991      Branch: perl
3992            ! ext/B/t/xref.t
3993 ____________________________________________________________________________
3994 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
3995         Log: Integrate perlio;
3996              
3997              Move docs for Encode::valid_utf8 (which does not exist)
3998              to be docs for utf8::valid() (which does).
3999      Branch: perl
4000           !> ext/Encode/Encode.pm lib/utf8.pm
4001 ____________________________________________________________________________
4002 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
4003         Log: Remove Encode::Tcl::Extended, suggested by
4004              SADAHIRO Tomoyuki.
4005      Branch: perl
4006            - ext/Encode/Encode/euc-jp-0212.enc
4007            - ext/Encode/lib/Encode/Tcl/Extended.pm
4008            ! MANIFEST ext/Encode/MANIFEST
4009            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4010            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
4011 ____________________________________________________________________________
4012 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
4013         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
4014      Branch: perl
4015            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
4016            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
4017            + ext/Encode/t/jisx0212.ref
4018            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
4019            - ext/Encode/t/table.ref
4020            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
4021            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
4022            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
4023            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4024            ! ext/Encode/lib/Encode/CN/HZ.pm
4025            ! ext/Encode/lib/Encode/Encoding.pm
4026            ! ext/Encode/lib/Encode/Internal.pm
4027            ! ext/Encode/lib/Encode/JP/Constants.pm
4028            ! ext/Encode/lib/Encode/JP/H2Z.pm
4029            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4030            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
4031            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4032            ! ext/Encode/lib/Encode/Tcl/Extended.pm
4033            ! ext/Encode/lib/Encode/Tcl/Table.pm
4034            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
4035            ! ext/Encode/lib/Encode/iso10646_1.pm
4036            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4037            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
4038            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
4039 ____________________________________________________________________________
4040 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
4041         Log: constness+signedness nit.
4042      Branch: perl
4043            ! ext/Unicode/Normalize/Normalize.xs
4044 ____________________________________________________________________________
4045 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
4046         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
4047      Branch: perl
4048            ! ext/Unicode/Normalize/Changes
4049            ! ext/Unicode/Normalize/Normalize.pm
4050            ! ext/Unicode/Normalize/Normalize.xs
4051            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4052            ! ext/Unicode/Normalize/t/func.t
4053 ____________________________________________________________________________
4054 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
4055         Log: Split the ebcdic details to perlebcdic.
4056      Branch: perl
4057            ! pod/perlebcdic.pod pod/perluniintro.pod
4058 ____________________________________________________________________________
4059 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
4060         Log: Be explicit.
4061      Branch: perl
4062            ! pod/perluniintro.pod
4063 ____________________________________________________________________________
4064 [ 15315] By: nick                                  on 2002/03/19  09:24:18
4065         Log: Integrate mainline
4066      Branch: perlio
4067           +> ext/List/Util/t/openhan.t
4068           !> (integrate 53 files)
4069 ____________________________________________________________________________
4070 [ 15314] By: nick                                  on 2002/03/19  07:39:07
4071         Log: Move docs for Encode::valid_utf8 (which does not exist)
4072              to be docs for utf8::valid() (which does).
4073      Branch: perlio
4074            ! ext/Encode/Encode.pm lib/utf8.pm
4075 ____________________________________________________________________________
4076 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
4077         Log: Update the Unicode vs EBCDIC situation.
4078      Branch: perl
4079            ! pod/perlebcdic.pod pod/perluniintro.pod
4080 ____________________________________________________________________________
4081 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
4082         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
4083              From: Robert Spier <rspier@pobox.com>
4084              Date: Mon, 18 Mar 2002 19:22:55 -0800
4085              Message-ID: <15510.44815.383439.823671@rls.cx>
4086      Branch: perl
4087            ! ext/threads/t/end.t
4088 ____________________________________________________________________________
4089 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
4090         Log: UTF-8 walk errors that become visible in EBCDIC.
4091      Branch: perl
4092            ! regexec.c
4093 ____________________________________________________________________________
4094 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
4095         Log: s/regcinclasslen/reginclass/ and remove the old
4096              reginclass since nothing is using it.
4097      Branch: perl
4098            ! embed.fnc embed.h proto.h regexec.c
4099 ____________________________________________________________________________
4100 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
4101         Log: Close the file so it can be (a) removed (b) reopened.
4102      Branch: perl
4103            ! ext/B/t/xref.t
4104 ____________________________________________________________________________
4105 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
4106         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
4107              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4108              Date: Mon, 18 Mar 2002 23:14:31 +0100
4109              Message-ID: <20020318231431.A699@rafael>
4110      Branch: perl
4111            ! ext/B/B.xs utf8.c
4112 ____________________________________________________________________________
4113 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
4114         Log: Failed patch hunk reapplied.
4115      Branch: perl
4116            ! lib/Tie/File/t/32_defer_misc.t
4117 ____________________________________________________________________________
4118 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
4119         Log: For DEBUGGING threaded builds.
4120      Branch: perl
4121            ! sv.c
4122 ____________________________________________________________________________
4123 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
4124         Log: AUTHORS update.
4125      Branch: perl
4126            ! AUTHORS
4127 ____________________________________________________________________________
4128 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
4129         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
4130              (Fix from Craig Berry)
4131      Branch: perl
4132            ! pp_sys.c
4133 ____________________________________________________________________________
4134 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
4135         Log: Subject: [PATCH] configure.com home-grown kill() check
4136              From: "Craig A. Berry" <craigberry@mac.com>
4137              Date: Mon, 18 Mar 2002 13:52:59 -0600
4138              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
4139      Branch: perl
4140            ! configure.com
4141 ____________________________________________________________________________
4142 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
4143         Log: Upgrade to Tie::File 0.50.
4144      Branch: perl
4145            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
4146            ! lib/Tie/File/t/32_defer_misc.t
4147 ____________________________________________________________________________
4148 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
4149         Log: AUTHORS updates.
4150      Branch: perl
4151            ! AUTHORS
4152 ____________________________________________________________________________
4153 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
4154         Log: Update Changes.
4155      Branch: perl
4156            ! Changes patchlevel.h
4157 ____________________________________________________________________________
4158 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
4159         Log: OS/390 update.
4160      Branch: perl
4161            ! pod/perldelta.pod
4162 ____________________________________________________________________________
4163 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
4164         Log: Forgot from #15288.
4165      Branch: perl
4166            ! ext/B/B.xs
4167 ____________________________________________________________________________
4168 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
4169         Log: Make regex DEBUGGING faster.
4170      Branch: perl
4171            ! perl.c perl.h regexec.c
4172 ____________________________________________________________________________
4173 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
4174         Log: Undo accidental perl.h part of #15295 (wait for #15297)
4175      Branch: perl
4176            ! perl.h
4177 ____________________________________________________________________________
4178 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
4179         Log: Subject: prefix slip
4180              From: andreas.koenig@anima.de (Andreas J. Koenig)
4181              Date: Mon, 18 Mar 2002 16:24:46 +0100
4182              Message-ID: <m3y9gp3nlt.fsf@anima.de>
4183              
4184              (perl.h part accidental, undone by #15296)
4185      Branch: perl
4186            ! INSTALL perl.h
4187 ____________________________________________________________________________
4188 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
4189         Log: Be tidy.
4190      Branch: perl
4191            ! ext/B/t/xref.t
4192 ____________________________________________________________________________
4193 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
4194         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
4195              From: Spider Boardman <spider@web.zk3.dec.com>
4196              Date: Mon, 18 Mar 2002 10:09:50 -0500
4197              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
4198      Branch: perl
4199            ! README.tru64 hints/dec_osf.sh
4200 ____________________________________________________________________________
4201 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
4202         Log: NetWare tweaks from C Aditya <caditya@novell.com>
4203      Branch: perl
4204            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
4205 ____________________________________________________________________________
4206 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
4207         Log: metaconfig unit change for #15290.
4208      Branch: metaconfig/U/perl
4209            ! perlxv.U
4210 ____________________________________________________________________________
4211 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
4212         Log: Subject: d_nv_preserves_uv_bits
4213              From: Nicholas Clark <nick@unfortu.net>
4214              Date: Thu, 14 Mar 2002 22:24:19 +0000
4215              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
4216      Branch: perl
4217            ! Configure Porting/Glossary Porting/config.sh config_h.SH
4218            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
4219            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4220            ! win32/config.bc win32/config.gc win32/config.vc
4221            ! win32/config.win64
4222 ____________________________________________________________________________
4223 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
4224         Log: Subject: Re: perl@15244
4225              From: Spider Boardman <spider@web.zk3.dec.com>
4226              Date: Mon, 18 Mar 2002 09:38:55 -0500
4227              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
4228              
4229              (IA64 work.)
4230      Branch: perl
4231            ! hints/hpux.sh perl.h
4232 ____________________________________________________________________________
4233 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
4234         Log: Subject: [PATCH B] B::perlstring()
4235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4236              Date: Sun, 17 Mar 2002 23:06:12 +0100
4237              Message-ID: <20020317230612.A24442@rafael>
4238      Branch: perl
4239            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
4240 ____________________________________________________________________________
4241 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
4242         Log: Subject: [PATCH] another pack "w" thing
4243              From: Nicholas Clark <nick@unfortu.net>
4244              Date: Sat, 16 Mar 2002 21:52:15 +0000
4245              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
4246      Branch: perl
4247            ! pp_pack.c t/op/pack.t
4248 ____________________________________________________________________________
4249 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
4250         Log: More prototypes blindness in Solaris.
4251              (TODO: readdir64_r really needs to be seen.)
4252      Branch: perl
4253            ! hints/solaris_2.sh
4254 ____________________________________________________________________________
4255 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
4256         Log: Integrate perlio;
4257              
4258              Tidy the "does not map" message for non-characters
4259              (e.g. iso-8859-3 "\xA5").
4260      Branch: perl
4261           !> ext/Encode/Encode.xs
4262 ____________________________________________________________________________
4263 [ 15284] By: nick                                  on 2002/03/18  11:00:31
4264         Log: Integrate mainline
4265      Branch: perlio
4266           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4267           +> lib/Tie/File/t/32_defer_misc.t
4268           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
4269           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
4270           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
4271           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
4272           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
4273           !> reentr.pl regexec.c t/op/pat.t util.c
4274 ____________________________________________________________________________
4275 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
4276         Log: Sync with Scalar-List-Utils-1.07
4277      Branch: perl
4278            + ext/List/Util/t/openhan.t
4279            ! MANIFEST ext/List/Util/ChangeLog
4280            ! ext/List/Util/lib/List/Util.pm
4281            ! ext/List/Util/lib/Scalar/Util.pm
4282 ____________________________________________________________________________
4283 [ 15282] By: nick                                  on 2002/03/18  08:11:28
4284         Log: Tidy the "does not map" message for non-characters
4285              (e.g. iso-8859-3 "\xA5").
4286      Branch: perlio
4287            ! ext/Encode/Encode.xs
4288 ____________________________________________________________________________
4289 [ 15281] By: ams                                   on 2002/03/18  04:44:37
4290         Log: URL fix from MJD.
4291      Branch: perl
4292            ! pod/perlfaq3.pod
4293 ____________________________________________________________________________
4294 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
4295         Log: More prototype calming (really should fix the Configure
4296              protochk, but not at this point in time).
4297      Branch: perl
4298            ! hints/solaris_2.sh
4299 ____________________________________________________________________________
4300 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
4301         Log: return at the wrong side of #endif.
4302      Branch: perl
4303            ! util.c
4304 ____________________________________________________________________________
4305 [ 15278] By: ams                                   on 2002/03/17  23:45:31
4306         Log: Typo fix from Stas Bekman.
4307      Branch: perl
4308            ! pod/perlhack.pod
4309 ____________________________________________________________________________
4310 [ 15277] By: ams                                   on 2002/03/17  23:41:35
4311         Log: Upgrade to Tie::File 0.21.
4312      Branch: perl
4313            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4314            + lib/Tie/File/t/32_defer_misc.t
4315            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4316            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
4317            ! lib/Tie/File/t/22_autochomp.t
4318 ____________________________________________________________________________
4319 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
4320         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
4321              character classes use inlined macros instead of the full
4322              function call.
4323      Branch: perl
4324            ! regexec.c
4325 ____________________________________________________________________________
4326 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
4327         Log: Integrate perlio;
4328              
4329              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
4330              
4331              Other :encoding oddities
4332              - we should really pop while we can still make method calls
4333              in case DESTROY does something.
4334              - Provide a no-op DESTROY
4335              - Use SvPV_only() rather than just SvPV_on()
4336      Branch: perl
4337           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4338           !> ext/Encode/lib/Encode/Encoding.pm sv.c
4339 ____________________________________________________________________________
4340 [ 15274] By: nick                                  on 2002/03/17  20:00:12
4341         Log: Other :encoding oddities
4342              - we should really pop while we can still make method calls
4343              in case DESTROY does something.
4344              - Provide a no-op DESTROY
4345              - Use SvPV_only() rather than just SvPV_on()
4346      Branch: perlio
4347            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4348            ! ext/Encode/lib/Encode/Encoding.pm
4349 ____________________________________________________________________________
4350 [ 15273] By: nick                                  on 2002/03/17  19:53:24
4351         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
4352      Branch: perlio
4353            ! sv.c
4354 ____________________________________________________________________________
4355 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
4356         Log: Implement the retry-on-ERANGE for the get*_r().
4357              The buffer will keep doubling until 64k.
4358      Branch: perl
4359            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
4360            ! reentr.h reentr.pl
4361 ____________________________________________________________________________
4362 [ 15271] By: nick                                  on 2002/03/17  17:38:44
4363         Log: Integrate mainline
4364      Branch: perlio
4365           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
4366           +> t/op/pow.t
4367           !> (integrate 28 files)
4368 ____________________________________________________________________________
4369 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
4370         Log: Subject: UTF-8 bug (maybe alreayd known?)
4371              From: andreas.koenig@anima.de (Andreas J. Koenig)
4372              Date: Fri, 08 Mar 2002 16:36:01 +0100
4373              Message-ID: <m3n0xjul5q.fsf@anima.de>
4374      Branch: perl
4375            ! pp_hot.c t/op/pat.t
4376 ____________________________________________________________________________
4377 [ 15269] By: nick                                  on 2002/03/17  09:12:39
4378         Log: Integarate mainline
4379      Branch: perlio
4380           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
4381           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4382           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
4383           !> (integrate 69 files)
4384 ____________________________________________________________________________
4385 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
4386         Log: Subject: SEGV in s/// and UTF-8
4387              From: andreas.koenig@anima.de (Andreas J. Koenig)
4388              Date: Tue, 12 Mar 2002 00:40:09 +0100
4389              Message-ID: <m3r8mqad2e.fsf@anima.de>
4390      Branch: perl
4391            ! regexec.c t/op/pat.t
4392 ____________________________________________________________________________
4393 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
4394         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
4395              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
4396              which assume that 2**someinteger is accurate.
4397      Branch: perl
4398            + t/op/pow.t
4399            ! MANIFEST pp.c t/test.pl
4400 ____________________________________________________________________________
4401 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
4402         Log: _r-ify config.win64, too.
4403      Branch: perl
4404            ! win32/config.win64
4405 ____________________________________________________________________________
4406 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
4407         Log: Better place to initialize (IRIX cc noticed that
4408              the many "goto defchars" bypass the initialization)
4409      Branch: perl
4410            ! regcomp.c
4411 ____________________________________________________________________________
4412 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
4413         Log: If not building threaded, never mind the threaded prototypes.
4414      Branch: perl
4415            ! Configure reentr.pl
4416 ____________________________________________________________________________
4417 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
4418         Log: metaconfig: If not using threads, not point probing for the
4419              prototypes (since they might be hidden behind many defines
4420              we won't have if not building threaded)
4421      Branch: metaconfig
4422            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4423            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4424            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4425            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4426            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4427            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4428            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4429            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4430            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4431            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4432            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4433            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4434            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4435            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4436            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4437            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4438            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4439            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4440            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4441            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4442            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4443            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4444            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4445            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4446 ____________________________________________________________________________
4447 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
4448         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
4449      Branch: perl
4450            ! hints/freebsd.sh
4451 ____________________________________________________________________________
4452 [ 15261] By: ams                                   on 2002/03/16  18:14:04
4453         Log: Upgrade to Tie::File 0.20.
4454      Branch: perl
4455            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
4456            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4457            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
4458            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
4459            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4460            ! lib/Tie/File/t/11_rv_splice_rs.t
4461            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
4462            ! lib/Tie/File/t/16_handle.t
4463 ____________________________________________________________________________
4464 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
4465         Log: There seems to be a trend for the *time_r to be hidden.
4466      Branch: perl
4467            ! hints/irix_6.sh
4468 ____________________________________________________________________________
4469 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
4470         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
4471              From: Stas Bekman <stas@stason.org>
4472              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
4473              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
4474      Branch: perl
4475            ! lib/Pod/Html.pm
4476 ____________________________________________________________________________
4477 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
4478         Log: Subject: [PATCH] Re: dumpvar.pl bug
4479              From: Peter Scott <Peter@PSDT.com>
4480              Date: Fri, 15 Mar 2002 18:19:21 -0800
4481              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
4482      Branch: perl
4483            ! lib/dumpvar.pl lib/perl5db.pl
4484 ____________________________________________________________________________
4485 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
4486         Log: More paranoid _r protochecking.  At least Tru64 and
4487              Linux need additional hinting help to believe that
4488              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
4489              to see what goes bang.
4490      Branch: perl
4491            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
4492            ! reentr.pl
4493 ____________________________________________________________________________
4494 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
4495         Log: metaconfig: more paranoid _r protochecking.
4496      Branch: metaconfig
4497            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4498            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4499            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4500            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4501            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4502            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4503            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4504            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4505            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4506            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4507            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4508            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4509            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4510            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4511            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4512            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4513            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4514            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4515            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4516            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4517            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4518            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4519            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4520            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4521 ____________________________________________________________________________
4522 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
4523         Log: HP-UX gcc 3 warnings found by Sarathy.
4524      Branch: perl
4525            ! regcomp.c sv.c
4526 ____________________________________________________________________________
4527 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
4528         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
4529              From: Slaven Rezic <slaven.rezic@berlin.de>
4530              Date: 16 Mar 2002 15:29:18 +0100
4531              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
4532      Branch: perl
4533            ! pod/perldelta.pod
4534 ____________________________________________________________________________
4535 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
4536         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
4537      Branch: perl
4538            ! Porting/findrfuncs reentr.h reentr.pl
4539 ____________________________________________________________________________
4540 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
4541         Log: UIN32_MAX with borken under HP-UX+gcc
4542      Branch: perl
4543            ! handy.h
4544 ____________________________________________________________________________
4545 [ 15251] By: ams                                   on 2002/03/16  02:38:08
4546         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4547              *::DESTROY() is deprecated
4548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4549              Date: Thu, 14 Mar 2002 18:39:22 -0500
4550              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
4551              
4552              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4553              *::DESTROY() is deprecated
4554              From: Dave Mitchell <davem@fdgroup.com>
4555              Date: Fri, 15 Mar 2002 19:22:49 +0000
4556              Message-Id: <20020315192249.A22389@fdgroup.com>
4557      Branch: perl
4558            ! gv.c t/op/method.t
4559 ____________________________________________________________________________
4560 [ 15250] By: ams                                   on 2002/03/16  02:14:41
4561         Log: Plural nit.
4562      Branch: perl
4563            ! pod/perldelta.pod
4564 ____________________________________________________________________________
4565 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
4566         Log: Doesn't make sense to test for protos if the
4567              functions are not to be used (!= functions exist!)
4568              This might be the key (well, a key) to the HP-UX
4569              problems.
4570      Branch: perl
4571            ! reentr.h reentr.pl
4572 ____________________________________________________________________________
4573 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
4574         Log: Typo in #15247.
4575      Branch: perl
4576            ! hints/hpux.sh
4577 ____________________________________________________________________________
4578 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
4579         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
4580              in HP-UX (from H.Merijn Brand)
4581      Branch: perl
4582            ! hints/hpux.sh
4583 ____________________________________________________________________________
4584 [ 15246] By: ams                                   on 2002/03/15  17:53:23
4585         Log: Subject: minor corrections in perldelta.pod
4586              From: mjd@plover.com
4587              Date: 15 Mar 2002 18:48:42 -0000
4588              Message-Id: <20020315184842.13573.qmail@plover.com>
4589      Branch: perl
4590            ! pod/perldelta.pod
4591 ____________________________________________________________________________
4592 [ 15245] By: ams                                   on 2002/03/15  17:37:52
4593         Log: Upgrade to Tie::File 0.19.
4594      Branch: perl
4595            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
4596            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4597            + lib/Tie/File/t/21_win32.t
4598            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
4599            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
4600            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
4601            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
4602            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4603            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
4604            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
4605            ! lib/Tie/File/t/17_misc_meth.t
4606 ____________________________________________________________________________
4607 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
4608         Log: Update Changes.
4609      Branch: perl
4610            ! Changes patchlevel.h
4611 ____________________________________________________________________________
4612 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
4613         Log: Forgot from #15241.
4614      Branch: perl
4615            ! win32/config_sh.PL
4616 ____________________________________________________________________________
4617 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
4618         Log: Subject: patch pod/perltodo.pod
4619              From: mjd@plover.com
4620              Date: 15 Mar 2002 15:42:18 -0000
4621              Message-ID: <20020315154218.10163.qmail@plover.com>
4622              
4623              (With s/WANT/Want/)
4624      Branch: perl
4625            ! pod/perltodo.pod
4626 ____________________________________________________________________________
4627 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
4628         Log: Subject: [PATCH bleadperl] (revision 5 undef)
4629              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4630              Date: Fri, 15 Mar 2002 00:39:48 +0100
4631              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
4632      Branch: perl
4633            ! win32/config.bc win32/config.gc win32/config.vc
4634            ! win32/config.win64
4635 ____________________________________________________________________________
4636 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
4637         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
4638              From: Michael G Schwern <schwern@pobox.com>
4639              Date: Thu, 14 Mar 2002 16:39:29 -0500
4640              Message-ID: <20020314213929.GA2912@blackrider>
4641      Branch: perl
4642            ! lib/perl5db.pl
4643 ____________________________________________________________________________
4644 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
4645         Log: Integrate perlio.
4646      Branch: perl
4647           !> embed.fnc ext/Encode/t/JP.t
4648 ____________________________________________________________________________
4649 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
4650         Log: Monster _r patch: try to scan for all known _r variants,
4651              and then use them (under ithreads).  May fail in HP-UX,
4652              and the op/groups is known to be fickle everywhere.  Known
4653              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
4654              warnings in AIX since the first arguments of getnetbyaddr
4655              and getnetbyadd_r are of different types.  Thanks, IBM.)
4656              
4657              In non-Configure platforms deny the existence of any
4658              of the _r thingies.  (Also add the recently introduced
4659              d_tm_* to places it wasn't already in.)
4660              
4661              TODO: the suggested glibc buffer growth retry loop in case
4662              some entries (at least for: gr*, host*) are big.
4663              Forgot win32/config.win64.
4664      Branch: perl
4665            + reentr.c reentr.h reentr.pl
4666            ! Configure MANIFEST Makefile.SH NetWare/Makefile
4667            ! NetWare/config.wc Porting/Glossary Porting/config.sh
4668            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
4669            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
4670            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
4671            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
4672            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
4673            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
4674            ! win32/config.bc win32/config.gc win32/config.vc
4675            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
4676 ____________________________________________________________________________
4677 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
4678         Log: Be more explicit on when is the $! worth anything.
4679      Branch: perl
4680            ! pod/perlvar.pod
4681 ____________________________________________________________________________
4682 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
4683         Log: metaconfig: _r _r we go.
4684      Branch: metaconfig
4685            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4686            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4687            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4688            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4689            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4690            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4691            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4692            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4693            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4694            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4695            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4696            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4697            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4698            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4699            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4700            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4701            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4702            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4703            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4704            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4705            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4706            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4707            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4708            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4709 ____________________________________________________________________________
4710 [ 15235] By: nick                                  on 2002/03/15  07:31:54
4711         Log: Add the binmode()s to make JP.t pass on Win32
4712      Branch: perlio
4713            ! ext/Encode/t/JP.t
4714 ____________________________________________________________________________
4715 [ 15234] By: nick                                  on 2002/03/15  07:20:49
4716         Log: Integrate perlio
4717      Branch: perl
4718           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
4719 ____________________________________________________________________________
4720 [ 15233] By: nick                                  on 2002/03/15  07:18:02
4721         Log: Mark JP.t's data files as binary
4722      Branch: perlio
4723            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
4724 ____________________________________________________________________________
4725 [ 15232] By: nick                                  on 2002/03/15  07:13:38
4726         Log: Integrate mainline
4727      Branch: perlio
4728           +> ext/B/t/xref.t
4729           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
4730           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
4731           !> perl.c t/op/arith.t
4732 ____________________________________________________________________________
4733 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
4734         Log: The section needs to be in the makedepend script
4735              (from Jan-Erik Karlsson).
4736      Branch: perl
4737            ! makedepend.SH
4738 ____________________________________________________________________________
4739 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
4740         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
4741              From: Nicholas Clark <nick@unfortu.net>
4742              Date: Thu, 14 Mar 2002 23:05:23 +0000
4743              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
4744      Branch: perl
4745            ! ext/Safe/safe2.t
4746 ____________________________________________________________________________
4747 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
4748         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
4749              From: "Brent Dax" <brentdax@cpan.org>
4750              Date: Thu, 14 Mar 2002 09:08:41 -0800
4751              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
4752      Branch: perl
4753            ! lib/Pod/Html.pm
4754 ____________________________________________________________________________
4755 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
4756         Log: metaconfig: one round again for the _r.
4757      Branch: metaconfig
4758            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4759            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4760            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4761            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4762            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4763            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4764            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4765            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4766            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4767            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4768            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4769            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4770            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4771            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4772            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4773            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4774            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4775            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4776            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4777            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4778            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4779            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4780            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4781            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4782 ____________________________________________________________________________
4783 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
4784         Log: metaconfig: new round of the _r units.
4785      Branch: metaconfig
4786            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4787            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4788            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4789            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4790            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4791            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4792            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4793            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4794            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4795            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4796            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4797            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4798            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4799            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4800            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4801            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4802            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4803            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4804            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4805            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4806            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4807            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4808            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4809            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4810      Branch: metaconfig/U/perl
4811            + i_crypt.U
4812 ____________________________________________________________________________
4813 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
4814         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
4815              From: Paul_GreenVOS@vos.stratus.com
4816              Date: Tue, 12 Mar 02 19:22 est   
4817              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
4818      Branch: perl
4819            ! lib/Benchmark.t t/op/arith.t
4820 ____________________________________________________________________________
4821 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
4822         Log: Subject: Re: Win32: C:\Program Files
4823              From: "Ken Williams" <ken@mathforum.org>
4824              Date: Wed, 13 Mar 2002 17:50:59 -0600
4825              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
4826              
4827              Add -t to perl -h.
4828      Branch: perl
4829            ! perl.c
4830 ____________________________________________________________________________
4831 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
4832         Log: Extra paranoia from Nick Clark.
4833      Branch: perl
4834            ! ext/Safe/safe2.t
4835 ____________________________________________________________________________
4836 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
4837         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
4838              From: Nicholas Clark <nick@ccl4.org>
4839              Date: Wed, 13 Mar 2002 14:22:50 +0000
4840              Message-ID: <20020313142250.G92566@plum.flirble.org>
4841      Branch: perl
4842            ! ext/Safe/safe2.t
4843 ____________________________________________________________________________
4844 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
4845         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
4846              From: <slaven.rezic@berlin.de>
4847              Date: Tue, 12 Mar 2002 13:03:41 +0100      
4848              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
4849      Branch: perl
4850            ! Makefile.SH
4851 ____________________________________________________________________________
4852 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
4853         Log: Subject: [PATCH] a test for B::Xref
4854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4855              Date: Wed, 13 Mar 2002 17:18:57 +0100
4856              Message-ID: <20020313171857.F1144@rafael>
4857      Branch: perl
4858            + ext/B/t/xref.t
4859            ! MANIFEST ext/B/B/Xref.pm
4860 ____________________________________________________________________________
4861 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
4862         Log: Subject: [PATCH] Exporter.pm POD fixups
4863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4864              Date: Wed, 13 Mar 2002 16:21:42 +0100
4865              Message-ID: <20020313162142.A1144@rafael>
4866      Branch: perl
4867            ! lib/Exporter.pm
4868 ____________________________________________________________________________
4869 [ 15219] By: nick                                  on 2002/03/14  07:00:16
4870         Log: Integrate mainline
4871      Branch: perlio
4872           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
4873 ____________________________________________________________________________
4874 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
4875         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
4876              From: Michael G Schwern <schwern@pobox.com>
4877              Date: Wed, 13 Mar 2002 17:43:00 -0500
4878              Message-ID: <20020313224300.GG3311@blackrider>
4879      Branch: perl
4880            ! lib/ExtUtils/MM_VMS.pm
4881 ____________________________________________________________________________
4882 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
4883         Log: Pod tweak.
4884      Branch: perl
4885            ! lib/open.pm
4886 ____________________________________________________________________________
4887 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
4888         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
4889              From: "Craig A. Berry" <craigberry@mac.com>
4890              Date: Wed, 13 Mar 2002 01:44:01 -0600
4891              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
4892      Branch: perl
4893            ! vms/descrip_mms.template
4894 ____________________________________________________________________________
4895 [ 15215] By: nick                                  on 2002/03/13  08:08:36
4896         Log: Integrate mainline.
4897      Branch: perlio
4898           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
4899            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
4900            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
4901            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
4902            - ext/Data/Util/t/Hash.t
4903           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
4904           !> ext/Encode/lib/Encode/CN/HZ.pm
4905           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4906           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
4907           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
4908           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4909           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
4910           !> t/op/override.t toke.c universal.c
4911 ____________________________________________________________________________
4912 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
4913         Log: metaconfig: three guesses.
4914      Branch: metaconfig
4915            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4916            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4917            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4918            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4919            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4920            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4921            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4922            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4923            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4924            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4925            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4926            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4927            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4928            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4929            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4930            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4931            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4932            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4933            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4934            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4935            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4936            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4937            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4938            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4939 ____________________________________________________________________________
4940 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
4941         Log: metaconfig: regen _r units again.
4942      Branch: metaconfig
4943            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4944            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4945            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4946            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4947            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4948            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4949            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4950            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4951            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4952            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4953            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4954            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4955            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4956            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4957            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4958            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4959            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4960            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4961            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4962            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4963            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4964            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4965            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4966            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4967 ____________________________________________________________________________
4968 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
4969         Log: metaconfig: regen _r units.
4970      Branch: metaconfig
4971            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
4972            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4973            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4974            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4975            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4976            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4977            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4978            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4979            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4980            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4981            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4982            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4983            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4984            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4985            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4986            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4987            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4988            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4989            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4990            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4991            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4992            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4993            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4994            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4995            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4996 ____________________________________________________________________________
4997 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
4998         Log: metaconfig unit tweaks.
4999      Branch: metaconfig
5000            + U/threads/d_setprotoent_r.U
5001            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
5002            ! U/threads/d_tmpnam_r.U
5003 ____________________________________________________________________________
5004 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
5005         Log: metaconfig: replace the _r units with autogenerated ones.
5006      Branch: metaconfig
5007            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5008            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
5009            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5010            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
5011            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
5012            + U/threads/d_getprotobyname_r.U
5013            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5014            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
5015            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
5016            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5017            + U/threads/d_setservent_r.U
5018            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
5019            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
5020            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
5021            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
5022            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
5023            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
5024            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
5025            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
5026            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
5027            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5028            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5029            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5030            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
5031            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5032            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
5033            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
5034            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5035            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5036            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5037            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5038            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
5039            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
5040            ! U/threads/d_ttyname_r.U
5041 ____________________________________________________________________________
5042 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
5043         Log: More known threadsafings.
5044      Branch: perl
5045            ! Porting/findrfuncs
5046 ____________________________________________________________________________
5047 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
5048         Log: Small tweaks.
5049      Branch: perl
5050            ! lib/Internals.t universal.c
5051 ____________________________________________________________________________
5052 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
5053         Log: VERSIONize.
5054      Branch: perl
5055            ! ext/Encode/lib/Encode/CN/HZ.pm
5056            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5057            ! ext/Encode/lib/Encode/JP/JIS.pm
5058 ____________________________________________________________________________
5059 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
5060         Log: Subject: perl datastructure conversion shortcuts for DDD
5061              From: Stas Bekman <stas@stason.org>
5062              Date: Mon, 11 Mar 2002 14:54:31 +0800
5063              Message-ID: <3C8C54A7.5020502@stason.org>
5064      Branch: perl
5065            ! pod/perlhack.pod
5066 ____________________________________________________________________________
5067 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
5068         Log: Regen modlib.
5069      Branch: perl
5070            ! pod/perlmodlib.pod
5071 ____________________________________________________________________________
5072 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
5073         Log: Regen toc.
5074      Branch: perl
5075            ! pod/perltoc.pod
5076 ____________________________________________________________________________
5077 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
5078         Log: Tiny pod tweaks.
5079      Branch: perl
5080            ! lib/Hash/Util.pm
5081 ____________________________________________________________________________
5082 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
5083         Log: perldeltaize Hash::Util.
5084      Branch: perl
5085            ! pod/perldelta.pod
5086 ____________________________________________________________________________
5087 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
5088         Log: Move the readonly interface back to universal.c,
5089              (new name: Internals::SvREADONLY), remove Data::Util,
5090              move Hash::Util to lib, also introduce refcnt interface
5091              (Internals::SvREFCNT).     Make both the new interfaces
5092              to be more sane so that if they set the value, they return
5093              the new value, not the old one.
5094      Branch: perl
5095            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
5096            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5097            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5098            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5099            - ext/Data/Util/t/Hash.t
5100            ! MANIFEST ext/B/t/stash.t universal.c
5101 ____________________________________________________________________________
5102 [ 15200] By: ams                                   on 2002/03/12  15:16:05
5103         Log: Subject: Disambiguate "Can't locate"
5104              From: Mike Guy <mjtg@cam.ac.uk>
5105              Date: Tue, 12 Mar 2002 16:04:23 +0000
5106              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
5107      Branch: perl
5108            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
5109            ! pp_ctl.c t/op/override.t
5110 ____________________________________________________________________________
5111 [ 15199] By: ams                                   on 2002/03/12  15:04:43
5112         Log: Subject: [PATCH] perl/lib/File/stat.t
5113              From: Paul_GreenVOS@vos.stratus.com
5114              Date: Tue, 12 Mar 02 11:00 est
5115              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
5116      Branch: perl
5117            ! lib/File/stat.t
5118 ____________________________________________________________________________
5119 [ 15198] By: ams                                   on 2002/03/12  15:00:44
5120         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
5121              From: Robin Barker <rmb1@cise.npl.co.uk>
5122              Date: Tue, 12 Mar 2002 13:31:58 GMT
5123              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
5124      Branch: perl
5125            ! pod/perlfunc.pod
5126 ____________________________________________________________________________
5127 [ 15197] By: ams                                   on 2002/03/12  14:57:34
5128         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
5129              From: "Clinton A. Pierce" <clintp@geeksalad.org>
5130              Date: Tue, 12 Mar 2002 10:11:53 -0500
5131              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
5132      Branch: perl
5133            ! toke.c
5134 ____________________________________________________________________________
5135 [ 15196] By: nick                                  on 2002/03/12  13:40:35
5136         Log: Integrate mainline
5137      Branch: perlio
5138           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5139           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5140           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5141           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
5142            - t/lib/access.t
5143           !> (integrate 96 files)
5144 ____________________________________________________________________________
5145 [ 15195] By: nick                                  on 2002/03/12  06:08:24
5146         Log: Integrate mainline (a while ago)
5147      Branch: perlio
5148           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
5149           +> ext/Encode/t/TW.t
5150            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
5151            - ext/Encode/lib/Encode/Tcl/HanZi.pm
5152            - ext/I18N/Langinfo/fallback.c
5153           !> (integrate 80 files)
5154 ____________________________________________________________________________
5155 [ 15194] By: ams                                   on 2002/03/12  06:02:20
5156         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
5157              From: Jonathan Stowe <gellyfish@gellyfish.com>
5158              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
5159              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
5160      Branch: perl
5161            ! ext/Encode/CN/Makefile.PL
5162 ____________________________________________________________________________
5163 [ 15193] By: ams                                   on 2002/03/12  05:55:07
5164         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
5165              From: Dave Mitchell <davem@fdgroup.co.uk>
5166              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
5167              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
5168      Branch: perl
5169            ! pod/perlguts.pod
5170 ____________________________________________________________________________
5171 [ 15192] By: ams                                   on 2002/03/12  05:50:08
5172         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
5173              From: Anton Tagunov <tagunov@motor.ru>
5174              Date: Tue, 12 Mar 2002 01:40:58 +0300
5175              Message-Id: <1194068830.20020312014058@motor.ru>
5176              (Applied with tweaks.)
5177      Branch: perl
5178            ! lib/utf8.pm
5179 ____________________________________________________________________________
5180 [ 15191] By: ams                                   on 2002/03/12  05:42:21
5181         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
5182              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5183              Date: Sun, 10 Mar 2002 22:10:15 +0100
5184              Message-Id: <3C8BD9C7.13988.73992D@localhost>
5185      Branch: perl
5186            ! iperlsys.h
5187 ____________________________________________________________________________
5188 [ 15190] By: ams                                   on 2002/03/12  05:38:08
5189         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
5190              From: Anton Tagunov <tagunov@motor.ru>
5191              Date: Mon, 11 Mar 2002 23:27:47 +0300
5192              Message-Id: <19414222180.20020311232747@motor.ru>
5193      Branch: perl
5194            ! pod/perlsub.pod
5195 ____________________________________________________________________________
5196 [ 15189] By: ams                                   on 2002/03/12  05:34:49
5197         Log: Subject: minor patch for comment in utfebcdic.h
5198              From: Anton Tagunov <tagunov@motor.ru>
5199              Date: Tue, 12 Mar 2002 00:20:21 +0300
5200              Message-Id: <13817376786.20020312002021@motor.ru>
5201      Branch: perl
5202            ! utfebcdic.h
5203 ____________________________________________________________________________
5204 [ 15188] By: ams                                   on 2002/03/12  05:32:30
5205         Log: Subject: [PATCH ?] B::Xref improvements
5206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5207              Date: Mon, 11 Mar 2002 23:32:20 +0100
5208              Message-Id: <20020311233220.A12677@rafael>
5209      Branch: perl
5210            ! ext/B/B/Xref.pm
5211 ____________________________________________________________________________
5212 [ 15187] By: ams                                   on 2002/03/12  05:30:02
5213         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
5214              From: Paul_GreenVOS@vos.stratus.com
5215              Date: Mon, 11 Mar 02 17:23 est
5216              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
5217      Branch: perl
5218            ! lib/ExtUtils/MM_Unix.pm
5219 ____________________________________________________________________________
5220 [ 15186] By: ams                                   on 2002/03/12  05:27:06
5221         Log: Subject: [PATCH] installperl - minor untangle for VOS
5222              From: Paul_GreenVOS@vos.stratus.com
5223              Date: Mon, 11 Mar 02 17:05 est
5224              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
5225      Branch: perl
5226            ! installperl
5227 ____________________________________________________________________________
5228 [ 15185] By: ams                                   on 2002/03/12  05:25:59
5229         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
5230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5231              Date: Mon, 11 Mar 2002 22:37:39 +0100
5232              Message-Id: <20020311223739.A691@rafael>
5233      Branch: perl
5234            ! ext/B/B/Deparse.pm
5235 ____________________________________________________________________________
5236 [ 15184] By: ams                                   on 2002/03/12  05:20:54
5237         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
5238              From: Michael G Schwern <schwern@pobox.com>
5239              Date: Tue, 12 Mar 2002 01:12:08 -0500
5240              Message-Id: <20020312061208.GD904@blackrider>
5241      Branch: perl
5242            ! hints/netbsd.sh
5243 ____________________________________________________________________________
5244 [ 15183] By: ams                                   on 2002/03/12  04:12:30
5245         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5246              From: Autrijus Tang <autrijus@autrijus.org>
5247              Date: Tue, 12 Mar 2002 13:05:53 +0800
5248              Message-Id: <20020312050553.GA7864@not.autrijus.org>
5249              (Only doc hunk applied, supplementing #15182.)
5250      Branch: perl
5251            ! ext/Encode/Encode.pm
5252 ____________________________________________________________________________
5253 [ 15182] By: ams                                   on 2002/03/12  04:04:34
5254         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5255              From: Autrijus Tang <autrijus@autrijus.org>
5256              Date: Tue, 12 Mar 2002 12:56:46 +0800
5257              Message-Id: <20020312045646.GA7689@not.autrijus.org>
5258              (Private mail.)
5259      Branch: perl
5260            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
5261 ____________________________________________________________________________
5262 [ 15181] By: ams                                   on 2002/03/12  03:09:20
5263         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5264              From: Autrijus Tang <autrijus@autrijus.org>
5265              Date: Tue, 12 Mar 2002 11:55:06 +0800
5266              Message-Id: <20020312035506.GA6946@not.autrijus.org>
5267      Branch: perl
5268            ! ext/Encode/Encode.pm
5269 ____________________________________________________________________________
5270 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
5271         Log: Deypo.
5272      Branch: metaconfig
5273            ! U/threads/d_asctime_r.U
5274 ____________________________________________________________________________
5275 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
5276         Log: FAQ sync.
5277      Branch: perl
5278            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5279            ! pod/perlfaq4.pod pod/perlfaq5.pod
5280 ____________________________________________________________________________
5281 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
5282         Log: The test needs perlio.
5283      Branch: perl
5284            ! lib/open.t
5285 ____________________________________________________________________________
5286 [ 15177] By: ams                                   on 2002/03/11  15:41:08
5287         Log: Subject: perlreftut update
5288              From: Mark-Jason Dominus <mjd@plover.com>
5289              Date: Mon, 11 Mar 2002 11:36:27 -0500
5290              Message-Id: <20020311163627.31020.qmail@plover.com>
5291      Branch: perl
5292            ! pod/perlreftut.pod
5293 ____________________________________________________________________________
5294 [ 15176] By: ams                                   on 2002/03/11  15:35:24
5295         Log: Subject: Minor correction in perlfaq5
5296              From: mjd@plover.com
5297              Date: 11 Mar 2002 16:34:22 -0000
5298              Message-Id: <20020311163422.30963.qmail@plover.com>
5299      Branch: perl
5300            ! pod/perlfaq5.pod
5301 ____________________________________________________________________________
5302 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
5303         Log: number of skipped tests was incorrect
5304      Branch: perl
5305            ! t/op/stat.t
5306 ____________________________________________________________________________
5307 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
5308         Log: remove doubled CRs
5309      Branch: perl
5310            ! win32/Makefile
5311 ____________________________________________________________________________
5312 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
5313         Log: Update Changes.
5314      Branch: perl
5315            ! Changes patchlevel.h
5316 ____________________________________________________________________________
5317 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
5318         Log: Regen toc.
5319      Branch: perl
5320            ! pod/perltoc.pod
5321 ____________________________________________________________________________
5322 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
5323         Log: Add t/CN.t and t/TW.t; re-sort.
5324      Branch: perl
5325            ! ext/Encode/MANIFEST
5326 ____________________________________________________________________________
5327 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
5328         Log: Document what to do if one yearns back to
5329              the old legacy encoding.
5330      Branch: perl
5331            ! lib/encoding.pm
5332 ____________________________________________________________________________
5333 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
5334         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
5335              as general purpose encoding transformation interfaces
5336              since that's not what they are.
5337      Branch: perl
5338            ! lib/utf8.pm pod/perlunicode.pod sv.c
5339 ____________________________________________________________________________
5340 [ 15168] By: ams                                   on 2002/03/11  12:54:16
5341         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
5342              warnings
5343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5344              Date: Mon, 11 Mar 2002 14:35:22 +0100
5345              Message-Id: <20020311143522.A7431@rafael>
5346      Branch: perl
5347            ! t/lib/warnings/pp_sys
5348 ____________________________________________________________________________
5349 [ 15167] By: ams                                   on 2002/03/11  04:57:20
5350         Log: A little commonsense is better than 1_compile.
5351      Branch: perl
5352            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5353 ____________________________________________________________________________
5354 [ 15166] By: ams                                   on 2002/03/11  04:53:50
5355         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
5356              From: Michael G Schwern <schwern@pobox.com>
5357              Date: Sun, 10 Mar 2002 13:27:12 -0500
5358              Message-Id: <20020310182712.GC693@blackrider>
5359              
5360              Subject: [PATCH] Hash::Util part 2
5361              From: Michael G Schwern <schwern@pobox.com>
5362              Date: Sun, 10 Mar 2002 15:09:34 -0500
5363              Message-Id: <20020310200934.GB27112@blackrider>
5364              
5365              Subject: [PATCH] Hash::Util MANIFEST correction
5366              From: Michael G Schwern <schwern@pobox.com>
5367              Date: Sun, 10 Mar 2002 16:27:07 -0500
5368              Message-Id: <20020310212707.GF27112@blackrider>
5369              
5370              (Also changes find.t and taint.t, which were looking for access.t)
5371      Branch: perl
5372            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5373            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5374            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5375            + ext/Data/Util/t/Hash.t
5376            - t/lib/access.t
5377            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
5378            ! pod/perldiag.pod pod/perltodo.pod universal.c
5379 ____________________________________________________________________________
5380 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
5381         Log: metaconfig: more thready fixes.
5382      Branch: metaconfig
5383            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
5384            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
5385            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
5386            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
5387            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
5388            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
5389            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5390            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5391            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
5392 ____________________________________________________________________________
5393 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
5394         Log: Skip obsoleted interfaces.
5395      Branch: perl
5396            ! Porting/findrfuncs
5397 ____________________________________________________________________________
5398 [ 15162] By: ams                                   on 2002/03/11  03:48:14
5399         Log: Typo fixes.
5400      Branch: perl
5401            ! perl.c
5402 ____________________________________________________________________________
5403 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
5404         Log: Upgrade to Locale::Codes 2.02.
5405      Branch: perl
5406            + lib/Locale/Codes/t/rename.t
5407            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5408            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
5409            ! lib/Locale/Country.pod
5410 ____________________________________________________________________________
5411 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
5412         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5413              From: Nicholas Clark <nick@unfortu.net>
5414              Date: Sun, 10 Mar 2002 18:17:50 +0000
5415              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
5416              
5417              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5418              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5419              Date: Sun, 10 Mar 2002 13:53:34 -0800
5420              Message-ID: <eX9i8gzkg26G092yn@efn.org>
5421              
5422              (and reenable the feature in freebsd,
5423              and move the freebsd pr url to perl.c)
5424      Branch: perl
5425            ! hints/freebsd.sh perl.c pod/perldelta.pod
5426 ____________________________________________________________________________
5427 [ 15159] By: ams                                   on 2002/03/11  03:34:13
5428         Log: Subject: [PATCH stash.t] access::readonly is gone
5429              From: Michael G Schwern <schwern@pobox.com>
5430              Date: Sun, 10 Mar 2002 16:18:14 -0500
5431              Message-Id: <20020310211813.GE27112@blackrider>
5432      Branch: perl
5433            ! ext/B/t/stash.t
5434 ____________________________________________________________________________
5435 [ 15158] By: ams                                   on 2002/03/11  03:28:04
5436         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
5437              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5438              Date: Sun, 10 Mar 2002 22:10:15 +0100
5439              Message-Id: <3C8BD9C7.610.7398DD@localhost>
5440      Branch: perl
5441            ! lib/Net/Ping/t/110_icmp_inst.t
5442 ____________________________________________________________________________
5443 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
5444         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
5445              From: Michael G Schwern <schwern@pobox.com>
5446              Date: Sun, 10 Mar 2002 19:22:33 -0500
5447              Message-ID: <20020311002233.GE4927@blackrider>
5448      Branch: perl
5449            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
5450            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
5451            ! lib/Test/Simple/t/fail-more.t
5452 ____________________________________________________________________________
5453 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
5454         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
5455              From: Michael G Schwern <schwern@pobox.com>
5456              Date: Sun, 10 Mar 2002 17:14:10 -0500
5457              Message-ID: <20020310221410.GA4915@blackrider>
5458      Branch: perl
5459            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
5460            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
5461 ____________________________________________________________________________
5462 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
5463         Log: Subject: [PATCH] more warnings tidyup
5464              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5465              Date: Sun, 10 Mar 2002 21:01:39 -0000
5466              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
5467      Branch: perl
5468            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
5469            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
5470            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
5471            ! util.c
5472 ____________________________________________________________________________
5473 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
5474         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
5475              From: Nicholas Clark <nick@unfortu.net>
5476              Date: Sun, 10 Mar 2002 23:21:07 +0000
5477              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
5478      Branch: perl
5479            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
5480            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5481            ! ext/Encode/TW/Makefile.PL
5482 ____________________________________________________________________________
5483 [ 15153] By: ams                                   on 2002/03/11  03:06:59
5484         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
5485              From: Max Baker <max@warped.org>
5486              Date: Fri, 8 Mar 2002 10:56:19 -0800
5487              Message-Id: <20020308105619.A15039@warped.org>
5488      Branch: perl
5489            ! ext/IO/lib/IO/Socket/INET.pm
5490 ____________________________________________________________________________
5491 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
5492         Log: Subject: [PATCH] spelling correction
5493              From: Nicholas Clark <nick@unfortu.net>
5494              Date: Sun, 10 Mar 2002 18:34:42 +0000
5495              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
5496      Branch: perl
5497            ! pp.c pp_hot.c
5498 ____________________________________________________________________________
5499 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
5500         Log: DG/UX updates from Takis Psarogiannakopoulos.
5501      Branch: perl
5502            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
5503 ____________________________________________________________________________
5504 [ 15150] By: ams                                   on 2002/03/11  03:02:47
5505         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
5506              From: Chris Nandor <pudge@pobox.com>
5507              Date: Mon, 04 Mar 2002 17:48:12 -0500
5508              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
5509      Branch: perl
5510            ! lib/DB.pm lib/perl5db.pl
5511 ____________________________________________________________________________
5512 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
5513         Log: metaconfig unit changes in preparation of reentrancy changes.
5514      Branch: metaconfig
5515            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
5516            + U/threads/d_ttyname_r.U
5517            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
5518            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
5519            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
5520            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
5521            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5522            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
5523            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5524            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
5525            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
5526            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5527            ! U/threads/d_strerror_r.U
5528 ____________________________________________________________________________
5529 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
5530         Log: Mysterious characters.
5531      Branch: perl
5532            ! utf8.h
5533 ____________________________________________________________________________
5534 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
5535         Log: Unused.
5536      Branch: perl
5537            ! op.c
5538 ____________________________________________________________________________
5539 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
5540         Log: Implement :std subpragma of the open pragma
5541              that makes the standard filehandles to talk in
5542              encodings.  This change set off a weird warning
5543              from op.c, though: disabled it now until someone
5544              who knows what it is about comes along.
5545      Branch: perl
5546            ! lib/open.pm op.c
5547 ____________________________________________________________________________
5548 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
5549         Log: Document the logic of :locale better.
5550      Branch: perl
5551            ! lib/open.pm
5552 ____________________________________________________________________________
5553 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
5554         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
5555              From: Slaven Rezic <slaven.rezic@berlin.de>
5556              Date: 10 Mar 2002 02:49:17 +0100
5557              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
5558      Branch: perl
5559            ! hints/freebsd.sh
5560 ____________________________________________________________________________
5561 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
5562         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
5563              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5564              Date: Sun, 10 Mar 2002 17:08:54 +0900
5565              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
5566      Branch: perl
5567            ! ext/Encode/lib/Encode/Tcl.pm
5568            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5569            ! ext/Encode/lib/Encode/Tcl/Extended.pm
5570            ! ext/Encode/lib/Encode/Tcl/Table.pm
5571 ____________________________________________________________________________
5572 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
5573         Log: The patch does the following:
5574              - Nix the unneccessary diagnostics line
5575              - Quell -w warnings if the first ENV doesn't exist
5576              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
5577              is too baroque and bloated for daily use (and for perl core inclusion).
5578              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
5579              non-fatal.
5580              - Consequently, the ^OPEN bits is set only when needed.
5581      Branch: perl
5582            ! lib/open.pm
5583 ____________________________________________________________________________
5584 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
5585         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
5586      Branch: perl
5587            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
5588 ____________________________________________________________________________
5589 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
5590         Log: Precedence problem.
5591      Branch: perl
5592            ! ext/Socket/socketpair.t
5593 ____________________________________________________________________________
5594 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
5595         Log: Renaming tweaks, and split off the reentrant "superbuffer"
5596              init routine.
5597      Branch: perl
5598            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
5599            ! sv.c util.c
5600 ____________________________________________________________________________
5601 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
5602         Log: The 7-bit jis seems to be the hanging one.
5603      Branch: perl
5604            ! ext/Encode/t/Tcl.t
5605 ____________________________________________________________________________
5606 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
5607         Log: Begone.
5608      Branch: perl
5609            ! ext/Encode/MANIFEST
5610 ____________________________________________________________________________
5611 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
5612         Log: Better fix from Autrijus.
5613      Branch: perl
5614            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
5615            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
5616 ____________________________________________________________________________
5617 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
5618         Log: Not everybody has Encode::HanExtra.
5619      Branch: perl
5620            ! ext/Encode/Encode.pm
5621 ____________________________________________________________________________
5622 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
5623         Log: Decutandpasto.
5624      Branch: perl
5625            ! ext/Encode/lib/Encode/Tcl.pm
5626 ____________________________________________________________________________
5627 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
5628         Log: Subject: [PATCH] Data::Dumper
5629              From: Nicholas Clark <nick@unfortu.net>
5630              Date: Sat, 9 Mar 2002 19:03:54 +0000
5631              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
5632      Branch: perl
5633            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5634            ! ext/Data/Dumper/t/dumper.t
5635 ____________________________________________________________________________
5636 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
5637         Log: Subject: [PATCH] socketpair.t w/o fork
5638              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5639              Date: Sat, 9 Mar 2002 14:55:11 +0100
5640              Message-ID: <3C8A224F.29578.13691BA@localhost>
5641              
5642              (modified as suggested by Sarathy)
5643      Branch: perl
5644            ! ext/Socket/socketpair.t
5645 ____________________________________________________________________________
5646 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
5647         Log: Subject: [PATCH perldelta] Mention Change 14727
5648              From: Autrijus Tang <autrijus@autrijus.org>
5649              Date: Sat, 9 Mar 2002 23:31:40 +0800
5650              Message-ID: <20020309153140.GA4224@not.autrijus.org>
5651      Branch: perl
5652            ! pod/perldelta.pod
5653 ____________________________________________________________________________
5654 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
5655         Log: Make Encode.pm implicitly load external CJK tables the first
5656              time they're needed (instead of immediately), from Autrijus
5657              Tang.
5658      Branch: perl
5659            ! ext/Encode/Encode.pm
5660 ____________________________________________________________________________
5661 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
5662         Log: Subject: Re: Two questions
5663              From: Nicholas Clark <nick@unfortu.net>
5664              Date: Sat, 9 Mar 2002 12:42:40 +0000
5665              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
5666      Branch: perl
5667            ! Porting/pumpkin.pod
5668 ____________________________________________________________________________
5669 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
5670         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
5671              From: Paul_GreenVOS@vos.stratus.com
5672              Date: Fri, 8 Mar 02 22:34 est
5673              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
5674      Branch: perl
5675            ! pp_sys.c
5676 ____________________________________________________________________________
5677 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
5678         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
5679              From: davem@fdgroup.co.uk
5680              Date: Sat, 9 Mar 2002 00:13:27 GMT
5681              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
5682      Branch: perl
5683            ! dump.c
5684 ____________________________________________________________________________
5685 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
5686         Log: Deglitch from Rafael.
5687      Branch: perl
5688            ! ext/B/t/lint.t
5689 ____________________________________________________________________________
5690 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
5691         Log: Still more portability.
5692      Branch: perl
5693            ! Porting/findrfuncs
5694 ____________________________________________________________________________
5695 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
5696         Log: More portability.
5697      Branch: perl
5698            ! Porting/findrfuncs
5699 ____________________________________________________________________________
5700 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
5701         Log: Shared library paths; running tests manually.
5702      Branch: perl
5703            ! INSTALL
5704 ____________________________________________________________________________
5705 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
5706         Log: Subject: RE: Two questions
5707              From: "Green, Paul" <Paul.Green@stratus.com>
5708              Date: Fri, 8 Mar 2002 17:55:19 -0500
5709              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
5710      Branch: perl
5711            ! Porting/pumpkin.pod
5712 ____________________________________________________________________________
5713 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
5714         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
5715              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
5716      Branch: perl
5717            + ext/B/t/lint.t
5718            ! MANIFEST ext/B/B/Lint.pm
5719 ____________________________________________________________________________
5720 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
5721         Log: metaconfig unit change for #15119.
5722      Branch: metaconfig
5723            ! U/threads/d_pthread_atfork.U
5724 ____________________________________________________________________________
5725 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
5726         Log: In DG/UX finding pthread_atfork requires a true compile,
5727              from Takis Psarogiannakopoulos.
5728      Branch: perl
5729            ! Configure config_h.SH
5730 ____________________________________________________________________________
5731 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
5732         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
5733              From: John Peacock <jpeacock@rowman.com>
5734              Date: Fri, 08 Mar 2002 15:52:41 -0500
5735              Message-ID: <3C892499.4050502@rowman.com>
5736      Branch: perl
5737            ! lib/ExtUtils/xsubpp
5738 ____________________________________________________________________________
5739 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
5740         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
5741              From: "Craig A. Berry" <craigberry@mac.com>
5742              Date: Fri, 08 Mar 2002 15:02:51 -0600
5743              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
5744      Branch: perl
5745            ! t/op/write.t
5746 ____________________________________________________________________________
5747 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
5748         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
5749              From: Paul_GreenVOS@vos.stratus.com
5750              Date: Fri, 8 Mar 02 14:45 est
5751              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
5752      Branch: perl
5753            ! installperl
5754 ____________________________________________________________________________
5755 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
5756         Log: Subject: [PATCH @15109] tm_tm_* for VMS
5757              From: "Craig A. Berry" <craigberry@mac.com>
5758              Date: Fri, 08 Mar 2002 13:07:52 -0600
5759              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
5760      Branch: perl
5761            ! configure.com
5762 ____________________________________________________________________________
5763 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
5764         Log: Detypo.
5765      Branch: perl
5766            ! Changes
5767 ____________________________________________________________________________
5768 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
5769         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
5770      Branch: perl
5771            ! t/op/pat.t
5772 ____________________________________________________________________________
5773 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
5774         Log: HP-UX nm seems to repeat itself.
5775      Branch: perl
5776            ! Porting/findrfuncs
5777 ____________________________________________________________________________
5778 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
5779         Log: Nice porting script from Sarathy.  Well, less nice
5780              in the sense that it shows the looong road ahead.
5781      Branch: perl
5782            + Porting/findrfuncs
5783            ! MANIFEST Porting/makerel
5784 ____________________________________________________________________________
5785 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
5786         Log: Subject: Re: Performance considerations for UTF-8
5787              From: Jarkko Hietaniemi <jhi@iki.fi>
5788              Date: Fri, 8 Mar 2002 18:53:28 +0200
5789              Message-ID: <20020308185328.D640@alpha.hut.fi>
5790              
5791              (put all in perlunicode)
5792      Branch: perl
5793            ! pod/perlunicode.pod
5794 ____________________________________________________________________________
5795 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
5796         Log: Update Changes.
5797      Branch: perl
5798            ! Changes patchlevel.h
5799 ____________________________________________________________________________
5800 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
5801         Log: Subject: Cygwin cygipc support skipped
5802              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
5803              Date: Fri, 8 Mar 2002 16:59:34 +0100
5804              Message-ID: <113694157285.20020308165934@familiehaase.de>
5805      Branch: perl
5806            ! hints/cygwin.sh
5807 ____________________________________________________________________________
5808 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
5809         Log: metaconfig unit change for #15106.
5810      Branch: metaconfig
5811            ! U/compline/d_gconvert.U
5812 ____________________________________________________________________________
5813 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
5814         Log: Subject: Re: [PATCH] tests for Gconvert
5815              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5816              Date: Thu, 07 Mar 2002 16:48:10 -0800
5817              Message-ID: <KpAi8gzkganW092yn@efn.org>
5818      Branch: perl
5819            ! Configure config_h.SH t/base/num.t
5820 ____________________________________________________________________________
5821 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
5822         Log: The new test has some teething problems.
5823      Branch: perl
5824            - ext/B/t/lint.t
5825            ! MANIFEST
5826 ____________________________________________________________________________
5827 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
5828         Log: Subject: [PATCH] B::Lint tests
5829              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5830              Date: Fri, 8 Mar 2002 14:47:19 +0100
5831              Message-ID: <20020308144719.A2663@rafael>
5832      Branch: perl
5833            + ext/B/t/lint.t
5834            ! MANIFEST ext/B/B/Lint.pm
5835 ____________________________________________________________________________
5836 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
5837         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
5838              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
5839              Date: Fri, 8 Mar 2002 13:24:14 GMT
5840              Message-Id: <200203081324.NAA00642@cleo>
5841      Branch: perl
5842            ! hints/powerux.sh
5843 ____________________________________________________________________________
5844 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
5845         Log: Subject: HP has some new models
5846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5847              Date: Fri, 08 Mar 2002 13:07:02 +0100
5848              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
5849      Branch: perl
5850            ! README.hpux
5851 ____________________________________________________________________________
5852 [ 15101] By: ams                                   on 2002/03/08  09:11:40
5853         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
5854              From: Stas Bekman <stas@stason.org>
5855              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
5856              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
5857      Branch: perl
5858            ! pod/perlguts.pod
5859 ____________________________________________________________________________
5860 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
5861         Log: Update Changes
5862      Branch: maint-5.6/macperl
5863            ! macos/Changes
5864 ____________________________________________________________________________
5865 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
5866         Log: Replace macperlbundled with macperldelta
5867      Branch: maint-5.6/macperl
5868            ! macos/macperl/MacPerl.podhelp
5869 ____________________________________________________________________________
5870 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
5871         Log: Comsetic fixes (Thomas Wegner)
5872      Branch: maint-5.6/macperl
5873            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
5874 ____________________________________________________________________________
5875 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
5876         Log: Bump OS version
5877      Branch: maint-5.6/macperl
5878            ! macos/config.sh
5879 ____________________________________________________________________________
5880 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
5881         Log: Thought I deleted this already?
5882      Branch: perl
5883            - ext/I18N/Langinfo/fallback.c
5884 ____________________________________________________________________________
5885 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
5886         Log: perlport updates from Pudge.
5887      Branch: perl
5888            ! pod/perlport.pod
5889 ____________________________________________________________________________
5890 [ 15094] By: ams                                   on 2002/03/08  03:06:03
5891         Log: Nitpick.
5892      Branch: perl
5893            ! MANIFEST
5894 ____________________________________________________________________________
5895 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
5896         Log: Wrong test.
5897      Branch: perl
5898            ! pod/perldelta.pod
5899 ____________________________________________________________________________
5900 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
5901         Log: Integrate change 14064 from macperl to blead.
5902      Branch: perl
5903           !> pod/perlmodinstall.pod pod/perlport.pod
5904 ____________________________________________________________________________
5905 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
5906         Log: Integrate recent perlport changes
5907      Branch: maint-5.6/macperl
5908           !> pod/perlport.pod
5909 ____________________________________________________________________________
5910 [ 15089] By: ams                                   on 2002/03/08  01:54:03
5911         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
5912              minor typo in perlguts.pod
5913              From: Anton Tagunov <tagunov@motor.ru>
5914              Date: Fri, 8 Mar 2002 05:26:59 +0300
5915              Message-Id: <4649821189.20020308052659@motor.ru>
5916      Branch: perl
5917            ! pod/perlguts.pod
5918 ____________________________________________________________________________
5919 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
5920         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
5921              From: Anton Tagunov <tagunov@newmail.ru>
5922              Date: Fri, 8 Mar 2002 04:31:44 +0300
5923              Message-ID: <13946506773.20020308043144@newmail.ru>
5924              
5925              (one test changed)
5926      Branch: perl
5927            ! lib/encoding.t sv.c
5928 ____________________________________________________________________________
5929 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
5930         Log: Subject: [PATCH perldelta] some more deltas
5931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5932              Date: Thu, 7 Mar 2002 23:13:23 +0100
5933              Message-ID: <20020307231323.A13068@rafael>
5934      Branch: perl
5935            ! pod/perldelta.pod
5936 ____________________________________________________________________________
5937 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
5938         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
5939              From: Paul_GreenVOS@vos.stratus.com
5940              Date: Thu, 7 Mar 02 14:25 est
5941              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
5942      Branch: perl
5943            ! t/io/fs.t
5944 ____________________________________________________________________________
5945 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
5946         Log: As suggested by Anton Tagunov, eq and cmp now obey the
5947              encoding pragma (by remapping their byte argument if the
5948              other argument is in Unicode).  Also fix a bug found by
5949              Anton where ord undef under the encoding pragma would barf.
5950              ([ID 20020307.009] A null pointer dereference with 'use encoding')
5951              Finally, use the nicer form of sv_recode_to_utf8.
5952      Branch: perl
5953            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
5954 ____________________________________________________________________________
5955 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
5956         Log: Retract #14985, #14899, and #14990, following the principles
5957              "Do no harm." and "If it ain't broke, don't fix it."
5958              
5959              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
5960              some, but still broken, and I do not have the extra brain
5961              cells for the EBCDIC backport.  Secondly, the old version
5962              worked both in EBCDIC and non-.  Thirdly, the old version
5963              may be more amenable for the behaviour suggsted by Anton
5964              Tagunov regarding the encoding pragma.
5965      Branch: perl
5966            ! embed.fnc embed.h global.sym proto.h sv.c util.c
5967 ____________________________________________________________________________
5968 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
5969         Log: Long doubles give you long doubles.
5970      Branch: perl
5971            ! t/base/num.t
5972 ____________________________________________________________________________
5973 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
5974         Log: Forgotten deMANIFESTation.
5975      Branch: perl
5976            ! MANIFEST
5977 ____________________________________________________________________________
5978 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
5979         Log: Obsolete unused file, noticed by Dank Kogai.
5980      Branch: perl
5981            - ext/Encode/lib/Encode/JP/Tr.pm
5982 ____________________________________________________________________________
5983 [ 15080] By: ams                                   on 2002/03/07  11:31:46
5984         Log: Subject: [PATCH Changes] Changes should mirror version number
5985              From: Robin Barker <rmb1@cise.npl.co.uk>
5986              Date: Thu, 7 Mar 2002 11:04:24 GMT
5987              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
5988      Branch: perl
5989            ! Porting/pumpkin.pod
5990 ____________________________________________________________________________
5991 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
5992         Log: metaconfig unit change for #15078.
5993      Branch: metaconfig
5994            ! U/compline/d_gconvert.U
5995 ____________________________________________________________________________
5996 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
5997         Log: Subject: Re: [PATCH] tests for Gconvert
5998              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5999              Date: Wed, 06 Mar 2002 20:22:54 -0800
6000              Message-ID: <esuh8gzkg2/b092yn@efn.org>
6001      Branch: perl
6002            ! Configure pod/perldelta.pod t/base/num.t
6003 ____________________________________________________________________________
6004 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
6005         Log: Mac OS X UFS does not do ctime.
6006      Branch: perl
6007            ! pod/perldelta.pod pod/perlport.pod
6008 ____________________________________________________________________________
6009 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
6010         Log: AUTHORS updates.
6011      Branch: perl
6012            ! AUTHORS
6013 ____________________________________________________________________________
6014 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
6015         Log: Continued Chinese puzzles from Autrijus.
6016      Branch: perl
6017            + ext/Encode/t/CN.t ext/Encode/t/TW.t
6018            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
6019 ____________________________________________________________________________
6020 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
6021         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
6022              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6023              Date: Wed, 6 Mar 2002 18:13:51 +0100
6024              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
6025      Branch: perl
6026            ! lib/File/Spec/Win32.pm
6027 ____________________________________________________________________________
6028 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
6029         Log: perlport tweaks.
6030      Branch: perl
6031            ! pod/perlport.pod
6032 ____________________________________________________________________________
6033 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
6034         Log: Subject: Re: [PATCH docs] Re: Bug with -M
6035              From: Michael G Schwern <schwern@pobox.com>
6036              Date: Wed, 6 Mar 2002 16:20:27 -0500
6037              Message-ID: <20020306212027.GC4257@blackrider>
6038      Branch: perl
6039            ! pod/perlfunc.pod pod/perlport.pod
6040 ____________________________________________________________________________
6041 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
6042         Log: perldelta updates.
6043      Branch: perl
6044            ! pod/perldelta.pod
6045 ____________________________________________________________________________
6046 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
6047         Log: 5005threads wasn't even compiling.
6048      Branch: perl
6049            ! perl.c
6050 ____________________________________________________________________________
6051 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
6052         Log: Subject: Re: perl@15047 New format tests for still existing bugs
6053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6054              Date: Wed, 06 Mar 2002 12:59:29 +0100
6055              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
6056      Branch: perl
6057            ! t/op/write.t
6058 ____________________________________________________________________________
6059 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
6060         Log: Regen Glossary et al.
6061      Branch: perl
6062            ! Porting/Glossary Porting/config.sh Porting/config_H
6063 ____________________________________________________________________________
6064 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
6065         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
6066              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
6067      Branch: perl
6068            ! util.c
6069 ____________________________________________________________________________
6070 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
6071         Log: metaconfig unit change for #15065.
6072      Branch: metaconfig
6073            ! U/compline/i_time.U
6074 ____________________________________________________________________________
6075 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
6076         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
6077      Branch: perl
6078            ! Configure config_h.SH
6079 ____________________________________________________________________________
6080 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
6081         Log: Must remove fallback.c also from here.
6082      Branch: perl
6083            ! MANIFEST
6084 ____________________________________________________________________________
6085 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
6086         Log: Subject: Re: perl@15047 WinCE
6087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6088              Date: Wed, 06 Mar 2002 13:41:30 +0100
6089              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
6090              
6091              Subject: Re: perl@15047 Win32
6092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6093              Date: Wed, 06 Mar 2002 13:46:02 +0100
6094              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
6095              
6096              Subject: Re: perl@15047 Epoc
6097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6098              Date: Wed, 06 Mar 2002 13:48:31 +0100
6099              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
6100              
6101              Subject: Re: perl@15047 NetWare
6102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6103              Date: Wed, 06 Mar 2002 13:55:46 +0100
6104              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
6105      Branch: perl
6106            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
6107            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6108            ! wince/Makefile.ce wince/config.h
6109 ____________________________________________________________________________
6110 [ 15062] By: ams                                   on 2002/03/06  09:26:49
6111         Log: Subject: Re: perl@15047
6112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6113              Date: Wed, 06 Mar 2002 11:25:50 +0100
6114              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
6115      Branch: perl
6116            ! cygwin/perlld.in
6117 ____________________________________________________________________________
6118 [ 15061] By: ams                                   on 2002/03/06  08:44:12
6119         Log: Subject: Re: perl@15047
6120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6121              Date: Wed, 06 Mar 2002 10:38:02 +0100
6122              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
6123      Branch: perl
6124            ! pod/perldelta.pod
6125 ____________________________________________________________________________
6126 [ 15060] By: ams                                   on 2002/03/06  08:30:33
6127         Log: Subject: Update perlhist.pod
6128              From: mjd@plover.com
6129              Date: 6 Mar 2002 07:11:55 -0000
6130              Message-Id: <20020306071155.10240.qmail@plover.com>
6131              
6132              Subject: [PATCH pod/perlvar.pod] $^V => string
6133              From: Stas Bekman <stas@stason.org>
6134              Date: Wed, 06 Mar 2002 14:56:55 +0800
6135              Message-Id: <3C85BDB7.7050700@stason.org>
6136      Branch: perl
6137            ! pod/perlhist.pod pod/perlvar.pod
6138 ____________________________________________________________________________
6139 [ 15059] By: ams                                   on 2002/03/06  04:15:38
6140         Log: Subject: [PATCH] assorted configure.com fix-ups
6141              From: "Craig A. Berry" <craigberry@mac.com>
6142              Date: Tue, 5 Mar 2002 23:11:22 -0600
6143              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
6144      Branch: perl
6145            ! configure.com
6146 ____________________________________________________________________________
6147 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
6148         Log: IRIX failure with long doubles.
6149      Branch: perl
6150            ! t/op/pack.t
6151 ____________________________________________________________________________
6152 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
6153         Log: Make reality and Changes coincide.
6154      Branch: perl
6155            ! Changes
6156 ____________________________________________________________________________
6157 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
6158         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
6159              From: Anton Tagunov <tagunov@motor.ru>
6160              Date: Wed, 6 Mar 2002 02:10:21 +0300
6161              Message-ID: <11152782757.20020306021021@motor.ru>
6162              
6163              (reworded)
6164      Branch: perl
6165            ! pod/perluniintro.pod
6166 ____________________________________________________________________________
6167 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
6168         Log: Subject: [PATCH] B::Lint doesn't work
6169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6170              Date: Tue, 5 Mar 2002 22:51:18 +0100
6171              Message-ID: <20020305225118.C733@rafael>
6172      Branch: perl
6173            ! ext/B/B/Lint.pm
6174 ____________________________________________________________________________
6175 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
6176         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
6177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6178              Date: Mon, 04 Mar 2002 16:24:32 -0800
6179              Message-ID: <ABBh8gzkgezX092yn@efn.org>
6180      Branch: perl
6181            ! op.h pp_ctl.c t/op/flip.t
6182 ____________________________________________________________________________
6183 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
6184         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
6185              From: Nicholas Clark <nick@unfortu.net>
6186              Date: Tue, 5 Mar 2002 22:30:49 +0000
6187              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
6188      Branch: perl
6189            ! pod/perldelta.pod
6190 ____________________________________________________________________________
6191 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
6192         Log: Subject: [PATCH] tests for Gconvert
6193              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6194              Date: Tue, 05 Mar 2002 16:35:45 -0800
6195              Message-ID: <hRWh8gzkgONX092yn@efn.org>
6196      Branch: perl
6197            ! t/base/num.t
6198 ____________________________________________________________________________
6199 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
6200         Log: Subject: [PATCH] toplevel Makefile.SH
6201              From: Paul_GreenVOS@vos.stratus.com
6202              Date: Tue, 5 Mar 02 17:34 est
6203              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
6204      Branch: perl
6205            ! Makefile.SH
6206 ____________________________________________________________________________
6207 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
6208         Log: Subject: [PATCH] pointer to perldelta in Changes
6209              From: Chris Nandor <pudge@pobox.com>
6210              Date: Tue, 05 Mar 2002 16:04:50 -0500
6211              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
6212      Branch: perl
6213            ! Changes
6214 ____________________________________________________________________________
6215 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
6216         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
6217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6218              Date: Tue, 5 Mar 2002 22:26:20 +0100
6219              Message-ID: <20020305222620.A733@rafael>
6220      Branch: perl
6221            ! pod/perldelta.pod
6222 ____________________________________________________________________________
6223 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
6224         Log: Solaris: allow for /usr/bin/df not to exist.
6225              
6226              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
6227              From: Kingpin <mthurn@copper.dulles.tasc.com>
6228              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
6229              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
6230      Branch: perl
6231            ! hints/solaris_2.sh
6232 ____________________________________________________________________________
6233 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
6234         Log: Update Changes.
6235      Branch: perl
6236            ! Changes patchlevel.h
6237 ____________________________________________________________________________
6238 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
6239         Log: Double MANIFESTing.
6240      Branch: perl
6241            ! ext/Encode/MANIFEST
6242 ____________________________________________________________________________
6243 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
6244         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
6245      Branch: perl
6246            - ext/Encode/Encode/7bit-kr.enc
6247            - ext/Encode/lib/Encode/Tcl/HanZi.pm
6248            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
6249 ____________________________________________________________________________
6250 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
6251         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
6252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6253              Date: Tue, 5 Mar 2002 14:35:57 +0100
6254              Message-ID: <20020305143557.C695@rafael>   
6255      Branch: perl
6256            ! pp_sys.c t/lib/warnings/pp_sys
6257 ____________________________________________________________________________
6258 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
6259         Log: Subject: [PATCH Devel::PPPort]
6260              From: Robin Barker <rmb1@cise.npl.co.uk>
6261              Date: Tue, 5 Mar 2002 13:37:59 GMT
6262              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
6263      Branch: perl
6264            ! ext/Devel/PPPort/Makefile.PL
6265 ____________________________________________________________________________
6266 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
6267         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
6268      Branch: perl
6269            ! ext/Encode/t/Tcl.t
6270 ____________________________________________________________________________
6271 [ 15041] By: nick                                  on 2002/03/05  07:23:58
6272         Log: Integrate mainline (5.7.3)
6273      Branch: perlio
6274           +> ext/Encode/lib/Encode/CN/HZ.pm
6275            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
6276           !> (integrate 54 files)
6277 ____________________________________________________________________________
6278 [ 15040] By: ams                                   on 2002/03/05  05:10:33
6279         Log: Subject: DOC PATCH 5.7.3 (perldelta)
6280              From: mjd@plover.com
6281              Date: 5 Mar 2002 05:35:58 -0000
6282              Message-Id: <20020305053558.31677.qmail@plover.com>
6283      Branch: perl
6284            ! pod/perldelta.pod
6285 ____________________________________________________________________________
6286 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
6287         Log: This is 5.7.3.
6288      Branch: perl
6289            ! patchlevel.h
6290 ____________________________________________________________________________
6291 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
6292         Log: Shoo.
6293      Branch: perl
6294            ! ext/Encode/t/Tcl.t
6295 ____________________________________________________________________________
6296 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
6297         Log: Update Changes.
6298      Branch: perl
6299            ! Changes patchlevel.h
6300 ____________________________________________________________________________
6301 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
6302         Log: Regen perlapi.
6303      Branch: perl
6304            ! pod/perlapi.pod
6305 ____________________________________________________________________________
6306 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
6307         Log: Tie::File doc tweak for Win32 from mjd. 
6308      Branch: perl
6309            ! lib/Tie/File.pm
6310 ____________________________________________________________________________
6311 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
6312         Log: Regen toc.
6313      Branch: perl
6314            ! pod/perltoc.pod
6315 ____________________________________________________________________________
6316 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
6317         Log: Decommission Encode::Tcl HZ testing for now.
6318      Branch: perl
6319            ! ext/Encode/t/Tcl.t
6320 ____________________________________________________________________________
6321 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
6322         Log: Must have a return.
6323      Branch: perl
6324            ! pp_pack.c
6325 ____________________________________________________________________________
6326 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
6327         Log: The very latest win32 score from Jan Dubois.
6328      Branch: perl
6329            ! pod/perldelta.pod
6330 ____________________________________________________________________________
6331 [ 15030] By: ams                                   on 2002/03/05  01:40:01
6332         Log: Subject: [PATCH] README.macos
6333              From: Chris Nandor <pudge@pobox.com>
6334              Date: Mon, 04 Mar 2002 17:37:59 -0500
6335              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
6336      Branch: perl
6337            ! README.macos
6338 ____________________________________________________________________________
6339 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
6340         Log: "The last pieces of Chinese puzzle" from Autrijus.
6341      Branch: perl
6342            + ext/Encode/lib/Encode/CN/HZ.pm
6343            - ext/Encode/Encode/HZ.enc
6344            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
6345            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6346 ____________________________________________________________________________
6347 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
6348         Log: Known test failures updates.
6349      Branch: perl
6350            ! pod/perldelta.pod
6351 ____________________________________________________________________________
6352 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
6353         Log: One more nit from mjd.
6354      Branch: perl
6355            ! lib/Tie/File/t/16_handle.t
6356 ____________________________________________________________________________
6357 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
6358         Log: Upgrade to Tie::File 0.17 from mjd.
6359      Branch: perl
6360            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
6361            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6362 ____________________________________________________________________________
6363 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
6364         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
6365              From: Nicholas Clark <nick@unfortu.net>
6366              Date: Mon, 4 Mar 2002 23:33:52 +0000
6367              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
6368      Branch: perl
6369            ! pod/perldelta.pod
6370 ____________________________________________________________________________
6371 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
6372         Log: Escapee.
6373      Branch: perl
6374            ! proto.h
6375 ____________________________________________________________________________
6376 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
6377         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
6378              From: Nicholas Clark <nick@unfortu.net>
6379              Date: Mon, 4 Mar 2002 22:48:38 +0000
6380              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
6381      Branch: perl
6382            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
6383            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
6384            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
6385            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
6386            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
6387            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
6388            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
6389 ____________________________________________________________________________
6390 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
6391         Log: Cleaner.
6392      Branch: perl
6393            ! Makefile.SH
6394 ____________________________________________________________________________
6395 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
6396         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
6397              From: Jeffrey Friedl <jfriedl@yahoo.com>
6398              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
6399              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
6400      Branch: perl
6401            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
6402            ! pod/perlvar.pod
6403 ____________________________________________________________________________
6404 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
6405         Log: More Han tweaks from Autrjius Tang: most importantly,
6406              gbk is identical to cp936, so gbk can be removed and
6407              taken care of by an alias.
6408      Branch: perl
6409            - ext/Encode/Encode/gbk.enc
6410            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6411            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
6412            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6413            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6414 ____________________________________________________________________________
6415 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
6416         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
6417              From: Nicholas Clark <nick@unfortu.net>
6418              Date: Mon, 4 Mar 2002 22:20:13 +0000
6419              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
6420      Branch: perl
6421            ! pod/perldelta.pod
6422 ____________________________________________________________________________
6423 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
6424         Log: Based on
6425              
6426              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
6427              From: Anton Tagunov <tagunov@motor.ru>
6428              Date: Mon, 4 Mar 2002 21:14:39 +0300
6429              Message-ID: <1814137429.20020304211439@motor.ru>
6430      Branch: perl
6431            ! pod/perlunicode.pod
6432 ____________________________________________________________________________
6433 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
6434         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6435              From: John Peacock <jpeacock@rowman.com>
6436              Date: Mon, 04 Mar 2002 16:18:42 -0500
6437              Message-ID: <3C83E4B2.3060700@rowman.com>
6438              
6439              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6440              From: John Peacock <jpeacock@rowman.com>
6441              Date: Mon, 04 Mar 2002 16:42:55 -0500
6442              Message-ID: <3C83EA5F.80303@rowman.com>
6443      Branch: perl
6444            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6445 ____________________________________________________________________________
6446 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
6447         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6448              From: "Craig A. Berry" <craigberry@mac.com>
6449              Date: Mon, 04 Mar 2002 14:47:59 -0600
6450              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
6451              
6452              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6453              From: "Craig A. Berry" <craigberry@mac.com>
6454              Date: Mon, 04 Mar 2002 15:04:58 -0600
6455              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
6456      Branch: perl
6457            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
6458 ____________________________________________________________________________
6459 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
6460         Log: metaconfig unit change for #15014.
6461      Branch: metaconfig/U/perl
6462            ! Extensions.U
6463 ____________________________________________________________________________
6464 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
6465         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
6466              of known extensions, where Encode::JP already is.
6467      Branch: perl
6468            ! Configure Porting/config.sh Porting/config_H uconfig.h
6469 ____________________________________________________________________________
6470 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
6471         Log: SJIS, from Dan Kogai.
6472      Branch: perl
6473            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
6474 ____________________________________________________________________________
6475 [ 15012] By: nick                                  on 2002/03/04  17:35:50
6476         Log: Intergrate perlio's Encode/compile
6477      Branch: perl
6478           !> ext/Encode/compile
6479 ____________________________________________________________________________
6480 [ 15011] By: nick                                  on 2002/03/04  17:29:54
6481         Log: Avoid $Id$ cleverness and just have a $VERSION.
6482      Branch: perlio
6483            ! ext/Encode/compile
6484 ____________________________________________________________________________
6485 [ 15010] By: nick                                  on 2002/03/04  17:29:14
6486         Log: Integrate mainline
6487      Branch: perlio
6488           +> lib/Math/BigInt/t/isa.t
6489           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
6490           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
6491           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6492           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
6493           !> warnings.pl
6494 ____________________________________________________________________________
6495 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
6496         Log: Integrate ext/Encode/compile from perlio.
6497      Branch: perl
6498           !> ext/Encode/compile
6499 ____________________________________________________________________________
6500 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
6501         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
6502              updates not integrated, something odd going on in there.)
6503      Branch: perl
6504           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
6505           !> lib/Tie/File/t/16_handle.t
6506 ____________________________________________________________________________
6507 [ 15007] By: nick                                  on 2002/03/04  17:08:17
6508         Log: Integrate mainline
6509      Branch: perlio
6510           !> AUTHORS Changes Porting/Glossary Porting/config.sh
6511           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
6512           !> pod/perltoc.pod
6513 ____________________________________________________________________________
6514 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
6515         Log: A new M::BI test.
6516      Branch: perl
6517            + lib/Math/BigInt/t/isa.t
6518            ! MANIFEST
6519 ____________________________________________________________________________
6520 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
6521         Log: Subject: VMS test and perldelta update
6522              From: "Craig A. Berry" <craigberry@mac.com>
6523              Date: Mon, 04 Mar 2002 11:03:37 -0600
6524              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
6525      Branch: perl
6526            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
6527 ____________________________________________________________________________
6528 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
6529         Log: Needed for threaded builds.
6530      Branch: perl
6531            ! embed.fnc embed.h
6532 ____________________________________________________________________________
6533 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
6534         Log: Subject: [PATCH] taint + deprecated warnings
6535              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6536              Date: Mon, 4 Mar 2002 16:33:23 -0000
6537              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
6538      Branch: perl
6539            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
6540            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6541            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
6542 ____________________________________________________________________________
6543 [ 15002] By: nick                                  on 2002/03/04  16:19:06
6544         Log: Win32 tweak
6545      Branch: perlio
6546            ! lib/Tie/File/t/16_handle.t
6547 ____________________________________________________________________________
6548 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
6549         Log: Update Changes.
6550      Branch: perl
6551            ! Changes patchlevel.h
6552 ____________________________________________________________________________
6553 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
6554         Log: AUTHORS updates.
6555      Branch: perl
6556            ! AUTHORS
6557 ____________________________________________________________________________
6558 [ 14999] By: nick                                  on 2002/03/04  15:26:43
6559         Log: Win32 hack
6560      Branch: perlio
6561            ! ext/Encode/compile ext/Encode/t/JP.t
6562 ____________________________________________________________________________
6563 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
6564         Log: Encode doc tweak from Autrijus Tang.
6565      Branch: perl
6566            ! ext/Encode/Encode.pm
6567 ____________________________________________________________________________
6568 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
6569         Log: Regen Glossary et al.  (It seems the #14875 didn't
6570              quite work in removing the double-dot?)
6571      Branch: perl
6572            ! Porting/Glossary Porting/config.sh Porting/config_H
6573 ____________________________________________________________________________
6574 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
6575         Log: Regen toc.
6576      Branch: perl
6577            ! pod/perltoc.pod
6578 ____________________________________________________________________________
6579 [ 14995] By: nick                                  on 2002/03/04  14:42:09
6580         Log: Remove debugging assert
6581      Branch: perlio
6582            ! ext/threads/shared/shared.xs
6583 ____________________________________________________________________________
6584 [ 14994] By: nick                                  on 2002/03/04  14:41:54
6585         Log: Integrate mainline
6586      Branch: perlio
6587           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
6588           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6589           !> lib/Tie/File/t/15_pushpop.t util.c
6590 ____________________________________________________________________________
6591 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
6592         Log: Han update from Autrijus Tang. 
6593      Branch: perl
6594            ! ext/Encode/Encode.pm
6595 ____________________________________________________________________________
6596 [ 14992] By: nick                                  on 2002/03/04  14:08:38
6597         Log: Integrate mainline - all tests pass - some noise from threads
6598              av_simple (SuSE7.3).
6599      Branch: perlio
6600           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6601           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6602           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6603           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6604           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6605           +> lib/Tie/File/t/11_rv_splice_rs.t
6606           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6607           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6608           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6609            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6610            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6611            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6612            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6613            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6614            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6615            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6616            - lib/Tie/File/15_pushpop.t
6617           !> (integrate 47 files)
6618 ____________________________________________________________________________
6619 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
6620         Log: Missing MANIFESTations.
6621      Branch: perl
6622            ! MANIFEST
6623 ____________________________________________________________________________
6624 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
6625         Log: Attempt at portability.
6626      Branch: perl
6627            ! util.c
6628 ____________________________________________________________________________
6629 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
6630         Log: Needed by #14985.
6631      Branch: perl
6632            ! embed.h global.sym proto.h
6633 ____________________________________________________________________________
6634 [ 14988] By: ams                                   on 2002/03/04  08:59:27
6635         Log: Upgrade to Tie::File 0.16.
6636      Branch: perl
6637            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6638            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
6639            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6640            ! lib/Tie/File/t/15_pushpop.t
6641 ____________________________________________________________________________
6642 [ 14987] By: ams                                   on 2002/03/04  08:48:11
6643         Log: Subject: [PATCH @14577] perly-fixer
6644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6645              Date: Mon, 4 Mar 2002 02:28:51 -0500
6646              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
6647      Branch: perl
6648            ! Makefile.SH perly.fixer
6649 ____________________________________________________________________________
6650 [ 14986] By: ams                                   on 2002/03/04  08:43:37
6651         Log: Subject: [PATCH @14577] xsubpp
6652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6653              Date: Mon, 4 Mar 2002 02:25:52 -0500
6654              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
6655      Branch: perl
6656            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6657 ____________________________________________________________________________
6658 [ 14985] By: ams                                   on 2002/03/04  08:40:46
6659         Log: Subject: [PATCH @14577] sv_cmp and friends
6660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6661              Date: Mon, 4 Mar 2002 02:31:04 -0500
6662              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
6663      Branch: perl
6664            ! embed.fnc sv.c util.c
6665 ____________________________________________________________________________
6666 [ 14984] By: ams                                   on 2002/03/04  08:16:06
6667         Log: Fix File::Path docs as suggested by Ronald Kimball.
6668      Branch: perl
6669            ! lib/File/Path.pm
6670 ____________________________________________________________________________
6671 [ 14983] By: ams                                   on 2002/03/04  08:11:20
6672         Log: Update perldata fix as suggested by Benjamin Goldberg.
6673      Branch: perl
6674            ! pod/perldata.pod
6675 ____________________________________________________________________________
6676 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
6677         Log: Faulty skip.
6678      Branch: perl
6679            ! ext/DB_File/t/db-recno.t
6680 ____________________________________________________________________________
6681 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
6682         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
6683              From: Anton Tagunov <tagunov@motor.ru>
6684              Date: Mon, 4 Mar 2002 05:41:41 +0300
6685              Message-Id: <7916563907.20020304054141@motor.ru>
6686              
6687              Subject: [ID 20020303.005] Patch perlinicode C API description
6688              From: Anton Tagunov <tagunov@motor.ru>
6689              Date: Mon, 4 Mar 2002 06:08:23 +0300
6690              Message-Id: <2018165510.20020304060823@motor.ru>
6691      Branch: perl
6692            ! lib/utf8.pm pod/perlunicode.pod
6693 ____________________________________________________________________________
6694 [ 14980] By: ams                                   on 2002/03/04  02:19:20
6695         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
6696              From: Anton Tagunov <tagunov@motor.ru>
6697              Date: Mon, 4 Mar 2002 02:17:40 +0300
6698              Message-Id: <1344322124.20020304021740@motor.ru>
6699      Branch: perl
6700            ! pod/perldata.pod
6701 ____________________________________________________________________________
6702 [ 14979] By: ams                                   on 2002/03/04  02:17:54
6703         Log: Subject: RE: [PATCH] RE: DB_File breakage
6704              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6705              Date: Sun, 3 Mar 2002 23:56:31 -0000
6706              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
6707      Branch: perl
6708            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6709            ! ext/DB_File/t/db-recno.t
6710 ____________________________________________________________________________
6711 [ 14978] By: ams                                   on 2002/03/04  02:07:16
6712         Log: Subject: [PATCH] docs for ExtUtils::Manifest
6713              From: Nicholas Clark <nick@unfortu.net>
6714              Date: Sun, 3 Mar 2002 23:29:25 +0000
6715              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
6716      Branch: perl
6717            ! lib/ExtUtils/Manifest.pm
6718 ____________________________________________________________________________
6719 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
6720         Log: Forgot from the M::BI 1.54 update.
6721      Branch: perl
6722            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
6723            ! lib/Math/BigInt/t/upgrade.inc
6724 ____________________________________________________________________________
6725 [ 14976] By: ams                                   on 2002/03/04  02:04:32
6726         Log: Subject: [PATCH] attr
6727              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6728              Date: Sun, 3 Mar 2002 22:09:58 -0000
6729              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
6730      Branch: perl
6731            ! lib/warnings.pm warnings.pl
6732 ____________________________________________________________________________
6733 [ 14975] By: ams                                   on 2002/03/04  02:01:27
6734         Log: Subject: [PATCH] File::Path documentation
6735              From: Colin Meyer <cmeyer@helvella.org>
6736              Date: Sun, 3 Mar 2002 14:54:24 -0800
6737              Message-Id: <20020303145424.A21774@hobart.helvella.org>
6738      Branch: perl
6739            ! lib/File/Path.pm
6740 ____________________________________________________________________________
6741 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
6742         Log: Typo.
6743      Branch: perl
6744            ! lib/Math/BigInt/t/upgrade.t
6745 ____________________________________________________________________________
6746 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
6747         Log: Editing errors.
6748      Branch: perl
6749            ! MANIFEST
6750 ____________________________________________________________________________
6751 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
6752         Log: Upgrade to Math::BigInt 1.54.
6753      Branch: perl
6754            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6755            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
6756            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
6757            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
6758            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
6759            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
6760 ____________________________________________________________________________
6761 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
6762         Log: Test tweak from Craig Berry.
6763      Branch: perl
6764            ! lib/Tie/File/t/15_pushpop.t
6765 ____________________________________________________________________________
6766 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
6767         Log: Upgrade to Tie::File 0.15.
6768      Branch: perl
6769            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6770            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6771            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6772            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6773            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6774            + lib/Tie/File/t/11_rv_splice_rs.t
6775            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6776            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6777            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6778            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6779            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6780            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6781            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6782            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6783            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6784            - lib/Tie/File/15_pushpop.t
6785            ! MANIFEST lib/Tie/File.pm
6786 ____________________________________________________________________________
6787 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
6788         Log: The EBCDIC gaps apply only to the real A-Z.
6789      Branch: perl
6790            ! ext/B/B/Deparse.pm
6791 ____________________________________________________________________________
6792 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
6793         Log: EBCDIC: deparse \cX correctly.
6794      Branch: perl
6795            ! ext/B/B/Deparse.pm
6796 ____________________________________________________________________________
6797 [ 14967] By: ams                                   on 2002/03/03  18:18:00
6798         Log: Subject: [PATCH] nit in perlsyn.pod
6799              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6800              Date: Sun, 03 Mar 2002 20:16:10 +0100
6801              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
6802      Branch: perl
6803            ! pod/perlsyn.pod
6804 ____________________________________________________________________________
6805 [ 14966] By: ams                                   on 2002/03/03  18:06:32
6806         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
6807              From: Michael G Schwern <schwern@pobox.com>
6808              Date: Sun, 3 Mar 2002 13:33:28 -0500
6809              Message-Id: <20020303183328.GA3296@blackrider>
6810      Branch: perl
6811            ! utils/h2xs.PL
6812 ____________________________________________________________________________
6813 [ 14965] By: ams                                   on 2002/03/03  18:00:03
6814         Log: Subject: [ PATCH ] HP back to default
6815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6816              Date: Sun, 03 Mar 2002 18:48:34 +0100
6817              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
6818      Branch: perl
6819            ! hints/hpux.sh
6820 ____________________________________________________________________________
6821 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
6822         Log: EBCDIC: special cases of special cases.
6823      Branch: perl
6824            ! t/uni/case.pl
6825 ____________________________________________________________________________
6826 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
6827         Log: EBCDIC: the v-string components cannot exceed 2147483647.
6828      Branch: perl
6829            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
6830 ____________________________________________________________________________
6831 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
6832         Log: Remove the bogus "incorrect case" warning completely.
6833              The problem exists, but the cure, in which ever form
6834              it will be, needs to be something more subtle.
6835      Branch: perl
6836            ! op.c pod/perldiag.pod
6837 ____________________________________________________________________________
6838 [ 14961] By: ams                                   on 2002/03/03  13:39:09
6839         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
6840              From: Mark-Jason Dominus <mjd@plover.com>
6841              Date: Sun, 03 Mar 2002 09:32:16 -0500
6842              Message-Id: <20020303143216.10536.qmail@plover.com>
6843      Branch: perl
6844            ! t/op/tiearray.t
6845 ____________________________________________________________________________
6846 [ 14960] By: nick                                  on 2002/03/03  09:59:59
6847         Log: Integrate mainline
6848      Branch: perlio
6849           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
6850            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
6851            ! ext/Encode/compile
6852           !> (integrate 27 files)
6853 ____________________________________________________________________________
6854 [ 14959] By: ams                                   on 2002/03/03  08:11:34
6855         Log: Fix #14957.
6856      Branch: perl
6857            ! ext/DB_File/t/db-recno.t
6858 ____________________________________________________________________________
6859 [ 14958] By: ams                                   on 2002/03/03  05:51:00
6860         Log: Subject: [PATCH @14577] NL in debugger
6861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6862              Date: Sat, 2 Mar 2002 05:34:12 -0500
6863              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
6864      Branch: perl
6865            ! lib/perl5db.pl
6866 ____________________________________________________________________________
6867 [ 14957] By: ams                                   on 2002/03/03  05:00:04
6868         Log: Subject: Re: DB_File breakage
6869              From: Schuyler Erle <schuyler@oreilly.com>
6870              Date: Sat, 02 Mar 2002 21:50:30 -0800
6871              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
6872      Branch: perl
6873            ! ext/DB_File/t/db-recno.t
6874 ____________________________________________________________________________
6875 [ 14956] By: ams                                   on 2002/03/03  04:40:08
6876         Log: Subject: [PATCH @14577] Debugging OPs
6877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6878              Date: Sat, 2 Mar 2002 05:49:58 -0500
6879              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
6880      Branch: perl
6881            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
6882            ! pod/perlrun.pod sv.h
6883 ____________________________________________________________________________
6884 [ 14955] By: ams                                   on 2002/03/03  04:34:41
6885         Log: Subject: Tie::Array doc patch
6886              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
6887              Date: Sat, 02 Mar 2002 08:42:56 +0900
6888              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
6889      Branch: perl
6890            ! lib/Tie/Array.pm
6891 ____________________________________________________________________________
6892 [ 14954] By: ams                                   on 2002/03/03  04:23:33
6893         Log: Subject: Re: Smoke 14870
6894              From: Nicholas Clark <nick@unfortu.net>
6895              Date: Sat, 2 Mar 2002 20:00:53 +0000
6896              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
6897      Branch: perl
6898            ! README.hpux
6899 ____________________________________________________________________________
6900 [ 14953] By: ams                                   on 2002/03/03  04:15:49
6901         Log: Subject: RE: VERSION core
6902              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6903              Date: Sat, 2 Mar 2002 22:50:44 -0000
6904              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
6905      Branch: perl
6906            ! t/comp/use.t
6907 ____________________________________________________________________________
6908 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
6909         Log: The #14949 removed this error from non-Win32.
6910      Branch: perl
6911            ! t/lib/warnings/op
6912 ____________________________________________________________________________
6913 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
6914         Log: BeOS back on track.
6915      Branch: perl
6916            ! README.beos
6917 ____________________________________________________________________________
6918 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
6919         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
6920              higher is okay.
6921      Branch: perl
6922            ! ext/POSIX/t/posix.t
6923 ____________________________________________________________________________
6924 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
6925         Log: For now, make "incorrect case" a Win32-only warning.
6926      Branch: perl
6927            ! op.c
6928 ____________________________________________________________________________
6929 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
6930         Log: Demand more before attempting socketpair().
6931      Branch: perl
6932            ! pp_sys.c
6933 ____________________________________________________________________________
6934 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
6935         Log: Remove obsolete hack.
6936      Branch: perl
6937            ! makedepend.SH
6938 ____________________________________________________________________________
6939 [ 14946] By: ams                                   on 2002/03/02  16:00:32
6940         Log: Forgot to delete encode.* from MANIFEST.
6941      Branch: perl
6942            ! MANIFEST
6943 ____________________________________________________________________________
6944 [ 14945] By: ams                                   on 2002/03/02  14:41:03
6945         Log: Delete ex-test output.
6946      Branch: perl
6947            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
6948 ____________________________________________________________________________
6949 [ 14944] By: ams                                   on 2002/03/02  13:54:35
6950         Log: Subject: [PATCH] DB_File 1.803
6951              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6952              Date: Sat, 2 Mar 2002 14:33:32 -0000
6953              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
6954      Branch: perl
6955            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6956            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6957 ____________________________________________________________________________
6958 [ 14943] By: ams                                   on 2002/03/02  13:43:06
6959         Log: Upgrade to Tie::File 0.14.
6960      Branch: perl
6961            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
6962            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
6963            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
6964 ____________________________________________________________________________
6965 [ 14942] By: nick                                  on 2002/03/02  11:05:53
6966         Log: Integrate mainline
6967      Branch: perlio
6968           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
6969           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
6970           +> ext/Encode/t/table.utf8
6971           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
6972           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
6973           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6974           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
6975           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
6976           !> universal.c utils/perldoc.PL
6977 ____________________________________________________________________________
6978 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
6979         Log: More CJK (just C, really) tables from Autrijus Tang
6980              (originally from iconv, used with permission of Bruno Haible)
6981      Branch: perl
6982            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
6983            + ext/Encode/Encode/iso-ir-165.enc
6984            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6985            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
6986            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
6987 ____________________________________________________________________________
6988 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
6989         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
6990              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6991              Date: Fri, 1 Mar 2002 15:32:13 -0500
6992              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
6993      Branch: perl
6994            ! utils/perldoc.PL
6995 ____________________________________________________________________________
6996 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
6997         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
6998              From: Schuyler Erle <schuyler@oreilly.com>
6999              Date: Fri, 01 Mar 2002 14:22:19 -0800
7000              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
7001              
7002              Subject: Re: PATCH: "splice() offset past end of array" warning.
7003              From: Mark-Jason Dominus <mjd@plover.com>
7004              Date: Fri, 01 Mar 2002 17:19:49 -0500
7005              Message-ID: <20020301221949.7610.qmail@plover.com>
7006      Branch: perl
7007            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
7008 ____________________________________________________________________________
7009 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
7010         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
7011              From: Mark-Jason Dominus <mjd@plover.com>
7012              Date: Fri, 01 Mar 2002 18:35:35 -0500
7013              Message-ID: <20020301233535.15969.qmail@plover.com>
7014      Branch: perl
7015            ! av.c
7016 ____________________________________________________________________________
7017 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
7018         Log: Subject: RE: VERSION core
7019              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7020              Date: Fri, 1 Mar 2002 23:47:48 -0000
7021              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
7022      Branch: perl
7023            ! pod/perldiag.pod universal.c
7024 ____________________________________________________________________________
7025 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
7026         Log: Update Changes
7027      Branch: maint-5.6/macperl
7028            ! macos/Changes
7029 ____________________________________________________________________________
7030 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
7031         Log: Fix update to resources
7032      Branch: maint-5.6/macperl
7033            ! macos/macperl/MacPerl.r
7034 ____________________________________________________________________________
7035 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
7036         Log: metaconfig unit change for #14930.
7037      Branch: metaconfig
7038            ! U/modified/Init.U
7039 ____________________________________________________________________________
7040 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
7041         Log: Fix debugger to handle Mac OS psedofiles
7042      Branch: maint-5.6/macperl
7043            ! lib/DB.pm lib/perl5db.pl
7044 ____________________________________________________________________________
7045 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
7046         Log: Various fixes from Thomas Wegner
7047      Branch: maint-5.6/macperl
7048            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
7049 ____________________________________________________________________________
7050 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
7051         Log: Some resource updates
7052      Branch: maint-5.6/macperl
7053            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
7054            ! macos/macperl/MacPerl.rsrc
7055 ____________________________________________________________________________
7056 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
7057         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
7058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7059              Date: Fri, 01 Mar 2002 09:38:59 -0800
7060              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
7061      Branch: perl
7062            ! Configure
7063 ____________________________________________________________________________
7064 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
7065         Log: Add some missing sfio symbols (Alan Fry)
7066      Branch: maint-5.6/macperl
7067            ! macos/macperl.sym
7068 ____________________________________________________________________________
7069 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
7070         Log: Update version and README
7071      Branch: maint-5.6/macperl
7072            ! README.macos macos/MPVersion.r
7073 ____________________________________________________________________________
7074 [ 14926] By: nick                                  on 2002/03/01  15:56:41
7075         Log: Integrate mainline
7076      Branch: perlio
7077           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
7078           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
7079           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
7080           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
7081           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
7082           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
7083           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
7084           +> lib/Tie/File/13_size_rs.t
7085           !> (integrate 80 files)
7086 ____________________________________________________________________________
7087 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
7088         Log: Better advertising.
7089      Branch: perl
7090            ! pod/perldelta.pod pod/perlfaq5.pod
7091 ____________________________________________________________________________
7092 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
7093         Log: Update Changes.
7094      Branch: perl
7095            ! Changes patchlevel.h
7096 ____________________________________________________________________________
7097 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
7098         Log: Lost in the shuffle.
7099      Branch: perl
7100            + lib/Math/BigInt/t/downgrade.t
7101            ! MANIFEST
7102 ____________________________________________________________________________
7103 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
7104         Log: Advertise Tie::File.
7105      Branch: perl
7106            ! pod/perldelta.pod pod/perlfaq5.pod
7107 ____________________________________________________________________________
7108 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
7109         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
7110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7111              Date: Thu, 28 Feb 2002 18:55:48 +0100
7112              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
7113      Branch: perl
7114            ! x2p/walk.c
7115 ____________________________________________________________________________
7116 [ 14920] By: ams                                   on 2002/03/01  09:06:01
7117         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
7118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7119              Date: Tue, 26 Feb 2002 19:54:31 -0500
7120              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
7121      Branch: perl
7122            ! embed.fnc ext/B/B/Deparse.pm gv.c
7123 ____________________________________________________________________________
7124 [ 14919] By: ams                                   on 2002/03/01  03:03:12
7125         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
7126      Branch: perl
7127            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
7128            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
7129            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
7130            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
7131            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
7132            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
7133            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
7134 ____________________________________________________________________________
7135 [ 14918] By: ams                                   on 2002/03/01  02:36:58
7136         Log: Add Tie::File 0.12 from MJD.
7137      Branch: perl
7138            + lib/Tie/File.pm lib/Tie/File/01_gen.t
7139            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
7140            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
7141            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
7142            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
7143            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
7144            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
7145            ! MANIFEST
7146 ____________________________________________________________________________
7147 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
7148         Log: Encoding name mapping tweaks.
7149      Branch: perl
7150            ! ext/Encode/Encode.pm
7151 ____________________________________________________________________________
7152 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
7153         Log: metaconfig unit change for #14915.
7154      Branch: metaconfig
7155            ! U/modified/Init.U
7156 ____________________________________________________________________________
7157 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
7158         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
7159              From: Paul_GreenVOS@vos.stratus.com
7160              Date: Thu, 28 Feb 02 15:05 est
7161              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
7162      Branch: perl
7163            ! Configure
7164 ____________________________________________________________________________
7165 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
7166         Log: PL_bostr was pointing to the wrong string
7167              (a string left around from the loading of the Unicode \w)
7168              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
7169              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
7170      Branch: perl
7171            ! regexec.c
7172 ____________________________________________________________________________
7173 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
7174         Log: Sync with libnet-1.10
7175      Branch: perl
7176            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
7177            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
7178            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
7179            ! lib/Net/t/netrc.t
7180 ____________________________________________________________________________
7181 [ 14912] By: ams                                   on 2002/02/28  13:02:50
7182         Log: Subject: [PATCH] perldelta.pod fixes
7183              From: Autrijus Tang <autrijus@autrijus.org>
7184              Date: Thu, 28 Feb 2002 21:44:15 +0800
7185              Message-Id: <20020228134415.GB16422@not.autrijus.org>
7186      Branch: perl
7187            ! pod/perldelta.pod
7188 ____________________________________________________________________________
7189 [ 14911] By: ams                                   on 2002/02/28  11:31:44
7190         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
7191              From: Stas Bekman <stas@stason.org>
7192              Date: Mon, 04 Feb 2002 16:18:53 +0800
7193              Message-Id: <3C7E1E5F.1000605@stason.org>
7194              (Applied by hand).
7195      Branch: perl
7196            ! lib/File/Copy.pm
7197 ____________________________________________________________________________
7198 [ 14910] By: ams                                   on 2002/02/28  11:26:47
7199         Log: Subject: [PATCH lib/Pod/Html.pm]
7200              From: Stas Bekman <stas@stason.org>
7201              Date: Thu, 28 Feb 2002 20:05:01 +0800
7202              Message-Id: <3C7E1CED.7000307@stason.org>
7203      Branch: perl
7204            ! lib/Pod/Html.pm
7205 ____________________________________________________________________________
7206 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
7207         Log: Tests for #14908.
7208      Branch: perl
7209            ! t/op/pat.t
7210 ____________________________________________________________________________
7211 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
7212         Log: Make shared hash keys to be \0-terminated:
7213              one possible resolution for
7214              "UTF-8, weird \w behaviour after HASH-KEY-ification"
7215              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
7216              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
7217              The hash keys weren't \0-terminated.  This meant that the EOL ($)
7218              in regmatch() got the nextchr beyond the last character.  Since
7219              the keys were UTF-8, the nextchr was \1, not the usual
7220              string-terminating \0.  Wham, no match.
7221              
7222              I think another possible resolution could be to stop the nextchr
7223              computation in regmatch() from peeking beyond the last character
7224              of the string:
7225              
7226              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
7227      Branch: perl
7228            ! hv.c hv.h
7229 ____________________________________________________________________________
7230 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
7231         Log: Subject: [PATCH] Perl interface to newIO()
7232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7233              Date: Wed, 27 Feb 2002 20:15:27 -0800
7234              Message-ID: <f7af8gzkgaET092yn@efn.org>
7235      Branch: perl
7236            ! lib/Symbol.pm
7237 ____________________________________________________________________________
7238 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
7239         Log: The "list" part of
7240              
7241              Subject: [PATCH perlop] .. returns a *list* of *integers*
7242              From: Mike Guy <mjtg@cam.ac.uk>
7243              Date: Tue, 26 Feb 2002 18:30:22 +0000
7244              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
7245              
7246              plus few nits.
7247      Branch: perl
7248            ! pod/perlop.pod
7249 ____________________________________________________________________________
7250 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
7251         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
7252              From: Abe Timmerman <abe@ztreet.demon.nl>
7253              Date: Thu, 28 Feb 2002 00:04:06 +0100
7254              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
7255      Branch: perl
7256            ! lib/File/stat.t
7257 ____________________________________________________________________________
7258 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
7259         Log: Integrate from maintperl.
7260      Branch: maint-5.6/macperl
7261           !> doio.c op.c t/io/open.t t/pragma/strict-subs
7262 ____________________________________________________________________________
7263 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
7264         Log: Upgrade to Math::BigInt 1.53.
7265      Branch: perl
7266            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7267            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7268            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7269            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
7270            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
7271            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
7272 ____________________________________________________________________________
7273 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
7274         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
7275              From: "Craig A. Berry" <craigberry@mac.com>
7276              Date: Wed, 27 Feb 2002 15:36:38 -0600
7277              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
7278      Branch: perl
7279            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
7280            ! vms/ext/filespec.t
7281 ____________________________________________________________________________
7282 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
7283         Log: Subject: [PATCH] Some minor changes for Cygwin
7284              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
7285              Date: Wed, 27 Feb 2002 22:25:41 +0100
7286              Message-ID: <14296492589.20020227222541@familiehaase.de>
7287      Branch: perl
7288            ! Makefile.SH README.cygwin cygwin/perlld.in
7289 ____________________________________________________________________________
7290 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
7291         Log: Update the UTF-8 explanation table.
7292      Branch: perl
7293            ! pod/perlunicode.pod utf8.h
7294 ____________________________________________________________________________
7295 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
7296         Log: Repatch from Robin Barker: anon subs in C<package;> are
7297              now __ANON__::__ANON__ (should help for mod_perl package
7298              since #12251)
7299      Branch: perl
7300            ! gv.c op.c t/op/runlevel.t toke.c
7301 ____________________________________________________________________________
7302 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
7303         Log: Update Changes.
7304      Branch: perl
7305            ! Changes patchlevel.h
7306 ____________________________________________________________________________
7307 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
7308         Log: perldelta updates.
7309      Branch: perl
7310            ! pod/perldelta.pod
7311 ____________________________________________________________________________
7312 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
7313         Log: Signedness nit.
7314      Branch: perl
7315            ! regexec.c
7316 ____________________________________________________________________________
7317 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
7318         Log: Subject: Re: Smoke 14870
7319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7320              Date: Wed, 27 Feb 2002 16:48:35 +0100
7321              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
7322              
7323              (with some additional garnish)
7324      Branch: perl
7325            ! README.hpux hints/hpux.sh
7326 ____________________________________________________________________________
7327 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
7328         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
7329              into perl.exp in AIX.
7330      Branch: perl
7331            ! makedef.pl perl.h
7332 ____________________________________________________________________________
7333 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
7334         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
7335              From: Robin Barker <rmb1@cise.npl.co.uk>
7336              Date: Wed, 27 Feb 2002 14:39:35 GMT
7337              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
7338      Branch: perl
7339            ! pod/perlrun.pod
7340 ____________________________________________________________________________
7341 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
7342         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
7343              From: Robin Barker <rmb1@cise.npl.co.uk>
7344              Date: Wed, 27 Feb 2002 12:25:30 GMT
7345              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
7346      Branch: perl
7347            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
7348            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
7349            ! pod/perlunicode.pod pod/perluniintro.pod
7350 ____________________________________________________________________________
7351 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
7352         Log: Only modify LD_LIBRARY_PATH in case there are directories.
7353      Branch: perl
7354            ! hints/dec_osf.sh
7355 ____________________________________________________________________________
7356 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
7357         Log: Subject: [PATCH] perl/hints/vos.sh
7358              From: Paul_GreenVOS@vos.stratus.com
7359              Date: Tue, 26 Feb 02 15:19 est
7360              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
7361      Branch: perl
7362            ! hints/vos.sh
7363 ____________________________________________________________________________
7364 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
7365         Log: Forgot from #14888.
7366      Branch: perl
7367            ! ext/Unicode/Normalize/mkheader
7368 ____________________________________________________________________________
7369 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
7370         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
7371      Branch: perl
7372            ! ext/Unicode/Normalize/Changes
7373            ! ext/Unicode/Normalize/Normalize.pm
7374            ! ext/Unicode/Normalize/Normalize.xs
7375            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
7376            ! ext/Unicode/Normalize/t/test.t
7377 ____________________________________________________________________________
7378 [ 14887] By: ams                                   on 2002/02/26  23:51:52
7379         Log: Subject: Missing diagnostics
7380              From: Simon Glover <scog@roe.ac.uk>
7381              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
7382              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
7383              
7384              Subject: [PATCH] Better wording for the lvalue vec diagnostic
7385              From: Simon Glover <scog@roe.ac.uk>
7386              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
7387              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
7388      Branch: perl
7389            ! doop.c pod/perldiag.pod t/op/vec.t
7390 ____________________________________________________________________________
7391 [ 14886] By: ams                                   on 2002/02/26  15:48:34
7392         Log: Subject: [PATCH] Not OK 5.7.2@14884
7393              From: andreas.koenig@anima.de (Andreas J. Koenig)
7394              Date: Tue, 26 Feb 2002 15:03:55 +0100
7395              Message-Id: <m38z9gfigk.fsf@anima.de>
7396      Branch: perl
7397            ! t/lib/access.t
7398 ____________________________________________________________________________
7399 [ 14885] By: nick                                  on 2002/02/26  13:48:55
7400         Log: Integrate mainline
7401      Branch: perlio
7402           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
7403           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
7404           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7405            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7406           !> (integrate 102 files)
7407 ____________________________________________________________________________
7408 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
7409         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
7410              1.1999999999999996, or thereabouts (yes, even sprintf).
7411      Branch: perl
7412            ! t/base/num.t
7413 ____________________________________________________________________________
7414 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
7415         Log: Neither.
7416      Branch: perl
7417            ! pod/perldelta.pod
7418 ____________________________________________________________________________
7419 [ 14882] By: ams                                   on 2002/02/26  08:46:55
7420         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
7421              From: Michael G Schwern <schwern@pobox.com>
7422              Date: Tue, 26 Feb 2002 01:01:28 -0500
7423              Message-Id: <20020226060128.GA2439@blackrider>
7424      Branch: perl
7425            ! hv.c pod/perldiag.pod
7426 ____________________________________________________________________________
7427 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
7428         Log: Subject: [PATCH B::Concise] docs, typos
7429              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7430              Date: Mon, 25 Feb 2002 16:41:16 +0100
7431              Message-ID: <20020225164116.A1054@rafael>
7432      Branch: perl
7433            ! ext/B/B/Concise.pm
7434 ____________________________________________________________________________
7435 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
7436         Log: POSIX: add isatty to @EXPORT_OK, reformat.
7437      Branch: perl
7438            ! ext/POSIX/POSIX.pm
7439 ____________________________________________________________________________
7440 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
7441         Log: If using -Dloclibpth=... the directories need to
7442              be appended to LD_LIBRARY_PATH (and ickily, if those
7443              directories contain a (newer?) libdb.so, we need to
7444              prepend    /usr/shlib to loclibpth).
7445      Branch: perl
7446            ! hints/dec_osf.sh
7447 ____________________________________________________________________________
7448 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
7449         Log: Subject: [PATCH] Perl interface to newIO()
7450              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
7451              Date: Mon, 25 Feb 2002 15:04:57 -0800
7452              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
7453      Branch: perl
7454            ! lib/Symbol.pm lib/Symbol.t
7455 ____________________________________________________________________________
7456 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
7457         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
7458              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
7459              Date: Mon, 25 Feb 2002 21:58:30 +0100
7460              Message-ID: <20020225215830.A744@rafael>
7461      Branch: perl
7462            ! pod/perlvar.pod
7463 ____________________________________________________________________________
7464 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
7465         Log: Big5 tweaks from Autrijus Tang.
7466      Branch: perl
7467            ! ext/Encode/Encode/big5.enc
7468 ____________________________________________________________________________
7469 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
7470         Log: Subject: [PATCH Glossary configpm] cleanups
7471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7472              Date: Mon, 25 Feb 2002 23:27:15 +0100
7473              Message-ID: <20020225232715.C744@rafael>
7474      Branch: perl
7475            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
7476 ____________________________________________________________________________
7477 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
7478         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
7479              From: Nicholas Clark <nick@unfortu.net>
7480              Date: Mon, 25 Feb 2002 21:53:24 +0000
7481              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
7482      Branch: perl
7483            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
7484            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7485            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
7486 ____________________________________________________________________________
7487 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
7488         Log: Upgrade to I18N::LangTags 0.27.
7489              (Causes one flipflop back to perl.com URL, must poke Sean.)
7490      Branch: perl
7491            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7492            ! lib/I18N/LangTags/List.pm
7493 ____________________________________________________________________________
7494 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
7495         Log: Upgrade to Getopt::Long 2.28.
7496      Branch: perl
7497            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
7498            ! lib/Getopt/Long/README
7499 ____________________________________________________________________________
7500 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
7501         Log: No =head.
7502      Branch: perl
7503            ! pod/perlebcdic.pod
7504 ____________________________________________________________________________
7505 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
7506         Log: Update Changes.
7507      Branch: perl
7508            ! Changes patchlevel.h
7509 ____________________________________________________________________________
7510 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
7511         Log: metaconfig unit change for #14868.
7512      Branch: metaconfig
7513            ! U/modified/Chk_MANI.U
7514 ____________________________________________________________________________
7515 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
7516         Log: Some hosts understand split -l 50, some only split -50
7517              (from Paul Eggert).
7518      Branch: perl
7519            ! Configure
7520 ____________________________________________________________________________
7521 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
7522         Log: Subject: Re: [PATCH bleadperl] socketpair.t
7523              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7524              Date: Sun, 24 Feb 2002 10:31:25 +0100
7525              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
7526              
7527              (the pid half only)
7528      Branch: perl
7529            ! win32/win32.c
7530 ____________________________________________________________________________
7531 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
7532         Log: Mention the new pack tricks.
7533      Branch: perl
7534            ! pod/perldelta.pod
7535 ____________________________________________________________________________
7536 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
7537         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
7538              From: Richard.Foley@t-online.de (Richard Foley)
7539              Date: Mon, 25 Feb 2002 13:47:03 +0100
7540              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
7541      Branch: perl
7542            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
7543            ! pod/perldebug.pod pod/perldelta.pod
7544 ____________________________________________________________________________
7545 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
7546         Log: Typo corrections from John P. Linderman.
7547      Branch: perl
7548            ! ext/IPC/SysV/Semaphore.pm
7549 ____________________________________________________________________________
7550 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
7551         Log: Upgrade to Math::BigInt 1.52.
7552      Branch: perl
7553            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7554            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7555            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7556            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
7557            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
7558 ____________________________________________________________________________
7559 [ 14862] By: ams                                   on 2002/02/25  10:39:40
7560         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
7561              From: Robin Barker <rmb1@cise.npl.co.uk>
7562              Date: Mon, 25 Feb 2002 11:35:06 GMT
7563              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
7564              
7565              Subject: [PATCH Net/Cmd.pm]
7566              From: Robin Barker <rmb1@cise.npl.co.uk>
7567              Date: Mon, 25 Feb 2002 11:37:06 GMT
7568              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
7569      Branch: perl
7570            ! lib/Cwd.pm lib/Net/Cmd.pm
7571 ____________________________________________________________________________
7572 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
7573         Log: Cut-and-paste errors.
7574      Branch: perl
7575            ! t/op/pat.t
7576 ____________________________________________________________________________
7577 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
7578         Log: EBCDIC: the control characters are not that easy to find.
7579      Branch: perl
7580            ! t/op/pat.t
7581 ____________________________________________________________________________
7582 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
7583         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
7584              From: John Peacock <jpeacock@rowman.com>
7585              Date: Sun, 24 Feb 2002 22:08:28 -0500
7586              Message-ID: <3C79AAAC.6060903@rowman.com>
7587      Branch: perl
7588            ! sv.c
7589 ____________________________________________________________________________
7590 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
7591         Log: SvSetSV() is not returnable, but that's okay since
7592              sv_copypv() returns void.
7593      Branch: perl
7594            ! sv.c
7595 ____________________________________________________________________________
7596 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
7597         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
7598              From: John Peacock <jpeacock@rowman.com>                 
7599              Date: Sun, 24 Feb 2002 16:40:07 -0500
7600              Message-ID: <3C795DB7.40105@rowman.com>               
7601      Branch: perl
7602            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
7603            ! pp_hot.c proto.h sv.c
7604 ____________________________________________________________________________
7605 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
7606         Log: Tiny code cleanup.
7607      Branch: perl
7608            ! regexec.c
7609 ____________________________________________________________________________
7610 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
7611         Log: Use to_uni_fold().
7612      Branch: perl
7613            ! regcomp.c
7614 ____________________________________________________________________________
7615 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
7616         Log: Document the new taint behaviour of exec LIST and
7617              system LIST.
7618      Branch: perl
7619            ! pod/perldelta.pod
7620 ____________________________________________________________________________
7621 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
7622         Log: Subject: [PATCH] Re: taint news
7623              From: Rick Delaney <rick.delaney@rogers.com>             
7624              Date: 24 Feb 2002 11:35:00 -0500
7625              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
7626      Branch: perl
7627            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
7628 ____________________________________________________________________________
7629 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
7630         Log: EBCDIC tweak (native instead of uni) and comment update.
7631      Branch: perl
7632            ! regexec.c
7633 ____________________________________________________________________________
7634 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
7635         Log: Using uninitialized (and wrong) variables is not good.
7636      Branch: perl
7637            ! regcomp.c
7638 ____________________________________________________________________________
7639 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
7640         Log: EBCDIC: this seems to calm the last of the
7641              Malformed UTF-8 warnings.
7642      Branch: perl
7643            ! regcomp.c utf8.c
7644 ____________________________________________________________________________
7645 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
7646         Log: EBCDIC: document using Encode for character conversions.
7647      Branch: perl
7648            ! pod/perlebcdic.pod
7649 ____________________________________________________________________________
7650 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
7651         Log: EBCDIC: disable also Unicode::Collate and
7652              Unicode::Normalize for now.  Real users of
7653              EBCDIC have to decide what they want.
7654      Branch: perl
7655            ! ext/Unicode/Normalize/Normalize.pm
7656            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7657            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
7658            ! lib/Unicode/Collate/t/test.t
7659 ____________________________________________________________________________
7660 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
7661         Log: AUTHORS updates.
7662      Branch: perl
7663            ! AUTHORS
7664 ____________________________________________________________________________
7665 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
7666         Log: Retract #14571: there may be a better solution than
7667              tweaking the test.
7668      Branch: perl
7669            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7670 ____________________________________________________________________________
7671 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
7672         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
7673              From: "Craig A. Berry" <craigberry@mac.com> 
7674              Date: Sat, 23 Feb 2002 14:14:35 -0600
7675              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
7676      Branch: perl
7677            ! configure.com
7678 ____________________________________________________________________________
7679 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
7680         Log: metaconfig unit change for #14843.
7681      Branch: metaconfig/U/perl
7682            ! Extensions.U
7683 ____________________________________________________________________________
7684 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
7685         Log: Also Encode/JP needs to be listed explicitly.
7686              (Any other sub-Encode extensions?)
7687      Branch: perl
7688            ! Configure
7689 ____________________________________________________________________________
7690 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
7691         Log: Document known UNICOS/mk deficiency.
7692      Branch: perl
7693            ! pod/perldelta.pod
7694 ____________________________________________________________________________
7695 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
7696         Log: Subject: [PATCH] README mention version 5.0
7697              From: Autrijus Tang <autrijus@autrijus.org>
7698              Date: Sat, 23 Feb 2002 09:35:22 +0800
7699              Message-ID: <20020223013522.GA8694@not.autrijus.org>
7700      Branch: perl
7701            ! README
7702 ____________________________________________________________________________
7703 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
7704         Log: metaconfig unit change for #14839.
7705      Branch: metaconfig
7706            ! U/modified/Signal.U
7707 ____________________________________________________________________________
7708 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
7709         Log: Old hosts like NeXT Classic don't have sort -k,
7710              from Paul Eggert.
7711      Branch: perl
7712            ! Configure
7713 ____________________________________________________________________________
7714 [ 14838] By: ams                                   on 2002/02/22  21:14:29
7715         Log: Minor clarifications as suggested by Anton Tagunov.
7716      Branch: perl
7717            ! pod/perlsyn.pod
7718 ____________________________________________________________________________
7719 [ 14837] By: ams                                   on 2002/02/22  21:07:02
7720         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
7721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7722              Date: Fri, 22 Feb 2002 23:01:07 +0100
7723              Message-Id: <20020222230107.A15069@rafael>
7724      Branch: perl
7725            ! sv.c t/op/gv.t
7726 ____________________________________________________________________________
7727 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
7728         Log: metaconfig unit change for #14835.
7729      Branch: metaconfig
7730            ! U/modified/Chk_MANI.U
7731 ____________________________________________________________________________
7732 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
7733         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
7734      Branch: perl
7735            ! Configure
7736 ____________________________________________________________________________
7737 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
7738         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
7739              From: Michael G Schwern <schwern@pobox.com>
7740              Date: Fri, 22 Feb 2002 12:10:28 -0500
7741              Message-ID: <20020222171027.GB4181@blackrider>
7742      Branch: perl
7743            ! ext/Encode/compile
7744 ____________________________________________________________________________
7745 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
7746         Log: Update Changes.
7747      Branch: perl
7748            ! Changes patchlevel.h
7749 ____________________________________________________________________________
7750 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
7751         Log: Implement IV/UV/NV/long double pack/unpack with
7752              template letters j/J/F/D (the latter two have been
7753              undocumented aliases of f/d).
7754      Branch: perl
7755            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
7756 ____________________________________________________________________________
7757 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
7758         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
7759              From: Nicholas Clark <nick@unfortu.net>
7760              Date: Fri, 22 Feb 2002 14:01:25 +0000
7761              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
7762      Branch: perl
7763            ! ext/Encode/compile
7764 ____________________________________________________________________________
7765 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
7766         Log: NetWare change from Ananth Kesari.
7767      Branch: perl
7768            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7769            ! MANIFEST
7770 ____________________________________________________________________________
7771 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
7772         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
7773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7774              Date: Fri, 22 Feb 2002 03:55:13 -0500
7775              Message-ID: <20020222035513.A894@math.ohio-state.edu>
7776      Branch: perl
7777            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
7778 ____________________________________________________________________________
7779 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
7780         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
7781      Branch: perl
7782            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
7783 ____________________________________________________________________________
7784 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
7785         Log: Make measure_struct a file static.
7786      Branch: perl
7787            ! pp_pack.c
7788 ____________________________________________________________________________
7789 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
7790         Log: EBCDIC: someone who knows what they are doing
7791              and whether it is possible at all in the first
7792              place needs to figure these tests out on EBCDIC.
7793              The CJK encodings heavily abuse their knowledge
7794              of ASCII and that may require a translation layer
7795              or four to survive UTF-EBCDIC.
7796      Branch: perl
7797            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
7798 ____________________________________________________________________________
7799 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
7800         Log: croak() needs context.
7801      Branch: perl
7802            ! pp_pack.c
7803 ____________________________________________________________________________
7804 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
7805         Log: Subject: [PATCH @14577] pack with a human face: the sequel
7806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7807              Date: Thu, 21 Feb 2002 21:33:37 -0500
7808              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
7809      Branch: perl
7810            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
7811            ! proto.h t/op/pack.t
7812 ____________________________________________________________________________
7813 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
7814         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
7815              From: Nicholas Clark <nick@unfortu.net> 
7816              Date: Fri, 22 Feb 2002 00:49:44 +0000
7817              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
7818      Branch: perl
7819            ! ext/Encode/compile
7820 ____________________________________________________________________________
7821 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
7822         Log: Test for #14795.
7823      Branch: perl
7824            ! t/op/pat.t
7825 ____________________________________________________________________________
7826 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
7827         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
7828      Branch: perl
7829            ! t/op/pat.t
7830 ____________________________________________________________________________
7831 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
7832         Log: Subject: [PATCH] next batch of bugfixes
7833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7834              Date: Thu, 21 Feb 2002 23:54:41 +0100
7835              Message-ID: <20020221235441.A17260@rafael>
7836      Branch: perl
7837            ! ext/B/B/Deparse.pm
7838 ____________________________________________________________________________
7839 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
7840         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
7841              From: chromatic <chromatic@rmci.net>
7842              Date: Thu, 21 Feb 2002 14:17:35 -0700
7843              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
7844      Branch: perl
7845            ! lib/File/stat.pm lib/File/stat.t
7846 ____________________________________________________________________________
7847 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
7848         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
7849      Branch: perl
7850            ! ext/re/re.xs
7851 ____________________________________________________________________________
7852 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
7853         Log: Upgrade to Math::BigInt 1.51.
7854      Branch: perl
7855            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
7856            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
7857            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7858            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7859            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7860            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7861            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
7862            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
7863            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
7864            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
7865            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
7866            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
7867 ____________________________________________________________________________
7868 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
7869         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
7870              From: "Gerrit P. Haase" <gp@familiehaase.de>
7871              Date: Thu, 21 Feb 2002 21:20:25 +0100
7872              Message-ID: <69510538936.20020221212025@familiehaase.de>
7873      Branch: perl
7874            ! Makefile.SH
7875 ____________________________________________________________________________
7876 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
7877         Log: Subject: [PATCH @14577] grouping in pack/unpack
7878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7879              Date: Thu, 21 Feb 2002 06:06:14 -0500
7880              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
7881      Branch: perl
7882            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
7883            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
7884 ____________________________________________________________________________
7885 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
7886         Log: Subject: [PATCH propose] question about fs.t
7887              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7888              Date: Thu, 21 Feb 2002 15:10:21 +0100
7889              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
7890      Branch: perl
7891            ! t/io/fs.t
7892 ____________________________________________________________________________
7893 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
7894         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
7895              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
7896              Date: Thu, 21 Feb 2002 09:54:28 +0100
7897              Message-ID: <13576559576.20020221095428@familiehaase.de>     
7898      Branch: perl
7899            ! Makefile.SH
7900 ____________________________________________________________________________
7901 [ 14812] By: ams                                   on 2002/02/21  14:59:09
7902         Log: Subject: typo correction
7903              From: mjd@plover.com
7904              Date: 21 Feb 2002 15:43:49 -0000
7905              Message-Id: <20020221154349.22772.qmail@plover.com>
7906      Branch: perl
7907            ! pod/perldebug.pod
7908 ____________________________________________________________________________
7909 [ 14811] By: ams                                   on 2002/02/21  14:02:12
7910         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
7911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7912              Date: Thu, 21 Feb 2002 15:22:22 +0100
7913              Message-Id: <20020221152222.A15095@rafael>
7914      Branch: perl
7915            ! op.h toke.c
7916 ____________________________________________________________________________
7917 [ 14810] By: ams                                   on 2002/02/21  12:45:28
7918         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
7919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7920              Date: Thu, 21 Feb 2002 06:02:48 -0500
7921              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
7922      Branch: perl
7923            ! lib/ExtUtils/Mksymlists.pm makedef.pl
7924 ____________________________________________________________________________
7925 [ 14809] By: nick                                  on 2002/02/21  09:31:08
7926         Log: Integrate mainline
7927      Branch: perlio
7928           +> lib/Pod/t/Select.t
7929           !> (integrate 37 files)
7930 ____________________________________________________________________________
7931 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
7932         Log: metaconfig unit change for #14807.
7933      Branch: metaconfig
7934            ! U/modified/Signal.U
7935 ____________________________________________________________________________
7936 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
7937         Log: Revert #14805, didn't quite work.
7938      Branch: perl
7939            ! Configure config_h.SH
7940 ____________________________________________________________________________
7941 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
7942         Log: metaconfig changes for #14805.
7943      Branch: metaconfig
7944            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
7945 ____________________________________________________________________________
7946 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
7947         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
7948              From: Paul Eggert <eggert@twinsun.com>
7949              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
7950              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
7951      Branch: perl
7952            ! Configure config_h.SH
7953 ____________________________________________________________________________
7954 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
7955         Log: More advice.
7956      Branch: perl
7957            ! README.os390
7958 ____________________________________________________________________________
7959 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
7960         Log: Missing MANIFESTation.
7961      Branch: perl
7962            ! MANIFEST
7963 ____________________________________________________________________________
7964 [ 14802] By: ams                                   on 2002/02/20  22:55:25
7965         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
7966              From: Autrijus Tang <autrijus@autrijus.org>
7967              Date: Thu, 21 Feb 2002 07:13:12 +0800
7968              Message-Id: <20020220231312.GA775@not.autrijus.org>
7969      Branch: perl
7970            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
7971 ____________________________________________________________________________
7972 [ 14801] By: ams                                   on 2002/02/20  22:27:20
7973         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
7974              From: Abe Timmerman <abe@ztreet.demon.nl>
7975              Date: Thu, 21 Feb 2002 00:20:40 +0100
7976              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
7977      Branch: perl
7978            + lib/Pod/t/Select.t
7979 ____________________________________________________________________________
7980 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
7981         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
7982              twice, causing the loop to skip every other character.
7983      Branch: perl
7984            ! utf8.c
7985 ____________________________________________________________________________
7986 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
7987         Log: Better debugging info.
7988      Branch: perl
7989            ! t/uni/case.pl
7990 ____________________________________________________________________________
7991 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
7992         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
7993              From: Nicholas Clark <nick@unfortu.net>
7994              Date: Wed, 20 Feb 2002 22:13:05 +0000
7995              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
7996      Branch: perl
7997            ! ext/Encode/compile
7998 ____________________________________________________________________________
7999 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
8000         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
8001              From: Paul Eggert <eggert@twinsun.com>
8002              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
8003              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
8004      Branch: perl
8005            ! pod/perlhack.pod
8006 ____________________________________________________________________________
8007 [ 14796] By: nick                                  on 2002/02/20  18:15:00
8008         Log: Integrate mainline
8009      Branch: perlio
8010           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8011           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
8012           +> lib/Locale/Country.pod lib/Locale/Currency.pod
8013           +> lib/Locale/Language.pod lib/Locale/Script.pm
8014           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
8015           +> t/uni/title.t t/uni/upper.t
8016           !> (integrate 41 files)
8017 ____________________________________________________________________________
8018 [ 14795] By: ams                                   on 2002/02/20  17:08:38
8019         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
8020              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8021              Date: Wed, 20 Feb 2002 18:06:59 +0000
8022              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
8023      Branch: perl
8024            ! pp_ctl.c
8025 ____________________________________________________________________________
8026 [ 14794] By: ams                                   on 2002/02/20  16:41:56
8027         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
8028              From: Paul_GreenVOS@vos.stratus.com
8029              Date: Wed, 20 Feb 02 12:21 est
8030              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
8031      Branch: perl
8032            ! Makefile.SH
8033 ____________________________________________________________________________
8034 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
8035         Log: Forgot from #14790.
8036      Branch: perl
8037            ! pp_pack.c
8038 ____________________________________________________________________________
8039 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
8040         Log: Update Changes.
8041      Branch: perl
8042            ! Changes patchlevel.h
8043 ____________________________________________________________________________
8044 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
8045         Log: Integrate change #14778 from maintperl.
8046      Branch: perl
8047            ! t/lib/strict/subs
8048           !> op.c
8049 ____________________________________________________________________________
8050 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
8051         Log: Subject: Re: [ID 20020220.001] pack w with objects
8052              From: Ulrich Pfeifer <upf@de.uu.net>
8053              Date: 20 Feb 2002 11:21:15 +0100
8054              Message-ID: <p5g03wcv38.fsf@de.uu.net>
8055      Branch: perl
8056            ! t/op/pack.t
8057 ____________________________________________________________________________
8058 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
8059         Log: Subject: Re: [PATCH] go faster for Encode's compile
8060              From: Nicholas Clark <nick@unfortu.net> 
8061              Date: Tue, 19 Feb 2002 23:38:36 +0000
8062              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
8063      Branch: perl
8064            ! ext/Encode/compile
8065 ____________________________________________________________________________
8066 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
8067         Log: Regen Glossary.
8068      Branch: perl
8069            ! Porting/Glossary Porting/config.sh Porting/config_H
8070 ____________________________________________________________________________
8071 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
8072         Log: metaconfig unit change for #14786 (not visible yet,
8073              since Glossary needs regenerating)
8074      Branch: metaconfig
8075            ! U/compline/d_gconvert.U
8076 ____________________________________________________________________________
8077 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
8078         Log: Subject: d_Gconvert hints and Glossary
8079              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8080              Date: Tue, 19 Feb 2002 11:55:36 -0800
8081              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
8082      Branch: perl
8083            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
8084            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
8085            ! hints/svr5.sh
8086 ____________________________________________________________________________
8087 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
8088         Log: metaconfig unit changes for #14784.
8089      Branch: metaconfig
8090            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
8091 ____________________________________________________________________________
8092 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
8093         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
8094              From: Paul Eggert <eggert@twinsun.com>              
8095              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
8096              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
8097      Branch: perl
8098            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
8099            ! pod/perlhack.pod
8100 ____________________________________________________________________________
8101 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
8102         Log: metaconfig unit change for #14782.
8103      Branch: metaconfig/U/perl
8104            ! Mksymlinks.U
8105 ____________________________________________________________________________
8106 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
8107         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
8108              From: "Gerrit P. Haase" <gp@familiehaase.de>
8109              Date: Wed, 20 Feb 2002 00:23:29 +0100
8110              Message-ID: <70348722516.20020220002329@familiehaase.de>
8111      Branch: perl
8112            ! Configure
8113 ____________________________________________________________________________
8114 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
8115         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
8116              From: Nicholas Clark <nick@unfortu.net> 
8117              Date: Tue, 19 Feb 2002 19:27:42 +0000
8118              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
8119              
8120              (with modifications)
8121      Branch: perl
8122            ! pod/perlsub.pod
8123 ____________________________________________________________________________
8124 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
8125         Log: NetWare tweak from Ananth Kesari.
8126      Branch: perl
8127            ! lib/ExtUtils/MakeMaker.pm
8128 ____________________________________________________________________________
8129 [ 14779] By: ams                                   on 2002/02/20  06:51:55
8130         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
8131      Branch: perl
8132            ! pod/perlfaq4.pod
8133 ____________________________________________________________________________
8134 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
8135         Log: constant folding on the range operator had the effect of disabling
8136              peephole optimizations in all the siblings of the range OP; the
8137              effect of this was that barewords could escape strictures when
8138              they were hiding in such places
8139      Branch: maint-5.6/perl
8140            ! op.c t/pragma/strict-subs
8141 ____________________________________________________________________________
8142 [ 14777] By: ams                                   on 2002/02/20  00:56:21
8143         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
8144              From: Graham Barr <gbarr@pobox.com>
8145              Date: Tue, 19 Feb 2002 23:08:47 +0000
8146              Message-Id: <20020219230847.G66560@pobox.com>
8147      Branch: perl
8148            ! lib/Time/Local.pm
8149 ____________________________________________________________________________
8150 [ 14776] By: ams                                   on 2002/02/19  17:20:28
8151         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
8152              From: Nicholas Clark <nick@unfortu.net>
8153              Date: Tue, 19 Feb 2002 16:23:22 +0000
8154              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
8155      Branch: perl
8156            ! lib/Tie/Hash.pm
8157 ____________________________________________________________________________
8158 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
8159         Log: Regen doc, regen toc.
8160      Branch: perl
8161            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
8162 ____________________________________________________________________________
8163 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
8164         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
8165              From: Dave Mitchell <davem@fdgroup.co.uk>
8166              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
8167              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
8168      Branch: perl
8169            ! pod/perlsub.pod
8170 ____________________________________________________________________________
8171 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
8172         Log: Detypo.
8173      Branch: perl
8174            ! lib/Tie/Memoize.pm
8175 ____________________________________________________________________________
8176 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
8177         Log: UTF-8 C API doc tweaks.
8178      Branch: perl
8179            ! pod/perlunicode.pod
8180 ____________________________________________________________________________
8181 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
8182         Log: Mention that the case-switchers know about Unicode, too.
8183      Branch: perl
8184            ! pod/perlop.pod
8185 ____________________________________________________________________________
8186 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
8187         Log: Upgrade to Locale::Codes 2.01.
8188      Branch: perl
8189            + lib/Locale/Constants.pod lib/Locale/Country.pod
8190            + lib/Locale/Currency.pod lib/Locale/Language.pod
8191            + lib/Locale/Script.pod
8192            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8193            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8194            ! lib/Locale/Currency.pm lib/Locale/Language.pm
8195            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
8196 ____________________________________________________________________________
8197 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
8198         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
8199              From: Dave Mitchell <davem@fdgroup.co.uk>
8200              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
8201              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
8202      Branch: perl
8203            ! pod/perlsub.pod
8204 ____________________________________________________________________________
8205 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
8206         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
8207              From: Sam Tregar <sam@tregar.com> 
8208              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
8209              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
8210      Branch: perl
8211            ! sv.h
8212 ____________________________________________________________________________
8213 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
8214         Log: The test requires perlio.
8215      Branch: perl
8216            ! ext/Encode/t/JP.t
8217 ____________________________________________________________________________
8218 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
8219         Log: Misplaced block end.
8220      Branch: perl
8221            ! utf8.c
8222 ____________________________________________________________________________
8223 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
8224         Log: The POSIX extensions are deadly.
8225      Branch: perl
8226            ! regcomp.c
8227 ____________________________________________________________________________
8228 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
8229         Log: Let's not overdo the growth.
8230      Branch: perl
8231            ! pp.c
8232 ____________________________________________________________________________
8233 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
8234         Log: Third time makes the charm.
8235      Branch: perl
8236            ! README.os390
8237 ____________________________________________________________________________
8238 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
8239         Log: Oops.
8240      Branch: perl
8241            ! utf8.c
8242 ____________________________________________________________________________
8243 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
8244         Log: Add back the new casing tests.
8245      Branch: perl
8246            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8247            ! MANIFEST
8248 ____________________________________________________________________________
8249 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
8250         Log: Prefer special case mappings.
8251      Branch: perl
8252            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8253            ! lib/unicore/To/Upper.pl lib/unicore/mktables
8254 ____________________________________________________________________________
8255 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
8256         Log: Try special casing first.
8257      Branch: perl
8258            ! utf8.c
8259 ____________________________________________________________________________
8260 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
8261         Log: Not extending enough.
8262      Branch: perl
8263            ! pp.c utf8.h
8264 ____________________________________________________________________________
8265 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
8266         Log: No need to store identity mappings.
8267      Branch: perl
8268            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8269            ! lib/unicore/mktables
8270 ____________________________________________________________________________
8271 [ 14756] By: ams                                   on 2002/02/18  20:21:17
8272         Log: Forward port #14704 from maint-5.6.
8273      Branch: perl
8274            ! doio.c
8275 ____________________________________________________________________________
8276 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
8277         Log: Regen Changes.
8278      Branch: perl
8279            ! Changes
8280 ____________________________________________________________________________
8281 [ 14754] By: ams                                   on 2002/02/18  19:01:09
8282         Log: Subject: [PATCH] VMS cando_by_name and current process privs
8283              From: "Craig A. Berry" <craigberry@mac.com>
8284              Date: Mon, 18 Feb 2002 14:03:30 -0600
8285              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
8286      Branch: perl
8287            ! vms/vms.c
8288 ____________________________________________________________________________
8289 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
8290         Log: Update Changes.
8291      Branch: perl
8292            ! Changes patchlevel.h
8293 ____________________________________________________________________________
8294 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
8295         Log: What do you know; these tests unearthed nasty problems.
8296              Will resolve those first.
8297      Branch: perl
8298            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8299            ! MANIFEST
8300 ____________________________________________________________________________
8301 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
8302         Log: Update Changes.
8303      Branch: perl
8304            ! Changes patchlevel.h
8305 ____________________________________________________________________________
8306 [ 14750] By: ams                                   on 2002/02/18  17:36:05
8307         Log: Subject: Re: IO::Poll: Removing Handles
8308              From: Matthew Sachs <matthewg@zevils.com>
8309              Date: Mon, 18 Feb 2002 13:19:01 -0500
8310              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
8311      Branch: perl
8312            ! ext/IO/lib/IO/t/io_poll.t
8313 ____________________________________________________________________________
8314 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
8315         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
8316              From: "Craig A. Berry" <craigberry@mac.com>
8317              Date: Mon, 18 Feb 2002 11:52:21 -0600
8318              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
8319      Branch: perl
8320            ! t/op/alarm.t t/op/glob.t
8321 ____________________________________________________________________________
8322 [ 14748] By: ams                                   on 2002/02/18  15:53:36
8323         Log: s/load_module/Perl_load_module/
8324      Branch: perl
8325            ! gv.c
8326 ____________________________________________________________________________
8327 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
8328         Log: Unused in ASCII, used in EBCDIC.
8329      Branch: perl
8330            ! utf8.c
8331 ____________________________________________________________________________
8332 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
8333         Log: Upgrade to Locale::Codes 2.00.
8334      Branch: perl
8335            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8336            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
8337            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
8338            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8339            ! lib/Locale/Currency.pm lib/Locale/Language.pm
8340 ____________________________________________________________________________
8341 [ 14745] By: ams                                   on 2002/02/18  15:20:44
8342         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
8343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8344              Date: Sat, 16 Feb 2002 00:06:01 +0100
8345              Message-Id: <20020216000601.A17249@rafael>
8346      Branch: perl
8347            ! gv.c
8348 ____________________________________________________________________________
8349 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
8350         Log: More Unicode casing checks.
8351      Branch: perl
8352            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8353            ! MANIFEST
8354 ____________________________________________________________________________
8355 [ 14743] By: ams                                   on 2002/02/18  14:35:38
8356         Log: Subject: IO::Poll: Removing Handles
8357              From: Matthew Sachs <matthewg@zevils.com>
8358              Date: Sun, 17 Feb 2002 04:49:46 -0500
8359              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
8360      Branch: perl
8361            ! ext/IO/lib/IO/Poll.pm
8362 ____________________________________________________________________________
8363 [ 14741] By: ams                                   on 2002/02/18  13:59:48
8364         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
8365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8366              Date: Mon, 18 Feb 2002 15:41:26 +0100
8367              Message-Id: <20020218154126.A692@rafael>
8368      Branch: perl
8369            ! pp_ctl.c t/op/do.t
8370 ____________________________________________________________________________
8371 [ 14740] By: nick                                  on 2002/02/18  09:09:23
8372         Log: Integrate mainline
8373      Branch: perlio
8374           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8375           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
8376           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
8377           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8378           +> ext/Encode/lib/Encode/JP/Constants.pm
8379           +> ext/Encode/lib/Encode/JP/H2Z.pm
8380           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8381           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
8382           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
8383           +> os2/OS2/Process/t/os2_process.t
8384           +> os2/OS2/Process/t/os2_process_kid.t
8385           +> os2/OS2/Process/t/os2_process_text.t
8386            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8387            - ext/Encode/t/Japanese.t
8388           !> (integrate 47 files)
8389 ____________________________________________________________________________
8390 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
8391         Log: EBCDIC: now the worst seems to be over for
8392              the "Malformed" warnings.  Still a few of them,
8393              and plenty of test failures, but getting better.
8394      Branch: perl
8395            ! regcomp.c utf8.c
8396 ____________________________________________________________________________
8397 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
8398         Log: Upgrade to Net::Ping 2.12.
8399      Branch: perl
8400            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8401            ! lib/Net/Ping/t/110_icmp_inst.t
8402 ____________________________________________________________________________
8403 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
8404         Log: After much rewriting we are now pretty much
8405              back to where we started.
8406      Branch: perl
8407            ! utf8.c
8408 ____________________________________________________________________________
8409 [ 14736] By: ams                                   on 2002/02/18  01:23:00
8410         Log: Subject: [PATCH B::Deparse] two fixes
8411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8412              Date: Sun, 17 Feb 2002 23:58:59 +0100
8413              Message-Id: <20020217235859.A32513@rafael>
8414      Branch: perl
8415            ! ext/B/B/Deparse.pm
8416 ____________________________________________________________________________
8417 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
8418         Log: Buglet.
8419      Branch: perl
8420            ! ext/Encode/lib/Encode/JP/JIS.pm
8421 ____________________________________________________________________________
8422 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
8423         Log: Clearing up to_utf8_case() continues: this time use
8424              a single return, and EBCDICification for all paths.
8425      Branch: perl
8426            ! utf8.c
8427 ____________________________________________________________________________
8428 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
8429         Log: Small tweaks to get the test running (fix @INC and
8430              do not overwrite the table.utf8 and table.rnd).
8431      Branch: perl
8432            ! ext/Encode/t/JP.t
8433 ____________________________________________________________________________
8434 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
8435         Log: Tiny tweak.
8436      Branch: perl
8437            ! utf8.c
8438 ____________________________________________________________________________
8439 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
8440         Log: Redundant casts.
8441      Branch: perl
8442            ! utf8.c
8443 ____________________________________________________________________________
8444 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
8445         Log: More filename portability tips.
8446      Branch: perl
8447            ! pod/perlport.pod
8448 ____________________________________________________________________________
8449 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
8450         Log: FAQ sync.
8451      Branch: perl
8452            ! pod/perlfaq3.pod pod/perlfaq5.pod
8453 ____________________________________________________________________________
8454 [ 14728] By: ams                                   on 2002/02/17  16:15:09
8455         Log: Subject: podlators 1.21 released
8456              From: Russ Allbery <rra@stanford.edu>
8457              Date: Sat, 16 Feb 2002 21:42:56 -0800
8458              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
8459      Branch: perl
8460            ! lib/Pod/Text/Overstrike.pm
8461 ____________________________________________________________________________
8462 [ 14727] By: sky                                   on 2002/02/17  11:36:52
8463         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
8464              From: Autrijus Tang <autrijus@autrijus.org>
8465              Date: Sun, 17 Feb 2002 19:46:47 +0800
8466              Message-ID: <20020217194647.A1410@not.autrijus.org>
8467      Branch: perl
8468            ! pp_ctl.c t/op/tiehandle.t util.c
8469 ____________________________________________________________________________
8470 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
8471         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
8472              input in native code points, not Unicode.
8473      Branch: perl
8474            ! utf8.c
8475 ____________________________________________________________________________
8476 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
8477         Log: Regen Glossary.
8478      Branch: perl
8479            ! Porting/Glossary Porting/config.sh Porting/config_H
8480 ____________________________________________________________________________
8481 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
8482         Log: The #14715 and #14716 were okay: they just revealed
8483              a bug in the EXACTF matching.
8484      Branch: perl
8485            ! regexec.c utf8.c
8486 ____________________________________________________________________________
8487 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
8488         Log: Retreat, retreat! (retract #14715 and #14716)
8489      Branch: perl
8490            ! utf8.c
8491 ____________________________________________________________________________
8492 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
8493         Log: Encode 0.40, from Dan Kogai.
8494      Branch: perl
8495            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8496            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
8497            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
8498            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8499            + ext/Encode/lib/Encode/JP/Constants.pm
8500            + ext/Encode/lib/Encode/JP/H2Z.pm
8501            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8502            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
8503            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
8504            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
8505            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8506            - ext/Encode/t/Japanese.t
8507            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
8508            ! ext/Encode/t/Encode.t
8509 ____________________________________________________________________________
8510 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
8511         Log: metaconfig unit change for #14720.
8512      Branch: perl
8513            ! Configure
8514 ____________________________________________________________________________
8515 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
8516         Log: Regenerate Configure (small tweaks on Yitzchak's,
8517              main difference being that the preference variables are
8518              called gconvert_...).
8519      Branch: metaconfig
8520            ! U/compline/d_gconvert.U
8521 ____________________________________________________________________________
8522 [ 14719] By: ams                                   on 2002/02/16  14:11:01
8523         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
8524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8525              Date: Thu, 14 Feb 2002 22:27:33 -0800
8526              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
8527              (Applied by hand.)
8528      Branch: perl
8529            ! Configure
8530 ____________________________________________________________________________
8531 [ 14718] By: ams                                   on 2002/02/16  13:45:28
8532         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
8533              From: Philip Newton <Philip.Newton@gmx.net>
8534              Date: Sat, 16 Feb 2002 10:05:05 +0100
8535              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
8536              (Applied by hand.)
8537      Branch: perl
8538            ! pod/perlport.pod
8539 ____________________________________________________________________________
8540 [ 14717] By: ams                                   on 2002/02/16  04:30:23
8541         Log: Remove dubious test.
8542      Branch: perl
8543            ! t/io/open.t
8544 ____________________________________________________________________________
8545 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
8546         Log: Tiny tweak.
8547      Branch: perl
8548            ! utf8.c
8549 ____________________________________________________________________________
8550 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
8551         Log: Restructure to_utf8_case() for simpler execution paths.
8552      Branch: perl
8553            ! utf8.c
8554 ____________________________________________________________________________
8555 [ 14714] By: ams                                   on 2002/02/16  02:43:59
8556         Log: Absorb #14701 by Sarathy from maint-5.6.
8557      Branch: perl
8558            ! doio.c t/io/open.t
8559 ____________________________________________________________________________
8560 [ 14713] By: ams                                   on 2002/02/16  01:51:27
8561         Log: Subject: [PATCH] VOS patches for perl 5.8
8562              From: Paul_GreenVOS@vos.stratus.com
8563              Date: Fri, 15 Feb 02 17:41 est
8564              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
8565      Branch: perl
8566            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
8567            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8568            ! vos/install_perl.cm
8569 ____________________________________________________________________________
8570 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
8571         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
8572              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8573              Date: Fri, 15 Feb 2002 23:05:44 +0100
8574              Message-ID: <20020215230544.A690@rafael>
8575      Branch: perl
8576            ! ext/B/B/Deparse.pm
8577 ____________________________________________________________________________
8578 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
8579         Log: Add $VERSION.
8580      Branch: perl
8581            ! lib/Tie/Memoize.pm
8582 ____________________________________________________________________________
8583 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
8584         Log: Update Changes.
8585      Branch: perl
8586            ! Changes patchlevel.h
8587 ____________________________________________________________________________
8588 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
8589         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
8590              From: Robin Barker <rmb1@cise.npl.co.uk>
8591              Date: Thu, 14 Feb 2002 19:07:40 GMT
8592              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
8593              
8594              (the hints part only)
8595      Branch: perl
8596            ! hints/solaris_2.sh
8597 ____________________________________________________________________________
8598 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
8599         Log: metaconfig unit changes for #14707.
8600      Branch: metaconfig
8601            ! U/modified/cc.U
8602      Branch: metaconfig/U/perl
8603            ! Checkcc.U
8604 ____________________________________________________________________________
8605 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
8606         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
8607              From: Robin Barker <rmb1@cise.npl.co.uk>
8608              Date: Fri, 15 Feb 2002 12:14:39 GMT
8609              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
8610              
8611              Split checking-for-gcc and checking-for-cc.
8612      Branch: perl
8613            ! Configure
8614 ____________________________________________________________________________
8615 [ 14706] By: ams                                   on 2002/02/15  13:57:15
8616         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8617              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
8618              Date: 15 Feb 2002 10:53:06 +0200
8619              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
8620      Branch: perl
8621            ! lib/Pod/Html.pm
8622 ____________________________________________________________________________
8623 [ 14705] By: ams                                   on 2002/02/15  08:42:55
8624         Log: Subject: [PATCH @14577] OS/2 tests and more
8625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8626              Date: Fri, 15 Feb 2002 03:56:24 -0500
8627              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
8628      Branch: perl
8629            + os2/OS2/Process/t/os2_process.t
8630            + os2/OS2/Process/t/os2_process_kid.t
8631            + os2/OS2/Process/t/os2_process_text.t
8632            ! MANIFEST configpm hints/os2.sh makedef.pl
8633            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
8634            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
8635            ! os2/os2ish.h
8636 ____________________________________________________________________________
8637 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
8638         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
8639              avoid wasteful PL_fdpid fiddling where that is not warranted;
8640              mostly whitespace fixes
8641              
8642              these were longstanding todo items from:
8643              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
8644      Branch: maint-5.6/perl
8645            ! doio.c
8646 ____________________________________________________________________________
8647 [ 14702] By: nick                                  on 2002/02/15  08:31:41
8648         Log: Integrate mainline
8649      Branch: perlio
8650           +> lib/if.pm lib/if.t
8651           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
8652           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8653           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8654           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8655           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8656           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
8657           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
8658           !> t/lib/warnings/pp_sys
8659 ____________________________________________________________________________
8660 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
8661         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
8662              (and also dies quickly on Windows); this bug crept in as
8663              change#610, a.k.a change#646
8664      Branch: maint-5.6/perl
8665            ! doio.c t/io/open.t
8666 ____________________________________________________________________________
8667 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
8668         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8669              From: Ville "Skyttä" <ville.skytta@iki.fi>
8670              Date: Wed, 13 Feb 2002 22:29:39 +0200
8671              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
8672      Branch: perl
8673            ! lib/Pod/Html.pm
8674 ____________________________________________________________________________
8675 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
8676         Log: Document and test the C0 and C1.
8677      Branch: perl
8678            ! lib/charnames.pm lib/charnames.t
8679 ____________________________________________________________________________
8680 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
8681         Log: metaconfig unit change for #14697.
8682      Branch: metaconfig
8683            ! U/modified/Init.U
8684 ____________________________________________________________________________
8685 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
8686         Log: Also OS/2 seems to need exe set early.
8687      Branch: perl
8688            ! Configure
8689 ____________________________________________________________________________
8690 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
8691         Log: Document pack U0U.
8692      Branch: perl
8693            ! pod/perluniintro.pod
8694 ____________________________________________________________________________
8695 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
8696         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
8697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8698              Date: Thu, 14 Feb 2002 23:58:00 +0100
8699              Message-ID: <20020214235800.A12901@rafael>
8700      Branch: perl
8701            ! pp_sys.c t/lib/warnings/pp_sys
8702 ____________________________________________________________________________
8703 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
8704         Log: Subject: [PATCH @13746] conditional pragmas
8705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8706              Date: Mon, 31 Dec 2001 18:18:09 -0500
8707              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
8708      Branch: perl
8709            + lib/if.pm lib/if.t
8710            ! MANIFEST
8711 ____________________________________________________________________________
8712 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
8713         Log: Deparse bug introduced by #14615: the fix is just a workaround,
8714              I suspect there to be another deeper bug, must distill simpler
8715              test case.
8716      Branch: perl
8717            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8718 ____________________________________________________________________________
8719 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
8720         Log: Integrate perlio; 
8721              
8722              Make dependencies more precise (for nmake)
8723      Branch: perl
8724           !> ext/Encode/EUC_JP/Makefile.PL
8725 ____________________________________________________________________________
8726 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
8727         Log: Just a guess.
8728      Branch: perl
8729            ! lib/Tie/Handle.pm
8730 ____________________________________________________________________________
8731 [ 14690] By: nick                                  on 2002/02/14  16:30:56
8732         Log: Integrate mainline
8733      Branch: perlio
8734           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
8735           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
8736           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
8737           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
8738           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
8739           !> utf8.c
8740 ____________________________________________________________________________
8741 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
8742         Log: Upgrade to Net::Ping 2.11.
8743      Branch: perl
8744            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8745            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8746            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8747            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8748 ____________________________________________________________________________
8749 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
8750         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
8751              From: Robin Barker <rmb1@cise.npl.co.uk>
8752              Date: Wed, 13 Feb 2002 17:37:07 GMT
8753              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
8754              
8755              (updated version of the above)
8756      Branch: perl
8757            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
8758 ____________________________________________________________________________
8759 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
8760         Log: Excise inexact blather.
8761      Branch: perl
8762            ! utf8.c
8763 ____________________________________________________________________________
8764 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
8765         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
8766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8767              Date: Mon, 31 Dec 2001 20:28:46 -0500
8768              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
8769      Branch: perl
8770            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
8771            ! MANIFEST
8772 ____________________________________________________________________________
8773 [ 14685] By: nick                                  on 2002/02/14  14:20:20
8774         Log: Make dependencies more precise (for nmake)
8775      Branch: perlio
8776            ! ext/Encode/EUC_JP/Makefile.PL
8777 ____________________________________________________________________________
8778 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
8779         Log: Subject: [PATCH @13746] tied hashes
8780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
8781              Date: Mon, 31 Dec 2001 19:15:39 -0500
8782              Message-ID: <20011231191539.A46@math.ohio-state.edu>
8783      Branch: perl
8784            ! lib/Tie/Hash.pm pod/perltie.pod
8785 ____________________________________________________________________________
8786 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
8787         Log: Subject: Re: [PATCH] Configure followed by make minitest
8788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8789              Date: Sun, 10 Feb 2002 23:22:05 -0800
8790              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
8791      Branch: perl
8792            ! Makefile.SH
8793 ____________________________________________________________________________
8794 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
8795         Log: Subject: Re: perl@14647
8796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8797              Date: Mon, 11 Feb 2002 19:30:36 +0100
8798              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
8799      Branch: perl
8800            ! t/op/groups.t
8801 ____________________________________________________________________________
8802 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
8803         Log: Update Changes.
8804      Branch: perl
8805            ! Changes patchlevel.h
8806 ____________________________________________________________________________
8807 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
8808         Log: Integrate perlio;
8809              
8810              Do not lc() the file names before doing dirname() or they don't match.
8811      Branch: perl
8812           !> lib/ExtUtils/t/Installed.t
8813 ____________________________________________________________________________
8814 [ 14679] By: sky                                   on 2002/02/13  12:56:13
8815         Log: rename mutex to make a bit more sense
8816      Branch: perl
8817            ! ext/threads/threads.xs
8818 ____________________________________________________________________________
8819 [ 14678] By: sky                                   on 2002/02/13  12:46:11
8820         Log: Track active threads....
8821      Branch: perl
8822            ! ext/threads/threads.pm ext/threads/threads.xs
8823 ____________________________________________________________________________
8824 [ 14677] By: nick                                  on 2002/02/13  09:30:42
8825         Log: Do not lc() the file names before doing dirname() or they don't match.
8826      Branch: perlio
8827            ! lib/ExtUtils/t/Installed.t
8828 ____________________________________________________________________________
8829 [ 14676] By: sky                                   on 2002/02/13  09:03:37
8830         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
8831              From: Michael G Schwern <schwern@pobox.com>
8832              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
8833              Message-Id: <20020213100017.GA6288@blackrider>
8834      Branch: perl
8835            ! lib/File/Spec/t/rel2abs2rel.t
8836 ____________________________________________________________________________
8837 [ 14675] By: sky                                   on 2002/02/13  09:00:24
8838         Log: Do not propagate END blocks to child threads, test.
8839      Branch: perl
8840            + ext/threads/t/end.t
8841            ! MANIFEST ext/threads/threads.xs
8842 ____________________________________________________________________________
8843 [ 14674] By: nick                                  on 2002/02/13  08:34:55
8844         Log: Integrate mainline
8845      Branch: perlio
8846           +> ext/threads/t/join.t
8847           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
8848           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
8849           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
8850 ____________________________________________________________________________
8851 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
8852         Log: metaconfig unit change for #14672.
8853      Branch: metaconfig
8854            ! U/modified/lns.U
8855 ____________________________________________________________________________
8856 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
8857         Log: $ln is supposed to be already set to $ln + executable suffix
8858              on platforms that need it, from Paul Green.
8859      Branch: perl
8860            ! Configure
8861 ____________________________________________________________________________
8862 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
8863         Log: Subject: New command syntax for 'x' command
8864              From: Mark-Jason Dominus <mjd@plover.com>
8865              Date: Tue, 12 Feb 2002 20:54:01 -0500
8866              Message-ID: <20020213015401.25685.qmail@plover.com>
8867      Branch: perl
8868            ! lib/perl5db.pl pod/perldebug.pod
8869 ____________________________________________________________________________
8870 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
8871         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
8872              From: Mark-Jason Dominus <mjd@plover.com>
8873              Date: Tue, 12 Feb 2002 20:20:42 -0500
8874              Message-ID: <20020213012042.25245.qmail@plover.com>
8875      Branch: perl
8876            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
8877 ____________________________________________________________________________
8878 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
8879         Log: Iteration continues.
8880      Branch: perl
8881            ! utf8.c
8882 ____________________________________________________________________________
8883 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
8884         Log: Duh.
8885      Branch: perl
8886            ! pp_pack.c t/op/length.t
8887 ____________________________________________________________________________
8888 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
8889         Log: Retract #14666.
8890      Branch: perl
8891            ! t/op/lc.t
8892 ____________________________________________________________________________
8893 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
8894         Log: (retracted by #14667)
8895      Branch: perl
8896            ! t/op/lc.t
8897 ____________________________________________________________________________
8898 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
8899         Log: Tiny test script tweaks.
8900      Branch: perl
8901            ! t/uni/fold.t
8902 ____________________________________________________________________________
8903 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
8904         Log: Rewrite the "special mapping" part of to_utf8_case(),
8905              this time with fewer bugs.  (See: The Law of Cybernetic
8906              Entymology.)
8907      Branch: perl
8908            ! utf8.c
8909 ____________________________________________________________________________
8910 [ 14663] By: sky                                   on 2002/02/12  18:26:16
8911         Log: Stop failures if you pass an object, sv_dup might not be the right 
8912              thing to use since I have a feeling we end up cloning far too much. 
8913              (Like the stash for example).... Maybe we need a lightweight sv_dup 
8914              that searches the target for things....
8915              Real fix is another option to perl_clone which controls if you should 
8916              save stashes.
8917      Branch: perl
8918            ! ext/threads/threads.xs
8919 ____________________________________________________________________________
8920 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
8921         Log: Retract #14661.
8922      Branch: perl
8923            ! hints/solaris_2.sh
8924 ____________________________________________________________________________
8925 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
8926         Log: (retracted by #14662)
8927      Branch: perl
8928            ! hints/solaris_2.sh
8929 ____________________________________________________________________________
8930 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
8931         Log: EBCDIC: another "can't happen".
8932      Branch: perl
8933            ! utf8.c
8934 ____________________________________________________________________________
8935 [ 14659] By: sky                                   on 2002/02/12  14:38:21
8936         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
8937      Branch: perl
8938            + ext/threads/t/join.t
8939            ! MANIFEST ext/threads/threads.xs
8940 ____________________________________________________________________________
8941 [ 14658] By: nick                                  on 2002/02/12  13:54:06
8942         Log: Integrate mainline
8943      Branch: perlio
8944           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
8945           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
8946           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
8947 ____________________________________________________________________________
8948 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
8949         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
8950              From: Jan Dubois <JanD@ActiveState.com> 
8951              Date: Tue, 12 Feb 2002 00:56:31 -0800
8952              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
8953      Branch: perl
8954            ! lib/Win32.pod win32/win32.c win32/win32.h
8955 ____________________________________________________________________________
8956 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
8957         Log: Subject: [PATCH] Re: 14654 introduced a bug 
8958              From: Michael G Schwern <schwern@pobox.com> 
8959              Date: Tue, 12 Feb 2002 05:37:36 -0500
8960              Message-ID: <20020212103736.GC14327@blackrider>
8961      Branch: perl
8962            ! lib/File/Spec/t/rel2abs2rel.t
8963 ____________________________________________________________________________
8964 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
8965         Log: More unset installman[13]dir tweaks from chromatic.
8966      Branch: perl
8967            ! lib/ExtUtils/Installed.pm
8968 ____________________________________________________________________________
8969 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
8970         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
8971              From: Michael G Schwern <schwern@pobox.com>
8972              Date: Mon, 11 Feb 2002 12:23:02 -0500
8973              Message-ID: <20020211172302.GD9556@blackrider>
8974      Branch: perl
8975            ! lib/File/Spec/t/rel2abs2rel.t
8976 ____________________________________________________________________________
8977 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
8978         Log: Use `` instead of -| to be a little bit more portable,
8979              from Michael Schwern.
8980      Branch: perl
8981            ! lib/ExtUtils/t/Embed.t
8982 ____________________________________________________________________________
8983 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
8984         Log: EBCDIC: this change for \N{} in particular is now
8985              unnecessary because of the recent more general
8986              pack U change.
8987      Branch: perl
8988            ! toke.c
8989 ____________________________________________________________________________
8990 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
8991         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
8992              From: "Craig A. Berry" <craigberry@mac.com>
8993              Date: Mon, 11 Feb 2002 17:13:47 -0600
8994              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
8995      Branch: perl
8996            ! t/test.pl
8997 ____________________________________________________________________________
8998 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
8999         Log: EBCDIC: pack U bytes change.
9000      Branch: perl
9001            ! t/op/length.t
9002 ____________________________________________________________________________
9003 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
9004         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
9005      Branch: perl
9006            ! t/op/each.t
9007 ____________________________________________________________________________
9008 [ 14648] By: nick                                  on 2002/02/11  16:14:50
9009         Log: Integrate mainline
9010      Branch: perlio
9011           !> Changes Configure Makefile.SH autodoc.pl
9012           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
9013           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
9014           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
9015 ____________________________________________________________________________
9016 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
9017         Log: Update Changes.
9018      Branch: perl
9019            ! Changes patchlevel.h
9020 ____________________________________________________________________________
9021 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
9022         Log: Regen toc.
9023      Branch: perl
9024            ! pod/perltoc.pod
9025 ____________________________________________________________________________
9026 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
9027         Log: Forgot from #14641.
9028      Branch: perl
9029            ! lib/ExtUtils/t/Embed.t
9030 ____________________________________________________________________________
9031 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
9032         Log: A forgotten metaconfig unit.
9033      Branch: metaconfig/U/perl
9034            + i_features.U
9035 ____________________________________________________________________________
9036 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
9037         Log: metaconfig unit changes for #14642.
9038      Branch: metaconfig
9039            + U/modified/lns.U
9040      Branch: metaconfig/U/perl
9041            ! issymlink.U
9042 ____________________________________________________________________________
9043 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
9044         Log: -Dmksymlinks was broken by #14628.
9045      Branch: perl
9046            ! Configure
9047 ____________________________________________________________________________
9048 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
9049         Log: Subject: [PATCH @14577] OS/2 build
9050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9051              Date: Mon, 11 Feb 2002 06:56:41 -0500
9052              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
9053              
9054              (sans the Configure, perlio.sym, and t/op/stat.t parts)
9055      Branch: perl
9056            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
9057            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
9058            ! os2/os2ish.h
9059 ____________________________________________________________________________
9060 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
9061         Log: Integrate perlio;
9062              
9063              Re-structure Japanese encodings - part 1
9064              
9065              Split Japanese encodings - part 2
9066              - build separate .c files with separate 'compile' steps
9067              - overall Japanese.xs / Japanese.pm which loads them
9068              
9069              Add test for Japanese encoding (well euc-jp anyway).
9070              Fix one bug shown by above
9071              Skip test which does not pass yet.
9072              
9073              Patch up the failing multi-byte write case, and un-skip
9074              the test.
9075      Branch: perl
9076           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
9077           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
9078            - ext/Encode/EUC_JP/EUC_JP.pm
9079           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9080 ____________________________________________________________________________
9081 [ 14639] By: nick                                  on 2002/02/11  11:59:18
9082         Log: Patch up the failing multi-byte write case, and un-skip
9083              the test.
9084      Branch: perlio
9085            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
9086 ____________________________________________________________________________
9087 [ 14638] By: nick                                  on 2002/02/11  10:55:39
9088         Log: Add test for Japanese encoding (well euc-jp anyway).
9089              Fix one bug shown by above
9090              Skip test which does not pass yet.
9091      Branch: perlio
9092            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
9093            + ext/Encode/t/table.ref
9094            ! MANIFEST ext/Encode/Encode.xs
9095 ____________________________________________________________________________
9096 [ 14637] By: nick                                  on 2002/02/11  09:07:04
9097         Log: Split Japanese encodings - part 2
9098              - build separate .c files with separate 'compile' steps
9099              - overall Japanese.xs / Japanese.pm which loads them
9100      Branch: perlio
9101            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
9102 ____________________________________________________________________________
9103 [ 14636] By: nick                                  on 2002/02/11  08:15:42
9104         Log: Re-structure Japanese encodings - part 1
9105      Branch: perlio
9106           +> ext/Encode/EUC_JP/Japanese.pm
9107            - ext/Encode/EUC_JP/EUC_JP.pm
9108            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
9109 ____________________________________________________________________________
9110 [ 14635] By: nick                                  on 2002/02/11  08:05:12
9111         Log: Integrate mainline
9112      Branch: perlio
9113           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
9114           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
9115           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
9116 ____________________________________________________________________________
9117 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
9118         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
9119              From: Mike Guy <mjtg@cam.ac.uk>
9120              Date: Mon, 11 Feb 2002 02:50:42 +0000
9121              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
9122      Branch: perl
9123            ! t/op/arith.t
9124 ____________________________________________________________________________
9125 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
9126         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
9127              Stepping backward in the string would be majorly bad.
9128      Branch: perl
9129            ! regcomp.c
9130 ____________________________________________________________________________
9131 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
9132         Log: The debugger part of
9133              
9134              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
9135              From: Michael G Schwern <schwern@pobox.com> 
9136              Date: Wed, 6 Feb 2002 17:32:12 -0500
9137              Message-ID: <20020206223212.GG1346@blackrider>
9138      Branch: perl
9139            ! lib/perl5db.pl
9140 ____________________________________________________________________________
9141 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
9142         Log: Integrate perlio;
9143              
9144              Borland/Win32 tuning
9145              
9146              Move PerlIO_perlio to layer_syms where it belongs?
9147      Branch: perl
9148           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
9149 ____________________________________________________________________________
9150 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
9151         Log: EBCDIC: the low 256 needs to be shuffled also
9152              in pack/unpack U (this breaks the equivalence
9153              of pack U and v-strings, but I think if someone
9154              has to give, v-strings are a good victim)
9155      Branch: perl
9156            ! pp_pack.c t/op/pack.t
9157 ____________________________________________________________________________
9158 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
9159         Log: metaconfig unit changes for #14628.
9160      Branch: metaconfig/U/perl
9161            ! d_u32align.U issymlink.U
9162 ____________________________________________________________________________
9163 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
9164         Log: Two Configure tweaks; the u32align test was trying
9165              to write into a string literal, the ln -s test was
9166              failing in VOS.
9167      Branch: perl
9168            ! Configure
9169 ____________________________________________________________________________
9170 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
9171         Log: DJGPP tweaks from Laszlo Molnar.
9172      Branch: perl
9173            ! djgpp/djgpp.c lib/File/Spec.pm
9174 ____________________________________________________________________________
9175 [ 14626] By: nick                                  on 2002/02/10  18:36:47
9176         Log: Move PerlIO_perlio to layer_syms where it belongs?
9177      Branch: perlio
9178            ! makedef.pl
9179 ____________________________________________________________________________
9180 [ 14625] By: nick                                  on 2002/02/10  18:02:21
9181         Log: Borland/Win32 tuning
9182      Branch: perlio
9183            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
9184 ____________________________________________________________________________
9185 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
9186         Log: Additional explanation for the [:...:] failure.
9187      Branch: perl
9188            ! pod/perldiag.pod
9189 ____________________________________________________________________________
9190 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
9191         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
9192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9193              Date: Sun, 10 Feb 2002 13:32:48 +0100
9194              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
9195      Branch: perl
9196            ! makedef.pl
9197 ____________________________________________________________________________
9198 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
9199         Log: Test tweaks from chromatic for cases where there
9200              are no installman1dir or installman3dir.
9201      Branch: perl
9202            ! lib/ExtUtils/t/Installed.t
9203 ____________________________________________________________________________
9204 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
9205         Log: Integrate perlio;
9206              
9207              Nick Clark's tweaks to Encode compile process
9208              1. Use decimal constants to unit string arrays rather than
9209              very long string litterals (latter having possible "\0"
9210              on end issues, and needing ANSI C line splicing).
9211              2. Replace tail-recursion during insert process with itteration.
9212              Nick C sees 12% speedup from these.
9213      Branch: perl
9214           !> ext/Encode/Encode.pm ext/Encode/compile
9215 ____________________________________________________________________________
9216 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
9217         Log: Portability notes: filename characters, character sets.
9218      Branch: perl
9219            ! pod/perlport.pod
9220 ____________________________________________________________________________
9221 [ 14619] By: nick                                  on 2002/02/10  11:06:05
9222         Log: Integrate mainline
9223      Branch: perlio
9224            ! ext/Encode/Encode.pm
9225           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
9226           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
9227           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
9228           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
9229           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
9230 ____________________________________________________________________________
9231 [ 14618] By: nick                                  on 2002/02/10  10:48:15
9232         Log: Nick Clark's tweaks to Encode compile process
9233              1. Use decimal constants to unit string arrays rather than
9234              very long string litterals (latter having possible "\0"
9235              on end issues, and needing ANSI C line splicing).
9236              2. Replace tail-recursion during insert process with itteration.
9237              Nick C sees 12% speedup from these.
9238      Branch: perlio
9239            ! ext/Encode/compile
9240 ____________________________________________________________________________
9241 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
9242         Log: Use the "Unicode 1.0" name field for control characters,
9243              as suggested by Mark Davis.  Note that Unicode 3.2 will
9244              require some more legwork on this because of certain
9245              alternative names.
9246      Branch: perl
9247            ! lib/unicore/Name.pl lib/unicore/mktables
9248 ____________________________________________________________________________
9249 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
9250         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
9251      Branch: perl
9252            ! hints/os390.sh
9253 ____________________________________________________________________________
9254 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
9255         Log: EBCDIC: the non-printable characters are different.
9256      Branch: perl
9257            ! ext/B/B/Deparse.pm
9258 ____________________________________________________________________________
9259 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
9260         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
9261              From: Nicholas Clark <nick@unfortu.net> 
9262              Date: Sat, 9 Feb 2002 22:31:29 +0000
9263              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
9264      Branch: perl
9265            ! t/lib/warnings/pp_hot
9266 ____________________________________________________________________________
9267 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
9268         Log: Subject: [PATCH] Re: Modulus operator inconsistency
9269              From: Nicholas Clark <nick@unfortu.net>
9270              Date: Sat, 9 Feb 2002 21:00:13 +0000
9271              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
9272      Branch: perl
9273            ! op.c t/op/arith.t
9274 ____________________________________________________________________________
9275 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
9276         Log: Use the same escaping mechanism for all the *flags.
9277      Branch: perl
9278            ! lib/ExtUtils/Embed.pm
9279 ____________________________________________________________________________
9280 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
9281         Log: Protect possible parentheses in ccflags, ccdlflags, and
9282              ldflags.  (In OS/390 there are parentheses in ccflags.)
9283      Branch: perl
9284            ! lib/ExtUtils/Embed.pm
9285 ____________________________________________________________________________
9286 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
9287         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
9288              From: Peter Scott <Peter@PSDT.com>
9289              Date: Fri, 08 Feb 2002 19:20:19 -0800
9290              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
9291      Branch: perl
9292            ! lib/perl5db.pl
9293 ____________________________________________________________________________
9294 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
9295         Log: FAQ sync.
9296      Branch: perl
9297            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
9298 ____________________________________________________________________________
9299 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
9300         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
9301              From: Chris Nandor <pudge@pobox.com>
9302              Date: Fri, 08 Feb 2002 16:31:41 -0500
9303              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
9304      Branch: perl
9305            ! cop.h deb.c pp_ctl.c toke.c util.c
9306 ____________________________________________________________________________
9307 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
9308         Log: Redo CopFILE / MacPerl_MPWFIleName patch
9309      Branch: maint-5.6/macperl
9310            ! cop.h deb.c pp_ctl.c toke.c util.c
9311 ____________________________________________________________________________
9312 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
9313         Log: The metaconfig unit change to go with #14605.
9314      Branch: metaconfig/U/perl
9315            ! libperl.U
9316 ____________________________________________________________________________
9317 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
9318         Log: The Configure change to go with #14604.
9319      Branch: perl
9320            ! Configure
9321 ____________________________________________________________________________
9322 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
9323         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
9324              From: Andy Dougherty <doughera@lafayette.edu>
9325              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
9326              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
9327      Branch: perl
9328            ! hints/bsdos.sh
9329 ____________________________________________________________________________
9330 [ 14603] By: nick                                  on 2002/02/08  18:16:09
9331         Log: Integrate mainline
9332      Branch: perlio
9333           +> ext/threads/t/libc.t
9334           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
9335           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
9336 ____________________________________________________________________________
9337 [ 14602] By: sky                                   on 2002/02/08  15:19:15
9338         Log: Start testing for safe localtime functions, TODO, test more functions.
9339      Branch: perl
9340            + ext/threads/t/libc.t
9341            ! MANIFEST
9342 ____________________________________________________________________________
9343 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
9344         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
9345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9346              Date: Fri, 8 Feb 2002 00:21:07 +0100
9347              Message-ID: <20020208002107.E763@rafael>
9348      Branch: perl
9349            ! doio.c pp_sys.c t/io/argv.t
9350 ____________________________________________________________________________
9351 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
9352         Log: Subject: [PATCH] Configure followed by make minitest
9353              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9354              Date: Wed, 06 Feb 2002 21:35:20 -0800
9355              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
9356      Branch: perl
9357            ! t/op/taint.t t/run/fresh_perl.t
9358 ____________________________________________________________________________
9359 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
9360         Log: Integrate perlio;
9361              
9362              Extract something from yesterdays effort - convert my mail on pad
9363              data structures (incoporating Sarathy's corrections/clarifications)
9364              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
9365      Branch: perl
9366           !> cv.h pod/perlapi.pod pod/perlintern.pod
9367 ____________________________________________________________________________
9368 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
9369         Log: metaconfig unit changes for #14597.
9370      Branch: metaconfig
9371            ! U/modified/Loc.U
9372      Branch: metaconfig/U/perl
9373            ! libperl.U
9374 ____________________________________________________________________________
9375 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
9376         Log: Configure DJGPP tweak from Laszlo Molnar.
9377      Branch: perl
9378            ! Configure
9379 ____________________________________________________________________________
9380 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
9381         Log: DJGPP tweaks from Laszlo Molnar.
9382      Branch: perl
9383            ! djgpp/djgppsed.sh perl.c
9384 ____________________________________________________________________________
9385 [ 14595] By: nick                                  on 2002/02/08  09:19:29
9386         Log: Extract something from yesterdays effort - convert my mail on pad
9387              data structures (incoporating Sarathy's corrections/clarifications)
9388              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
9389      Branch: perlio
9390            ! cv.h pod/perlapi.pod pod/perlintern.pod
9391 ____________________________________________________________________________
9392 [ 14594] By: nick                                  on 2002/02/08  08:34:49
9393         Log: Integrate mainline
9394      Branch: perlio
9395           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9396           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
9397           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
9398           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9399           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
9400           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
9401 ____________________________________________________________________________
9402 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
9403         Log: To really skip the test an exit() is needed.
9404      Branch: perl
9405            ! lib/encoding.t
9406 ____________________________________________________________________________
9407 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
9408         Log: More diagnostics from Nicholas Clark.
9409      Branch: perl
9410            ! lib/Benchmark.t
9411 ____________________________________________________________________________
9412 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
9413         Log: In case of failure be more verbose.
9414      Branch: perl
9415            ! t/base/num.t
9416 ____________________________________________________________________________
9417 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
9418         Log: Update Changes
9419      Branch: maint-5.6/macperl
9420            ! macos/Changes
9421 ____________________________________________________________________________
9422 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
9423         Log: Merge AEGizmos library into PPC binary
9424      Branch: maint-5.6/macperl
9425            ! macos/Makefile.mk
9426 ____________________________________________________________________________
9427 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
9428         Log: Add -ansifor for MrCpp options
9429      Branch: maint-5.6/macperl
9430            ! macos/BuildRules.mk
9431 ____________________________________________________________________________
9432 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
9433         Log: Check ownership of CatInfos (MacPerl Bug #494482)
9434      Branch: maint-5.6/macperl
9435            ! macos/ext/Mac/Files/Files.xs
9436 ____________________________________________________________________________
9437 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
9438         Log: Resource updates
9439      Branch: maint-5.6/macperl
9440            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
9441 ____________________________________________________________________________
9442 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
9443         Log: Empty path is ENOENT (MacPerl Bug #512351)
9444      Branch: maint-5.6/macperl
9445            ! macos/macperl/MPAppleEvents.c
9446 ____________________________________________________________________________
9447 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
9448         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
9449      Branch: maint-5.6/macperl
9450            ! macos/macperl/MPAEVTStream.cp
9451 ____________________________________________________________________________
9452 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
9453         Log: macify(ABSTRACT_FROM)
9454      Branch: maint-5.6/macperl
9455            ! macos/lib/ExtUtils/MM_MacOS.pm
9456 ____________________________________________________________________________
9457 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
9458         Log: Use correct Mac filenames in error messages, caller()
9459      Branch: maint-5.6/macperl
9460            ! deb.c pp_ctl.c toke.c util.c
9461 ____________________________________________________________________________
9462 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
9463         Log: Sanity checks to see that the IV/NV and the PV of numeric
9464              scalars stay in sync (unearthed this via the OS/390 gcvt()
9465              brokenness)
9466      Branch: perl
9467            + t/base/num.t
9468            ! MANIFEST
9469 ____________________________________________________________________________
9470 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
9471         Log: Retract the anon leak subpatch of #14418 and #14431
9472              (the latter came into bleadperl as part of #14433).
9473      Branch: perl
9474            ! op.c t/run/fresh_perl.t
9475 ____________________________________________________________________________
9476 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
9477         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
9478              mangles 0.1 to "10".  sprintf() seems more well-behaved.
9479      Branch: perl
9480            ! hints/os390.sh
9481 ____________________________________________________________________________
9482 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
9483         Log: Subject: [PATCH @14557] another Encode fix for VMS
9484              From: "Craig A. Berry" <craigberry@mac.com>
9485              Date: Wed, 06 Feb 2002 14:44:20 -0600
9486              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
9487      Branch: perl
9488            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9489 ____________________________________________________________________________
9490 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
9491         Log: Integrate perlio;
9492              
9493              One way to avoid OS390 winge about #line directives.
9494      Branch: perl
9495           !> ext/Encode/EUC_JP/Makefile.PL
9496 ____________________________________________________________________________
9497 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
9498         Log: Update Changes.
9499      Branch: perl
9500            ! Changes patchlevel.h
9501 ____________________________________________________________________________
9502 [ 14575] By: nick                                  on 2002/02/06  15:23:24
9503         Log: One way to avoid OS390 winge about #line directives.
9504      Branch: perlio
9505            ! ext/Encode/EUC_JP/Makefile.PL
9506 ____________________________________________________________________________
9507 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
9508         Log: s/Netware/NetWare/
9509      Branch: perl
9510            ! MANIFEST
9511 ____________________________________________________________________________
9512 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
9513         Log: New Netware scripts.
9514      Branch: perl
9515            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9516            + NetWare/t/NWScripts-Exist.pl
9517            ! MANIFEST
9518 ____________________________________________________________________________
9519 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
9520         Log: EBCDIC: the encoding pragma would need some rethinking,
9521              probably a pass of EBCDIC->Unicode mapping.  For now,
9522              disable it on EBCDIC.
9523      Branch: perl
9524            ! lib/encoding.pm lib/encoding.t
9525 ____________________________________________________________________________
9526 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
9527         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
9528              for the low 256.  Now tweaked the tests, but maybe it's
9529              the module that needs few NATIVE_TO_UNI()s somewhere?
9530      Branch: perl
9531            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9532 ____________________________________________________________________________
9533 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
9534         Log: Subject: [PATCH utf8.c] format problem
9535              From: Robin Barker <rmb1@cise.npl.co.uk>
9536              Date: Wed, 6 Feb 2002 14:01:43 GMT
9537              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
9538      Branch: perl
9539            ! utf8.c
9540 ____________________________________________________________________________
9541 [ 14569] By: nick                                  on 2002/02/06  09:52:23
9542         Log: Integrate mainline
9543      Branch: perlio
9544           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
9545           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9546           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9547           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9548           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
9549           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
9550 ____________________________________________________________________________
9551 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
9552         Log: EBCDIC: 0x41 is not cricket.
9553      Branch: perl
9554            ! ext/Encode/t/Encode.t
9555 ____________________________________________________________________________
9556 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
9557         Log: NetWare update from Ananth Kesari.
9558      Branch: perl
9559            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
9560            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9561            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9562            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9563            ! NetWare/t/NWScripts.pl makedef.pl
9564 ____________________________________________________________________________
9565 [ 14566] By: sky                                   on 2002/02/05  18:39:13
9566         Log: Subject: Re: File::Spec::rel2abs2rel (?)
9567              From: Michael G Schwern <schwern@pobox.com>
9568              Date: Tue, 5 Feb 2002 13:47:39 -0500
9569              Message-ID: <20020205184739.GB17375@blackrider>
9570      Branch: perl
9571            ! lib/File/Spec/t/rel2abs2rel.t
9572 ____________________________________________________________________________
9573 [ 14565] By: nick                                  on 2002/02/05  17:31:24
9574         Log: Integrate mainline
9575      Branch: perlio
9576           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
9577           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
9578           !> utf8.h
9579 ____________________________________________________________________________
9580 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
9581         Log: Integrate perlio;
9582              
9583              More Encode tweaks:
9584              - make expensive and marginal substring search optional (-O)
9585              - enable -O for ASCII-oid encodings (search space is small)
9586              - add ASCII-oid jis0201 to basic Encode.so
9587              - add some other Japanese encodings to EUC_JP bundle (without -O)
9588      Branch: perl
9589           +> ext/Encode/Encode/jis0201.ucm
9590           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9591           !> ext/Encode/compile
9592 ____________________________________________________________________________
9593 [ 14563] By: nick                                  on 2002/02/05  16:01:15
9594         Log: More Encode tweaks:
9595              - make expensive and marginal substring search optional (-O)
9596              - enable -O for ASCII-oid encodings (search space is small)
9597              - add ASCII-oid jis0201 to basic Encode.so
9598              - add some other Japanese encodings to EUC_JP bundle (without -O)
9599      Branch: perlio
9600            + ext/Encode/Encode/jis0201.ucm
9601            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9602            ! ext/Encode/compile
9603 ____________________________________________________________________________
9604 [ 14562] By: sky                                   on 2002/02/05  14:50:36
9605         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
9606      Branch: perl
9607            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
9608 ____________________________________________________________________________
9609 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
9610         Log: EBCDIC: SHARP S is different.
9611      Branch: perl
9612            ! regexec.c utf8.h
9613 ____________________________________________________________________________
9614 [ 14560] By: sky                                   on 2002/02/05  13:49:40
9615         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
9616      Branch: perl
9617            ! t/op/filetest.t
9618 ____________________________________________________________________________
9619 [ 14559] By: sky                                   on 2002/02/05  11:39:24
9620         Log: Add . first to the PATH environment to test that we really
9621              get ./perl and not some other older perl.
9622      Branch: perl
9623            ! lib/File/Spec/t/rel2abs2rel.t
9624 ____________________________________________________________________________
9625 [ 14558] By: sky                                   on 2002/02/05  11:20:21
9626         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
9627      Branch: perl
9628            ! ext/POSIX/t/posix.t
9629 ____________________________________________________________________________
9630 [ 14557] By: sky                                   on 2002/02/05  10:30:58
9631         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
9632      Branch: perl
9633            ! hints/darwin.sh perl.h
9634 ____________________________________________________________________________
9635 [ 14556] By: nick                                  on 2002/02/05  06:58:52
9636         Log: Integrate mainline
9637      Branch: perlio
9638           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9639           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
9640           !> lib/File/Find/t/taint.t
9641 ____________________________________________________________________________
9642 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
9643         Log: Integrate change #14439 from maintperl
9644      Branch: maint-5.6/macperl
9645           !> op.c
9646 ____________________________________________________________________________
9647 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
9648         Log: Subject: [PATCH] File::Find tests not cleaning up properly
9649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9650              Date: Mon, 4 Feb 2002 22:09:07 +0100
9651              Message-ID: <20020204220907.A8288@rafael>
9652      Branch: perl
9653            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9654 ____________________________________________________________________________
9655 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
9656         Log: Signedness mumblings from Tru64.
9657      Branch: perl
9658            ! ext/Encode/Encode.xs
9659 ____________________________________________________________________________
9660 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
9661         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
9662              From: "Craig A. Berry" <craigberry@mac.com>
9663              Date: Mon, 04 Feb 2002 17:16:00 -0600
9664              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
9665      Branch: perl
9666            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9667            ! ext/Encode/Encode.xs
9668 ____________________________________________________________________________
9669 [ 14551] By: nick                                  on 2002/02/04  16:00:31
9670         Log: Integrate mainline
9671      Branch: perlio
9672           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
9673           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
9674           !> regcomp.c
9675 ____________________________________________________________________________
9676 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
9677         Log: Update Changes.
9678      Branch: perl
9679            ! Changes patchlevel.h
9680 ____________________________________________________________________________
9681 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
9682         Log: Comment microtweaks.
9683      Branch: perl
9684            ! lib/locale.t
9685 ____________________________________________________________________________
9686 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
9687         Log: Subject: trivial docu patch
9688              From: andreas.koenig@anima.de (Andreas J. Koenig)
9689              Date: 04 Feb 2002 08:15:19 +0100
9690              Message-ID: <m3pu3l7m60.fsf@anima.de>
9691      Branch: perl
9692            ! pod/perluniintro.pod
9693 ____________________________________________________________________________
9694 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
9695         Log: Subject: [PATCH] (??{ }) anomaly
9696              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9697              Date: Sun, 03 Feb 2002 20:21:45 -0800
9698              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
9699      Branch: perl
9700            ! regcomp.c
9701 ____________________________________________________________________________
9702 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
9703         Log: Integrate perlio.
9704              
9705              Carry on where we left off if we have to grow destination
9706              SV during XS encode/decode
9707              
9708              Remove debugging warning, be consistent about API fails.
9709      Branch: perl
9710           !> ext/Encode/Encode.xs
9711 ____________________________________________________________________________
9712 [ 14545] By: nick                                  on 2002/02/03  20:03:38
9713         Log: Remove debugging warning, be consistent about API fails.
9714      Branch: perlio
9715            ! ext/Encode/Encode.xs
9716 ____________________________________________________________________________
9717 [ 14544] By: nick                                  on 2002/02/03  19:47:48
9718         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
9719      Branch: perlio
9720            ! ext/Encode/Encode.xs
9721 ____________________________________________________________________________
9722 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
9723         Log: Subject: PATCH CPAN.pm
9724              From: Mark-Jason Dominus <mjd@plover.com>
9725              Date: Sun, 03 Feb 2002 12:36:36 -0500
9726              Message-ID: <20020203173636.27451.qmail@plover.com>
9727      Branch: perl
9728            ! lib/CPAN.pm
9729 ____________________________________________________________________________
9730 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
9731         Log: Must search further back.
9732      Branch: perl
9733            ! lib/h2xs.t
9734 ____________________________________________________________________________
9735 [ 14541] By: nick                                  on 2002/02/03  18:52:09
9736         Log: Integrate mainline
9737      Branch: perlio
9738           !> (integrate 29 files)
9739 ____________________________________________________________________________
9740 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
9741         Log: EBCDIC: more natification.
9742      Branch: perl
9743            ! regcomp.c
9744 ____________________________________________________________________________
9745 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
9746         Log: Debug noise.
9747      Branch: perl
9748            ! ext/Encode/Encode.xs
9749 ____________________________________________________________________________
9750 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
9751         Log: Integrate perlio;
9752              
9753              Stable intermediate point in Encode cleanup.
9754              :encode(euc-jp) works on Dan's table.euc
9755              Much buffer copying and other silliness remains.
9756      Branch: perl
9757           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9758           !> ext/Encode/lib/Encode/Encoding.pm
9759 ____________________________________________________________________________
9760 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
9761         Log: Prettify.
9762      Branch: perl
9763            ! lib/unicore/mktables
9764 ____________________________________________________________________________
9765 [ 14536] By: nick                                  on 2002/02/03  17:32:03
9766         Log: Stable intermediate point in Encode cleanup.
9767              :encode(euc-jp) works on Dan's table.euc
9768              Much buffer copying and other silliness remains.
9769      Branch: perlio
9770            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9771            ! ext/Encode/lib/Encode/Encoding.pm
9772 ____________________________________________________________________________
9773 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
9774         Log: EBCDIC: it's much nicer to compare Unicode code points
9775              to Unicode code points.
9776      Branch: perl
9777            ! regexec.c
9778 ____________________________________________________________________________
9779 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
9780         Log: EBCDIC: character classes must remap the low 256.
9781      Branch: perl
9782            ! regcomp.c
9783 ____________________________________________________________________________
9784 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
9785         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
9786      Branch: perl
9787            ! lib/I18N/LangTags/List.pm
9788 ____________________________________________________________________________
9789 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
9790         Log: FAQ sync.
9791      Branch: perl
9792            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
9793            ! pod/perlfaq6.pod pod/perlfaq7.pod
9794 ____________________________________________________________________________
9795 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
9796         Log: Integrate perlio;
9797              
9798              Re-indent Encode.xs
9799              
9800              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
9801              (Mis-feature discovered by Encode.)
9802      Branch: perl
9803           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
9804 ____________________________________________________________________________
9805 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
9806         Log: Subject: [PATCH] lstat FH and -l FH warnings
9807              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9808              Date: Sat, 2 Feb 2002 22:24:54 +0100           
9809              Message-ID: <20020202222454.A11608@rafael>       
9810      Branch: perl
9811            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
9812            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
9813 ____________________________________________________________________________
9814 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
9815         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
9816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9817              Date: Sat, 2 Feb 2002 13:11:01 +0100           
9818              Message-ID: <20020202131101.A722@rafael>               
9819              
9820              Subject: [PATCH t/op/ver.t] another false positive
9821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9822              Date: Sat, 2 Feb 2002 13:38:22 +0100           
9823              Message-ID: <20020202133822.E722@rafael>         
9824              
9825              Subject: [PATCH] t/test.pl:ok() doesn't work
9826              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
9827              Date: Sun, 03 Feb 2002 00:02:38 -0800          
9828              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
9829      Branch: perl
9830            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
9831            ! t/test.pl
9832 ____________________________________________________________________________
9833 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
9834         Log: Subject: [PATCH @13746] OS2::Process's constants
9835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9836              Date: Sat, 2 Feb 2002 01:00:55 -0500           
9837              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
9838      Branch: perl
9839            ! os2/OS2/Process/Makefile.PL
9840 ____________________________________________________________________________
9841 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
9842         Log: Subject: [PATCH @13746] h2xs   
9843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9844              Date: Sat, 2 Feb 2002 00:58:44 -0500           
9845              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
9846      Branch: perl
9847            ! utils/h2xs.PL
9848 ____________________________________________________________________________
9849 [ 14526] By: nick                                  on 2002/02/03  14:54:18
9850         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
9851              (Mis-feature discovered by Encode.)
9852      Branch: perlio
9853            ! sv.c
9854 ____________________________________________________________________________
9855 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
9856         Log: EBCDIC: since #14519 made \N{...} to remap,
9857              the test cannot expect an ASCII code point.
9858      Branch: perl
9859            ! lib/charnames.t
9860 ____________________________________________________________________________
9861 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
9862         Log: Sub-MANIFEST-tweak.
9863      Branch: perl
9864            ! ext/Encode/MANIFEST
9865 ____________________________________________________________________________
9866 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
9867         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
9868              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9869              Date: Fri, 01 Feb 2002 23:51:03 +0900
9870              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
9871      Branch: perl
9872            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9873 ____________________________________________________________________________
9874 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
9875         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
9876              From: Andy Dougherty <doughera@lafayette.edu>
9877              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
9878              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
9879      Branch: perl
9880            ! README.solaris hints/solaris_2.sh
9881 ____________________________________________________________________________
9882 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
9883         Log: EBCDIC: no hope to get the low 256 right in unifolding.
9884      Branch: perl
9885            ! t/uni/fold.t
9886 ____________________________________________________________________________
9887 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
9888         Log: todo entry for missing pack formats.
9889      Branch: perl
9890            ! pod/perltodo.pod
9891 ____________________________________________________________________________
9892 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
9893         Log: EBCDIC: the low 256 \N{...} need to be remapped.
9894      Branch: perl
9895            ! toke.c
9896 ____________________________________________________________________________
9897 [ 14518] By: nick                                  on 2002/02/01  18:32:03
9898         Log: indent -kr -nce and some manual tweaks to match perl style.
9899      Branch: perlio
9900            ! ext/Encode/Encode.xs
9901 ____________________________________________________________________________
9902 [ 14517] By: nick                                  on 2002/02/01  18:20:46
9903         Log: Integrate mainline
9904      Branch: perlio
9905           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
9906           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
9907           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
9908           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
9909           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
9910           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
9911           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
9912 ____________________________________________________________________________
9913 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
9914         Log: Integrate perlio; 
9915              
9916              Minor Encode tweaks:
9917              - move Encode.pm back to top of Encode like normal XS extension
9918              - avoid .def as a file extension (Win32 builds)
9919      Branch: perl
9920            ! MANIFEST
9921           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9922           !> ext/Encode/Makefile.PL ext/Encode/compile
9923 ____________________________________________________________________________
9924 [ 14515] By: nick                                  on 2002/02/01  16:27:59
9925         Log: Minor Encode tweaks:
9926              - move Encode.pm back to top of Encode like normal XS extension
9927              - avoid .def as a file extension (Win32 builds)
9928      Branch: perlio
9929           +> ext/Encode/Encode.pm
9930            - ext/Encode/lib/Encode.pm
9931            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9932            ! ext/Encode/Makefile.PL ext/Encode/compile
9933 ____________________________________________________________________________
9934 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
9935         Log: Subject: [PATCH utf8.t] temp file not cleaned up
9936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9937              Date: Fri, 1 Feb 2002 15:47:46 +0100
9938              Message-ID: <20020201154746.A24079@rafael>
9939      Branch: perl
9940            ! t/io/utf8.t
9941 ____________________________________________________________________________
9942 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
9943         Log: Subject: [PATCH] make "lstat FH" croak
9944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9945              Date: Fri, 1 Feb 2002 15:12:50 +0100
9946              Message-ID: <20020201151250.A738@rafael>
9947      Branch: perl
9948            ! pod/perldiag.pod pp_sys.c t/op/stat.t
9949 ____________________________________________________________________________
9950 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
9951         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
9952              From: Kay Röpke <kroepke@dolphin-services.de>
9953              Date: Fri, 1 Feb 2002 01:10:43 +0100
9954              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
9955      Branch: perl
9956            ! t/op/stat.t
9957 ____________________________________________________________________________
9958 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
9959         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
9960              I got it in Tru64 + ithreads but only without -g, took
9961              some debugging by printf (which was no fun either since
9962              adding some debug printfs hid the error)
9963      Branch: perl
9964            ! regexec.c utf8.c
9965 ____________________________________________________________________________
9966 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
9967         Log: Subject: Re: [PATCH] perl -V:
9968              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
9969              Date: Thu, 31 Jan 2002 12:10:20 -0800
9970              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
9971              
9972              Subject: Re: [PATCH] perl -V:
9973              From: Michael G Schwern <schwern@pobox.com>
9974              Date: Thu, 31 Jan 2002 16:43:13 -0500
9975              Message-ID: <20020131214313.GH6498@blackrider>
9976      Branch: perl
9977            ! t/run/switches.t
9978 ____________________________________________________________________________
9979 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
9980         Log: #14505 effect.
9981      Branch: perl
9982            ! pod/perluniintro.pod
9983 ____________________________________________________________________________
9984 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
9985         Log: Daniel S. Lewart adopts the Math::Complex.
9986      Branch: perl
9987            ! lib/Math/Complex.pm
9988 ____________________________________________________________________________
9989 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
9990         Log: More Complex DWIMmery.
9991      Branch: perl
9992            ! lib/Math/Complex.pm lib/Math/Complex.t
9993 ____________________________________________________________________________
9994 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
9995         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
9996              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9997              Date: Thu, 31 Jan 2002 14:37:52 +0100
9998              Message-ID: <20020131143752.A1452@rafael>
9999      Branch: perl
10000            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
10001 ____________________________________________________________________________
10002 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
10003         Log: Turn the I/O Unicode error by default on, but the
10004              character-generating Unicode error by default off,
10005              as Larry suggested.
10006      Branch: perl
10007            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
10008            ! utf8.c
10009 ____________________________________________________________________________
10010 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
10011         Log: Subject: [PATCH] open.pm minor cleanup
10012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10013              Date: Thu, 31 Jan 2002 15:03:02 +0100
10014              Message-ID: <20020131150302.C1452@rafael>
10015      Branch: perl
10016            ! lib/open.pm
10017 ____________________________________________________________________________
10018 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
10019         Log: Update Changes.
10020      Branch: perl
10021            ! Changes patchlevel.h
10022 ____________________________________________________________________________
10023 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
10024         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
10025              From: Robin Barker <rmb1@cise.npl.co.uk>
10026              Date: Wed, 30 Jan 2002 11:58:33 GMT
10027              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
10028      Branch: perl
10029            ! lib/CPAN.pm
10030 ____________________________________________________________________________
10031 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
10032         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
10033              re-sort MANIFEST.
10034      Branch: perl
10035            + ext/Encode/Encode.pm
10036            - ext/Encode/lib/Encode.pm
10037            ! MANIFEST ext/Encode/Makefile.PL
10038 ____________________________________________________________________________
10039 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
10040         Log: Integrate perlio;
10041              
10042              Collect some stats during compile process.
10043              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
10044              as one XS - inconclusive - marginal win?
10045              Add some comments to encode.h
10046      Branch: perl
10047           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
10048           !> ext/Encode/encode.h
10049 ____________________________________________________________________________
10050 [ 14499] By: nick                                  on 2002/01/30  09:57:47
10051         Log: Collect some stats during compile process.
10052              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
10053              as one XS - inconclusive - marginal win?
10054              Add some comments to encode.h
10055      Branch: perlio
10056            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
10057            ! ext/Encode/encode.h
10058 ____________________________________________________________________________
10059 [ 14498] By: nick                                  on 2002/01/30  07:27:55
10060         Log: Integrate Jarkko's path/INC tweaks
10061      Branch: perlio
10062           !> ext/Encode/compile
10063 ____________________________________________________________________________
10064 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
10065         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
10066              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10067              Date: Tue, 29 Jan 2002 01:13:09 -0800
10068              Message-ID: <lemV8gzkgu/K092yn@efn.org>
10069      Branch: perl
10070            ! configpm
10071 ____________________________________________________________________________
10072 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
10073         Log: Subject: [PATCH t/op/inccode.t] new test
10074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10075              Date: Tue, 29 Jan 2002 22:03:45 +0100
10076              Message-ID: <20020129220345.A704@rafael>
10077      Branch: perl
10078            ! t/op/inccode.t
10079 ____________________________________________________________________________
10080 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
10081         Log: EBCDIC: t/op/lc.t now passes.
10082      Branch: perl
10083            ! t/op/lc.t
10084 ____________________________________________________________________________
10085 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
10086         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
10087      Branch: perl
10088            ! utf8.c
10089 ____________________________________________________________________________
10090 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
10091         Log: Must find stuff during build.
10092      Branch: perl
10093            ! ext/Encode/compile
10094 ____________________________________________________________________________
10095 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
10096         Log: Integrate with perlio;
10097              
10098              Basics of a compiled Encode XS extension
10099      Branch: perl
10100           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
10101           +> ext/Encode/Encode/euc-jp.ucm
10102           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
10103           !> ext/Encode/encode.h
10104 ____________________________________________________________________________
10105 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
10106         Log: EBCDIC tweaks-- no new test passes, but getting closer.
10107      Branch: perl
10108            ! utf8.c
10109 ____________________________________________________________________________
10110 [ 14490] By: nick                                  on 2002/01/29  21:20:57
10111         Log: Basics of a compiled Encode XS extension
10112      Branch: perlio
10113            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
10114            + ext/Encode/Encode/euc-jp.ucm
10115            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
10116            ! ext/Encode/encode.h
10117 ____________________________________________________________________________
10118 [ 14489] By: nick                                  on 2002/01/29  18:40:54
10119         Log: Integrate mainline
10120      Branch: perlio
10121           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
10122           +> ext/Encode/lib/Encode/Encoding.pm
10123           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
10124           +> ext/Encode/lib/Encode/Tcl/Escape.pm
10125           +> ext/Encode/lib/Encode/Tcl/Extended.pm
10126           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
10127           +> ext/Encode/lib/Encode/Tcl/Table.pm
10128           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10129           +> ext/Encode/lib/Encode/iso10646_1.pm
10130           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10131           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
10132           +> ext/Encode/t/Tcl.t
10133            - ext/Encode.t ext/Encode/Encode.pm
10134            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
10135            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
10136           !> (integrate 33 files)
10137 ____________________________________________________________________________
10138 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
10139         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
10140              From: Richard Clamp <richardc@unixbeard.net>
10141              Date: Mon, 28 Jan 2002 02:17:55 +0000
10142              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
10143      Branch: perl
10144            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
10145 ____________________________________________________________________________
10146 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
10147         Log: OS/390 seems to do length 0 udp reads, Nicholas says
10148              skippage is for now the best cause of action.
10149      Branch: perl
10150            ! ext/Socket/socketpair.t
10151 ____________________________________________________________________________
10152 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
10153         Log: Encode cleanup from Dan Kogai; reworked even further.
10154      Branch: perl
10155            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
10156            + ext/Encode/lib/Encode/Encoding.pm
10157            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
10158            + ext/Encode/lib/Encode/Tcl/Escape.pm
10159            + ext/Encode/lib/Encode/Tcl/Extended.pm
10160            + ext/Encode/lib/Encode/Tcl/HanZi.pm
10161            + ext/Encode/lib/Encode/Tcl/Table.pm
10162            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10163            + ext/Encode/lib/Encode/iso10646_1.pm
10164            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10165            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
10166            + ext/Encode/t/Tcl.t
10167            - ext/Encode.t ext/Encode/Encode.pm
10168            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
10169            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
10170            ! MANIFEST ext/Encode/Encode/8859-1.ucm
10171            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
10172            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
10173            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
10174            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
10175            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
10176            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
10177            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
10178            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
10179            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
10180            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
10181            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
10182            ! ext/Encode/compile
10183 ____________________________________________________________________________
10184 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
10185         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
10186      Branch: perl
10187            ! djgpp/djgpp.c perlio.c
10188 ____________________________________________________________________________
10189 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
10190         Log: Prettier printing from Michael Schwern.
10191      Branch: perl
10192            ! t/test.pl
10193 ____________________________________________________________________________
10194 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
10195         Log: Show also the debug and debugcolor as known pragmas.
10196      Branch: perl
10197            ! ext/re/re.pm
10198 ____________________________________________________________________________
10199 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
10200         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
10201              From: "Craig A. Berry" <craigberry@mac.com>
10202              Date: Mon, 28 Jan 2002 16:30:30 -0600
10203              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
10204      Branch: perl
10205            ! ext/B/t/assembler.t
10206 ____________________________________________________________________________
10207 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
10208         Log: metaconfig unit change for #14480.
10209      Branch: metaconfig
10210            ! U/modified/Init.U
10211 ____________________________________________________________________________
10212 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
10213         Log: DJGPP needs to know its exe soon, too.
10214      Branch: perl
10215            ! Configure
10216 ____________________________________________________________________________
10217 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
10218         Log: Round #2 on EBCDICation.
10219      Branch: perl
10220            ! t/op/append.t
10221 ____________________________________________________________________________
10222 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
10223         Log: Integrate perlio;
10224              
10225              Set makefile.mk CCHOME etc. for default locations of MinGW and free
10226              Borland compilers. (Borland builds one or two oddities.)
10227      Branch: perl
10228           !> win32/config.bc win32/makefile.mk
10229 ____________________________________________________________________________
10230 [ 14477] By: nick                                  on 2002/01/28  20:12:31
10231         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
10232              Borland compilers. (Borland builds one or two oddities.)
10233      Branch: perlio
10234            ! win32/config.bc win32/makefile.mk
10235 ____________________________________________________________________________
10236 [ 14476] By: nick                                  on 2002/01/28  18:43:47
10237         Log: Integrate mainline
10238      Branch: perlio
10239           !> Configure hints/hpux.sh
10240 ____________________________________________________________________________
10241 [ 14475] By: nick                                  on 2002/01/28  17:15:12
10242         Log: Integrate mainline
10243      Branch: perlio
10244           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
10245           !> patchlevel.h pp_sys.c t/lib/warnings/perl
10246 ____________________________________________________________________________
10247 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
10248         Log: metaconfig unit change for #14472.
10249      Branch: metaconfig/U/perl
10250            ! d_u32align.U
10251 ____________________________________________________________________________
10252 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
10253         Log: Misunderstood Merijn's patch.
10254      Branch: perl
10255            ! hints/hpux.sh
10256 ____________________________________________________________________________
10257 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
10258         Log: Misapplied Merijn's patch.
10259      Branch: perl
10260            ! Configure
10261 ____________________________________________________________________________
10262 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
10263         Log: Update Changes.
10264      Branch: perl
10265            ! Changes patchlevel.h
10266 ____________________________________________________________________________
10267 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
10268         Log: BeOS has sockets but not true ones.
10269      Branch: perl
10270            ! pp_sys.c
10271 ____________________________________________________________________________
10272 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
10273         Log: metaconfig unit change for #14467.
10274      Branch: metaconfig/U/perl
10275            ! d_u32align.U
10276 ____________________________________________________________________________
10277 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
10278         Log: For some strange reason under the smoke harness the alignment
10279              test hangs in HP-UX 10.20.  So hint it to avoid the test.
10280      Branch: perl
10281            ! hints/hpux.sh
10282 ____________________________________________________________________________
10283 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
10284         Log: Allow d_u32align to be hinted.
10285      Branch: perl
10286            ! Configure
10287 ____________________________________________________________________________
10288 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
10289         Log: The shift key is important.
10290      Branch: perl
10291            ! ext/B/B.xs
10292 ____________________________________________________________________________
10293 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
10294         Log: The "used only once" warnings (from gv_check) come
10295              in pseudorandom hash order-- in EBCDIC the order
10296              is different.  Add a new option that allow the warnings
10297              to come in any order (Paul Marquess).
10298      Branch: perl
10299            ! lib/warnings.t t/lib/warnings/perl
10300 ____________________________________________________________________________
10301 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
10302         Log: Integrate perlio; the 0nothread test failure without threads.
10303      Branch: perl
10304           !> ext/threads/shared/t/0nothread.t
10305 ____________________________________________________________________________
10306 [ 14463] By: nick                                  on 2002/01/28  08:22:36
10307         Log: Integrate mainline
10308      Branch: perlio
10309           !> (integrate 37 files)
10310 ____________________________________________________________________________
10311 [ 14462] By: nick                                  on 2002/01/28  08:09:53
10312         Log: 1st attempt at skipping broke threads case.
10313      Branch: perlio
10314            ! ext/threads/shared/t/0nothread.t
10315 ____________________________________________________________________________
10316 [ 14461] By: nick                                  on 2002/01/28  07:25:58
10317         Log: Skip new threads::shared test unless -Duseithreads
10318      Branch: perlio
10319            ! ext/threads/shared/t/0nothread.t
10320 ____________________________________________________________________________
10321 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
10322         Log: FAQ sync.
10323      Branch: perl
10324            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10325            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10326            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10327            ! pod/perlfaq9.pod
10328 ____________________________________________________________________________
10329 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
10330         Log: Upgrade to podlators 1.20.
10331      Branch: perl
10332            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
10333 ____________________________________________________________________________
10334 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
10335         Log: Retract #14448, a better patch coming up.
10336      Branch: perl
10337            ! lib/Pod/t/basic.t
10338 ____________________________________________________________________________
10339 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
10340         Log: EBCDIC portability.
10341      Branch: perl
10342            ! t/op/append.t
10343 ____________________________________________________________________________
10344 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
10345         Log: Further cygwin installperl tweak from Gerrit P. Haase.
10346      Branch: perl
10347            ! installperl
10348 ____________________________________________________________________________
10349 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
10350         Log: A bug in Bulgarian EBCDIC locale (this sounds like
10351              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
10352              locales failed, too.  The patch works around the bug by
10353              skipping the test, but the real problem may be deeper
10354              (affecting probably only EBCDIC platforms, though):
10355              see the comment in locale.t for more details.
10356      Branch: perl
10357            ! lib/locale.t
10358 ____________________________________________________________________________
10359 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
10360         Log: metaconfig unit change for #14453.
10361      Branch: metaconfig/U/perl
10362            ! libperl.U
10363 ____________________________________________________________________________
10364 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
10365         Log: Subject: Bleadperl on Cygwin today
10366              From: "Gerrit P. Haase" <gp@familiehaase.de>              
10367              Date: Sun, 27 Jan 2002 22:30:41 +0100
10368              Message-ID: <462007239437.20020127223041@familiehaase.de>
10369      Branch: perl
10370            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
10371            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
10372            ! lib/ExtUtils/t/MM_Cygwin.t
10373 ____________________________________________________________________________
10374 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
10375         Log: Unfinished EBCDIC branch.
10376      Branch: perl
10377            ! t/op/ver.t
10378 ____________________________________________________________________________
10379 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
10380         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
10381      Branch: perl
10382            ! ext/B/B.xs ext/B/B/Deparse.pm
10383 ____________________________________________________________________________
10384 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
10385         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
10386              platforms.
10387      Branch: perl
10388            ! ext/B/t/stash.t
10389 ____________________________________________________________________________
10390 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
10391         Log: Apparently no need for EBCDIC exception any more.
10392      Branch: perl
10393            ! ext/B/t/showlex.t
10394 ____________________________________________________________________________
10395 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
10396         Log: (retracted by #14458)
10397              (Russ Allbery) OS/390 is using a high-bit character for ESC,
10398              skip the test for now.  A better fix would be to override
10399              the notion of the platform's escape sequence in the test
10400              of Pod::Text::Termcap.  We may have to apply a filter to
10401              the output to substitute back in the ESC character that
10402              the test expects, but only on OS/390.
10403      Branch: perl
10404            ! lib/Pod/t/basic.t
10405 ____________________________________________________________________________
10406 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
10407         Log: Detypo.
10408      Branch: perl
10409            ! ext/Devel/Peek/Peek.t
10410 ____________________________________________________________________________
10411 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
10412         Log: OS/390 USS has a different idea of the pw* functions.
10413              Also, test the name with eq, not with ==.
10414      Branch: perl
10415            ! lib/User/pwent.t
10416 ____________________________________________________________________________
10417 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
10418         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
10419      Branch: perl
10420            ! doio.c
10421 ____________________________________________________________________________
10422 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
10423         Log: ASCIIisms.
10424      Branch: perl
10425            ! ext/PerlIO/t/encoding.t
10426 ____________________________________________________________________________
10427 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
10428         Log: chr(42) ne '*'  if one is in EBCDIC.
10429      Branch: perl
10430            ! t/op/pack.t
10431 ____________________________________________________________________________
10432 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
10433         Log: Subject: [PATCH] Fix up recent op/stat.t failures
10434              From: Andy Dougherty <doughera@lafayette.edu>
10435              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
10436              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
10437      Branch: perl
10438            ! t/op/stat.t
10439 ____________________________________________________________________________
10440 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
10441         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
10442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10443              Date: Sun, 27 Jan 2002 15:03:18 +0100
10444              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
10445      Branch: perl
10446            ! lib/ExtUtils/t/Command.t
10447 ____________________________________________________________________________
10448 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
10449         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
10450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10451              Date: Sun, 27 Jan 2002 14:51:10 +0100
10452              Message-ID: <20020127145110.A16332@rafael>
10453      Branch: perl
10454            ! ext/B/B/Deparse.pm
10455 ____________________________________________________________________________
10456 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
10457         Log: integrate change#14431 from perlio branch (Nick's fix for
10458              change#13474 to be more defensive about looking at pad entries
10459              that may not exist yet)
10460      Branch: maint-5.6/perl
10461            ! op.c
10462 ____________________________________________________________________________
10463 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
10464         Log: Comment to avoid later "cleanups."
10465      Branch: perl
10466            ! lib/ExtUtils/MakeMaker.pm
10467 ____________________________________________________________________________
10468 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
10469         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
10470              instead of just FOO=... cmd ...
10471      Branch: perl
10472            ! Makefile.SH
10473 ____________________________________________________________________________
10474 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
10475         Log: Overquoting bad (in UNIX one would get
10476              Can't open perl script "'-I../lib'": No such file or directory)
10477      Branch: perl
10478            ! lib/Pod/t/Usage.t
10479 ____________________________________________________________________________
10480 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
10481         Log: Integrate perlio;
10482              
10483              "All tests successful" VC6.0 Win32
10484              (Update config.vc to need cppstdin so those tests are skipped...)
10485      Branch: perl
10486           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10487           !> win32/config_H.vc
10488 ____________________________________________________________________________
10489 [ 14434] By: nick                                  on 2002/01/26  22:27:08
10490         Log: "All tests successful" VC6.0 Win32
10491              (Update config.vc to need cppstdin so those tests are skipped...)
10492      Branch: perlio
10493            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10494            ! win32/config_H.vc
10495 ____________________________________________________________________________
10496 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
10497         Log: Integrate perlio;
10498              
10499              1st two tests of File/Find/t/find.t and taint.t were run after 
10500              calling cleanup(). If previous fail had left for_find directory,
10501              but no content in it then cleanup() returned cd'ed to that directory.
10502              So tests failed. Fixed cleanup()-s.
10503              
10504              If we get to sighandler by mistake (no perl handler set) then
10505              warn() and exit() rather than die() - should never happen
10506              but if it does context needed to die is likely to be trashed
10507              as well.
10508              
10509              Win32 signal emulation cleanup.
10510              
10511              Tinkering with thread cleanup mutex-ing - not the problem 
10512              (op.c is) but could have been...
10513              
10514              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10515              Should really be looked at by someone that knows about pads.
10516              
10517              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10518              for CRLF line endings.
10519      Branch: perl
10520           !> ext/threads/threads.xs lib/File/Find/t/find.t
10521           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
10522           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10523 ____________________________________________________________________________
10524 [ 14432] By: nick                                  on 2002/01/26  21:10:38
10525         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10526              for CRLF line endings.
10527      Branch: perlio
10528            ! lib/Filter/Simple.pm
10529 ____________________________________________________________________________
10530 [ 14431] By: nick                                  on 2002/01/26  21:08:35
10531         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10532              Should really be looked at by someone that knows about pads.
10533      Branch: perlio
10534            ! op.c
10535 ____________________________________________________________________________
10536 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
10537         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
10538              From: "Craig A. Berry" <craigberry@mac.com>       
10539              Date: Sat, 26 Jan 2002 11:19:44 -0600
10540              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
10541      Branch: perl
10542            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
10543 ____________________________________________________________________________
10544 [ 14429] By: nick                                  on 2002/01/26  18:04:22
10545         Log: Tinkering with thread cleanup mutex-ing - not the problem 
10546              (op.c is) but could have been...
10547      Branch: perlio
10548            ! ext/threads/threads.xs
10549 ____________________________________________________________________________
10550 [ 14428] By: nick                                  on 2002/01/26  18:03:13
10551         Log: Win32 signal emulation cleanup.
10552      Branch: perlio
10553            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10554 ____________________________________________________________________________
10555 [ 14427] By: nick                                  on 2002/01/26  13:59:33
10556         Log: If we get to sighandler by mistake (no perl handler set) then
10557              warn() and exit() rather than die() - should never happen
10558              but if it does context needed to die is likely to be trashed
10559              as well.
10560      Branch: perlio
10561            ! mg.c
10562 ____________________________________________________________________________
10563 [ 14426] By: nick                                  on 2002/01/26  13:56:23
10564         Log: Integrate mainline
10565      Branch: perlio
10566           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
10567           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
10568           !> t/run/fresh_perl.t
10569 ____________________________________________________________________________
10570 [ 14425] By: nick                                  on 2002/01/26  08:11:33
10571         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
10572              calling cleanup(). If previous fail had left for_find directory,
10573              but no content in it then cleanup() returned cd'ed to that directory.
10574              So tests failed. Fixed cleanup()-s.
10575      Branch: perlio
10576            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10577 ____________________________________________________________________________
10578 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
10579         Log: Integrate perlio;
10580              
10581              Fix winsystem.t's attempt to build showav.exe to work
10582              with gcc (which writes a.exe unless told with -o ).
10583              Also put in a few more fail-safes to check .exe got
10584              built somehow.
10585              
10586              More Win32 tuning
10587              
10588              Save $! so that other syscalls don't disturb it before
10589              we test it.
10590      Branch: perl
10591           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
10592           !> t/op/winsystem.t
10593 ____________________________________________________________________________
10594 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
10595         Log: Subject: [PATCH] new test in op/universal.t
10596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10597              Date: Fri, 25 Jan 2002 23:17:33 +0100
10598              Message-ID: <20020125231733.A11733@rafael>
10599      Branch: perl
10600            ! t/op/universal.t
10601 ____________________________________________________________________________
10602 [ 14422] By: nick                                  on 2002/01/25  21:37:03
10603         Log: Save $! so that other syscalls don't disturb it before 
10604              we test it.
10605      Branch: perlio
10606            ! ext/Socket/socketpair.t
10607 ____________________________________________________________________________
10608 [ 14421] By: nick                                  on 2002/01/25  19:05:57
10609         Log: More Win32 tuning
10610      Branch: perlio
10611            ! t/op/stat.t t/op/taint.t
10612 ____________________________________________________________________________
10613 [ 14420] By: nick                                  on 2002/01/25  18:21:42
10614         Log: Fix winsystem.t's attempt to build showav.exe to work 
10615              with gcc (which writes a.exe unless told with -o ).
10616              Also put in a few more fail-safes to check .exe got 
10617              built somehow.
10618      Branch: perlio
10619            ! t/op/winsystem.t
10620 ____________________________________________________________________________
10621 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
10622         Log: Subject: [Patch Encode.xs] calculation of need overflows
10623              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10624              Date: Sat, 26 Jan 2002 00:58:50 +0900
10625              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
10626      Branch: perl
10627            ! ext/Encode/Encode.xs
10628 ____________________________________________________________________________
10629 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
10630         Log: Integrate changes 13474+13478+13584 from maintperl;
10631              anon sub leakage.
10632      Branch: perl
10633            ! op.c t/run/fresh_perl.t
10634 ____________________________________________________________________________
10635 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
10636         Log: Update Changes.
10637      Branch: perl
10638            ! Changes patchlevel.h
10639 ____________________________________________________________________________
10640 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
10641         Log: Integrate perlio; extensive threads and threads::shared work
10642              (note that the below is a chronological list of perlio
10643              check-in entries since the last integrate)
10644              
10645              Nearly-working threads re-structuring. Do not integrate,
10646              submit-ing to get to Win32, and as "off site" backup.
10647              
10648              threads work again on Win32. (Not threads::shared yet)
10649              Submit to see if they do on Linux.
10650              
10651              Add new threads/typemap to MANIFEST
10652              
10653              XS side of new threads::shared designed, coded and compiles,
10654              and mostly commented but is totaly untested.
10655              submit in case anyone wants a preview.
10656              
10657              Miss mg_len == 0 meaning don't Safefree
10658              
10659              Shared scalars working, some shared array ops working.
10660              
10661              Implement recursive lock and use of scope for PL_sharedsv_space,
10662              so now croak() from asserts does not leave locks.
10663              Make hv_simple compile (new prototype for debugging probe).
10664              
10665              thread::shared nearly working again - remaining issue
10666              is references withing shared space.
10667              Added bulk test with no threads involved (for debugging)
10668              Tuned tests to skip those needing _thrcnt
10669              
10670              SvTEMP_off to stop private PV's being stolen and stored in shared space
10671              
10672              Except Win32 from echo tests. (Alarm does not break into connect)
10673              
10674              Expand command line test globs on Win32.
10675              
10676              threads::shared tidy up:
10677              - Add _id() function to shared.xs so we can test refs point at same thing.
10678              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10679              - Allow no_share to pass if sharing to works despite mis-ordering.
10680              - Change docs of threads to document ->create() (as used in tests),
10681              and not mention "new".
10682              
10683              Linux/NFS hackery was not faking right number of passes.
10684      Branch: perl
10685           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
10686           +> ext/threads/typemap
10687            - ext/threads/threads.h sharedsv.c sharedsv.h
10688            ! NetWare/config_H.wc
10689           !> (integrate 38 files)
10690 ____________________________________________________________________________
10691 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
10692         Log: Subject: Re: perldebguts minor tweaks
10693              From: Joe McMahon <mcmahon@metalab.unc.edu>
10694              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
10695              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
10696      Branch: perl
10697            ! pod/perldebguts.pod
10698 ____________________________________________________________________________
10699 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
10700         Log: metaconfig unit change for #14413.
10701      Branch: metaconfig
10702            ! U/modified/prototype.U
10703 ____________________________________________________________________________
10704 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
10705         Log: Okay, you can come home now, _().
10706      Branch: perl
10707            ! config_h.SH
10708 ____________________________________________________________________________
10709 [ 14412] By: nick                                  on 2002/01/25  11:01:49
10710         Log: Integrate mainline
10711              All but ../lib/Unicode/UCD.t pass.
10712      Branch: perlio
10713           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
10714           +> lib/unicore/CaseFolding.txt
10715           +> lib/unicore/CompositionExclusions.txt
10716           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
10717           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
10718           +> vos/vos.c
10719            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
10720            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
10721            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
10722            - lib/unicore/NamesList.html lib/unicore/PropList.html
10723            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
10724            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
10725            - lib/unicore/rename
10726           !> (integrate 424 files)
10727 ____________________________________________________________________________
10728 [ 14411] By: nick                                  on 2002/01/25  09:45:13
10729         Log: Linux/NFS hackery was not faking right number of passes.
10730      Branch: perlio
10731            ! t/io/fs.t
10732 ____________________________________________________________________________
10733 [ 14410] By: nick                                  on 2002/01/25  09:35:07
10734         Log: threads::shared tidy up:
10735              - Add _id() function to shared.xs so we can test refs point at same thing.
10736              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10737              - Allow no_share to pass if sharing to works despite mis-ordering.
10738              - Change docs of threads to document ->create() (as used in tests),
10739              and not mention "new".
10740      Branch: perlio
10741            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10742            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
10743            ! ext/threads/threads.pm
10744 ____________________________________________________________________________
10745 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
10746         Log: Subject: perldebguts minor tweaks
10747              From: Joe McMahon <mcmahon@metalab.unc.edu>
10748              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
10749              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
10750      Branch: perl
10751            ! pod/perldebguts.pod
10752 ____________________________________________________________________________
10753 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
10754         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
10755              From: Peter Scott <Peter@PSDT.com>
10756              Date: Thu, 24 Jan 2002 08:51:34 -0800
10757              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
10758      Branch: perl
10759            ! pod/perldebguts.pod
10760 ____________________________________________________________________________
10761 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
10762         Log: Few more paranoia checks for Unicode hash keys.
10763      Branch: perl
10764            ! t/op/each.t
10765 ____________________________________________________________________________
10766 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
10767         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
10768              From: Andy Dougherty <doughera@lafayette.edu>
10769              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
10770              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
10771      Branch: perl
10772            ! t/op/stat.t
10773 ____________________________________________________________________________
10774 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
10775         Log: The
10776              
10777              Subject: Very old debugger UTF-8 bug
10778              From: andreas.koenig@anima.de (Andreas J. Koenig)
10779              Date: 24 Jan 2002 12:45:44 +0100
10780              Message-ID: <m3y9iot1jr.fsf@anima.de>
10781              
10782              still broken, but this should work as a stopgap
10783              measure to stop pp_match accessing naughty data.
10784      Branch: perl
10785            ! pod/perldiag.pod pp_hot.c
10786 ____________________________________________________________________________
10787 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
10788         Log: metaconfig unit change for #14403.
10789      Branch: metaconfig/U/perl
10790            ! d_u32align.U
10791 ____________________________________________________________________________
10792 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
10793         Log: Pacify picky compilers (this time Sun Workshop).
10794      Branch: perl
10795            ! Configure
10796 ____________________________________________________________________________
10797 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
10798         Log: Subject: Very old debugger UTF-8 bug
10799              From: andreas.koenig@anima.de (Andreas J. Koenig)
10800              Date: 24 Jan 2002 12:45:44 +0100
10801              Message-ID: <m3y9iot1jr.fsf@anima.de>
10802      Branch: perl
10803            ! lib/dumpvar.pl
10804 ____________________________________________________________________________
10805 [ 14401] By: nick                                  on 2002/01/24  07:50:38
10806         Log: Expand command line test globs on Win32.
10807      Branch: perlio
10808            ! t/harness
10809 ____________________________________________________________________________
10810 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
10811         Log: Sprinkle some copyrights (use the oldest timestamp to
10812              be found in the repository, which is most often not right,
10813              but at least consistent)
10814      Branch: perl
10815            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
10816            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
10817            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
10818            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
10819            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
10820            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
10821            ! unixish.h xsutils.c
10822 ____________________________________________________________________________
10823 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
10824         Log: Don't crash on Help for long text (bug #506672)
10825      Branch: maint-5.6/macperl
10826            ! macos/macperl/MPHelp.c
10827 ____________________________________________________________________________
10828 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
10829         Log: Fix minor path problem
10830      Branch: maint-5.6/macperl
10831            ! macos/macperl/Droplets/tarzipme.plx
10832 ____________________________________________________________________________
10833 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
10834         Log: Minor text changes
10835      Branch: maint-5.6/macperl
10836            ! macos/Perl.r
10837 ____________________________________________________________________________
10838 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
10839         Log: Bump versions, dates, etc.
10840      Branch: maint-5.6/macperl
10841            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
10842 ____________________________________________________________________________
10843 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
10844         Log: coderefs in @INC and absolute paths
10845      Branch: maint-5.6/macperl
10846            ! embed.h pp_ctl.c proto.h
10847 ____________________________________________________________________________
10848 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
10849         Log: Minor module thingys
10850      Branch: maint-5.6/macperl
10851            ! macos/ext/Mac/Controls/Controls.xs
10852            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
10853            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
10854            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
10855            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
10856            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
10857            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
10858            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
10859            ! macos/ext/Mac/Movies/Movies.xs
10860            ! macos/ext/Mac/Navigation/Navigation.pm
10861            ! macos/ext/Mac/Navigation/Navigation.xs
10862            ! macos/ext/Mac/Notification/Notification.xs
10863            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
10864            ! macos/ext/Mac/Processes/Processes.xs
10865            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
10866            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
10867            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
10868            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
10869            ! macos/ext/Mac/Resources/Resources.pm
10870            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
10871            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
10872            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
10873            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
10874            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
10875 ____________________________________________________________________________
10876 [ 14393] By: nick                                  on 2002/01/23  19:52:19
10877         Log: Except Win32 from echo tests. (Alarm does not break into connect)
10878      Branch: perlio
10879            ! ext/Socket/Socket.t
10880 ____________________________________________________________________________
10881 [ 14392] By: nick                                  on 2002/01/23  19:31:57
10882         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
10883      Branch: perlio
10884            ! ext/threads/shared/shared.xs
10885 ____________________________________________________________________________
10886 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
10887         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
10888      Branch: perl
10889            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10890            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
10891            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
10892            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
10893            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
10894            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
10895            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
10896            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
10897            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
10898            ! x2p/util.c x2p/util.h x2p/walk.c
10899 ____________________________________________________________________________
10900 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
10901         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
10902              therefore quite probably also obsolete code.
10903      Branch: perl
10904            ! sv.c
10905 ____________________________________________________________________________
10906 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
10907         Log: Update Changes.
10908      Branch: perl
10909            ! Changes patchlevel.h
10910 ____________________________________________________________________________
10911 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
10912         Log: Small update on todo.  Could use a lot more.
10913      Branch: perl
10914            ! pod/perltodo.pod
10915 ____________________________________________________________________________
10916 [ 14387] By: nick                                  on 2002/01/23  14:19:30
10917         Log: thread::shared nearly working again - remaining issue
10918              is references withing shared space.
10919              Added bulk test with no threads involved (for debugging)
10920              Tuned tests to skip those needing _thrcnt
10921      Branch: perlio
10922            + ext/threads/shared/t/0nothread.t
10923            ! MANIFEST ext/threads/shared/shared.pm
10924            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
10925            ! ext/threads/shared/t/hv_refs.t
10926            ! ext/threads/shared/t/hv_simple.t
10927            ! ext/threads/shared/t/sv_simple.t
10928 ____________________________________________________________________________
10929 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
10930         Log: Subject: [ID 20020121.003] perldata doco bug
10931              From: John Stumbles <jstumbles@bluearc.com>
10932              Date: Mon, 21 Jan 2002 14:19:56 -0000
10933              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
10934      Branch: perl
10935            ! pod/perldata.pod
10936 ____________________________________________________________________________
10937 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
10938         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
10939              From: Michael G Schwern <schwern@pobox.com>
10940              Date: Mon, 21 Jan 2002 15:16:42 -0500
10941              Message-ID: <20020121201642.GA6659@blackrider>
10942      Branch: perl
10943            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
10944 ____________________________________________________________________________
10945 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
10946         Log: Subject: [PATCH] Re: eval not catching warnings?
10947              From: abigail@foad.org
10948              Date: Wed, 23 Jan 2002 15:35:47 +0100
10949              Message-ID: <20020123143547.24798.qmail@foad.org>
10950      Branch: perl
10951            ! pod/perlfunc.pod
10952 ____________________________________________________________________________
10953 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
10954         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
10955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10956              Date: Tue, 22 Jan 2002 17:00:54 -0800            
10957              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
10958      Branch: perl
10959            ! t/run/fresh_perl.t
10960 ____________________________________________________________________________
10961 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
10962         Log: metaconfig unit change for #14381.
10963      Branch: metaconfig/U/perl
10964            ! d_u32align.U
10965 ____________________________________________________________________________
10966 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
10967         Log: HP-UX 10.20 cc pacifying from Merijn.
10968      Branch: perl
10969            ! Configure
10970 ____________________________________________________________________________
10971 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
10972         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
10973              From: "Craig A. Berry" <craigberry@mac.com> 
10974              Date: Tue, 22 Jan 2002 22:14:26 -0600
10975              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
10976      Branch: perl
10977            ! vms/test.com
10978 ____________________________________________________________________________
10979 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
10980         Log: AIX cpp bug: having macro arguments and character constants
10981              "the same" means trouble (here s and 's')
10982              What broke now was 841 and 842 of t/op/pat.t, because of the
10983              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
10984              (note that breakage happened only under cc_r and usethreads+
10985              useithreads)
10986      Branch: perl
10987            ! utf8.h
10988 ____________________________________________________________________________
10989 [ 14378] By: nick                                  on 2002/01/22  20:33:15
10990         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
10991              so now croak() from asserts does not leave locks.
10992              Make hv_simple compile (new prototype for debugging probe).
10993      Branch: perlio
10994            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10995            ! ext/threads/shared/t/hv_simple.t
10996 ____________________________________________________________________________
10997 [ 14377] By: nick                                  on 2002/01/22  17:32:21
10998         Log: Shared scalars working, some shared array ops working.
10999      Branch: perlio
11000            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11001            ! ext/threads/shared/t/sv_refs.t
11002            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
11003 ____________________________________________________________________________
11004 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
11005         Log: Subject: [PATCH] Support truncate() in VOS port
11006              From: Paul_GreenVOS@vos.stratus.com
11007              Date: Mon, 21 Jan 02 23:27 est
11008              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
11009      Branch: perl
11010            + vos/vos.c
11011            ! MANIFEST hints/vos.sh vos/vosish.h
11012 ____________________________________________________________________________
11013 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
11014         Log: metaconfig unit changes for #14374.  Couldn't figure
11015              how to get completely rid of _() (some weird dependency
11016              pulling it in?) so renamed it as PROTO_().
11017      Branch: metaconfig
11018            + U/modified/d_shmat.U U/modified/prototype.U
11019            ! U/protos/d_drand48proto.U
11020      Branch: metaconfig/U/perl
11021            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
11022 ____________________________________________________________________________
11023 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
11024         Log: Get rid of the _() macro since (1) we require ANSI anyway
11025              (2) Other software (GNU) seems to use it and we don't need it,
11026              so let's give it up.
11027      Branch: perl
11028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11029            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
11030            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
11031            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
11032            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
11033            ! wince/config.h wince/config_H.ce
11034 ____________________________________________________________________________
11035 [ 14373] By: nick                                  on 2002/01/22  10:10:48
11036         Log: Miss mg_len == 0 meaning don't Safefree
11037      Branch: perlio
11038            ! mg.c
11039 ____________________________________________________________________________
11040 [ 14372] By: nick                                  on 2002/01/21  22:34:06
11041         Log: XS side of new threads::shared designed, coded and compiles,
11042              and mostly commented but is totaly untested.
11043              submit in case anyone wants a preview.
11044      Branch: perlio
11045            + ext/threads/shared/typemap
11046            ! MANIFEST ext/threads/shared/shared.pm
11047            ! ext/threads/shared/shared.xs
11048 ____________________________________________________________________________
11049 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
11050         Log: Subject: [BUG] /\_/ an unrecognized escape?
11051              From: Michael G Schwern <schwern@pobox.com>
11052              Date: Mon, 21 Jan 2002 15:22:54 -0500
11053              Message-ID: <20020121202254.GA6731@blackrider>
11054      Branch: perl
11055            ! t/lib/warnings/toke toke.c
11056 ____________________________________________________________________________
11057 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
11058         Log: Undo the renaming of the Unicode data files; the simple
11059              solution being not including the *.html files.  This means
11060              that in the future there is no need for any renamings
11061              (well, assuming that the Consortium doesn't cause any),
11062              and the files are named like they are in the Consortium
11063              website, thus alleviating confusion.
11064      Branch: perl
11065            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
11066            + lib/unicore/CaseFolding.txt
11067            + lib/unicore/CompositionExclusions.txt
11068            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
11069            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
11070            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
11071            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
11072            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
11073            - lib/unicore/NamesList.html lib/unicore/PropList.html
11074            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
11075            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
11076            - lib/unicore/rename
11077            ! (edit 285 files)
11078 ____________________________________________________________________________
11079 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
11080         Log: Update Changes.
11081      Branch: perl
11082            ! Changes patchlevel.h
11083 ____________________________________________________________________________
11084 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
11085         Log: Subject: RE: BCC for Win32 is unhappy @14331
11086              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
11087              Date: Mon, 21 Jan 2002 09:48:40 +0300
11088              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
11089              
11090              (using IV instead of int)
11091      Branch: perl
11092            ! hv.h
11093 ____________________________________________________________________________
11094 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
11095         Log: path_is_absolute() needs a prototype (and maybe
11096              a better name, but that's another story).
11097      Branch: perl
11098            ! embed.fnc embed.h pp_ctl.c proto.h
11099 ____________________________________________________________________________
11100 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
11101         Log: Subject: Re: coderefs in @INC
11102              From: Chris Nandor <pudge@pobox.com>
11103              Date: Thu, 17 Jan 2002 11:26:02 -0500
11104              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
11105      Branch: perl
11106            ! pp_ctl.c
11107 ____________________________________________________________________________
11108 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
11109         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
11110              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11111              Date: Sun, 20 Jan 2002 22:53:56 +0100
11112              Message-ID: <20020120225356.A12093@rafael>
11113      Branch: perl
11114            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
11115            ! t/lib/warnings/9enabled warnings.h warnings.pl
11116 ____________________________________________________________________________
11117 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
11118         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
11119              From: "Craig A. Berry" <craigberry@mac.com>
11120              Date: Sun, 20 Jan 2002 22:49:42 -0600
11121              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
11122      Branch: perl
11123            ! lib/ExtUtils/MakeMaker.pm
11124 ____________________________________________________________________________
11125 [ 14363] By: nick                                  on 2002/01/20  20:38:23
11126         Log: Add new threads/typemap to MANIFEST
11127      Branch: perlio
11128            ! MANIFEST
11129 ____________________________________________________________________________
11130 [ 14362] By: nick                                  on 2002/01/20  20:34:36
11131         Log: Integrate mainline
11132      Branch: perlio
11133           +> lib/Pod/t/Usage.t
11134           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
11135           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
11136           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
11137           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
11138           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
11139           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
11140           !> util.c
11141 ____________________________________________________________________________
11142 [ 14361] By: nick                                  on 2002/01/20  18:51:47
11143         Log: Integrate MANIFEST
11144      Branch: perlio
11145           !> MANIFEST
11146 ____________________________________________________________________________
11147 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
11148         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
11149              From: Paul_GreenVOS@vos.stratus.com
11150              Date: Sat, 19 Jan 02 17:17 est
11151              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
11152              
11153              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
11154              From: Paul_GreenVOS@vos.stratus.com
11155              Date: Sat, 19 Jan 02 17:19 est
11156              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
11157      Branch: perl
11158            ! lib/ExtUtils/t/Command.t
11159 ____________________________________________________________________________
11160 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
11161         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
11162              From: Paul_GreenVOS@vos.stratus.com
11163              Date: Sat, 19 Jan 02 14:30 est
11164              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
11165      Branch: perl
11166            ! lib/AnyDBM_File.t
11167 ____________________________________________________________________________
11168 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
11169         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
11170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11171              Date: Sun, 20 Jan 2002 13:51:36 +0100
11172              Message-ID: <20020120135136.A710@rafael>
11173      Branch: perl
11174            ! ext/File/Glob/t/basic.t
11175 ____________________________________________________________________________
11176 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
11177         Log: #14352 deleted ext/threads/threads.h
11178      Branch: perlio
11179            ! MANIFEST
11180 ____________________________________________________________________________
11181 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
11182         Log: Eradicate sharedsv.*
11183      Branch: perlio
11184            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
11185 ____________________________________________________________________________
11186 [ 14355] By: nick                                  on 2002/01/20  11:50:22
11187         Log: threads work again on Win32. (Not threads::shared yet)
11188              Submit to see if they do on Linux.
11189      Branch: perlio
11190            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11191            ! win32/makefile.mk
11192 ____________________________________________________________________________
11193 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
11194         Log: Make also hex() and oct() to croak if their arguments
11195              cannot be downgraded (that is, if they contain wide
11196              characters), just like crypt() does (and use the croak
11197              feature of sv_utf8_downgrade()).
11198      Branch: perl
11199            ! pp.c t/op/oct.t
11200 ____________________________________________________________________________
11201 [ 14353] By: nick                                  on 2002/01/19  22:20:09
11202         Log: Integrate Time/Local and its test
11203      Branch: perlio
11204           !> lib/Time/Local.pm lib/Time/Local.t
11205 ____________________________________________________________________________
11206 [ 14352] By: nick                                  on 2002/01/19  22:17:07
11207         Log: Nearly-working threads re-structuring. Do not integrate,
11208              submit-ing to get to Win32, and as "off site" backup.
11209      Branch: perlio
11210            + ext/threads/typemap
11211            - ext/threads/threads.h sharedsv.c sharedsv.h
11212            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
11213            ! embedvar.h ext/threads/shared/shared.pm
11214            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11215            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
11216            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
11217            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
11218 ____________________________________________________________________________
11219 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
11220         Log: Regen toc.
11221      Branch: perl
11222            ! pod/perltoc.pod
11223 ____________________________________________________________________________
11224 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
11225         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
11226              From: David Dyck <dcd@tc.fluke.com>
11227              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
11228              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
11229      Branch: perl
11230            ! pod/perl5004delta.pod pod/perl5005delta.pod
11231            ! pod/perl561delta.pod pod/perl56delta.pod
11232 ____________________________________________________________________________
11233 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
11234         Log: FAQ sync.
11235      Branch: perl
11236            ! pod/perlfaq1.pod pod/perlfaq2.pod
11237 ____________________________________________________________________________
11238 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
11239         Log: Subject: [PATCH lib/Pod/t/Usage.t]
11240              From: Abe Timmerman <abe@ztreet.demon.nl>
11241              Date: Sat, 19 Jan 2002 19:57:57 +0100
11242              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
11243      Branch: perl
11244            + lib/Pod/t/Usage.t
11245            ! MANIFEST
11246 ____________________________________________________________________________
11247 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
11248         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
11249              From: Paul_GreenVOS@vos.stratus.com
11250              Date: Sat, 19 Jan 02 13:15 est
11251              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
11252      Branch: perl
11253            ! ext/SDBM_File/sdbm.t
11254 ____________________________________________________________________________
11255 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
11256         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
11257      Branch: perl
11258           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
11259           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
11260 ____________________________________________________________________________
11261 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
11262         Log: Alternative Time::Local algorithm that uses matemathical formula
11263              for timegm instead of progressive guessing
11264      Branch: perl
11265            ! lib/Time/Local.pm
11266 ____________________________________________________________________________
11267 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
11268         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
11269              From: Paul_GreenVOS@vos.stratus.com
11270              Date: Sat, 19 Jan 02 11:20 est
11271              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
11272      Branch: perl
11273            ! ext/File/Glob/t/basic.t
11274 ____________________________________________________________________________
11275 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
11276         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
11277              From: Paul_GreenVOS@vos.stratus.com
11278              Date: Fri, 18 Jan 02 22:56 est
11279              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
11280      Branch: perl
11281            ! ext/Cwd/t/cwd.t
11282 ____________________________________________________________________________
11283 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
11284         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
11285              From: Paul_GreenVOS@vos.stratus.com
11286              Date: Fri, 18 Jan 02 22:48 est
11287              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
11288      Branch: perl
11289            ! lib/Time/Local.t
11290 ____________________________________________________________________________
11291 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
11292         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
11293              From: Paul_GreenVOS@vos.stratus.com
11294              Date: Fri, 18 Jan 02 16:22 est
11295              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
11296      Branch: perl
11297            ! ext/Devel/DProf/DProf.t
11298 ____________________________________________________________________________
11299 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
11300         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
11301              From: Tels <perl_dummy@bloodgate.com>
11302              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
11303              Message-Id: <200201182106.XAA19133@taku.hut.fi>
11304      Branch: perl
11305            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
11306 ____________________________________________________________________________
11307 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
11308         Log: Don't do socketpair udp unless you've got all what it takes.
11309      Branch: perl
11310            ! util.c
11311 ____________________________________________________________________________
11312 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
11313         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
11314              From: Tels <perl_dummy@bloodgate.com>
11315              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
11316              Message-Id: <200201182206.AAA15310@taku.hut.fi>
11317      Branch: perl
11318            ! lib/ExtUtils/MM_BeOS.pm
11319 ____________________________________________________________________________
11320 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
11321         Log: metaconfig unit change for #14336.
11322      Branch: metaconfig
11323            ! U/modified/myhostname.U
11324 ____________________________________________________________________________
11325 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
11326         Log: Avoid bare "set", and kiss .uucp goodbye.
11327      Branch: perl
11328            ! Configure
11329 ____________________________________________________________________________
11330 [ 14335] By: nick                                  on 2002/01/18  22:11:42
11331         Log: Split out core of sv_magic() into sv_magicext().
11332              sv_magic provides the extra restictions (no READONLY, only
11333              one of each type, canned set of vtables), and sv_magicext()
11334              does the actual data twiddling.
11335              Also enhances semantics of ->mg_ptr setting via name/namlen
11336              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
11337              scratch area (namlen > 0 && name == NULL).
11338              sv_magicext also returns the MAGIC * it added.
11339              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
11340              
11341              To come sv_unmagicext() - which will remove just one magic
11342              of particular type, and additionaly match against ->mg_ptr,
11343              or the MAGIC * (need to experiment as to which is more natural).
11344      Branch: perlio
11345            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
11346            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
11347 ____________________________________________________________________________
11348 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
11349         Log: Retract #14327 for now, going to the limit seems
11350              to be too much for many platforms.
11351      Branch: perl
11352            ! lib/Time/Local.t
11353 ____________________________________________________________________________
11354 [ 14333] By: nick                                  on 2002/01/18  18:58:33
11355         Log: Integrate mainline
11356      Branch: perlio
11357           !> Changes patchlevel.h
11358 ____________________________________________________________________________
11359 [ 14332] By: nick                                  on 2002/01/18  16:19:06
11360         Log: Integrate mainline
11361      Branch: perlio
11362           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
11363           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
11364            - lib/ExtUtils/inst
11365           !> (integrate 32 files)
11366 ____________________________________________________________________________
11367 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
11368         Log: Update Changes.
11369      Branch: perl
11370            ! Changes patchlevel.h
11371 ____________________________________________________________________________
11372 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
11373         Log: Try to make the connect/read/write timeouting.
11374      Branch: perl
11375            ! ext/Socket/Socket.t
11376 ____________________________________________________________________________
11377 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
11378         Log: Netware Makefile tweak from Ananth Kesari.
11379      Branch: perl
11380            ! NetWare/Makefile
11381 ____________________________________________________________________________
11382 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
11383         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
11384              From: Michael G Schwern <schwern@pobox.com>
11385              Date: Fri, 18 Jan 2002 03:10:27 -0500
11386              Message-ID: <20020118081027.GE7226@blackrider>
11387      Branch: perl
11388            ! lib/File/Find.pm
11389 ____________________________________________________________________________
11390 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
11391         Log: (retracted by #14334)
11392              
11393              Subject: [PATCH] Improving lib/Time/Local.t
11394              From: Paul_GreenVOS@vos.stratus.com        
11395              Date: Thu, 17 Jan 02 22:36 est
11396              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
11397      Branch: perl
11398            ! lib/Time/Local.t
11399 ____________________________________________________________________________
11400 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
11401         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
11402              From: Abe Timmerman <abe@ztreet.demon.nl>  
11403              Date: Fri, 18 Jan 2002 13:18:47 +0100
11404              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
11405      Branch: perl
11406            ! lib/ExtUtils/t/MM_Win32.t
11407 ____________________________________________________________________________
11408 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
11409         Log: Subject: [PATCH] Syncing with bleadperl 
11410              From: Michael G Schwern <schwern@pobox.com> 
11411              Date: Fri, 18 Jan 2002 03:04:33 -0500
11412              Message-ID: <20020118080432.GC7226@blackrider>
11413      Branch: perl
11414            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
11415            - lib/ExtUtils/inst
11416            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
11417            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11418            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
11419            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
11420            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
11421            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
11422            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
11423            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
11424            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11425            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11426            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
11427            ! lib/ExtUtils/testlib.pm
11428 ____________________________________________________________________________
11429 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
11430         Log: Detypo.
11431      Branch: perl
11432            ! AUTHORS
11433 ____________________________________________________________________________
11434 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
11435         Log: Subject: [PATCH] MM check_hints test
11436              From: Michael G Schwern <schwern@pobox.com>
11437              Date: Thu, 17 Jan 2002 20:25:57 -0500
11438              Message-ID: <20020118012557.GE32762@blackrider>
11439      Branch: perl
11440            + lib/ExtUtils/t/hints.t
11441            ! MANIFEST
11442 ____________________________________________________________________________
11443 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
11444         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
11445              From: Michael G Schwern <schwern@pobox.com> 
11446              Date: Thu, 17 Jan 2002 20:12:20 -0500
11447              Message-ID: <20020118011220.GC32762@blackrider>
11448              
11449              (#14317 replaced with this)
11450      Branch: perl
11451            ! lib/ExtUtils/MakeMaker.pm
11452 ____________________________________________________________________________
11453 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
11454         Log: Subject: [PATCH perldiag] overload.pm warnings
11455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11456              Date: Thu, 17 Jan 2002 23:53:49 +0100
11457              Message-ID: <20020117235349.A14530@rafael>
11458      Branch: perl
11459            ! pod/perldiag.pod
11460 ____________________________________________________________________________
11461 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
11462         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
11463              From: Michael G Schwern <schwern@pobox.com>
11464              Date: Thu, 17 Jan 2002 16:35:47 -0500
11465              Message-ID: <20020117213546.GD23830@blackrider>
11466      Branch: perl
11467            ! lib/File/Find.pm
11468 ____________________________________________________________________________
11469 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
11470         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
11471              From: chromatic <chromatic@rmci.net>
11472              Date: Thu, 17 Jan 2002 13:04:22 -0700
11473              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
11474      Branch: perl
11475            ! pod/perltodo.pod
11476 ____________________________________________________________________________
11477 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
11478         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
11479              From: chromatic <chromatic@rmci.net>
11480              Date: Thu, 17 Jan 2002 12:59:04 -0700
11481              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
11482      Branch: perl
11483            ! lib/ExtUtils/t/Mkbootstrap.t
11484 ____________________________________________________________________________
11485 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
11486         Log: (replaced by #14322)
11487              The #14300 broke hints file handling.
11488      Branch: perl
11489            ! lib/ExtUtils/MakeMaker.pm
11490 ____________________________________________________________________________
11491 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
11492         Log: metaconfig unit change for #14315.
11493      Branch: metaconfig/U/perl
11494            ! uselongdbl.U
11495 ____________________________________________________________________________
11496 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
11497         Log: Subject: [PATCH] long doubles
11498              From: Nicholas Clark <nick@unfortu.net>
11499              Date: Thu, 17 Jan 2002 17:06:28 +0000
11500              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
11501      Branch: perl
11502            ! Configure
11503 ____________________________________________________________________________
11504 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
11505         Log: metaconfig unit change for #14313.
11506      Branch: metaconfig
11507            ! U/modified/i_ndbm.U
11508 ____________________________________________________________________________
11509 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
11510         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
11511              From: Andy Dougherty <doughera@lafayette.edu>
11512              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
11513              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
11514      Branch: perl
11515            ! Configure
11516 ____________________________________________________________________________
11517 [ 14312] By: nick                                  on 2002/01/17  21:38:38
11518         Log: Integrate mainline (for ndbm fixes etc.)
11519      Branch: perlio
11520           +> t/run/fresh_perl.t
11521            - t/run/kill_perl.t
11522           !> Changes MANIFEST ext/Opcode/Opcode.xs
11523           !> ext/SDBM_File/sdbm/Makefile.PL
11524           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
11525           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
11526           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
11527           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
11528           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
11529 ____________________________________________________________________________
11530 [ 14311] By: sky                                   on 2002/01/17  21:01:00
11531         Log: Simplify the code that duplicates the threads 
11532              init function and the parameters to the thread by using sv_dup. 
11533              Note,what happens if you pass a shared variable as a parameter?
11534      Branch: perl
11535            ! ext/threads/threads.xs
11536 ____________________________________________________________________________
11537 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
11538         Log: Update Changes.
11539      Branch: perl
11540            ! Changes patchlevel.h
11541 ____________________________________________________________________________
11542 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
11543         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
11544              with fresh_perl_is() and fresh_perl_like().
11545      Branch: perl
11546            + t/run/fresh_perl.t
11547            - t/run/kill_perl.t
11548            ! MANIFEST t/test.pl
11549 ____________________________________________________________________________
11550 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
11551         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
11552              From: Benjamin Goldberg <goldbb2@earthlink.net>
11553              Date: Wed, 09 Jan 2002 21:03:16 -0500
11554              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
11555      Branch: perl
11556            ! ext/Unicode/Normalize/Normalize.pm
11557 ____________________________________________________________________________
11558 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
11559         Log: Retract #14144 as Hugo isn't happy with it.
11560      Branch: perl
11561            ! scope.c t/run/kill_perl.t
11562 ____________________________________________________________________________
11563 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
11564         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
11565              From: Richard Clamp <richardc@unixbeard.net>
11566              Date: Wed, 16 Jan 2002 17:34:31 +0000
11567              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
11568      Branch: perl
11569            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
11570 ____________________________________________________________________________
11571 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
11572         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
11573              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11574              Date: Tue, 15 Jan 2002 21:23:30 +0100
11575              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
11576      Branch: perl
11577            ! ext/Opcode/Opcode.xs
11578 ____________________________________________________________________________
11579 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
11580         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
11581              From: Paul_GreenVOS@vos.stratus.com
11582              Date: Wed, 16 Jan 02 6:42 est
11583              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
11584      Branch: perl
11585            ! t/io/fs.t t/op/crypt.t
11586 ____________________________________________________________________________
11587 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
11588         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
11589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11590              Date: Wed, 16 Jan 2002 13:43:39 +0100
11591              Message-ID: <20020116134339.A704@rafael>
11592              
11593              (replaces #14302)
11594      Branch: perl
11595            ! mg.c t/lib/warnings/mg
11596 ____________________________________________________________________________
11597 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
11598         Log: (replaced by #14303)
11599              Subject: [PATCH] length of undefined $(digit) should warn
11600              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11601              Date: Tue, 15 Jan 2002 23:02:44 +0100            
11602              Message-ID: <20020115230244.A31786@rafael>     
11603      Branch: perl
11604            ! mg.c t/lib/warnings/mg
11605 ____________________________________________________________________________
11606 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
11607         Log: The non-MakeMaker.pm parts of
11608              
11609              Subject: [PATCH] Re: MM_Beos.pm?
11610              From: Tels <perl_dummy@bloodgate.com>
11611              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
11612              Message-Id: <200201142006.WAA29544@taas.iki.fi>
11613      Branch: perl
11614            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
11615            ! lib/ExtUtils/t/MM_Unix.t
11616 ____________________________________________________________________________
11617 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
11618         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
11619              From: Michael G Schwern <schwern@pobox.com>    
11620              Date: Tue, 15 Jan 2002 20:07:50 -0500            
11621              Message-ID: <20020116010750.GH625@blackrider>  
11622      Branch: perl
11623            ! lib/ExtUtils/MakeMaker.pm
11624 ____________________________________________________________________________
11625 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
11626         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
11627              From: Jeffrey Friedl <jfriedl@yahoo.com>       
11628              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
11629              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
11630      Branch: perl
11631            ! lib/Text/Tabs.pm
11632 ____________________________________________________________________________
11633 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
11634         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
11635              From: "Green, Paul" <Paul.Green@stratus.com>
11636              Date: Tue, 15 Jan 2002 22:28:10 -0500
11637              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
11638      Branch: perl
11639            ! lib/ExtUtils/MM_Unix.pm
11640 ____________________________________________________________________________
11641 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
11642         Log: Integrate perlio; offsetof() is in <stddef.h>
11643      Branch: perl
11644           !> ext/Socket/Socket.xs
11645 ____________________________________________________________________________
11646 [ 14296] By: nick                                  on 2002/01/16  13:02:29
11647         Log: offsetof() is in <stddef.h>
11648      Branch: perlio
11649            ! ext/Socket/Socket.xs
11650 ____________________________________________________________________________
11651 [ 14295] By: nick                                  on 2002/01/16  07:25:29
11652         Log: Integrate mainline
11653      Branch: perlio
11654           +> (branch 262 files)
11655            - (delete 285 files)
11656           !> (integrate 34 files)
11657 ____________________________________________________________________________
11658 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
11659         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
11660              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
11661              Canonical.pl and Exact.pl.
11662      Branch: perl
11663            + (add 259 files)
11664            - (delete 288 files)
11665            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
11666            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
11667            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11668            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
11669 ____________________________________________________________________________
11670 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
11671         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
11672      Branch: perl
11673            ! ext/Socket/Socket.xs
11674 ____________________________________________________________________________
11675 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
11676         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
11677              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11678              Date: Tue, 15 Jan 2002 21:59:19 +0100
11679              Message-ID: <3C44A637.16602.25EB208@localhost>
11680      Branch: perl
11681            ! embed.fnc embed.h proto.h
11682 ____________________________________________________________________________
11683 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
11684         Log: Duh.  The updated In/*.pl weren't checked in.
11685      Branch: perl
11686            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
11687            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
11688            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
11689            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
11690            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
11691            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
11692            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
11693            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
11694            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
11695            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
11696            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
11697            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
11698            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
11699            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
11700            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
11701            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
11702            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
11703            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
11704            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
11705            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
11706            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
11707            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
11708            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
11709            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
11710            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
11711            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
11712            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
11713            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
11714            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
11715            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
11716            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
11717            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
11718            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
11719            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
11720            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
11721            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
11722            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
11723            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
11724            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
11725            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
11726            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
11727            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
11728            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
11729            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
11730            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
11731            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
11732            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
11733            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
11734 ____________________________________________________________________________
11735 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
11736         Log: Update Changes.
11737      Branch: perl
11738            ! Changes patchlevel.h
11739 ____________________________________________________________________________
11740 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
11741         Log: Jeffrey is trying very hard to avoid working on his
11742              book, it would seem :-) (better naming, better comments
11743              in the files)
11744      Branch: perl
11745            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
11746            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
11747            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
11748            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
11749            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
11750            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
11751            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
11752            - lib/unicore/Is/IDStart.pl
11753            ! (edit 200 files)
11754 ____________________________________________________________________________
11755 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
11756         Log: metaconfig unit changes for #14287.
11757      Branch: metaconfig
11758            + U/modified/Chk_MANI.U
11759            ! U/modified/Extract.U U/modified/Finish.U
11760      Branch: metaconfig/U/perl
11761            ! Extensions.U dlsrc.U
11762 ____________________________________________________________________________
11763 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
11764         Log: Some protection against spaces in directory names.
11765              (Tru64 still has some makedepend problems in such
11766              cases but that looks like Tru64's problem.)
11767      Branch: perl
11768            ! Configure Makefile.SH
11769 ____________________________________________________________________________
11770 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
11771         Log: Should have been in #14285 but I have sausages for fingers.
11772      Branch: perl
11773            + lib/ExtUtils/MM_BeOS.pm
11774 ____________________________________________________________________________
11775 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
11776         Log: MM_BeOS from Tels.
11777      Branch: perl
11778            + lib/ExtUtils/t/MM_BeOS.t
11779            ! MANIFEST
11780 ____________________________________________________________________________
11781 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
11782         Log: Integrate perlio;
11783              
11784              (reintroduce #14251) Slab allocator for ops
11785              - moved the statics to intrpvar.h
11786              - implemented Slab_Free()
11787              - uses PerlMemShared (for now) if distinction exists.
11788              
11789              Slab allocator submit after resolve -ay to keep it!
11790              
11791              Hand merge of non slab allocator stuff
11792              
11793              const-ness fix in savepv's passing of NULL
11794              
11795              Typo in #else branch of PL_SLAB_ALLOC
11796              
11797              Integrate rest of mainline
11798              
11799              Regen embed enable slab for PERL_IMPLICIT_SYS
11800              
11801              Correct name of PL_OP_SLAB_ALLOC
11802              
11803              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
11804              e.g. -Duse64bitint on a 32-bit platform.
11805              Now uses I32 for use-count and is more careful with its casts.
11806      Branch: perl
11807           !> (integrate 28 files)
11808 ____________________________________________________________________________
11809 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
11810         Log: Add Shuck URL
11811      Branch: maint-5.6/macperl
11812            ! macos/macperl/MacPerl.podhelp
11813 ____________________________________________________________________________
11814 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
11815         Log: Remove obsolete docs
11816      Branch: maint-5.6/macperl
11817            ! ext/File/Glob/Glob.pm
11818 ____________________________________________________________________________
11819 [ 14281] By: nick                                  on 2002/01/15  15:08:43
11820         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
11821              e.g. -Duse64bitint on a 32-bit platform.
11822              Now uses I32 for use-count and is more careful with its casts.
11823      Branch: perlio
11824            ! intrpvar.h op.c
11825 ____________________________________________________________________________
11826 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
11827         Log: Update bundled modules.  Yow!
11828      Branch: maint-5.6/macperl
11829            + macos/bundled_ext/Compress/Zlib/constants.h
11830            + macos/bundled_ext/Compress/Zlib/constants.xs
11831            + macos/bundled_ext/Filter/Util/Call/ppport.h
11832            + macos/bundled_ext/Storable/t/compat-0.6.t
11833            + macos/bundled_ext/Storable/t/dump.pl
11834            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
11835            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
11836            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
11837            + macos/bundled_lib/blib/lib/URI/ssh.pm
11838            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
11839            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
11840            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
11841            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
11842            + macos/bundled_lib/t/Filter/Simple/data.t
11843            + macos/bundled_lib/t/Filter/Simple/export.t
11844            + macos/bundled_lib/t/Filter/Simple/filter_only.t
11845            + macos/bundled_lib/t/Filter/Simple/import.t
11846            + macos/bundled_lib/t/NEXT/actual.t
11847            + macos/bundled_lib/t/NEXT/actuns.t
11848            + macos/bundled_lib/t/NEXT/next.t
11849            + macos/bundled_lib/t/NEXT/unseen.t
11850            + macos/bundled_lib/t/libnet/netrc.t
11851            + macos/bundled_lib/t/libwww-perl/base/http.t
11852            + macos/bundled_lib/t/libwww-perl/live/activestate.t
11853            - macos/bundled_ext/Filter/t/FilterTest.pm
11854            - macos/bundled_ext/Storable/t/compat06.t
11855            - macos/bundled_ext/Storable/t/st-dump.pl
11856            - macos/bundled_lib/t/NEXT/test.pl
11857            - macos/bundled_lib/t/libwww-perl/live/google.t
11858            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
11859            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
11860            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
11861            ! macos/bundled_ext/Compress/Zlib/README
11862            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
11863            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
11864            ! macos/bundled_ext/Compress/Zlib/t/examples.t
11865            ! macos/bundled_ext/Filter/Util/Call/Call.pm
11866            ! macos/bundled_ext/Filter/Util/Call/Call.xs
11867            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
11868            ! macos/bundled_ext/Filter/t/call.t
11869            ! macos/bundled_ext/Filter/t/filter-util.pl
11870            ! macos/bundled_ext/Storable/ChangeLog
11871            ! macos/bundled_ext/Storable/README
11872            ! macos/bundled_ext/Storable/Storable.pm
11873            ! macos/bundled_ext/Storable/t/blessed.t
11874            ! macos/bundled_ext/Storable/t/canonical.t
11875            ! macos/bundled_ext/Storable/t/dclone.t
11876            ! macos/bundled_ext/Storable/t/forgive.t
11877            ! macos/bundled_ext/Storable/t/freeze.t
11878            ! macos/bundled_ext/Storable/t/lock.t
11879            ! macos/bundled_ext/Storable/t/overload.t
11880            ! macos/bundled_ext/Storable/t/recurse.t
11881            ! macos/bundled_ext/Storable/t/retrieve.t
11882            ! macos/bundled_ext/Storable/t/store.t
11883            ! macos/bundled_ext/Storable/t/tied.t
11884            ! macos/bundled_ext/Storable/t/tied_hook.t
11885            ! macos/bundled_ext/Storable/t/tied_items.t
11886            ! macos/bundled_ext/Storable/t/utf8.t
11887            ! macos/bundled_lib/blib/lib/File/Sort.pm
11888            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
11889            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
11890            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
11891            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
11892            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
11893            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
11894            ! macos/bundled_lib/blib/lib/LWP.pm
11895            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
11896            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
11897            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
11898            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
11899            ! macos/bundled_lib/blib/lib/Mail/Address.pm
11900            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
11901            ! macos/bundled_lib/blib/lib/Mail/Field.pm
11902            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
11903            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
11904            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
11905            ! macos/bundled_lib/blib/lib/Mail/Header.pm
11906            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
11907            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
11908            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
11909            ! macos/bundled_lib/blib/lib/Mail/Send.pm
11910            ! macos/bundled_lib/blib/lib/Mail/Util.pm
11911            ! macos/bundled_lib/blib/lib/NEXT.pm
11912            ! macos/bundled_lib/blib/lib/Net/Config.pm
11913            ! macos/bundled_lib/blib/lib/Net/Domain.pm
11914            ! macos/bundled_lib/blib/lib/Net/FTP.pm
11915            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
11916            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
11917            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
11918            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
11919            ! macos/bundled_lib/blib/lib/Net/POP3.pm
11920            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
11921            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
11922            ! macos/bundled_lib/blib/lib/Switch.pm
11923            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
11924            ! macos/bundled_lib/blib/lib/URI/Escape.pm
11925            ! macos/bundled_lib/blib/lib/URI/ftp.pm
11926            ! macos/bundled_lib/blib/lib/lwpcook.pod
11927            ! macos/bundled_lib/t/Filter/Simple/filter.t
11928            ! macos/bundled_lib/t/Switch/t/nested.t
11929            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
11930            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
11931            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
11932            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
11933            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
11934            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
11935            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
11936            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
11937            ! macos/bundled_lib/t/libnet/config.t
11938            ! macos/bundled_lib/t/libnet/ftp.t
11939            ! macos/bundled_lib/t/libnet/hostname.t
11940            ! macos/bundled_lib/t/libnet/nntp.t
11941            ! macos/bundled_lib/t/libnet/require.t
11942            ! macos/bundled_lib/t/libnet/smtp.t
11943            ! macos/bundled_lib/t/libwww-perl/base/headers.t
11944            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
11945            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
11946            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
11947            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
11948            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
11949            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
11950            ! macos/bundled_lib/t/libwww-perl/live/validator.t
11951            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
11952 ____________________________________________________________________________
11953 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
11954         Log: Subject: [PATCH] Socket::sockaddr_family
11955              From: Gisle Aas <gisle@ActiveState.com> 
11956              Date: 15 Jan 2002 06:35:28 -0800
11957              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
11958      Branch: perl
11959            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
11960 ____________________________________________________________________________
11961 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
11962         Log: Subject: [PATCH perldiag] Style issue
11963              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11964              Date: Tue, 15 Jan 2002 15:36:30 +0100                
11965              Message-ID: <20020115153630.A11568@rafael>
11966      Branch: perl
11967            ! pod/perldiag.pod
11968 ____________________________________________________________________________
11969 [ 14277] By: nick                                  on 2002/01/15  14:30:51
11970         Log: Correct name of PL_OP_SLAB_ALLOC
11971      Branch: perlio
11972            ! perl.h
11973 ____________________________________________________________________________
11974 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
11975         Log: NetWare tweak from Ananth Kesari.
11976      Branch: perl
11977            ! lib/ExtUtils/MakeMaker.pm
11978 ____________________________________________________________________________
11979 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
11980         Log: Throwback.
11981      Branch: perl
11982            ! MANIFEST
11983 ____________________________________________________________________________
11984 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
11985         Log: A couple of additional character classes from Jeffrey,
11986              hopefully useful in future for internal use for implementing
11987              some special cases of casing.
11988              
11989              Also regenerate once more all the character classes,
11990              now without the timestamp.  A timestamp would be kind of
11991              nice but it's not: having a timestamp in a file means that
11992              even if the effective contents of file really didn't
11993              change, the file looks as if it changed.
11994      Branch: perl
11995            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
11996            + lib/unicore/Is/CombAbov.pl
11997            ! (edit 304 files)
11998 ____________________________________________________________________________
11999 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
12000         Log: Make the test harder.
12001      Branch: perl
12002            ! t/op/pat.t
12003 ____________________________________________________________________________
12004 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
12005         Log: Additional utf8_heavy.pl tweak from Jeffrey.
12006      Branch: perl
12007            ! lib/utf8_heavy.pl
12008 ____________________________________________________________________________
12009 [ 14271] By: nick                                  on 2002/01/15  11:29:47
12010         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
12011      Branch: perlio
12012            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
12013            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
12014 ____________________________________________________________________________
12015 [ 14270] By: nick                                  on 2002/01/15  08:19:08
12016         Log: Integrate rest of mainline
12017      Branch: perlio
12018           !> (integrate 28 files)
12019 ____________________________________________________________________________
12020 [ 14269] By: nick                                  on 2002/01/15  08:02:44
12021         Log: Typo in #else branch of PL_SLAB_ALLOC
12022      Branch: perlio
12023            ! op.c
12024 ____________________________________________________________________________
12025 [ 14268] By: nick                                  on 2002/01/15  07:57:47
12026         Log: const-ness fix in savepv's passing of NULL
12027      Branch: perlio
12028            ! util.c
12029 ____________________________________________________________________________
12030 [ 14267] By: nick                                  on 2002/01/15  07:42:17
12031         Log: Hand merge of non slab allocator stuff
12032      Branch: perlio
12033            ! op.c
12034 ____________________________________________________________________________
12035 [ 14266] By: nick                                  on 2002/01/15  07:39:33
12036         Log: Slab allocator submit after resolve -ay to keep it!
12037      Branch: perlio
12038           !> op.c
12039 ____________________________________________________________________________
12040 [ 14265] By: nick                                  on 2002/01/15  07:05:06
12041         Log: Blind integrate of bulk of mainline.
12042      Branch: perlio
12043           +> (branch 173 files)
12044            - (delete 184 files)
12045           !> (integrate 146 files)
12046 ____________________________________________________________________________
12047 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
12048         Log: Pod nits.
12049      Branch: perl
12050            ! lib/Unicode/UCD.pm pod/perlunicode.pod
12051 ____________________________________________________________________________
12052 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
12053         Log: The Unicode categories doc patch to go with #14254,
12054              from Jeffrey.
12055      Branch: perl
12056            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
12057 ____________________________________________________________________________
12058 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
12059         Log: There isn't going to be perl.third.exe.
12060      Branch: perl
12061            ! Makefile.SH
12062 ____________________________________________________________________________
12063 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
12064         Log: Subject: [PATCH] small coredump correction
12065              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12066              Date: Tue, 15 Jan 2002 00:22:52 +0100
12067              Message-ID: <20020115002252.I691@rafael>
12068      Branch: perl
12069            ! op.c
12070 ____________________________________________________________________________
12071 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
12072         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
12073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12074              Date: Mon, 14 Jan 2002 23:03:04 +0100
12075              Message-ID: <20020114230304.A691@rafael>   
12076              
12077              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
12078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12079              Date: Mon, 14 Jan 2002 23:18:43 +0100
12080              Message-ID: <20020114231843.E691@rafael>   
12081      Branch: perl
12082            ! pod/perlsub.pod t/op/override.t toke.c
12083 ____________________________________________________________________________
12084 [ 14259] By: nick                                  on 2002/01/14  22:02:49
12085         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
12086              Need to use CopXXXXX macros everywhere and add CopSTASH_free
12087              Add new scope type and add support for it to scope.c and scope stack
12088              dup-er in sv.c. Add savesharedpv().
12089              Also zealous version of Win32's vmem.h to catch all the abuses.
12090              With this t/op/fork.t passes even with zealous checking and 
12091              checker is point a finger at various threads/shared issues.
12092              
12093              PL_curcop->cop_io is still an issue.
12094      Branch: perlio
12095            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
12096            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
12097            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
12098            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
12099            ! win32/vmem.h win32/win32.c win32/win32.h
12100 ____________________________________________________________________________
12101 [ 14258] By: nick                                  on 2002/01/14  20:24:28
12102         Log: Integrate build parts of mainline
12103      Branch: perlio
12104           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
12105           !> lib/ExtUtils/t/MM_Win32.t
12106 ____________________________________________________________________________
12107 [ 14257] By: nick                                  on 2002/01/14  16:10:54
12108         Log: Inverted sense of special-ness of specialCopIO - supposed to 
12109              be true if value is "special" i.e. NOT an SV.
12110      Branch: perlio
12111            ! perlio.h
12112 ____________________________________________________________________________
12113 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
12114         Log: Update Changes.
12115      Branch: perl
12116            ! Changes patchlevel.h
12117 ____________________________________________________________________________
12118 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
12119         Log: Retract #14251 (the op slab allocator from perlio)
12120              until we figure out why 2.2.19 x86 debian gets
12121              a circular sibling chain and therefore hangs in
12122              the Perl_ck_subr() sibling for-loop.
12123      Branch: perl
12124            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12125            ! perlapi.c perlapi.h proto.h
12126 ____________________________________________________________________________
12127 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
12128         Log: Big mktables rewrite from Jeffrey;
12129              documentation not yet updated.
12130      Branch: perl
12131            + (add 171 files)
12132            - (delete 182 files)
12133            ! (edit 135 files)
12134 ____________________________________________________________________________
12135 [ 14253] By: ams                                   on 2002/01/14  03:15:05
12136         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
12137              From: Michael G Schwern <schwern@pobox.com>
12138              Date: Sun, 13 Jan 2002 21:00:07 -0500
12139              Message-Id: <20020114020007.GB2877@blackrider>
12140      Branch: perl
12141            ! lib/Cwd.pm
12142 ____________________________________________________________________________
12143 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
12144         Log: Subject: Re: Win32 status - progress !
12145              From: Abe Timmerman <abe@ztreet.demon.nl>       
12146              Date: Mon, 14 Jan 2002 02:29:51 +0100
12147              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
12148      Branch: perl
12149            ! lib/ExtUtils/t/MM_Win32.t
12150 ____________________________________________________________________________
12151 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
12152         Log: Integrate perlio.
12153              
12154              Slab allocator for ops
12155              - moved the statics to intrpvar.h
12156              - implemented Slab_Free()
12157              - uses PerlMemShared (for now) if distinction exists.
12158      Branch: perl
12159           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12160           !> perlapi.c perlapi.h proto.h
12161 ____________________________________________________________________________
12162 [ 14250] By: nick                                  on 2002/01/13  23:22:34
12163         Log: Slab allocator for ops
12164              - moved the statics to intrpvar.h
12165              - implemented Slab_Free()
12166              - uses PerlMemShared (for now) if distinction exists.
12167      Branch: perlio
12168            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12169            ! perlapi.c perlapi.h proto.h
12170 ____________________________________________________________________________
12171 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
12172         Log: Start a new test category: uni.  Much of t/op/pat
12173              should probably be moved here, but holding on that
12174              until Jeffrey finishes his big mktables rewrite.
12175              Bits and pieces of op/split, op/pack, op/append,
12176              op/join, could probably be moved to respective uni
12177              tests, too.
12178      Branch: perl
12179            + t/uni/fold.t t/uni/sprintf.t
12180            - t/op/unifold.t t/op/unisprintf.t
12181            ! MANIFEST t/TEST t/harness
12182 ____________________________________________________________________________
12183 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
12184         Log: Subject: [PATCH] enable Win32 to build again
12185              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12186              Date: Sun, 13 Jan 2002 21:49:24 +0100
12187              Message-ID: <3C4200E4.15926.23F6131@localhost>
12188              
12189              miniperl.exe.exe does not exe that well.
12190      Branch: perl
12191            ! lib/ExtUtils/MM_Unix.pm
12192 ____________________________________________________________________________
12193 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
12194         Log: Mention some of the load-affected tests.
12195      Branch: perl
12196            ! INSTALL
12197 ____________________________________________________________________________
12198 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
12199         Log: Move the UTF-8 conversion code earlier so that
12200              op/ver is happy.
12201      Branch: perl
12202            ! sv.c t/op/ver.t
12203 ____________________________________________________________________________
12204 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
12205         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
12206              have diverged quite a bit so no updates there.
12207      Branch: perl
12208            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
12209            ! ext/List/Util/lib/List/Util.pm
12210            ! ext/List/Util/lib/Scalar/Util.pm
12211 ____________________________________________________________________________
12212 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
12213         Log: Make the crypt() pickier: if downgrading doesn't work,
12214              croak.
12215      Branch: perl
12216            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
12217 ____________________________________________________________________________
12218 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
12219         Log: Grow the buffer in case Unicode caused size changes
12220              (and it very probably did).
12221      Branch: perl
12222            ! sv.c
12223 ____________________________________________________________________________
12224 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
12225         Log: Future-proofing from Jeffrey Friedl (for conflicting
12226              In* and Is* names).
12227      Branch: perl
12228            ! lib/utf8_heavy.pl
12229 ____________________________________________________________________________
12230 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
12231         Log: Subject: [PATCH] Re: Warning in B.xs
12232              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12233              Date: Sun, 13 Jan 2002 19:39:52 +0100
12234              Message-ID: <3C41E288.20562.1C8C895@localhost>
12235      Branch: perl
12236            ! ext/B/B.xs
12237 ____________________________________________________________________________
12238 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
12239         Log: Subject: Re: lookbehind broken with latest bleedperl
12240              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12241              Date: Sun, 13 Jan 2002 18:06:22 +0000
12242              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
12243      Branch: perl
12244            ! regexec.c t/op/re_tests
12245 ____________________________________________________________________________
12246 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
12247         Log: Subject: [PATCH] more MM_Unix.t tests
12248              From: Tels <perl_dummy@bloodgate.com>
12249              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
12250              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
12251              
12252              Subject: [PATCH] 14220 misunderstood, I bet          
12253              From: andreas.koenig@anima.de (Andreas J. Koenig)
12254              Date: 12 Jan 2002 21:31:58 +0100
12255              Message-ID: <m3k7un8g5d.fsf@anima.de>
12256      Branch: perl
12257            ! lib/ExtUtils/t/MM_Unix.t
12258 ____________________________________________________________________________
12259 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
12260         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
12261              From: Tels <perl_dummy@bloodgate.com>
12262              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
12263              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
12264              
12265              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
12266              From: Tels <perl_dummy@bloodgate.com>
12267              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
12268              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
12269      Branch: perl
12270            ! lib/ExtUtils/MM_Unix.pm
12271 ____________________________________________________________________________
12272 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
12273         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
12274              From: Nicholas Clark <nick@unfortu.net> 
12275              Date: Sun, 13 Jan 2002 15:58:34 +0000
12276              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
12277      Branch: perl
12278            ! lib/Benchmark.t
12279 ____________________________________________________________________________
12280 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
12281         Log: Anton Berezin did more reading and the uid setting story
12282              gets more complex.
12283      Branch: perl
12284            ! pod/perltodo.pod utils/perldoc.PL
12285 ____________________________________________________________________________
12286 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
12287         Log: Integrate perlio;
12288              
12289              Win32 fixes:
12290              - vmem.h hack to handle free-by-wrong-thread after eval "".
12291              - Initialize timerid 
12292      Branch: perl
12293           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
12294 ____________________________________________________________________________
12295 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
12296         Log: Subject: Re: HiRes
12297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12298              Date: Sun, 13 Jan 2002 10:18:46 +0100
12299              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
12300              
12301              Give up on socketpair in HP-UX.
12302      Branch: perl
12303            ! ext/Socket/socketpair.t
12304 ____________________________________________________________________________
12305 [ 14233] By: nick                                  on 2002/01/13  16:29:30
12306         Log: Integrate mainline
12307      Branch: perlio
12308           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
12309           !> (integrate 46 files)
12310 ____________________________________________________________________________
12311 [ 14232] By: nick                                  on 2002/01/13  15:37:48
12312         Log: Win32 fixes:
12313              - vmem.h hack to handle free-by-wrong-thread after eval "".
12314              - Initialize timerid 
12315      Branch: perlio
12316            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
12317 ____________________________________________________________________________
12318 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
12319         Log: *groan*
12320      Branch: perl
12321            ! t/op/pat.t
12322 ____________________________________________________________________________
12323 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
12324         Log: One more sharp s case found by Jeffrey.
12325      Branch: perl
12326            ! regexec.c t/op/pat.t
12327 ____________________________________________________________________________
12328 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
12329         Log: Comment tweak.
12330      Branch: perl
12331            ! regexec.c
12332 ____________________________________________________________________________
12333 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
12334         Log: Don't bother checking for the Greek special
12335              cases if the node is too short.
12336      Branch: perl
12337            ! regcomp.c
12338 ____________________________________________________________________________
12339 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
12340         Log: Update Changes.
12341      Branch: perl
12342            ! Changes patchlevel.h
12343 ____________________________________________________________________________
12344 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
12345         Log: metaconfig unit change for #14225.
12346      Branch: metaconfig
12347            + U/modified/i_ndbm.U
12348 ____________________________________________________________________________
12349 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
12350         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
12351              From: Jonathan Stowe <gellyfish@gellyfish.com>
12352              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
12353              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
12354      Branch: perl
12355            ! Configure config_h.SH
12356 ____________________________________________________________________________
12357 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
12358         Log: Quick reformat using indent -kr -nce, as requested
12359              by Dan Kogai and suggest by NI-S.
12360      Branch: perl
12361            ! ext/Encode/encengine.c
12362 ____________________________________________________________________________
12363 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
12364         Log: Couple more Unicode lookbehind tests.
12365      Branch: perl
12366            ! t/op/pat.t
12367 ____________________________________________________________________________
12368 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
12369         Log: Sharp S as a special treat for our German UTF-8 testers :-)
12370      Branch: perl
12371            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
12372 ____________________________________________________________________________
12373 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
12374         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
12375              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12376              Date: Sat, 12 Jan 2002 20:37:32 +0100
12377              Message-ID: <3C409E8C.16203.196C2D3@localhost>
12378      Branch: perl
12379            ! ext/B/B/Deparse.pm
12380 ____________________________________________________________________________
12381 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
12382         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
12383              really worth the bits it's printed on?
12384      Branch: perl
12385            ! lib/ExtUtils/t/MM_Unix.t
12386 ____________________________________________________________________________
12387 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
12388         Log: Special treatment for U+03B0 and U+0390 in //i,
12389              this means that we can remove the minlen pessimisations
12390              introduced by the #14096.
12391      Branch: perl
12392            ! pp_hot.c regcomp.c regexec.c
12393 ____________________________________________________________________________
12394 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
12395         Log: Integrate perlio;
12396              
12397              Abstract out the cloning of SvPVX and handle shared pv in a 
12398              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12399              
12400              Win32-ize socketpair test
12401              - Win32 can fork even though $Config{d_fork} is undef
12402              - SOCK_DGRAM does not work - skip those tests.
12403      Branch: perl
12404           !> ext/Socket/socketpair.t sv.c
12405 ____________________________________________________________________________
12406 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
12407         Log: One should first drop the real uid, not the effective uid.
12408              [ID 20020110.003]
12409      Branch: perl
12410            ! utils/perldoc.PL
12411 ____________________________________________________________________________
12412 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
12413         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
12414              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12415              Date: Fri, 11 Jan 2002 23:29:48 +0100
12416              Message-ID: <3C3F756C.4581.2E2A938@localhost>
12417      Branch: perl
12418            + ext/B/C/C.xs ext/B/C/Makefile.PL
12419            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
12420            ! utils/perlcc.PL
12421 ____________________________________________________________________________
12422 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
12423         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12424              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
12425              Date: Fri, 11 Jan 2002 14:29:30 -0800
12426              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
12427      Branch: perl
12428            ! ext/B/t/concise.t
12429 ____________________________________________________________________________
12430 [ 14214] By: nick                                  on 2002/01/12  12:31:12
12431         Log: Win32-ize socketpair test
12432              - Win32 can fork even though $Config{d_fork} is undef
12433              - SOCK_DGRAM does not work - skip those tests.
12434      Branch: perlio
12435            ! ext/Socket/socketpair.t
12436 ____________________________________________________________________________
12437 [ 14213] By: nick                                  on 2002/01/12  11:46:28
12438         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
12439              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12440      Branch: perlio
12441            ! sv.c
12442 ____________________________________________________________________________
12443 [ 14212] By: ams                                   on 2002/01/12  06:10:52
12444         Log: Subject: [PATCH] More fixes for Stratus VOS
12445              From: "Green, Paul" <Paul.Green@stratus.com>
12446              Date: Fri, 11 Jan 2002 17:30:37 -0500
12447              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
12448      Branch: perl
12449            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
12450 ____________________________________________________________________________
12451 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
12452         Log: Upgrade to CGI.pm 2.80.
12453      Branch: perl
12454            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
12455 ____________________________________________________________________________
12456 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
12457         Log: FAQ sync.
12458      Branch: perl
12459            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12460            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12461            ! pod/perlfaq8.pod
12462 ____________________________________________________________________________
12463 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
12464         Log: This is getting embarrassing.
12465      Branch: perl
12466            ! t/op/pat.t
12467 ____________________________________________________________________________
12468 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
12469         Log: Doc tweaks.
12470      Branch: perl
12471            ! pod/perlunicode.pod
12472 ____________________________________________________________________________
12473 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
12474         Log: Updating the test count is good; also rephrasing
12475              so that there is no ok output containing "not".
12476      Branch: perl
12477            ! t/op/pat.t
12478 ____________________________________________________________________________
12479 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
12480         Log: Andreas is busy :-)
12481      Branch: perl
12482            ! doop.c t/op/unisprintf.t
12483 ____________________________________________________________________________
12484 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
12485         Log: Unicode lookbehind looked bad.
12486      Branch: perl
12487            ! regexec.c t/op/pat.t
12488 ____________________________________________________________________________
12489 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
12490         Log: Garbage collection.
12491      Branch: perl
12492            ! t/run/kill_perl.t
12493 ____________________________________________________________________________
12494 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
12495         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
12496              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12497              Date: Fri, 11 Jan 2002 23:29:48 +0100
12498              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
12499      Branch: perl
12500            ! embed.fnc global.sym makedef.pl
12501 ____________________________________________________________________________
12502 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
12503         Log: Subject: [PATCH] perldelta nit?
12504              From: Robert Spier <rspier@pobox.com>
12505              Date: Fri, 11 Jan 2002 15:19:16 -0800
12506              Message-ID: <15423.29428.164185.251700@rls.cx>
12507      Branch: perl
12508            ! pod/perldelta.pod
12509 ____________________________________________________________________________
12510 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
12511         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12512              From: Michael G Schwern <schwern@pobox.com>
12513              Date: Fri, 11 Jan 2002 17:08:17 -0500
12514              Message-ID: <20020111220817.GG2838@blackrider>
12515      Branch: perl
12516            ! t/run/kill_perl.t t/test.pl
12517 ____________________________________________________________________________
12518 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
12519         Log: Subject: [PATCH] Correct misleading error message
12520              From: Mike Guy <mjtg@cam.ac.uk>
12521              Date: Fri, 11 Jan 2002 18:36:33 +0000
12522              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
12523              
12524              hash assignment -> anonymous hash
12525      Branch: perl
12526            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
12527 ____________________________________________________________________________
12528 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
12529         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
12530              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12531              Date: Fri, 11 Jan 2002 16:58:14 +0100
12532              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
12533      Branch: perl
12534            ! ext/Unicode/Normalize/mkheader
12535 ____________________________________________________________________________
12536 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
12537         Log: Add a new test for is-sprintf-preserving Unicodeness:
12538              #14194 and an old one from kill_perl.t (I could have used
12539              sprintf.t, but it's format was quite fixed, and I didn't
12540              feel like breaking the format)
12541      Branch: perl
12542            + t/op/unisprintf.t
12543            ! MANIFEST t/run/kill_perl.t
12544 ____________________________________________________________________________
12545 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
12546         Log: Integrate perlio;
12547              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12548      Branch: perl
12549           !> win32/win32.c
12550 ____________________________________________________________________________
12551 [ 14196] By: nick                                  on 2002/01/11  20:58:20
12552         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12553              as C runtime seems to get its hands on them even though we said
12554              they were handled.
12555              Still an issue with "die" out of signal handler - get panic: pp_iter
12556      Branch: perlio
12557            ! win32/win32.c
12558 ____________________________________________________________________________
12559 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
12560         Log: Integrate perlio;
12561              A mostly-stable version of "new" Win32 signal/kill support.
12562      Branch: perl
12563           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
12564           !> win32/config.gc win32/config.vc win32/config_H.bc
12565           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12566           !> win32/makefile.mk win32/win32.c win32/win32.h
12567 ____________________________________________________________________________
12568 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
12569         Log: Fix for
12570              
12571              Subject: UTF-8 sprintf bug in bleadperl
12572              From: andreas.koenig@anima.de (Andreas J. Koenig)
12573              Date: 11 Jan 2002 15:47:15 +0100
12574              Message-ID: <m3vge99c7g.fsf@anima.de>
12575              
12576              I have tests, have just to figure out where to put them
12577              since op/sprintf looks a bit unfriendly for tests of
12578              somewhat freer form.
12579      Branch: perl
12580            ! doop.c sv.c
12581 ____________________________________________________________________________
12582 [ 14193] By: nick                                  on 2002/01/11  18:25:34
12583         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
12584              Builds and passes a few tests.
12585      Branch: perlio
12586           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
12587           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
12588           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
12589           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
12590           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12591           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12592           +> t/lib/sample-tests/lone_not_bug
12593           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12594           +> t/lib/sample-tests/vms_nit
12595           !> (integrate 63 files)
12596 ____________________________________________________________________________
12597 [ 14192] By: nick                                  on 2002/01/11  17:49:39
12598         Log: A mostly-stable version of "new" Win32 signal/kill support.
12599      Branch: perlio
12600            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
12601            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12602            ! win32/config_h.PL win32/makefile.mk win32/win32.c
12603            ! win32/win32.h
12604 ____________________________________________________________________________
12605 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
12606         Log: Update Changes.
12607      Branch: perl
12608            ! Changes patchlevel.h
12609 ____________________________________________________________________________
12610 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
12611         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12612              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12613              Date: Thu, 10 Jan 2002 18:21:34 -0800
12614              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
12615      Branch: perl
12616            + ext/B/t/concise.t
12617            ! MANIFEST
12618 ____________________________________________________________________________
12619 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
12620         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
12621              necessary in form.t and html.t @INC setups.
12622      Branch: perl
12623            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
12624 ____________________________________________________________________________
12625 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
12626         Log: Yet another twist.
12627      Branch: perl
12628            ! t/test.pl
12629 ____________________________________________________________________________
12630 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
12631         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
12632              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12633              Date: Fri, 11 Jan 2002 13:04:15 +0100      
12634              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
12635      Branch: perl
12636            ! hints/aix.sh
12637 ____________________________________________________________________________
12638 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
12639         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
12640              From: Jonathan Stowe <gellyfish@gellyfish.com> 
12641              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
12642              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
12643      Branch: perl
12644            ! lib/AnyDBM_File.t
12645 ____________________________________________________________________________
12646 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
12647         Log: Arguments were being mangled.
12648      Branch: perl
12649            ! t/test.pl
12650 ____________________________________________________________________________
12651 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
12652         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12653              From: Jonathan Stowe <gellyfish@gellyfish.com>
12654              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
12655              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
12656      Branch: perl
12657            ! lib/AnyDBM_File.t
12658 ____________________________________________________________________________
12659 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
12660         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
12661              From: Michael G Schwern <schwern@pobox.com> 
12662              Date: Fri, 11 Jan 2002 04:26:27 -0500
12663              Message-ID: <20020111092626.GA16544@blackrider>
12664      Branch: perl
12665            ! t/run/kill_perl.t t/test.pl
12666 ____________________________________________________________________________
12667 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
12668         Log: Subject: [PATCH] Test::Harness 2.01
12669              From: Michael G Schwern <schwern@pobox.com> 
12670              Date: Thu, 10 Jan 2002 21:11:24 -0500
12671              Message-ID: <20020111021123.GA30666@blackrider>
12672      Branch: perl
12673            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
12674            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
12675            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
12676            + lib/Test/Harness/t/nonumbers.t
12677            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12678            + t/lib/sample-tests/lone_not_bug
12679            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12680            + t/lib/sample-tests/vms_nit
12681            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12682            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
12683 ____________________________________________________________________________
12684 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
12685         Log: patch is silly when creating new files: don't run
12686              patch more than once.
12687      Branch: perl
12688            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12689 ____________________________________________________________________________
12690 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
12691         Log: Forgot from #14179.
12692      Branch: perl
12693            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
12694 ____________________________________________________________________________
12695 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
12696         Log: Subject: [PATCH] is() undef/'' behavior change
12697              From: Michael G Schwern <schwern@pobox.com> 
12698              Date: Fri, 11 Jan 2002 03:35:51 -0500
12699              Message-ID: <20020111083551.GC30666@blackrider>
12700              
12701              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
12702              From: Michael G Schwern <schwern@pobox.com> 
12703              Date: Fri, 11 Jan 2002 03:37:44 -0500
12704              Message-ID: <20020111083744.GD30666@blackrider>
12705      Branch: perl
12706            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
12707            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
12708            ! lib/Pod/t/InputObjects.t lib/blib.t
12709 ____________________________________________________________________________
12710 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
12711         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
12712              From: Michael G Schwern <schwern@pobox.com> 
12713              Date: Thu, 10 Jan 2002 19:56:23 -0500
12714              Message-ID: <20020111005623.GA13192@blackrider>
12715      Branch: perl
12716            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12717            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
12718            ! lib/Test/Simple.pm lib/Test/Simple/Changes
12719            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
12720            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12721            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12722            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
12723            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
12724            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
12725            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
12726            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
12727            ! lib/Test/Simple/t/plan_is_noplan.t
12728            ! lib/Test/Simple/t/plan_no_plan.t
12729            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
12730            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
12731            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
12732            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
12733            ! lib/Test/Tutorial.pod
12734 ____________________________________________________________________________
12735 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
12736         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
12737              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
12738              
12739              turns out even the malloc() was never really needed to begin with,
12740              so get rid of it
12741      Branch: perl
12742            ! sv.c
12743 ____________________________________________________________________________
12744 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
12745         Log: Small doc tweaks.
12746      Branch: perl
12747            ! pod/perluniintro.pod
12748 ____________________________________________________________________________
12749 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
12750         Log: support using the CRT's malloc() family of functions instead of
12751              the internal one when ithreads is enabled; allocate large blocks
12752              using VirtualAlloc() since the Heap*() functions may only be tuned
12753              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
12754              
12755              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
12756              also see comments at the top of win32/vmem.h for other options that
12757              can be set
12758      Branch: perl
12759            ! win32/vmem.h
12760 ____________________________________________________________________________
12761 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
12762         Log: Subject: micropatch
12763              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12764              Date: Thu, 10 Jan 2002 18:20:58 +0000
12765              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
12766      Branch: perl
12767            ! regcomp.c
12768 ____________________________________________________________________________
12769 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
12770         Log: Subject: [PATCH] Embed.t on Win32
12771              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12772              Date: Thu, 10 Jan 2002 18:56:21 +0100
12773              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
12774      Branch: perl
12775            ! lib/ExtUtils/t/Embed.t
12776 ____________________________________________________________________________
12777 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
12778         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
12779              From: Gisle Aas <gisle@ActiveState.com>
12780              Date: 10 Jan 2002 08:56:05 -0800
12781              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
12782      Branch: perl
12783            ! toke.c
12784 ____________________________________________________________________________
12785 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
12786         Log: Subject: [PATCH] doc fixes
12787              From: "Brendan O'Dea" <bod@debian.org>
12788              Date: Fri, 11 Jan 2002 03:49:54 +1100
12789              Message-ID: <20020110164954.GA21891@compusol.com.au>
12790      Branch: perl
12791            ! lib/I18N/Collate.pm pod/perlfunc.pod
12792 ____________________________________________________________________________
12793 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
12794         Log: Integrate perlio; More signal hackery.
12795      Branch: perl
12796           !> win32/win32.c
12797 ____________________________________________________________________________
12798 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
12799         Log: No need to show internal encodings, or return them
12800              in random order.
12801      Branch: perl
12802            ! ext/Encode/Encode.pm
12803 ____________________________________________________________________________
12804 [ 14168] By: nick                                  on 2002/01/10  17:33:31
12805         Log: Integrate mainline
12806      Branch: perlio
12807            - ext/Unicode/Normalize/Normalize.pod
12808           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
12809           !> ext/Unicode/Normalize/Makefile.PL
12810           !> ext/Unicode/Normalize/Normalize.pm
12811           !> ext/Unicode/Normalize/Normalize.xs
12812           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
12813           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
12814           !> t/run/kill_perl.t toke.c
12815 ____________________________________________________________________________
12816 [ 14167] By: nick                                  on 2002/01/10  17:08:35
12817         Log: More signal hackery
12818      Branch: perlio
12819            ! win32/win32.c
12820 ____________________________________________________________________________
12821 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
12822         Log: I think we can claim to be supporting Unicode
12823              "loose matching" now.
12824      Branch: perl
12825            ! pod/perlunicode.pod
12826 ____________________________________________________________________________
12827 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
12828         Log: Subject: doc patch
12829              From: mjd@plover.com
12830              Date: 10 Jan 2002 15:12:27 -0000
12831              Message-ID: <20020110151227.14850.qmail@plover.com>
12832      Branch: perl
12833            ! pod/perlrun.pod
12834 ____________________________________________________________________________
12835 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
12836         Log: Subject: Re: [ID 20011223.001] accept leaks memory
12837              From: Andy Dougherty <doughera@lafayette.edu>
12838              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
12839              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
12840      Branch: perl
12841            ! hints/linux.sh
12842 ____________________________________________________________________________
12843 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
12844         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
12845      Branch: perl
12846           !> win32/win32.c
12847 ____________________________________________________________________________
12848 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
12849         Log: Subject: [PATCH] Magic numbers in B::Concise
12850              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
12851              Date: Wed, 9 Jan 2002 23:04:01 -0800
12852              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
12853      Branch: perl
12854            ! ext/B/B/Concise.pm ext/B/O.pm
12855 ____________________________________________________________________________
12856 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
12857         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
12858              From: Gisle Aas <gisle@ActiveState.com>
12859              Date: 09 Jan 2002 21:52:40 -0800
12860              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
12861      Branch: perl
12862            ! t/lib/strict/vars toke.c
12863 ____________________________________________________________________________
12864 [ 14160] By: nick                                  on 2002/01/09  21:29:39
12865         Log: Skeleton coding of more kill() support on Win32.
12866      Branch: perlio
12867            ! win32/win32.c
12868 ____________________________________________________________________________
12869 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
12870         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
12871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12872              Date: Wed, 9 Jan 2002 23:24:32 +0100
12873              Message-ID: <20020109232432.A692@rafael>
12874      Branch: perl
12875            ! ext/B/B/Deparse.pm
12876 ____________________________________________________________________________
12877 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
12878         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
12879              From: Jonathan Stowe <gellyfish@gellyfish.com>
12880              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
12881              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
12882      Branch: perl
12883            ! t/run/kill_perl.t
12884 ____________________________________________________________________________
12885 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
12886         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
12887              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12888              Date: Wed, 09 Jan 2002 20:16:54 +0000
12889              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
12890      Branch: perl
12891            ! regexec.c
12892 ____________________________________________________________________________
12893 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
12894         Log: Subject: [Patch @14129] fixes Unicode::Normalize
12895              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12896              Date: Thu, 10 Jan 2002 01:08:56 +0900
12897              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
12898      Branch: perl
12899            - ext/Unicode/Normalize/Normalize.pod
12900            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
12901            ! ext/Unicode/Normalize/Normalize.pm
12902            ! ext/Unicode/Normalize/Normalize.xs
12903            ! ext/Unicode/Normalize/mkheader
12904 ____________________________________________________________________________
12905 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
12906         Log: Integrate perlio; (Re-)implement alarm() for Win32.
12907      Branch: perl
12908           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
12909           !> win32/win32iop.h
12910 ____________________________________________________________________________
12911 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
12912         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
12913              From: Nicholas Clark <nick@unfortu.net>
12914              Date: Wed, 9 Jan 2002 17:56:04 +0000
12915              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
12916      Branch: perl
12917            ! t/op/readdir.t
12918 ____________________________________________________________________________
12919 [ 14153] By: nick                                  on 2002/01/09  16:18:57
12920         Log: Integrate mainline
12921      Branch: perlio
12922           +> ext/threads/t/stress_re.t t/op/unifold.t
12923            - lib/unifold.t
12924           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
12925           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
12926           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
12927 ____________________________________________________________________________
12928 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
12929         Log: Update Changes.
12930      Branch: perl
12931            ! Changes patchlevel.h
12932 ____________________________________________________________________________
12933 [ 14151] By: nick                                  on 2002/01/09  14:27:36
12934         Log: (Re-)implement alarm() for Win32.
12935      Branch: perlio
12936            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
12937            ! win32/win32iop.h
12938 ____________________________________________________________________________
12939 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
12940         Log: Thinko.
12941      Branch: perl
12942            ! ext/threads/t/stress_re.t
12943 ____________________________________________________________________________
12944 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
12945         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
12946              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
12947              Date: Wed, 09 Jan 2002 13:37:17 +0000                
12948              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
12949      Branch: perl
12950            ! regexec.c t/op/re_tests
12951 ____________________________________________________________________________
12952 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
12953         Log: Subject: Re: Weird Malformed warning in bleadperl    
12954              From: andreas.koenig@anima.de (Andreas J. Koenig)    
12955              Date: 09 Jan 2002 11:12:37 +0100
12956              Message-ID: <m3itabbzoq.fsf@anima.de>
12957      Branch: perl
12958            ! regexec.c t/op/pat.t
12959 ____________________________________________________________________________
12960 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
12961         Log: Forgot stress_re.t from MANIFEST.
12962      Branch: perl
12963            ! MANIFEST
12964 ____________________________________________________________________________
12965 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
12966         Log: In dumping use isPRINT() instead of isprint() so that locale
12967              does not come into play.
12968      Branch: perl
12969            ! utf8.c
12970 ____________________________________________________________________________
12971 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
12972         Log: Add a threads stress test for regular expressions
12973              (mostly just a modified stress_string.t) and doesn't
12974              test that much of regular expressions, just that $1
12975              doesn't get stomped by competing threads (as it does
12976              in the 5005threads of old).
12977      Branch: perl
12978            + ext/threads/t/stress_re.t
12979            ! MANIFEST
12980 ____________________________________________________________________________
12981 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
12982         Log: (retracted by #14307)
12983              Subject: Re: [ID 20010912.007] substr reference core dump
12984              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12985              Date: Tue, 08 Jan 2002 19:17:50 +0000
12986              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
12987      Branch: perl
12988            ! scope.c t/run/kill_perl.t
12989 ____________________________________________________________________________
12990 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
12991         Log: SANY (. with /s) wasn't happy on Unicode.
12992      Branch: perl
12993            ! regexec.c t/op/pat.t
12994 ____________________________________________________________________________
12995 [ 14142] By: ams                                   on 2002/01/08  22:42:10
12996         Log: Subject: [PATCH] perldebug nit
12997              From: Tels <tels@bloodgate.com>
12998              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
12999      Branch: perl
13000            ! pod/perldebug.pod
13001 ____________________________________________________________________________
13002 [ 14141] By: ams                                   on 2002/01/08  21:32:59
13003         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
13004              From: "Green, Paul" <Paul.Green@stratus.com>
13005              Date: Tue, 8 Jan 2002 17:31:35 -0500
13006              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
13007      Branch: perl
13008            ! Makefile.SH
13009 ____________________________________________________________________________
13010 [ 14140] By: ams                                   on 2002/01/08  21:27:57
13011         Log: Subject: [PATCH] Re: Slight chokage from Deparse
13012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13013              Date: Tue, 8 Jan 2002 23:04:45 +0100
13014              Message-Id: <20020108230445.A4798@rafael>
13015      Branch: perl
13016            ! ext/B/B/Deparse.pm
13017 ____________________________________________________________________________
13018 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
13019         Log: Subject: [patch] peep() is rude
13020              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
13021              Date: Tue, 08 Jan 2002 19:17:50 +0000            
13022              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
13023      Branch: perl
13024            ! op.c t/run/kill_perl.t
13025 ____________________________________________________________________________
13026 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
13027         Log: unifold is really an op test since it requires
13028              no external modules for its actual testing:
13029              only the unicore CaseFold.txt file, and File::Spec
13030              to portably access that file.
13031      Branch: perl
13032            + t/op/unifold.t
13033            - lib/unifold.t
13034            ! MANIFEST
13035 ____________________________________________________________________________
13036 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
13037         Log: Subject: [patch] save a test 
13038              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13039              Date: Tue, 08 Jan 2002 16:18:47 +0000
13040              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
13041      Branch: perl
13042            ! regcomp.c
13043 ____________________________________________________________________________
13044 [ 14136] By: nick                                  on 2002/01/08  16:11:55
13045         Log: Integrate mainline
13046      Branch: perlio
13047           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
13048           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
13049           !> (integrate 37 files)
13050 ____________________________________________________________________________
13051 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
13052         Log: Subject: Not OK 13843 
13053              From: andreas.koenig@anima.de (Andreas J. Koenig)
13054              Date: 08 Jan 2002 14:12:29 +0100
13055              Message-ID: <m38zb9c7gi.fsf@anima.de>
13056      Branch: perl
13057            ! op.c t/op/subst.t
13058 ____________________________________________________________________________
13059 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
13060         Log: Missed one variant of the fold testing, noticed bu Hugo.
13061      Branch: perl
13062            ! lib/unifold.t
13063 ____________________________________________________________________________
13064 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
13065         Log: Enchance the Storable magic description.
13066      Branch: perl
13067            ! ext/Storable/Storable.pm
13068 ____________________________________________________________________________
13069 [ 14132] By: ams                                   on 2002/01/08  09:16:12
13070         Log: Subject: [PATCH] don't installperl pods
13071              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13072              Date: Tue, 08 Jan 2002 10:36:01 +0100
13073              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
13074      Branch: perl
13075            ! installperl
13076 ____________________________________________________________________________
13077 [ 14131] By: ams                                   on 2002/01/08  03:38:40
13078         Log: Subject: Math-BigInt v1.49 released
13079              From: Tels <perl_dummy@bloodgate.com>
13080              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
13081      Branch: perl
13082            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
13083            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
13084            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13085            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13086            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13087            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
13088            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
13089            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13090            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
13091            ! t/lib/Math/BigInt/Subclass.pm
13092 ____________________________________________________________________________
13093 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
13094         Log: A little better comments.
13095      Branch: perl
13096            ! regexec.c
13097 ____________________________________________________________________________
13098 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
13099         Log: No normalization form DNF.
13100      Branch: perl
13101            ! ext/Unicode/Normalize/Normalize.pm
13102 ____________________________________________________________________________
13103 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
13104         Log: Extension nits found by -Wall (several from threads
13105              and threads::shared, but leaving them to Arthur).
13106      Branch: perl
13107            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
13108            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
13109            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
13110            ! ext/Unicode/Normalize/mkheader x2p/str.c
13111 ____________________________________________________________________________
13112 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
13113         Log: Sync up Changes etc.
13114      Branch: maint-5.6/macperl
13115            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
13116 ____________________________________________________________________________
13117 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
13118         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
13119      Branch: maint-5.6/macperl
13120            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
13121 ____________________________________________________________________________
13122 [ 14125] By: ams                                   on 2002/01/07  22:03:22
13123         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
13124              From: Nicholas Clark (sans From field in mail header)
13125              Date: Mon, 7 Jan 2002 16:18:23 +0000
13126              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
13127      Branch: perl
13128            ! lib/Exporter.pm
13129 ____________________________________________________________________________
13130 [ 14124] By: ams                                   on 2002/01/07  21:46:11
13131         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
13132              From: "Green, Paul" <Paul.Green@stratus.com>
13133              Date: Mon, 7 Jan 2002 16:59:38 -0500
13134              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
13135      Branch: perl
13136            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
13137 ____________________________________________________________________________
13138 [ 14123] By: nick                                  on 2002/01/07  18:49:55
13139         Log: Integrate mainline
13140      Branch: perlio
13141           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
13142           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
13143           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
13144           !> regexec.c t/op/re_tests utf8.c utf8.h
13145 ____________________________________________________________________________
13146 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
13147         Log: Update Changes.
13148      Branch: perl
13149            ! Changes patchlevel.h
13150 ____________________________________________________________________________
13151 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
13152         Log: Subject: [PATCH] Correct module name in perldelta*
13153              From: Mike Guy <mjtg@cam.ac.uk>
13154              Date: Mon, 07 Jan 2002 17:02:43 +0000
13155              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
13156      Branch: perl
13157            ! pod/perl561delta.pod pod/perl56delta.pod
13158 ____________________________________________________________________________
13159 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
13160         Log: AUTHORS update.
13161      Branch: perl
13162            ! AUTHORS
13163 ____________________________________________________________________________
13164 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
13165         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
13166      Branch: perl
13167            ! ext/Storable/Storable.pm
13168 ____________________________________________________________________________
13169 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
13170         Log: perldelta updates.
13171      Branch: perl
13172            ! pod/perldelta.pod
13173 ____________________________________________________________________________
13174 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
13175         Log: Document the flags of pv_uni_display().
13176      Branch: perl
13177            ! pod/perlapi.pod utf8.c
13178 ____________________________________________________________________________
13179 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
13180         Log: Forgot from #14115.
13181      Branch: perl
13182            ! t/op/re_tests
13183 ____________________________________________________________________________
13184 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
13185         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
13186              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13187              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
13188              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
13189      Branch: perl
13190            ! regcomp.c
13191 ____________________________________________________________________________
13192 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
13193         Log: More regex and utf8 debug dumping.
13194      Branch: perl
13195            ! dump.c regcomp.c regexec.c utf8.c utf8.h
13196 ____________________________________________________________________________
13197 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
13198         Log: Unused variable.
13199      Branch: perl
13200            ! regcomp.c
13201 ____________________________________________________________________________
13202 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
13203         Log: Regen toc.
13204      Branch: perl
13205            ! pod/perltoc.pod
13206 ____________________________________________________________________________
13207 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
13208         Log: capitalize correctly, noticed by David Dyck.
13209      Branch: perl
13210            ! lib/sort.pm
13211 ____________________________________________________________________________
13212 [ 14110] By: nick                                  on 2002/01/06  22:05:19
13213         Log: Integrate mainline - threads mended, DB_File sick?
13214      Branch: perlio
13215           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
13216           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13217           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13218           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
13219           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
13220 ____________________________________________________________________________
13221 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
13222         Log: No need to overqualify.
13223      Branch: perl
13224            ! lib/sort.pm
13225 ____________________________________________________________________________
13226 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
13227         Log: PL_debug_pad wasn't initialized to zeroes which broke
13228              ithreads + DEBUGGING.
13229      Branch: perl
13230            ! sv.c
13231 ____________________________________________________________________________
13232 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
13233         Log: Update Changes.
13234      Branch: perl
13235            ! Changes patchlevel.h
13236 ____________________________________________________________________________
13237 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
13238         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
13239              From: Jonathan Stowe <gellyfish@gellyfish.com>
13240              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
13241              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
13242      Branch: perl
13243            ! pp_sys.c
13244 ____________________________________________________________________________
13245 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
13246         Log: DB_File sync from Paul Marquess.
13247      Branch: perl
13248            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13249            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13250            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
13251 ____________________________________________________________________________
13252 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
13253         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
13254              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
13255              Date: Sun, 6 Jan 2002 11:44:30 +0100
13256              Message-ID: <3C38389E.7831.493570@localhost>
13257      Branch: perl
13258            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
13259            ! utils/perlcc.PL
13260 ____________________________________________________________________________
13261 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
13262         Log: Tests for #14098.
13263      Branch: perl
13264            ! t/op/lc.t
13265 ____________________________________________________________________________
13266 [ 14102] By: nick                                  on 2002/01/06  11:33:55
13267         Log: Integrate mainline (PPPort still multi-building).
13268      Branch: perlio
13269           +> lib/unifold.t
13270           !> (integrate 30 files)
13271 ____________________________________________________________________________
13272 [ 14101] By: ams                                   on 2002/01/06  04:52:50
13273         Log: Subject: [PATCH] Bad prototype detection now an optional warning
13274              From: Sam Tregar <sam@tregar.com>
13275              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
13276              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
13277      Branch: perl
13278            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
13279            ! t/comp/proto.t toke.c
13280 ____________________________________________________________________________
13281 [ 14100] By: ams                                   on 2002/01/06  01:56:59
13282         Log: Subject: [PATCH] Correct several Stratus VOS build issues
13283              From: "Green, Paul" <Paul.Green@stratus.com>
13284              Date: Sat, 5 Jan 2002 21:30:56 -0500
13285              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
13286      Branch: perl
13287            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
13288 ____________________________________________________________________________
13289 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
13290         Log: Further perl.org URL elaboration from Ask.
13291      Branch: perl
13292            ! pod/perlfaq1.pod pod/perlfaq2.pod
13293 ____________________________________________________________________________
13294 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
13295         Log: The same problem with To{Lower,Title,Upper}
13296              as earlier with ToFold.
13297      Branch: perl
13298            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
13299            ! lib/unicore/To/Upper.pl lib/unicore/mktables
13300 ____________________________________________________________________________
13301 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
13302         Log: Retract #14057 for now; the alarm/setitimer timers
13303              seen to be the same in many systems, which leads into
13304              hangups.
13305      Branch: perl
13306            ! ext/Time/HiRes/HiRes.t
13307 ____________________________________________________________________________
13308 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
13309         Log: Finish up (ha!) the Unicode case folding;
13310              enhance regex dumping code.
13311      Branch: perl
13312            + lib/unifold.t
13313            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
13314            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
13315 ____________________________________________________________________________
13316 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
13317         Log: Use the perl.org news gw instead of the perl.com one
13318              (from Ask).
13319      Branch: perl
13320            ! pod/perlfaq1.pod pod/perlfaq2.pod
13321 ____________________________________________________________________________
13322 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
13323         Log: Zero() wasn't documented.
13324      Branch: perl
13325            ! pod/perlclib.pod
13326 ____________________________________________________________________________
13327 [ 14093] By: ams                                   on 2002/01/05  17:58:35
13328         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
13329              From: Nicholas Clark <nick@unfortu.net>
13330              Date: Sat, 5 Jan 2002 18:55:39 +0000
13331              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
13332      Branch: perl
13333            ! lib/Memoize/t/tie_ndbm.t
13334 ____________________________________________________________________________
13335 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
13336         Log: Also UNICOS/mk has deviant socketpair().
13337      Branch: perl
13338            ! ext/Socket/socketpair.t
13339 ____________________________________________________________________________
13340 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
13341         Log: Ooops.  Retract the regex parts of #14090.
13342      Branch: perl
13343            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
13344 ____________________________________________________________________________
13345 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
13346         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
13347              From: Nicholas Clark <nick@unfortu.net> 
13348              Date: Sat, 5 Jan 2002 18:10:13 +0000
13349              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
13350      Branch: perl
13351            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
13352            ! regcomp.h regexec.c
13353 ____________________________________________________________________________
13354 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
13355         Log: Integrate perlio; a missing aTHX.
13356      Branch: perl
13357           !> op.c
13358 ____________________________________________________________________________
13359 [ 14088] By: nick                                  on 2002/01/05  12:35:01
13360         Log: One missing aTHX_
13361      Branch: perlio
13362            ! op.c
13363 ____________________________________________________________________________
13364 [ 14087] By: nick                                  on 2002/01/05  12:00:48
13365         Log: Raw integrate of mainline - op.c looks dodgy.
13366      Branch: perlio
13367           +> lib/Pod/t/Functions.t t/op/winsystem.t
13368            - lib/File/Spec/NW5.pm t/op/system.t
13369           !> (integrate 77 files)
13370 ____________________________________________________________________________
13371 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
13372         Log: integrate changes from maint-5.6/macperl branch
13373      Branch: maint-5.6/perl
13374           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
13375           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
13376 ____________________________________________________________________________
13377 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
13378         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
13379              found by Marc Lehmann.
13380      Branch: perl
13381            ! pp.c
13382 ____________________________________________________________________________
13383 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
13384         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
13385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13386              Date: Sat, 5 Jan 2002 00:31:12 +0100
13387              Message-ID: <20020105003112.E1850@rafael>              
13388      Branch: perl
13389            ! t/comp/proto.t
13390 ____________________________________________________________________________
13391 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
13392         Log: A bit of "perl.com" cleanup.
13393      Branch: perl
13394            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
13395            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13396            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
13397            ! pod/perlmodlib.PL pod/perlmodlib.pod
13398 ____________________________________________________________________________
13399 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
13400         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
13401              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13402              Date: Fri, 4 Jan 2002 23:35:19 +0100
13403              Message-ID: <20020104233519.A1850@rafael>
13404      Branch: perl
13405            ! op.c
13406 ____________________________________________________________________________
13407 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
13408         Log: Integrate change #14062 from macperl;
13409              Define setbuf, setvbuf for Mac OS
13410      Branch: perl
13411           !> ext/IO/IO.xs
13412 ____________________________________________________________________________
13413 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
13414         Log: Bump version, update Changes
13415      Branch: maint-5.6/macperl
13416            ! macos/Changes macos/MPVersion.r
13417 ____________________________________________________________________________
13418 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
13419         Log: Add more droplets
13420      Branch: maint-5.6/macperl
13421            + macos/macperl/Droplets/gluedialect.plx
13422            + macos/macperl/Droplets/glueedit.plx
13423            + macos/macperl/Droplets/gluemac.plx
13424            + macos/macperl/Droplets/gluescriptadds.plx
13425            + macos/macperl/Droplets/installme.plx
13426            + macos/macperl/Droplets/show_glue_pods.plx
13427            + macos/macperl/Droplets/tarzipme.plx
13428            + macos/macperl/Droplets/untarzipme.plx
13429 ____________________________________________________________________________
13430 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
13431         Log: Display the native pwd command.
13432      Branch: perl
13433            ! ext/Cwd/t/cwd.t
13434 ____________________________________________________________________________
13435 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
13436         Log: Under Mac OS X /dev/stdout is normally a symlink,
13437              but when running the test it seems to become a socket.
13438              So let's extend our censorship.
13439      Branch: perl
13440            ! t/op/stat.t
13441 ____________________________________________________________________________
13442 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
13443         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
13444      Branch: maint-5.6/macperl
13445            + macos/HandleSocket.cp
13446            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
13447            ! macos/macperl.sym
13448 ____________________________________________________________________________
13449 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
13450         Log: Doc updates
13451      Branch: maint-5.6/macperl
13452            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
13453 ____________________________________________________________________________
13454 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
13455         Log: Update libraries
13456      Branch: maint-5.6/macperl
13457            ! macos/macperl/Makefile.mk
13458 ____________________________________________________________________________
13459 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
13460         Log: Update tests to Mac::StandardFile from StandardFile.pl,
13461              plus other fixes
13462      Branch: maint-5.6/macperl
13463            ! macos/ext/Mac/Menus/t/MenuBar.t
13464            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
13465            ! macos/ext/Mac/Movies/t/PlayMovie.t
13466            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
13467            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
13468            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
13469            ! macos/ext/Mac/Resources/t/Resources.t
13470 ____________________________________________________________________________
13471 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
13472         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
13473      Branch: maint-5.6/macperl
13474            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
13475            ! macos/ext/Mac/Movies/Movies.xs
13476            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
13477            ! macos/ext/Mac/StandardFile/StandardFile.xs
13478            ! macos/ext/Mac/Windows/Windows.xs
13479 ____________________________________________________________________________
13480 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
13481         Log: Updates for Universal Headers 3.4 (forgot one)
13482      Branch: maint-5.6/macperl
13483            ! macos/macperl/MPConsole.cp
13484 ____________________________________________________________________________
13485 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
13486         Log: Updates for Universal Headers 3.4
13487      Branch: maint-5.6/macperl
13488            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
13489            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
13490            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
13491            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
13492            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
13493            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
13494            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
13495            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
13496            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
13497 ____________________________________________________________________________
13498 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
13499         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
13500              from <200112112327.JAA25434@gpo.metropolis.net.au>;
13501              don't crash on quit for 68K (MacPerl Bug #490013)
13502      Branch: maint-5.6/macperl
13503            ! macos/macish.c macos/macperl/MPConsole.cp
13504 ____________________________________________________________________________
13505 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
13506         Log: If we do have socketpair(), make my_socketpair()
13507              just call the real socketpair().  This way we always
13508              have real code behind my_socketpair() and a symbol
13509              corresponding to the my_socketpair in global.sym.
13510      Branch: perl
13511            ! embed.fnc embed.h makedef.pl proto.h util.c
13512 ____________________________________________________________________________
13513 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
13514         Log: Disable sigaction (MacPerl Bug #470321)
13515      Branch: maint-5.6/macperl
13516            ! macos/config.h macos/config.sh
13517 ____________________________________________________________________________
13518 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
13519         Log: Make GUSI resource work (MacPerl Bug #464638)
13520      Branch: maint-5.6/macperl
13521            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
13522            ! macos/macperl/MacPerl.rsrc
13523 ____________________________________________________________________________
13524 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
13525         Log: Make AutoSplit go a little deeper
13526      Branch: maint-5.6/macperl
13527            ! macos/Makefile.mk
13528 ____________________________________________________________________________
13529 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
13530         Log: A few doc updates from bleadperl
13531      Branch: maint-5.6/macperl
13532            ! pod/perlmodinstall.pod pod/perlport.pod
13533 ____________________________________________________________________________
13534 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
13535         Log: Sync up to latest changes from bleadperl
13536      Branch: maint-5.6/macperl
13537            ! lib/File/Find.pm
13538 ____________________________________________________________________________
13539 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
13540         Log: Define setbuf, setvbuf for Mac OS
13541      Branch: maint-5.6/macperl
13542            ! ext/IO/IO.xs
13543 ____________________________________________________________________________
13544 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
13545         Log: Delete by request of Mark-Jason Dominus (change #13676)
13546      Branch: maint-5.6/macperl
13547            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
13548 ____________________________________________________________________________
13549 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
13550         Log: Spread the good word of "env".
13551      Branch: perl
13552            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
13553 ____________________________________________________________________________
13554 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
13555         Log: Till the system tests do something non-Win*, better rename
13556              the test so that people on other platforms don't get confused.
13557              (Not win32system, because assumedly there's win64, too.)
13558      Branch: perl
13559            + t/op/winsystem.t
13560            - t/op/system.t
13561            ! MANIFEST
13562 ____________________________________________________________________________
13563 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
13564         Log: Some tweaks.
13565      Branch: perl
13566            ! lib/Pod/t/Functions.t
13567 ____________________________________________________________________________
13568 [ 14057] By: ams                                   on 2002/01/04  17:40:31
13569         Log: (retracted by #14057)
13570              
13571              Subject: [PATCH] Time/HiRes/HiRes.t
13572              From: Nicholas Clark <nick@unfortu.net>
13573              Date: Fri, 4 Jan 2002 17:28:46 +0000
13574              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
13575      Branch: perl
13576            ! ext/Time/HiRes/HiRes.t
13577 ____________________________________________________________________________
13578 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
13579         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
13580              From: Abe Timmerman <abe@ztreet.demon.nl>
13581              Date: Fri, 04 Jan 2002 18:42:33 +0100
13582              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
13583      Branch: perl
13584            + lib/Pod/t/Functions.t
13585            ! MANIFEST lib/Pod/Functions.pm
13586 ____________________________________________________________________________
13587 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
13588         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
13589              From: "Craig A. Berry" <craigberry@mac.com>
13590              Date: Thu, 3 Jan 2002 17:32:20 -0600
13591              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
13592      Branch: perl
13593            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
13594 ____________________________________________________________________________
13595 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
13596         Log: Document the U+0085, U+2028, and U+2029.
13597      Branch: perl
13598            ! pod/perlre.pod pod/perlretut.pod
13599 ____________________________________________________________________________
13600 [ 14053] By: ams                                   on 2002/01/04  03:27:44
13601         Log: Subject: [PATCH] warn if not CORE::dump
13602              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13603              Date: Thu, 3 Jan 2002 22:04:00 +0100
13604              Message-Id: <20020103220400.A13958@rafael>
13605      Branch: perl
13606            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
13607 ____________________________________________________________________________
13608 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
13609         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
13610      Branch: perl
13611            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
13612 ____________________________________________________________________________
13613 [ 14051] By: ams                                   on 2002/01/04  03:00:12
13614         Log: Subject: [PATCH] File::Compare::VERSION
13615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13616              Date: Thu, 3 Jan 2002 23:42:52 +0100
13617              Message-Id: <20020103234252.G13958@rafael>
13618      Branch: perl
13619            ! lib/File/Compare.pm
13620 ____________________________________________________________________________
13621 [ 14050] By: ams                                   on 2002/01/04  02:58:05
13622         Log: Subject: [PATCH @14042] threads::shared doc
13623              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
13624              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
13625              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
13626      Branch: perl
13627            ! ext/threads/shared/shared.pm
13628 ____________________________________________________________________________
13629 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
13630         Log: #14048 exposed few false positives, to be fixed soonish.
13631      Branch: perl
13632            ! t/op/pat.t
13633 ____________________________________________________________________________
13634 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
13635         Log: Do not add the first characters of multicharacter foldings
13636              into character classes.
13637      Branch: perl
13638            ! regcomp.c
13639 ____________________________________________________________________________
13640 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
13641         Log: A bit of testing for #14046.
13642      Branch: perl
13643            ! t/op/pat.t
13644 ____________________________________________________________________________
13645 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
13646         Log: Allow emitting the foldcased version of "\x{df}", "ss"
13647              (among others, another example would be \x{fb00} -> "ff")
13648      Branch: perl
13649            ! regcomp.c
13650 ____________________________________________________________________________
13651 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
13652         Log: Subject: [PATCH] File::Spec & NetWare
13653              From: Dave Rolsky <autarch@urth.org>
13654              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
13655              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
13656      Branch: perl
13657            - lib/File/Spec/NW5.pm
13658            ! MANIFEST lib/File/Spec.pm
13659 ____________________________________________________________________________
13660 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
13661         Log: FAQ sync (RCS Ids only?)
13662      Branch: perl
13663            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
13664 ____________________________________________________________________________
13665 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
13666         Log: AUTHORs updates.
13667      Branch: perl
13668            ! AUTHORS
13669 ____________________________________________________________________________
13670 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
13671         Log: Update Changes.
13672      Branch: perl
13673            ! Changes patchlevel.h
13674 ____________________________________________________________________________
13675 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
13676         Log: Missed the =head1 additions.
13677      Branch: perl
13678            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
13679            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
13680            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
13681            ! util.c
13682 ____________________________________________________________________________
13683 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
13684         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
13685              From: Robin Barker <rmb1@cise.npl.co.uk>
13686              Date: Thu, 3 Jan 2002 15:26:20 GMT
13687              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
13688      Branch: perl
13689            ! lib/Carp.t lib/Carp/Heavy.pm
13690 ____________________________________________________________________________
13691 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
13692         Log: Subject: [PATCH hv.c] 
13693              From: Robin Barker <rmb1@cise.npl.co.uk>
13694              Date: Thu, 3 Jan 2002 14:49:06 GMT
13695              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
13696              
13697              -Wformat check.
13698      Branch: perl
13699            ! hv.c
13700 ____________________________________________________________________________
13701 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
13702         Log: NetWare tweaks from Ananth Kesari.
13703      Branch: perl
13704            ! NetWare/t/NWScripts.pl lib/File/Find.pm
13705 ____________________________________________________________________________
13706 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
13707         Log: Cast.
13708      Branch: perl
13709            ! regexec.c
13710 ____________________________________________________________________________
13711 [ 14036] By: ams                                   on 2002/01/03  12:12:31
13712         Log: Grammar fix suggested by Gwyn Judd.
13713      Branch: perl
13714            ! pod/perldiag.pod
13715 ____________________________________________________________________________
13716 [ 14035] By: nick                                  on 2002/01/03  09:22:42
13717         Log: More strange perlio != mainline differences where
13718              I have not been.
13719      Branch: perlio
13720           !> hints/unicos.sh hints/unicosmk.sh
13721 ____________________________________________________________________________
13722 [ 14034] By: nick                                  on 2002/01/03  09:19:37
13723         Log: Integrate mainline (including force integrate of
13724              lib/charnames.pm which had got out-of-step)
13725      Branch: perlio
13726           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
13727 ____________________________________________________________________________
13728 [ 14033] By: ams                                   on 2002/01/03  08:24:24
13729         Log: Subject: Not ok 14031: PPPort Makefile.PL
13730              From: andreas.koenig@anima.de (Andreas J. Koenig)
13731              Date: 03 Jan 2002 10:17:46 +0100
13732              Message-Id: <m3sn9n94jp.fsf@anima.de>
13733      Branch: perl
13734            ! ext/Devel/PPPort/Makefile.PL
13735 ____________________________________________________________________________
13736 [ 14032] By: nick                                  on 2002/01/03  08:24:00
13737         Log: Integrate mainline.
13738      Branch: perlio
13739           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
13740           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
13741           !> (integrate 31 files)
13742 ____________________________________________________________________________
13743 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
13744         Log: Off-by-one is my middle name.
13745      Branch: perl
13746            ! regexec.c
13747 ____________________________________________________________________________
13748 [ 14030] By: ams                                   on 2002/01/02  23:56:37
13749         Log: Subject: [PATCH @14015] threads::shared disabling
13750              From: Andy Bussey <andybussey@yahoo.co.uk>
13751              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
13752              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
13753      Branch: perl
13754            + ext/threads/shared/t/no_share.t
13755            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
13756 ____________________________________________________________________________
13757 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
13758         Log: Simon's new perlapi scheme, I hope I got all the pieces.
13759      Branch: perl
13760            + autodoc.pl embed.fnc
13761            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
13762 ____________________________________________________________________________
13763 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
13764         Log: Integrate perlio; more PPPort Makefile source dependence removal
13765      Branch: perl
13766           !> ext/Devel/PPPort/Makefile.PL perl.h
13767 ____________________________________________________________________________
13768 [ 14027] By: ams                                   on 2002/01/02  21:42:50
13769         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
13770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13771              Date: Wed, 2 Jan 2002 23:09:13 +0100
13772              Message-Id: <20020102230913.A17373@rafael>
13773      Branch: perl
13774            ! pod/perldiag.pod
13775 ____________________________________________________________________________
13776 [ 14026] By: ams                                   on 2002/01/02  21:38:34
13777         Log: Subject: Re: PATCH: lib/Term/Cap.pm
13778              From: Jonathan Stowe <gellyfish@gellyfish.com>
13779              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
13780              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
13781      Branch: perl
13782            ! lib/Term/Cap.pm
13783 ____________________________________________________________________________
13784 [ 14025] By: ams                                   on 2002/01/02  18:34:26
13785         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
13786              From: Sam Tregar <sam@tregar.com>
13787              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
13788              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
13789      Branch: perl
13790            ! pod/perldiag.pod t/comp/proto.t toke.c
13791 ____________________________________________________________________________
13792 [ 14024] By: ams                                   on 2002/01/02  18:16:12
13793         Log: Subject: PATCH: lib/Term/Cap.pm
13794              From: Norton Allen <allen@huarp.harvard.edu>
13795              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
13796              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
13797      Branch: perl
13798            ! lib/Term/Cap.pm
13799 ____________________________________________________________________________
13800 [ 14023] By: ams                                   on 2002/01/02  18:12:31
13801         Log: Subject: PATCH: lib/Cwd.pm for QNX4
13802              From: Norton Allen <allen@huarp.harvard.edu>
13803              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
13804              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
13805      Branch: perl
13806            ! lib/Cwd.pm
13807 ____________________________________________________________________________
13808 [ 14022] By: nick                                  on 2002/01/02  18:01:21
13809         Log: More PPPort Makefile source dependence removal
13810      Branch: perlio
13811            ! ext/Devel/PPPort/Makefile.PL
13812 ____________________________________________________________________________
13813 [ 14021] By: nick                                  on 2002/01/02  17:44:36
13814         Log: Sort out muddle of editing on three machines ...
13815      Branch: perlio
13816           !> Changes MANIFEST cygwin/Makefile.SHs
13817           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
13818           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
13819           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
13820 ____________________________________________________________________________
13821 [ 14020] By: ams                                   on 2002/01/02  17:06:27
13822         Log: Fix misplaced application of #14016.
13823      Branch: perl
13824            ! op.c
13825 ____________________________________________________________________________
13826 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
13827         Log: Integrate perlio; avoid uninit debug_pad.
13828      Branch: perl
13829           !> sv.c
13830 ____________________________________________________________________________
13831 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
13832         Log: makedepend VOS fix from Paul Green.
13833      Branch: perl
13834            ! makedepend.SH
13835 ____________________________________________________________________________
13836 [ 14017] By: nick                                  on 2002/01/02  16:09:43
13837         Log: Avoid un-init perl_debug_pad in clones
13838      Branch: perlio
13839            ! sv.c
13840 ____________________________________________________________________________
13841 [ 14016] By: ams                                   on 2002/01/02  15:58:11
13842         Log: Subject: [PATCH] random crash in B::LISTOP::last
13843              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13844              Date: Wed, 2 Jan 2002 17:37:28 +0100
13845              Message-Id: <3C334558.3906.19CB98D@localhost>
13846      Branch: perl
13847            ! op.c
13848 ____________________________________________________________________________
13849 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
13850         Log: Update Changes.
13851      Branch: perl
13852            ! Changes patchlevel.h
13853 ____________________________________________________________________________
13854 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
13855         Log: One more iteration of the ibcmp_utf8() interface,
13856              hopefully this is a convergent iteration...
13857      Branch: perl
13858            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
13859 ____________________________________________________________________________
13860 [ 14013] By: ams                                   on 2002/01/02  13:43:58
13861         Log: Upgrade to podlators-1.19.
13862      Branch: perl
13863            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
13864            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
13865            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
13866            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
13867            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
13868 ____________________________________________________________________________
13869 [ 14012] By: ams                                   on 2002/01/02  09:48:51
13870         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
13871              From: martyn@inpharmatica.co.uk
13872              Date: Wed, 19 Dec 2001 19:05:00 +0000
13873              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
13874      Branch: perl
13875            ! lib/Pod/Usage.pm
13876 ____________________________________________________________________________
13877 [ 14011] By: nick                                  on 2002/01/02  08:38:18
13878         Log: Integrate mainline
13879      Branch: perlio
13880           !> (integrate 28 files)
13881 ____________________________________________________________________________
13882 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
13883         Log: Make ibcmp_utf8() optionally progress in either string for
13884              as long as it takes and optionally record how far it got.
13885      Branch: perl
13886            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
13887 ____________________________________________________________________________
13888 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
13889         Log: Once more try to get the PPPort Makefile right.
13890      Branch: perl
13891            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
13892 ____________________________________________________________________________
13893 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
13894         Log: -Wall silencing.
13895      Branch: perl
13896            ! utf8.c
13897 ____________________________________________________________________________
13898 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
13899         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
13900              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13901              Date: Tue, 1 Jan 2002 22:45:21 +0100       
13902              Message-ID: <20020101224521.A691@rafael>
13903      Branch: perl
13904            ! ext/B/B/Deparse.pm
13905 ____________________________________________________________________________
13906 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
13907         Log: VOS tweak from Paul Green: VOS has different O_BINARY
13908              and O_TEXT, but VOS always uses LF, never CRLF.
13909      Branch: perl
13910            ! perl.h
13911 ____________________________________________________________________________
13912 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
13913         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
13914      Branch: perl
13915            ! regexec.c utf8.c
13916 ____________________________________________________________________________
13917 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
13918         Log: Now that to_utf8_fold() was fixed.
13919      Branch: perl
13920            ! regcomp.c regexec.c
13921 ____________________________________________________________________________
13922 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
13923         Log: Integrate perlio; experimental binmode() re-coding.
13924      Branch: perl
13925           !> perlio.c
13926 ____________________________________________________________________________
13927 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
13928         Log: Document the to_utf8_*() functions.
13929      Branch: perl
13930            ! embed.pl pod/perlapi.pod utf8.c
13931 ____________________________________________________________________________
13932 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
13933         Log: Better support for multicharacter foldings.
13934              Now all but two of the CaseFold.txt cases work-- but
13935              only when the target string is single-character, more
13936              debugging needed.
13937      Branch: perl
13938            ! regexec.c
13939 ____________________________________________________________________________
13940 [ 14000] By: ams                                   on 2002/01/01  15:59:43
13941         Log: Subject: [PATCH] don't installperl pods
13942              From: Nicholas Clark <nick@unfortu.net>
13943              Date: Tue, 1 Jan 2002 16:44:12 +0000
13944              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
13945      Branch: perl
13946            ! installperl
13947 ____________________________________________________________________________
13948 [ 13999] By: ams                                   on 2002/01/01  14:34:04
13949         Log: Subject: [PATCH] perldiag.pod transposition
13950              From: Nicholas Clark <nick@unfortu.net>
13951              Date: Tue, 1 Jan 2002 15:03:52 +0000
13952              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
13953      Branch: perl
13954            ! pod/perldiag.pod
13955 ____________________________________________________________________________
13956 [ 13998] By: ams                                   on 2002/01/01  13:36:49
13957         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
13958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13959              Date: Tue, 1 Jan 2002 15:12:36 +0100
13960              Message-Id: <20020101151236.A951@rafael>
13961      Branch: perl
13962            ! pod/perldiag.pod
13963 ____________________________________________________________________________
13964 [ 13997] By: ams                                   on 2002/01/01  13:33:06
13965         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
13966              From: Nicholas Clark <nick@unfortu.net>
13967              Date: Tue, 1 Jan 2002 13:13:17 +0000
13968              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
13969      Branch: perl
13970            ! ext/Socket/socketpair.t
13971 ____________________________________________________________________________
13972 [ 13996] By: ams                                   on 2002/01/01  04:44:28
13973         Log: Subject: [PATCH @13746] Leaner exporter
13974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13975              Date: Mon, 31 Dec 2001 18:16:08 -0500
13976              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
13977      Branch: perl
13978            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
13979 ____________________________________________________________________________
13980 [ 13995] By: ams                                   on 2002/01/01  04:29:44
13981         Log: Subject: [PATCH @13746] h2xs broken
13982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13983              Date: Mon, 31 Dec 2001 17:48:55 -0500
13984              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
13985      Branch: perl
13986            ! utils/h2xs.PL
13987 ____________________________________________________________________________
13988 [ 13994] By: ams                                   on 2002/01/01  04:25:46
13989         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
13990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13991              Date: Mon, 31 Dec 2001 17:42:25 -0500
13992              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
13993      Branch: perl
13994            ! lib/ExtUtils/MM_Unix.pm
13995 ____________________________________________________________________________
13996 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
13997         Log: Rename the variables to be a bit more consistent.
13998      Branch: perl
13999            ! utf8.c
14000 ____________________________________________________________________________
14001 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
14002         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
14003              (found by Jeffrey Friedl)
14004      Branch: perl
14005            ! regexec.c t/op/pat.t utf8.c
14006 ____________________________________________________________________________
14007 [ 13991] By: nick                                  on 2001/12/31  18:08:55
14008         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
14009      Branch: perlio
14010            ! perlio.c
14011 ____________________________________________________________________________
14012 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
14013         Log: Update Changes.
14014      Branch: perl
14015            ! Changes patchlevel.h
14016 ____________________________________________________________________________
14017 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
14018         Log: Less unused ones.
14019      Branch: perl
14020            ! regexec.c
14021 ____________________________________________________________________________
14022 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
14023         Log: Unused variable.
14024      Branch: perl
14025            ! regcomp.c
14026 ____________________________________________________________________________
14027 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
14028         Log: Forgotten file.
14029      Branch: perl
14030            ! MANIFEST
14031 ____________________________________________________________________________
14032 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
14033         Log: Subject: Re: Cygwin: one down one to go 
14034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14035              Date: Mon, 31 Dec 2001 18:34:36 +0100
14036              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
14037      Branch: perl
14038            ! cygwin/Makefile.SHs
14039 ____________________________________________________________________________
14040 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
14041         Log: Add some comments to the recent Unicode case-folding saga.
14042      Branch: perl
14043            ! regcomp.c regexec.c
14044 ____________________________________________________________________________
14045 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
14046         Log: Slight comment tweakage.
14047      Branch: perl
14048            ! ext/I18N/Langinfo/Langinfo.t
14049 ____________________________________________________________________________
14050 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
14051         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
14052      Branch: perl
14053            ! perl.h
14054 ____________________________________________________________________________
14055 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
14056         Log: Subject: [ PATCH] Cygwin: one down one to go
14057              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14058              Date: Mon, 31 Dec 2001 17:03:40 +0100
14059              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
14060      Branch: perl
14061            ! lib/Pod/t/basic.t
14062 ____________________________________________________________________________
14063 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
14064         Log: Tweak the dependencies not to recompile everytime,
14065              as suggested by NI-S.
14066      Branch: perl
14067            ! ext/Devel/PPPort/Makefile.PL
14068 ____________________________________________________________________________
14069 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
14070         Log: Planning still not right.
14071      Branch: perl
14072            ! lib/User/grent.t
14073 ____________________________________________________________________________
14074 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
14075         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
14076              From: Michael G Schwern <schwern@pobox.com>
14077              Date: Sun, 30 Dec 2001 18:07:55 -0500
14078              Message-ID: <20011230230755.GG12840@blackrider>
14079              
14080              (lib/User/grent, really)
14081      Branch: perl
14082            ! lib/User/grent.t
14083 ____________________________________________________________________________
14084 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
14085         Log: Integrate perlio; cleanup, in particular avoid accidental
14086              PerlIO_flush(NULL) if PerlIONext is NULL.
14087      Branch: perl
14088           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
14089 ____________________________________________________________________________
14090 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
14091         Log: Subject: typo in IO::Socket::INET.pm
14092              From: mjd@plover.com
14093              Date: 31 Dec 2001 14:31:10 -0000
14094              Message-ID: <20011231143110.4989.qmail@plover.com>
14095      Branch: perl
14096            ! ext/IO/lib/IO/Socket/INET.pm
14097 ____________________________________________________________________________
14098 [ 13976] By: nick                                  on 2001/12/31  13:56:11
14099         Log: Integrate mainline
14100      Branch: perlio
14101           !> (integrate 29 files)
14102 ____________________________________________________________________________
14103 [ 13975] By: nick                                  on 2001/12/31  12:40:50
14104         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
14105              if PerlIONext is NULL.
14106      Branch: perlio
14107            ! perlio.c perliol.h
14108 ____________________________________________________________________________
14109 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
14110         Log: Subject: Re: [PATCH] Basic bad prototype detection
14111              From: Sam Tregar <sam@tregar.com>
14112              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
14113              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
14114      Branch: perl
14115            ! t/comp/proto.t toke.c
14116 ____________________________________________________________________________
14117 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
14118         Log: Subject: [PATCH] configure.com / scriptdirexp
14119              From: "Craig A. Berry" <craigberry@mac.com>
14120              Date: Sun, 30 Dec 2001 15:47:28 -0600
14121              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
14122      Branch: perl
14123            ! configure.com
14124 ____________________________________________________________________________
14125 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
14126         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
14127              From: Abe Timmerman <abe@ztreet.demon.nl>
14128              Date: Mon, 31 Dec 2001 03:55:27 +0100
14129              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
14130      Branch: perl
14131            ! lib/ExtUtils/t/MM_Win32.t
14132 ____________________________________________________________________________
14133 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
14134         Log: Subject: [PATCH] Basic bad prototype detection
14135              From: Sam Tregar <sam@tregar.com> 
14136              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
14137              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
14138      Branch: perl
14139            ! pod/perldiag.pod t/comp/proto.t toke.c
14140 ____________________________________________________________________________
14141 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
14142         Log: Makefiles are sloppy about the exe suffix
14143              (from Paul Green)
14144      Branch: perl
14145            ! Makefile.SH x2p/Makefile.SH
14146 ____________________________________________________________________________
14147 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
14148         Log: Delay folding until necessary; start of handling
14149              folding into several characters.
14150      Branch: perl
14151            ! regcomp.c regexec.c
14152 ____________________________________________________________________________
14153 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
14154         Log: gcc -Wall dewhine.
14155      Branch: perl
14156            ! regexec.c
14157 ____________________________________________________________________________
14158 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
14159         Log: More Unicode folding tweaks, avoid potential false matches.
14160      Branch: perl
14161            ! regexec.c
14162 ____________________________________________________________________________
14163 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
14164         Log: Make that six wrongs.
14165      Branch: perl
14166            ! regexec.c utf8.c
14167 ____________________________________________________________________________
14168 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
14169         Log: Four wrongs can make a right.
14170      Branch: perl
14171            ! regexec.c utf8.c
14172 ____________________________________________________________________________
14173 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
14174         Log: Fix all the I case foldings as per CaseFold.txt.
14175      Branch: perl
14176            ! regcomp.c regexec.c
14177 ____________________________________________________________________________
14178 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
14179         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
14180      Branch: perl
14181            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
14182            ! regexec.c utf8.c
14183 ____________________________________________________________________________
14184 [ 13962] By: nick                                  on 2001/12/30  18:33:41
14185         Log: Integrate 8.3 fix for PPPort fix
14186      Branch: perlio
14187           +> ext/Devel/PPPort/ppport_h.PL
14188            - ext/Devel/PPPort/ppport.h.PL
14189            ! ext/Devel/PPPort/MANIFEST
14190           !> ext/Devel/PPPort/Makefile.PL
14191 ____________________________________________________________________________
14192 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
14193         Log: Integrate perlio; more win32 stuff:
14194              
14195              A. Use Perl_my_socketpair()
14196              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
14197              load winsock.
14198              C. (In passing) work round fact that $$ is now SvREADONLY
14199              so we need to take special measures to set it during
14200              pseudo-fork.
14201      Branch: perl
14202           !> util.c win32/perlhost.h
14203 ____________________________________________________________________________
14204 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
14205         Log: Fix ppport.h for Unix.
14206      Branch: perl
14207            + ext/Devel/PPPort/ppport_h.PL
14208            - ext/Devel/PPPort/ppport.h.PL
14209            ! MANIFEST ext/Devel/PPPort/Makefile.PL
14210 ____________________________________________________________________________
14211 [ 13959] By: nick                                  on 2001/12/30  16:53:42
14212         Log: Win32 stuff:
14213              A. Use Perl_my_socketpair()
14214              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
14215              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
14216              take special measures to set it during pseudo-fork.
14217      Branch: perlio
14218            ! util.c win32/perlhost.h
14219 ____________________________________________________________________________
14220 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
14221         Log: Integrate perlio; win32 kicking.
14222      Branch: perl
14223           +> ext/Devel/PPPort/ppport.h.PL
14224           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
14225           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
14226           !> proto.h
14227 ____________________________________________________________________________
14228 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
14229         Log: metaconfig unit change for #13956.
14230      Branch: metaconfig
14231            ! U/modified/spitshell.U
14232 ____________________________________________________________________________
14233 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
14234         Log: Must look for cat also in $PATH (noticed by Philip Newton).
14235      Branch: perl
14236            ! Configure
14237 ____________________________________________________________________________
14238 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
14239         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
14240              From: Blair Zajac <blair@orcaware.com>
14241              Date: Sat, 29 Dec 2001 22:37:03 -0800
14242              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
14243      Branch: perl
14244            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
14245 ____________________________________________________________________________
14246 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
14247         Log: Regen files.
14248      Branch: perl
14249            ! embed.h global.sym pod/perlapi.pod uconfig.h
14250 ____________________________________________________________________________
14251 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
14252         Log: Subject: [PATCH] -t without -w 
14253              From: Michael G Schwern <schwern@pobox.com>
14254              Date: Sat, 29 Dec 2001 23:46:25 -0500
14255              Message-ID: <20011230044625.GA14386@blackrider>
14256      Branch: perl
14257            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
14258            ! warnings.pl
14259 ____________________________________________________________________________
14260 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
14261         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
14262              From: Dave Rolsky <autarch@urth.org>               
14263              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
14264              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
14265              
14266              $^O is NetWare, not Netware.
14267      Branch: perl
14268            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
14269 ____________________________________________________________________________
14270 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
14271         Log: Sarathy thinks undoing C++ comments from C++ files
14272              is a bit too zealous.
14273      Branch: perl
14274            ! win32/perlhost.h win32/vmem.h
14275 ____________________________________________________________________________
14276 [ 13950] By: nick                                  on 2001/12/30  14:30:02
14277         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
14278              This gets them into Errno.pm - yet to prove they end up in $!.
14279      Branch: perlio
14280            ! ext/Errno/Errno_pm.PL
14281 ____________________________________________________________________________
14282 [ 13949] By: nick                                  on 2001/12/30  12:02:21
14283         Log: Integrate Cwd muddle
14284      Branch: perlio
14285           !> MANIFEST installperl lib/Cwd.pm
14286 ____________________________________________________________________________
14287 [ 13948] By: nick                                  on 2001/12/30  11:51:40
14288         Log: remove embed.pl duplicates
14289      Branch: perlio
14290            ! embed.h embed.pl global.sym proto.h
14291 ____________________________________________________________________________
14292 [ 13947] By: nick                                  on 2001/12/30  11:35:51
14293         Log: More Cwd tidy up
14294      Branch: perl
14295            ! MANIFEST installperl
14296 ____________________________________________________________________________
14297 [ 13946] By: nick                                  on 2001/12/30  11:12:42
14298         Log: Undo a mess trying Cwd.pm in its ext directory
14299      Branch: perl
14300            + lib/Cwd.pm
14301            - ext/Cwd/Cwd.pm
14302 ____________________________________________________________________________
14303 [ 13945] By: nick                                  on 2001/12/30  10:03:43
14304         Log: Integrate mainline
14305      Branch: perl
14306           +> ext/Cwd/Cwd.pm
14307            - lib/Cwd.pm
14308            ! MANIFEST
14309      Branch: perlio
14310           !> (integrate 45 files)
14311 ____________________________________________________________________________
14312 [ 13944] By: nick                                  on 2001/12/30  09:27:16
14313         Log: "Port" Devel::PPPort to Win32:
14314              - need to set @INC before use in the test
14315              - {} are special to dmake, so use ppport.h.PL
14316              rather than commandline 
14317      Branch: perlio
14318            + ext/Devel/PPPort/ppport.h.PL
14319            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
14320 ____________________________________________________________________________
14321 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
14322         Log: Update Changes.
14323      Branch: perl
14324            ! Changes patchlevel.h
14325 ____________________________________________________________________________
14326 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
14327         Log: Subject: [PATCH] cleaner close on tests, take 2
14328              From: andreas.koenig@anima.de (Andreas J. Koenig)
14329              Date: 29 Dec 2001 21:42:37 +0100
14330              Message-ID: <m33d1tvjuq.fsf@anima.de>
14331              
14332              (the DB_File patches)
14333      Branch: perl
14334            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14335            ! ext/DB_File/t/db-recno.t
14336 ____________________________________________________________________________
14337 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
14338         Log: Integrate perlio; regen'ed config_H.?c
14339      Branch: perl
14340           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14341 ____________________________________________________________________________
14342 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
14343         Log: Subject: [PATCH] cleaner close on tests, take 2             
14344              From: andreas.koenig@anima.de (Andreas J. Koenig)
14345              Date: 29 Dec 2001 21:42:37 +0100
14346              Message-ID: <m33d1tvjuq.fsf@anima.de>
14347              
14348              (except for the three DB_File patch fragments)
14349      Branch: perl
14350            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
14351            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
14352            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
14353            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
14354            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
14355            ! t/op/runlevel.t t/op/write.t t/run/switches.t
14356 ____________________________________________________________________________
14357 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
14358         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
14359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14360              Date: Sat, 29 Dec 2001 20:38:59 +0100
14361              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
14362              
14363              (NetWare tree not touched because it's very //)
14364      Branch: perl
14365            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
14366            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
14367            ! wince/include/errno.h wince/include/netdb.h
14368            ! wince/include/sys/socket.h wince/include/sys/stat.h
14369            ! wince/perllib.c wince/perlmain.c wince/win32.h
14370            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
14371            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
14372 ____________________________________________________________________________
14373 [ 13938] By: nick                                  on 2001/12/29  19:23:32
14374         Log: Integrate mainline (ok linux)
14375      Branch: perlio
14376           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
14377           !> (integrate 33 files)
14378 ____________________________________________________________________________
14379 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
14380         Log: Give up on serious testing of langinfo().  Leave the old
14381              code in place, though.
14382      Branch: perl
14383            ! ext/I18N/Langinfo/Langinfo.t
14384 ____________________________________________________________________________
14385 [ 13936] By: nick                                  on 2001/12/29  18:20:33
14386         Log: Routine regen_config_h - no real differences other than order of crypt 
14387      Branch: perlio
14388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14389 ____________________________________________________________________________
14390 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
14391         Log: Integrate perlio;
14392              
14393              Define the two socket error numbers in terms of WSAEXXXXX equivalents
14394              
14395              Fudge Config.pm so File::Spec does not croak.
14396      Branch: perl
14397           !> win32/FindExt.pm win32/win32.h
14398 ____________________________________________________________________________
14399 [ 13934] By: nick                                  on 2001/12/29  17:27:50
14400         Log: Fudge Config.pm so File::Spec does not croak.
14401      Branch: perlio
14402            ! win32/FindExt.pm
14403 ____________________________________________________________________________
14404 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
14405         Log: metaconfig unit changes for #13932.
14406      Branch: metaconfig
14407            + U/modified/Init.U
14408            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
14409 ____________________________________________________________________________
14410 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
14411         Log: VOS tweaks from Paul Green.
14412              
14413              The Configure tweaks: the _exe needs to be
14414              set after the init; VOS has fd 3 hardwired to /dev/tty;
14415              the grep/ln/make substitutions really need to stick.
14416      Branch: perl
14417            ! Configure hints/vos.sh perl.h util.c vos/build.cm
14418            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14419            ! vos/config.ga.h vos/vosish.h
14420 ____________________________________________________________________________
14421 [ 13931] By: nick                                  on 2001/12/29  17:00:38
14422         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
14423              (just to get util.c to compile)
14424      Branch: perlio
14425            ! win32/win32.h
14426 ____________________________________________________________________________
14427 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
14428         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
14429              From: coral@eekeek.org
14430              Date: Fri, 28 Dec 2001 19:58:22 -0500      
14431              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
14432      Branch: perl
14433            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
14434            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
14435            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
14436            ! pod/perlunicode.pod pod/perlxs.pod util.c
14437 ____________________________________________________________________________
14438 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
14439         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
14440      Branch: perl
14441            ! t/op/exec.t
14442 ____________________________________________________________________________
14443 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
14444         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
14445              From: Abe Timmerman <abe@ztreet.demon.nl>
14446              Date: Sat, 29 Dec 2001 13:10:06 +0100
14447              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
14448      Branch: perl
14449            + lib/Pod/t/InputObjects.t
14450 ____________________________________________________________________________
14451 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
14452         Log: Integrate perlio;
14453              
14454              Quick fix (after couple of clever fixes failed) for
14455              "accept leaks memory" fail [ID 20011223.001]
14456              
14457              Nick Clark's embed.pl fix for my_socketpair
14458      Branch: perl
14459           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
14460 ____________________________________________________________________________
14461 [ 13926] By: nick                                  on 2001/12/29  15:23:21
14462         Log: Nick Clark's embed.pl fix for my_socketpair
14463      Branch: perlio
14464            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
14465 ____________________________________________________________________________
14466 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
14467         Log: Slight tweaks on the MM_Win32.t.
14468      Branch: perl
14469            ! lib/ExtUtils/t/MM_Win32.t
14470 ____________________________________________________________________________
14471 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
14472         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
14473              From: Abe Timmerman <abe@ztreet.demon.nl>
14474              Date: Sat, 29 Dec 2001 12:51:36 +0100
14475              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
14476      Branch: perl
14477            + lib/ExtUtils/t/MM_Win32.t
14478            ! MANIFEST
14479 ____________________________________________________________________________
14480 [ 13923] By: nick                                  on 2001/12/29  15:12:07
14481         Log: Quick fix (after couple of clever fixes failed) for
14482              "accept leaks memory" fail [ID 20011223.001]
14483      Branch: perlio
14484            ! pp_sys.c
14485 ____________________________________________________________________________
14486 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
14487         Log: Subject: [PATCH] Module names and other nits
14488              From: Autrijus Tang <autrijus@autrijus.org>                 
14489              Date: Sat, 29 Dec 2001 01:59:28 +0800
14490              Message-ID: <20011229015928.A29712@geb.elixus.org>              
14491      Branch: perl
14492            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
14493            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
14494            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
14495            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
14496            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
14497 ____________________________________________________________________________
14498 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
14499         Log: socketpair tweaks from Nicholas Clark.
14500      Branch: perl
14501            ! ext/Socket/socketpair.t util.c
14502 ____________________________________________________________________________
14503 [ 13920] By: nick                                  on 2001/12/29  12:36:21
14504         Log: Integrate mainline
14505      Branch: perlio
14506           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
14507           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
14508           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14509           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
14510           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
14511           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
14512           !> t/op/sysio.t
14513 ____________________________________________________________________________
14514 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
14515         Log: Retract #13917.
14516      Branch: perl
14517            ! doop.c
14518 ____________________________________________________________________________
14519 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
14520         Log: Subject: provisional MakeMaker patch for VMS
14521              From: "Craig A. Berry" <craigberry@mac.com> 
14522              Date: Thu, 27 Dec 2001 22:29:37 -0600
14523              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
14524      Branch: perl
14525            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14526 ____________________________________________________________________________
14527 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
14528         Log: (retracted by #13919)
14529      Branch: perl
14530            ! doop.c
14531 ____________________________________________________________________________
14532 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
14533         Log: metaconfig unit change for #13915.
14534      Branch: metaconfig/U/perl
14535            ! d_u32align.U
14536 ____________________________________________________________________________
14537 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
14538         Log: Remove debris in any case.
14539      Branch: perl
14540            ! Configure
14541 ____________________________________________________________________________
14542 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
14543         Log: Subject: [PATCH] Re: B::walksymtable oddness
14544              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14545              Date: Thu, 27 Dec 2001 19:14:24 +0100
14546              Message-ID: <3C2B7310.861.18820D0@localhost>
14547      Branch: perl
14548            ! ext/B/B.pm
14549 ____________________________________________________________________________
14550 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
14551         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
14552              From: Nicholas Clark <nick@unfortu.net> 
14553              Date: Fri, 28 Dec 2001 00:43:02 +0000
14554              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
14555      Branch: perl
14556            ! ext/Socket/socketpair.t
14557 ____________________________________________________________________________
14558 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
14559         Log: Fast Latin1<->UTF-8 conversion for older Perls.
14560      Branch: perl
14561            ! pod/perluniintro.pod
14562 ____________________________________________________________________________
14563 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
14564         Log: Update Changes.
14565      Branch: perl
14566            ! Changes patchlevel.h
14567 ____________________________________________________________________________
14568 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
14569         Log: More wait status trickery for BeOS.
14570      Branch: perl
14571            ! ext/POSIX/POSIX.xs
14572 ____________________________________________________________________________
14573 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
14574         Log: metaconfig unit change for #13908.
14575      Branch: metaconfig/U/perl
14576            ! d_u32align.U
14577 ____________________________________________________________________________
14578 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
14579         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
14580      Branch: perl
14581            ! Configure
14582 ____________________________________________________________________________
14583 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
14584         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
14585              From: gbarr@monty.mutatus.co.uk
14586              Date: 27 Dec 2001 14:41:36 -0000
14587              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
14588      Branch: perl
14589            ! lib/ExtUtils/t/Embed.t
14590 ____________________________________________________________________________
14591 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
14592         Log: Subject: [PATCH] Re: socketpair emulation
14593              From: Nicholas Clark <nick@unfortu.net> 
14594              Date: Wed, 26 Dec 2001 20:08:14 +0000
14595              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
14596      Branch: perl
14597            ! ext/Socket/socketpair.t
14598 ____________________________________________________________________________
14599 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
14600         Log: Subject: [DOC PATCH] left is right and right is left
14601              From: Philip Newton <Philip.Newton@gmx.net>
14602              Date: Thu, 27 Dec 2001 10:04:17 +0100
14603              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
14604      Branch: perl
14605            ! pod/perlfunc.pod pod/perlport.pod
14606 ____________________________________________________________________________
14607 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
14608         Log: Subject: [PATCH] check return of close
14609              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14610              Date: 27 Dec 2001 09:47:30 +0100
14611              Message-ID: <m3ellhgicd.fsf@anima.de> 
14612              
14613              Subject: [PATCH] improve error reporting
14614              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14615              Date: 27 Dec 2001 09:54:55 +0100
14616              Message-ID: <m3adw5gi00.fsf@anima.de> 
14617              
14618              Subject: [PATCH] check return value of close
14619              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14620              Date: 27 Dec 2001 10:03:55 +0100
14621              Message-ID: <m3666tghl0.fsf@anima.de> 
14622              
14623              Subject: [PATCH] return of close
14624              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14625              Date: 27 Dec 2001 10:22:15 +0100
14626              Message-ID: <m31yhhggqg.fsf@anima.de> 
14627      Branch: perl
14628            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
14629            ! t/io/fflush.t
14630 ____________________________________________________________________________
14631 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
14632         Log: Subject: [PATCH] check return of close
14633              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14634              Date: 27 Dec 2001 09:47:30 +0100
14635              Message-ID: <m3ellhgicd.fsf@anima.de> 
14636      Branch: perl
14637            ! t/base/rs.t
14638 ____________________________________________________________________________
14639 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
14640         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
14641              From: andreas.koenig@anima.de (Andreas J. Koenig)
14642              Date: 27 Dec 2001 09:21:16 +0100
14643              Message-ID: <m3n105gjk3.fsf@anima.de>
14644      Branch: perl
14645            ! t/op/sysio.t
14646 ____________________________________________________________________________
14647 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
14648         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
14649              From: "Gerrit P. Haase" <gp@familiehaase.de>
14650              Date: Thu, 27 Dec 2001 09:23:55 +0100 
14651              Message-ID: <98211521662.20011227092355@familiehaase.de>
14652      Branch: perl
14653            ! lib/ExtUtils/t/MM_Cygwin.t
14654 ____________________________________________________________________________
14655 [ 13900] By: nick                                  on 2001/12/27  11:11:51
14656         Log: Integrate mainline
14657      Branch: perlio
14658           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
14659           +> lib/File/Spec/NW5.pm
14660           !> (integrate 52 files)
14661 ____________________________________________________________________________
14662 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
14663         Log: Replace the awful (most likely generated and not very persistent)
14664              URL with something tangible.
14665      Branch: perl
14666            ! README.hpux
14667 ____________________________________________________________________________
14668 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
14669         Log: Naughty /dev/printer (ls -l, really) of IRIX.
14670      Branch: perl
14671            ! t/op/stat.t
14672 ____________________________________________________________________________
14673 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
14674         Log: Upgrade to Net::Ping 2.10.
14675      Branch: perl
14676            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
14677            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14678            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14679            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14680 ____________________________________________________________________________
14681 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
14682         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
14683              (this showed up in Benchmark.t)
14684      Branch: perl
14685            ! pp_sys.c
14686 ____________________________________________________________________________
14687 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
14688         Log: BeOS updates.
14689      Branch: perl
14690            ! README.beos beos/beos.c
14691 ____________________________________________________________________________
14692 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
14693         Log: Subject: Re: bleadperl doesn't compile
14694              From: "Gerrit P. Haase" <gp@familiehaase.de>
14695              Date: Wed, 26 Dec 2001 21:29:08 +0100
14696              Message-ID: <22168634623.20011226212908@familiehaase.de>
14697              
14698              Cygwin with multiplicity.
14699      Branch: perl
14700            ! perlio.c
14701 ____________________________________________________________________________
14702 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
14703         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14704              From: Nicholas Clark <nick@ccl4.org>
14705              Date: Wed, 26 Dec 2001 19:07:33 +0000
14706              Message-ID: <20011226190732.J48842@plum.flirble.org>            
14707              
14708              socketpair() (un)signedness nit.
14709      Branch: perl
14710            ! util.c
14711 ____________________________________________________________________________
14712 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
14713         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14714              From: Nicholas Clark <nick@ccl4.org>
14715              Date: Wed, 26 Dec 2001 19:19:47 +0000
14716              Message-ID: <20011226191946.K48842@plum.flirble.org>
14717              
14718              Use report_evil_fh().
14719      Branch: perl
14720            ! doio.c
14721 ____________________________________________________________________________
14722 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
14723         Log: Bad $? assumptions.
14724      Branch: perl
14725            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
14726 ____________________________________________________________________________
14727 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
14728         Log: Net::Ping isn't going to work much without
14729              the Socket extension; fail more gracefully.
14730      Branch: perl
14731            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14732            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14733            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
14734            ! lib/Net/Ping/t/300_ping_stream.t
14735 ____________________________________________________________________________
14736 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
14737         Log: metaconfig unit change for #13888.
14738      Branch: metaconfig
14739            ! U/modified/Oldconfig.U
14740 ____________________________________________________________________________
14741 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
14742         Log: test -d /system is a bit too generic test for VOS
14743              (false hit in BeOS)
14744      Branch: perl
14745            ! Configure
14746 ____________________________________________________________________________
14747 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
14748         Log: No AF_UNIX in BeOS.
14749      Branch: perl
14750            ! util.c
14751 ____________________________________________________________________________
14752 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
14753         Log: FAQ sync.
14754      Branch: perl
14755            ! pod/perlfaq5.pod
14756 ____________________________________________________________________________
14757 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
14758         Log: Update Changes.
14759      Branch: perl
14760            ! Changes patchlevel.h
14761 ____________________________________________________________________________
14762 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
14763         Log: Make -t equal -tw.
14764      Branch: perl
14765            ! perl.c pod/perlrun.pod
14766 ____________________________________________________________________________
14767 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
14768         Log: Subject: Re: Not OK 13881
14769              From: John Peacock <jpeacock@rowman.com>
14770              Date: Tue, 25 Dec 2001 06:02:12 -0500
14771              Message-ID: <3C285CB4.8040006@rowman.com>
14772      Branch: perl
14773            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
14774 ____________________________________________________________________________
14775 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
14776         Log: Subject: Re: Not OK 13881
14777              From: andreas.koenig@anima.de (Andreas J. Koenig)
14778              Date: 25 Dec 2001 07:33:23 +0100
14779              Message-ID: <m3bsgnajws.fsf@anima.de>
14780      Branch: perl
14781            ! op.c
14782 ____________________________________________________________________________
14783 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
14784         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
14785              From: Mark-Jason Dominus <mjd@plover.com>    
14786              Date: Mon, 24 Dec 2001 18:14:48 -0500
14787              Message-ID: <20011224231448.25826.qmail@plover.com>
14788      Branch: perl
14789            ! op.c t/op/eval.t
14790 ____________________________________________________________________________
14791 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
14792         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
14793              From: Dave Rolsky <autarch@urth.org>
14794              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
14795              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
14796      Branch: perl
14797            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
14798            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
14799            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14800            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14801            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
14802 ____________________________________________________________________________
14803 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
14804         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
14805              From: Jeffrey Friedl <jfriedl@yahoo.com>
14806              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
14807              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
14808              
14809              The rest of the tests for plus few extras.
14810      Branch: perl
14811            ! t/op/pat.t
14812 ____________________________________________________________________________
14813 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
14814         Log: metaconfig unit change for #13877.
14815      Branch: metaconfig
14816            ! U/modified/Unix.U
14817 ____________________________________________________________________________
14818 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
14819         Log: No-op.
14820      Branch: perl
14821            ! Configure
14822 ____________________________________________________________________________
14823 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
14824         Log: More constant casting.
14825      Branch: perl
14826            ! regexec.c
14827 ____________________________________________________________________________
14828 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
14829         Log: Subject: perlhack.pod 
14830              From: "John P. Linderman" <jpl@research.att.com>
14831              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
14832              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
14833      Branch: perl
14834            ! pod/perlhack.pod
14835 ____________________________________________________________________________
14836 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
14837         Log: File::Find patch patches from Thomas Wegner.
14838      Branch: perl
14839            ! lib/File/Find.pm
14840 ____________________________________________________________________________
14841 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
14842         Log: Subject: Re: socketpair emulation 
14843              From: Nicholas Clark <nick@unfortu.net>                 
14844              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
14845              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
14846      Branch: perl
14847            ! ext/Socket/socketpair.t
14848 ____________________________________________________________________________
14849 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
14850         Log: Must cast constants if they can be quads.
14851      Branch: perl
14852            ! regcomp.c
14853 ____________________________________________________________________________
14854 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
14855         Log: Promote the e/uid to wide enough un/signed integers
14856              and printf them as such.
14857      Branch: perl
14858            ! taint.c
14859 ____________________________________________________________________________
14860 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
14861         Log: metaconfig unit change for #13869.
14862      Branch: metaconfig/U/perl
14863            ! d_u32align.U
14864 ____________________________________________________________________________
14865 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
14866         Log: The U32 alignment test wasn't really working, noticed
14867              by Paul Green.  Now the test works, but this means that
14868              we may see coredumps from the test.   I sure hope MMUless
14869              places don't crash on the test.
14870      Branch: perl
14871            ! Configure
14872 ____________________________________________________________________________
14873 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
14874         Log: metaconfig unit changes for #13867.
14875      Branch: metaconfig
14876            ! U/compline/nblock_io.U U/modified/Unix.U
14877            ! U/modified/spitshell.U
14878 ____________________________________________________________________________
14879 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
14880         Log: More VOS tweaks.
14881      Branch: perl
14882            ! Configure
14883 ____________________________________________________________________________
14884 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
14885         Log: The funky final sigma casefolding.
14886      Branch: perl
14887            ! regcomp.c regexec.c t/op/pat.t utf8.h
14888 ____________________________________________________________________________
14889 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
14890         Log: Update Changes.
14891      Branch: perl
14892            ! Changes patchlevel.h
14893 ____________________________________________________________________________
14894 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
14895         Log: Move the \C and \X to pat.t.
14896      Branch: perl
14897            ! t/op/pat.t t/op/re_tests
14898 ____________________________________________________________________________
14899 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
14900         Log: More logical test ordering.
14901      Branch: perl
14902            ! perl.h
14903 ____________________________________________________________________________
14904 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
14905         Log: Integrate perlio;
14906              
14907              Add at least the "important" PerlIO_xxxx functions to embed.pl
14908              so that they get implicit pTHX_ and we can avoid slow dTHX.
14909              
14910              Put PerlIO stuff inside EXTERN C
14911              
14912              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
14913      Branch: perl
14914           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
14915           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
14916           !> win32/win32.c
14917 ____________________________________________________________________________
14918 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
14919         Log: Even more \X fixing.
14920      Branch: perl
14921            ! regexec.c t/op/pat.t
14922 ____________________________________________________________________________
14923 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
14924         Log: More \X fixing.
14925      Branch: perl
14926            ! regexec.c t/op/pat.t
14927 ____________________________________________________________________________
14928 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
14929         Log: Fix encoding pragma.
14930      Branch: perl
14931            ! regcomp.c
14932 ____________________________________________________________________________
14933 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
14934         Log: Subject: socketpair emulation
14935              From: Nicholas Clark <nick@unfortu.net>
14936              Date: Sat, 22 Dec 2001 18:38:18 +0000
14937              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
14938      Branch: perl
14939            + ext/Socket/socketpair.t
14940            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
14941            ! pp_sys.c proto.h util.c
14942 ____________________________________________________________________________
14943 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
14944         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
14945              From: Jeffrey Friedl <jfriedl@yahoo.com>
14946              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
14947              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
14948              
14949              (partially applied, most of the new tests need to be rethought)
14950      Branch: perl
14951            ! regcomp.c t/op/re_tests
14952 ____________________________________________________________________________
14953 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
14954         Log: Small tweaks.
14955      Branch: perl
14956            ! handy.h regexec.c
14957 ____________________________________________________________________________
14958 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
14959         Log: Unicode casefolding continues.
14960              (lib/encoding.t still failing.)
14961      Branch: perl
14962            ! regexec.c t/op/pat.t
14963 ____________________________________________________________________________
14964 [ 13854] By: nick                                  on 2001/12/22  20:01:27
14965         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
14966      Branch: perlio
14967            ! makedef.pl perlio.h perlio.sym win32/win32.c
14968 ____________________________________________________________________________
14969 [ 13853] By: nick                                  on 2001/12/22  19:58:53
14970         Log: Put PerlIO stuff inside EXTERN C
14971      Branch: perlio
14972            ! embed.pl proto.h
14973 ____________________________________________________________________________
14974 [ 13852] By: nick                                  on 2001/12/22  18:04:34
14975         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
14976              so that they get implicit pTHX_ and we can avoid slow dTHX.
14977      Branch: perlio
14978            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
14979            ! perlio.h pod/perlapi.pod proto.h
14980 ____________________________________________________________________________
14981 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
14982         Log: metaconfig unit change for #13850.
14983      Branch: metaconfig
14984            ! U/modified/Loc.U
14985 ____________________________________________________________________________
14986 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
14987         Log: Rework the make logic (again).
14988      Branch: perl
14989            ! Configure
14990 ____________________________________________________________________________
14991 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
14992         Log: Integrate perlio;
14993              Fix mis-parse of autoloaded usage code by declaring the sub
14994              Correct checking code which Ilya spotted was tripped by CR at EOF.
14995              The CR at EOF fix earlier broke CR at end-of-buffer.
14996      Branch: perl
14997            ! regexec.c
14998           !> ext/POSIX/POSIX.pm perlio.c sv.c
14999 ____________________________________________________________________________
15000 [ 13848] By: nick                                  on 2001/12/22  15:11:17
15001         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
15002              This should be okay for both?
15003      Branch: perlio
15004            ! perlio.c
15005 ____________________________________________________________________________
15006 [ 13847] By: nick                                  on 2001/12/22  12:26:32
15007         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
15008              Also tone down perl -DP tracing of sv_gets.
15009      Branch: perlio
15010            ! perlio.c sv.c
15011 ____________________________________________________________________________
15012 [ 13846] By: nick                                  on 2001/12/22  10:49:27
15013         Log: Fix mis-parse of autoloaded usage code by declaring the sub
15014      Branch: perlio
15015            ! ext/POSIX/POSIX.pm
15016 ____________________________________________________________________________
15017 [ 13845] By: nick                                  on 2001/12/22  10:44:11
15018         Log: Integrate mainline - some fails:
15019              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
15020              -------------------------------------------------------------------------------
15021              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
15022              ../lib/encoding.t                    19    2  10.53%  17-18
15023              op/pat.t                            770    3   0.39%  754-755 757
15024      Branch: perlio
15025           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
15026           !> (integrate 36 files)
15027 ____________________________________________________________________________
15028 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
15029         Log: More Unicode casing fixes.
15030      Branch: perl
15031            ! regexec.c t/op/pat.t
15032 ____________________________________________________________________________
15033 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
15034         Log: Unicode casefolding fixes.
15035      Branch: perl
15036            ! op.c regcomp.c regexec.c t/op/pat.t
15037 ____________________________________________________________________________
15038 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
15039         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
15040              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
15041              Date: Sat, 22 Dec 2001 00:01:29 +0100
15042              Message-ID: <20011222000129.A713@rafael>
15043      Branch: perl
15044            ! ext/B/B/Deparse.pm
15045 ____________________________________________________________________________
15046 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
15047         Log: VOS config from Paul Green.
15048      Branch: perl
15049            ! hints/vos.sh
15050 ____________________________________________________________________________
15051 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
15052         Log: Subject: [PATCH @13746] CreateTTY on OS/2
15053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15054              Date: Fri, 21 Dec 2001 15:59:45 -0500
15055              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
15056      Branch: perl
15057            ! lib/perl5db.pl
15058 ____________________________________________________________________________
15059 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
15060         Log: Subject: [PATCH @13746] uninstalled build of modules broken
15061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15062              Date: Fri, 21 Dec 2001 15:49:09 -0500
15063              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
15064      Branch: perl
15065            ! lib/ExtUtils/MM_Unix.pm
15066 ____________________________________________________________________________
15067 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
15068         Log: Subject: [PATCH @13746] OS/2 File::* modules
15069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15070              Date: Fri, 21 Dec 2001 15:43:24 -0500
15071              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
15072      Branch: perl
15073            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
15074 ____________________________________________________________________________
15075 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
15076         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
15077              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15078              Date: Fri, 21 Dec 2001 17:29:07 +0100
15079              Message-ID: <3C236353.6625C4C0@alcatel.at>
15080      Branch: perl
15081            ! pod/perltie.pod
15082 ____________________________________________________________________________
15083 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
15084         Log: metaconfig unit changes for #13835
15085      Branch: metaconfig
15086            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
15087            ! U/modified/sh.U
15088 ____________________________________________________________________________
15089 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
15090         Log: Further VOS tweaks: the _exe needs to be introduced
15091              in the very beginning, and the make/gmake needs special
15092              VOS logic.
15093      Branch: perl
15094            ! Configure Makefile.SH
15095 ____________________________________________________________________________
15096 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
15097         Log: Update Changes.
15098      Branch: perl
15099            ! Changes patchlevel.h
15100 ____________________________________________________________________________
15101 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
15102         Log: metaconfig unit change for #13832.
15103      Branch: metaconfig
15104            ! U/modified/spitshell.U
15105 ____________________________________________________________________________
15106 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
15107         Log: Also the search for cat needs to be _exe-aware.
15108      Branch: perl
15109            ! Configure
15110 ____________________________________________________________________________
15111 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
15112         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
15113              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15114              Date: Fri, 21 Dec 2001 14:02:01 +0100
15115              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
15116      Branch: perl
15117            ! ext/B/B/Xref.pm
15118 ____________________________________________________________________________
15119 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
15120         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
15121      Branch: perl
15122            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15123            ! ext/B/t/assembler.t
15124 ____________________________________________________________________________
15125 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
15126         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
15127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15128              Date: Fri, 21 Dec 2001 11:15:38 +0100
15129              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
15130      Branch: perl
15131            ! hv.c
15132 ____________________________________________________________________________
15133 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
15134         Log: A plan is good.
15135      Branch: perl
15136            ! ext/re/re.t
15137 ____________________________________________________________________________
15138 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
15139         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
15140              From: chromatic <chromatic@rmci.net>
15141              Date: Thu, 20 Dec 2001 16:16:48 -0700
15142              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
15143      Branch: perl
15144            + ext/re/re.t
15145            ! MANIFEST
15146 ____________________________________________________________________________
15147 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
15148         Log: Synchronize the skippage message.
15149      Branch: perl
15150            ! lib/ExtUtils/t/MM_OS2.t
15151 ____________________________________________________________________________
15152 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
15153         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
15154              From: chromatic <chromatic@rmci.net>
15155              Date: Thu, 20 Dec 2001 16:09:10 -0700
15156              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
15157      Branch: perl
15158            + lib/ExtUtils/t/MM_OS2.t
15159            ! MANIFEST
15160 ____________________________________________________________________________
15161 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
15162         Log: Subject: perlfunc.pod patch re flock via fcntl
15163              From: "Tye McQueen" <tye@metronet.com>
15164              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
15165              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
15166      Branch: perl
15167            ! pod/perlfunc.pod
15168 ____________________________________________________________________________
15169 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
15170         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
15171              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
15172              (the Unicode maximum code point) warnable offenses.
15173      Branch: perl
15174            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
15175            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
15176 ____________________________________________________________________________
15177 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
15178         Log: Sterner admonishment on -t.
15179      Branch: perl
15180            ! pod/perlrun.pod
15181 ____________________________________________________________________________
15182 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
15183         Log: Subject: [PATCH B::Dpparse] minor qr// fix
15184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15185              Date: Thu, 20 Dec 2001 22:53:34 +0100
15186              Message-ID: <20011220225334.A735@rafael>
15187      Branch: perl
15188            ! ext/B/B/Deparse.pm
15189 ____________________________________________________________________________
15190 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
15191         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
15192              From: Robert Spier <rspier@pobox.com>
15193              Date: Thu, 20 Dec 2001 08:10:00 -0800
15194              Message-ID: <15394.3416.693353.107334@rls.cx>
15195      Branch: perl
15196            ! lib/Carp/Heavy.pm
15197 ____________________________________________________________________________
15198 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
15199         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
15200      Branch: perl
15201           !> win32/win32io.c
15202 ____________________________________________________________________________
15203 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
15204         Log: Subject: Re: [PATCH pod/perliol.pod] resend
15205              From: Stas Bekman <stas@stason.org>
15206              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
15207              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
15208      Branch: perl
15209            ! pod/perliol.pod
15210 ____________________________________________________________________________
15211 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
15212         Log: Fix up the APIs noone hopefully uses.
15213      Branch: perl
15214            ! utf8.c
15215 ____________________________________________________________________________
15216 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
15217         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
15218              Date: Wed, 19 Dec 2001 14:13:38 -0800
15219              From: Robert Spier <rspier@pobox.com>
15220              Message-ID: <15393.4370.605214.548582@rls.cx>
15221      Branch: perl
15222            ! lib/Carp.t lib/Carp/Heavy.pm
15223 ____________________________________________________________________________
15224 [ 13815] By: nick                                  on 2001/12/20  10:23:42
15225         Log: pTHX_ fixes for :win32 layer
15226      Branch: perlio
15227            ! win32/win32io.c
15228 ____________________________________________________________________________
15229 [ 13814] By: nick                                  on 2001/12/20  08:20:11
15230         Log: Integrate mainline (mostly) utf8.c does not compile.
15231      Branch: perlio
15232           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
15233           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15234           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15235           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
15236           +> lib/Net/Ping/t/300_ping_stream.t
15237           !> Changes MANIFEST embed.h embed.pl embedvar.h
15238           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
15239           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
15240           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
15241           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
15242           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
15243 ____________________________________________________________________________
15244 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
15245         Log: Some bincompat clawbacks.
15246      Branch: perl
15247            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
15248            ! wince/perldll.def
15249 ____________________________________________________________________________
15250 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
15251         Log: gcc pacifying (RH 7.1/ia64).
15252      Branch: perl
15253            ! pp.c
15254 ____________________________________________________________________________
15255 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
15256         Log: Update Changes.
15257      Branch: perl
15258            ! Changes patchlevel.h
15259 ____________________________________________________________________________
15260 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
15261         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
15262              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15263              Date: Wed, 19 Dec 2001 12:35:07 +0100
15264              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
15265              
15266              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
15267              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15268              Date: Wed, 19 Dec 2001 17:34:51 +0000
15269              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
15270      Branch: perl
15271            ! pod/perlre.pod
15272 ____________________________________________________________________________
15273 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
15274         Log: Integrate perlio.
15275      Branch: perl
15276           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15277           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
15278 ____________________________________________________________________________
15279 [ 13808] By: nick                                  on 2001/12/19  16:08:27
15280         Log: Add pTHX to all vtable functions for future-proofing and
15281              consistency of PerlIO layers.
15282      Branch: perlio
15283            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15284            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
15285 ____________________________________________________________________________
15286 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
15287         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
15288      Branch: perl
15289            ! ext/B/B/Assembler.pm
15290 ____________________________________________________________________________
15291 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
15292         Log: Reword the alarm explanation.
15293      Branch: perl
15294            ! pod/perlfunc.pod
15295 ____________________________________________________________________________
15296 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
15297         Log: Subject: [PATCH @13746] OS/2 build
15298              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
15299              Date: Wed, 19 Dec 2001 02:45:41 -0500
15300              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
15301              
15302              (skipped the t/TEST change)
15303      Branch: perl
15304            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
15305            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
15306            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
15307 ____________________________________________________________________________
15308 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
15309         Log: Upgrade to Net::Ping 2.09.
15310      Branch: perl
15311            + lib/Net/Ping/CHANGES lib/Net/Ping/README
15312            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15313            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15314            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
15315            + lib/Net/Ping/t/300_ping_stream.t
15316            ! MANIFEST lib/Net/Ping.pm
15317 ____________________________________________________________________________
15318 [ 13803] By: nick                                  on 2001/12/19  14:43:24
15319         Log: Integrate mainline
15320      Branch: perlio
15321           +> ext/B/t/assembler.t lib/lib.t
15322           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15323           !> lib/lib_pm.PL t/op/glob.t utf8.c
15324 ____________________________________________________________________________
15325 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
15326         Log: B::Assembler/B::Disassembler patches and test;
15327              from Wolfgang Laun.
15328              
15329              TODO: getting perlcc working.
15330      Branch: perl
15331            + ext/B/t/assembler.t
15332            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15333 ____________________________________________________________________________
15334 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
15335         Log: Can't printf U8s as UVs.
15336      Branch: perl
15337            ! utf8.c
15338 ____________________________________________________________________________
15339 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
15340         Log: Subject: Re: [PATCH] ...while $var = glob(...)
15341              From: Robin Houston <robin@kitsite.com> 
15342              Date: Wed, 19 Dec 2001 13:48:55 +0000
15343              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
15344              
15345              Not exactly a glob test but internal-logically correct.
15346      Branch: perl
15347            ! t/op/glob.t
15348 ____________________________________________________________________________
15349 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
15350         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
15351              From: Michael G Schwern <schwern@pobox.com> 
15352              Date: Wed, 19 Dec 2001 07:42:54 -0500
15353              Message-ID: <20011219124254.GF8630@blackrider>
15354      Branch: perl
15355            + lib/lib.t
15356            ! MANIFEST lib/lib_pm.PL
15357 ____________________________________________________________________________
15358 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
15359         Log: Integrate with perlio.
15360      Branch: perl
15361           !> hv.c hv.h scope.c util.c
15362 ____________________________________________________________________________
15363 [ 13797] By: nick                                  on 2001/12/19  12:03:21
15364         Log: Remove the sometimes-lvalue cast
15365      Branch: perlio
15366            ! hv.h
15367 ____________________________________________________________________________
15368 [ 13796] By: nick                                  on 2001/12/19  11:02:27
15369         Log: alarm.t with -Uuseperlio fix
15370              - SA_RESTART should only be function of PERL_OLD_SIGNALS
15371              not USE_PERLIO
15372      Branch: perlio
15373            ! util.c
15374 ____________________________________________________________________________
15375 [ 13795] By: nick                                  on 2001/12/19  10:19:40
15376         Log: Fix READONLY hashes:
15377              1. Discovered need for disabled scope.c part of Jeff's patch.
15378              2. Corrected hv_delete* - entry was being de-linked from
15379              chain (patch program not smart enough?)
15380      Branch: perlio
15381            ! hv.c scope.c
15382 ____________________________________________________________________________
15383 [ 13794] By: nick                                  on 2001/12/19  09:35:13
15384         Log: Integrate mainline
15385      Branch: perlio
15386           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
15387           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
15388           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
15389           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
15390           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
15391 ____________________________________________________________________________
15392 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
15393         Log: Regen toc.
15394      Branch: perl
15395            ! pod/perltoc.pod
15396 ____________________________________________________________________________
15397 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
15398         Log: FAQ sync.
15399      Branch: perl
15400            ! pod/perlfaq5.pod
15401 ____________________________________________________________________________
15402 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
15403         Log: Reformat round.
15404      Branch: perl
15405            ! pod/perlunicode.pod
15406 ____________________________________________________________________________
15407 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
15408         Log: Subject: [PATCH] pod/perlunicode.pod
15409              From: Jeffrey Friedl <jfriedl@yahoo.com>
15410              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
15411              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
15412      Branch: perl
15413            ! pod/perlunicode.pod
15414 ____________________________________________________________________________
15415 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
15416         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15417              From: Jeffrey Friedl <jfriedl@yahoo.com>
15418              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
15419              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
15420      Branch: perl
15421            ! pod/perluniintro.pod
15422 ____________________________________________________________________________
15423 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
15424         Log: Slight pod reformatting.
15425      Branch: perl
15426            ! pod/perluniintro.pod
15427 ____________________________________________________________________________
15428 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
15429         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15430              From: Jeffrey Friedl <jfriedl@yahoo.com>    
15431              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
15432              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
15433      Branch: perl
15434            ! pod/perluniintro.pod
15435 ____________________________________________________________________________
15436 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
15437         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
15438              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15439              Date: Wed, 19 Dec 2001 01:45:23 +0000
15440              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
15441      Branch: perl
15442            ! sv.c
15443 ____________________________________________________________________________
15444 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
15445         Log: Subject: Porting/checkURL.pl
15446              From: abigail@foad.org
15447              Date: Tue, 18 Dec 2001 19:03:22 +0100          
15448              Message-ID: <20011218180322.8278.qmail@foad.org> 
15449      Branch: perl
15450            ! Porting/checkURL.pl
15451 ____________________________________________________________________________
15452 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
15453         Log: metaconfig unit change for #13783.
15454      Branch: metaconfig
15455            ! U/modified/Loc.U
15456 ____________________________________________________________________________
15457 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
15458         Log: A bit too oversweeping matching in #13778.
15459      Branch: perl
15460            ! Configure
15461 ____________________________________________________________________________
15462 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
15463         Log: Re-gen Configure based on #13778..13781.
15464      Branch: perl
15465            ! Configure config_h.SH
15466 ____________________________________________________________________________
15467 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
15468         Log: First assume that crypt() can live happy normal life in
15469              the libc or the moral equivalent; only then try magic.
15470      Branch: metaconfig
15471            + U/modified/d_crypt.U
15472 ____________________________________________________________________________
15473 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
15474         Log: In VOS ACLs confuse the testing.
15475      Branch: metaconfig
15476            ! U/modified/Findhdr.U
15477 ____________________________________________________________________________
15478 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
15479         Log: Either make or gmake.
15480      Branch: metaconfig
15481            ! U/modified/Loc.U
15482 ____________________________________________________________________________
15483 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
15484         Log: If your _exe is different from .exe and your test -f $foo
15485              doesn't do magic to recognize $foo$_exe, you will need to
15486              specify -D_exe=... on command line-- and this patch.
15487      Branch: metaconfig
15488            + U/modified/sh.U
15489            ! U/modified/Loc.U
15490 ____________________________________________________________________________
15491 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
15492         Log: Fix the bugs in #13768..13776, and regen Configure.
15493      Branch: metaconfig
15494            ! U/compline/nblock_io.U U/modified/Findhdr.U
15495            ! U/modified/spitshell.U
15496      Branch: metaconfig/U/perl
15497            ! issymlink.U perlpath.U
15498      Branch: perl
15499            ! Configure config_h.SH
15500 ____________________________________________________________________________
15501 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
15502         Log: Must test with $_exe. (There are plenty of similar
15503              spots earlier but they are a tad more complex to fix
15504              since they come before the hints are run.)
15505      Branch: metaconfig
15506            + U/modified/yacc.U
15507 ____________________________________________________________________________
15508 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
15509         Log: F_SETFL might require <fcntl.h>
15510      Branch: metaconfig
15511            ! U/compline/nblock_io.U
15512 ____________________________________________________________________________
15513 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
15514         Log: Don't require make; have both make and gmake optional.
15515              (Maybe have a check that at least one of them is available?)
15516      Branch: metaconfig
15517            ! U/modified/Loc.U
15518 ____________________________________________________________________________
15519 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
15520         Log: cat might be farther than /bin or /usr/bin.
15521      Branch: metaconfig
15522            ! U/modified/spitshell.U
15523 ____________________________________________________________________________
15524 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
15525         Log: In VOS the path component separator is >, not /.
15526      Branch: metaconfig
15527            ! U/modified/Findhdr.U
15528 ____________________________________________________________________________
15529 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
15530         Log: The VOS shell doesn't implement the ? wildcard
15531              (? is used for other purposes, I assume); but
15532              it does implement the * wildcard, and that works
15533              in the general case just fine.
15534      Branch: metaconfig/U/perl
15535            ! d_dlsymun.U
15536 ____________________________________________________________________________
15537 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
15538         Log: VOS detection.
15539      Branch: metaconfig
15540            ! U/modified/Oldconfig.U
15541 ____________________________________________________________________________
15542 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
15543         Log: Proper path for VOS.
15544      Branch: metaconfig
15545            ! U/modified/Head.U
15546 ____________________________________________________________________________
15547 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
15548         Log: Change s/>& 4/>&4/g for consistency.
15549      Branch: metaconfig
15550            + U/modified/d_dosuid.U
15551            ! U/modified/d_socket.U
15552      Branch: metaconfig/U/perl
15553            ! issymlink.U perlxvf.U
15554 ____________________________________________________________________________
15555 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
15556         Log: Subject: Re: Benchmark.t failure on Linux
15557              From: Nicholas Clark <nick@ccl4.org>
15558              Date: Tue, 18 Dec 2001 22:51:25 +0000
15559              Message-ID: <20011218225124.N21702@plum.flirble.org>
15560      Branch: perl
15561            ! lib/Benchmark.t
15562 ____________________________________________________________________________
15563 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
15564         Log: Re-applying #13752 until a better solution can be found.
15565      Branch: perl
15566            ! lib/ExtUtils/t/MM_Unix.t
15567 ____________________________________________________________________________
15568 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
15569         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
15570              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
15571              Date: Tue, 18 Dec 2001 12:05:40 -0500
15572              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
15573      Branch: perl
15574            ! lib/Exporter.pm
15575 ____________________________________________________________________________
15576 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
15577         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
15578              findings -- some of the warnings I can't explain except
15579              by NVgf being detected wrong, though.
15580      Branch: perl
15581            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
15582 ____________________________________________________________________________
15583 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
15584         Log: Subject: [PATCH] pod/perluniintro.pod
15585              From: Jeffrey Friedl <jfriedl@yahoo.com>
15586              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
15587              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
15588      Branch: perl
15589            ! pod/perluniintro.pod
15590 ____________________________________________________________________________
15591 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
15592         Log: ".pm" is the native executable suffix in VOS.
15593      Branch: perl
15594            ! hints/vos.sh
15595 ____________________________________________________________________________
15596 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
15597         Log: Integrate perlio;
15598              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15599      Branch: perl
15600           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15601 ____________________________________________________________________________
15602 [ 13760] By: nick                                  on 2001/12/18  15:55:22
15603         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15604              - added delete of READONLY value inhibit & test for same
15605              - re-tabbed
15606      Branch: perlio
15607            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15608 ____________________________________________________________________________
15609 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
15610         Log: (Undone by #13766.)
15611              Retract #13752.
15612      Branch: perl
15613            ! lib/ExtUtils/t/MM_Unix.t
15614 ____________________________________________________________________________
15615 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
15616         Log: Echoes of #13757.
15617      Branch: perl
15618            ! t/lib/warnings/utf8
15619 ____________________________________________________________________________
15620 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
15621         Log: Make the utf8 malformedness messages more verbose.
15622      Branch: perl
15623            ! lib/utf8.t utf8.c
15624 ____________________________________________________________________________
15625 [ 13756] By: nick                                  on 2001/12/18  14:43:58
15626         Log: Integrate mainline
15627      Branch: perlio
15628           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
15629           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
15630           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
15631           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
15632           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15633           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
15634            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
15635            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
15636            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
15637            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15638            - lib/ExtUtils/testlib.t
15639           !> (integrate 28 files)
15640 ____________________________________________________________________________
15641 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
15642         Log: README.aix updates from Jens-Uwe Mager.
15643      Branch: perl
15644            ! README.aix
15645 ____________________________________________________________________________
15646 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
15647         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
15648              From: Michael G Schwern <schwern@pobox.com>
15649              Date: Tue, 18 Dec 2001 00:58:18 -0500
15650              Message-ID: <20011218055818.GC4362@blackrider>
15651      Branch: perl
15652            ! lib/Benchmark.t
15653 ____________________________________________________________________________
15654 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
15655         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
15656              From: Michael G Schwern <schwern@pobox.com>
15657              Date: Tue, 18 Dec 2001 00:40:38 -0500
15658              Message-ID: <20011218054038.GB4362@blackrider>
15659      Branch: perl
15660            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15661 ____________________________________________________________________________
15662 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
15663         Log: (reintroduced by #13766)
15664              (retracted by #13759)
15665              
15666              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
15667              From: Michael G Schwern <schwern@pobox.com>  
15668              Date: Tue, 18 Dec 2001 00:00:23 -0500
15669              Message-ID: <20011218050023.GA27893@blackrider>
15670      Branch: perl
15671            ! lib/ExtUtils/t/MM_Unix.t
15672 ____________________________________________________________________________
15673 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
15674         Log: Re-patch #13749.
15675      Branch: perl
15676            ! t/op/glob.t
15677 ____________________________________________________________________________
15678 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
15679         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
15680              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15681              Date: Tue, 18 Dec 2001 12:55:43 +0000
15682              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
15683      Branch: perl
15684            ! ext/Devel/Peek/Peek.pm
15685 ____________________________________________________________________________
15686 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
15687         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
15688              From: Robin Houston <robin@kitsite.com> 
15689              Date: Tue, 18 Dec 2001 14:54:33 +0000
15690              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
15691      Branch: perl
15692            ! t/op/glob.t
15693 ____________________________________________________________________________
15694 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
15695         Log: Subject: [PATCH] slightly more for Exporter.pm
15696              From: Nicholas Clark <nick@ccl4.org>
15697              Date: Tue, 18 Dec 2001 00:22:03 +0000
15698              Message-ID: <20011218002203.M21702@plum.flirble.org>
15699      Branch: perl
15700            ! lib/Exporter.pm
15701 ____________________________________________________________________________
15702 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
15703         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
15704              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15705              Date: Mon, 17 Dec 2001 16:37:18 +0100
15706              Message-ID: <20011217163718.A2292@rafael>
15707              
15708              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
15709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15710              Date: Mon, 17 Dec 2001 23:17:06 +0100
15711              Message-ID: <20011217231706.A730@rafael>
15712      Branch: perl
15713            ! pod/perlsub.pod pp.c toke.c
15714 ____________________________________________________________________________
15715 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
15716         Log: Update Changes.
15717      Branch: perl
15718            ! Changes patchlevel.h
15719 ____________________________________________________________________________
15720 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
15721         Log: New test warrants a MANIFEST entry.
15722      Branch: perl
15723            ! MANIFEST
15724 ____________________________________________________________________________
15725 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
15726         Log: Subject: Re: [PATCH] ...while $var = glob(...)
15727              From: Robin Houston <robin@kitsite.com>
15728              Date: Mon, 17 Dec 2001 20:27:30 +0000
15729              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
15730              
15731              Can't portably unlink open files.
15732      Branch: perl
15733            ! t/op/glob.t
15734 ____________________________________________________________________________
15735 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
15736         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
15737      Branch: perl
15738            ! pod/perluniintro.pod
15739 ____________________________________________________________________________
15740 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
15741         Log: Move typeglob test from glob.t to gv.t.
15742      Branch: perl
15743            ! t/op/glob.t t/op/gv.t
15744 ____________________________________________________________________________
15745 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
15746         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
15747              From: Robin Houston <robin@kitsite.com> 
15748              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
15749              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
15750      Branch: perl
15751            ! t/op/glob.t
15752 ____________________________________________________________________________
15753 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
15754         Log: Demote the surrogate and non-character errors to warnings.
15755      Branch: perl
15756            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
15757 ____________________________________________________________________________
15758 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
15759         Log: Subject: [PATCH] more POSIX tests, and more autoloading
15760              From: Nicholas Clark <nick@ccl4.org>
15761              Date: Mon, 17 Dec 2001 18:27:47 +0000
15762              Message-ID: <20011217182747.D21702@plum.flirble.org>
15763      Branch: perl
15764            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
15765 ____________________________________________________________________________
15766 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
15767         Log: Subject: [PATCH] ...while $var = glob(...)
15768              From: Robin Houston <robin@kitsite.com> 
15769              Date: Mon, 17 Dec 2001 15:51:54 +0000
15770              Message-ID: <20011217155153.A311@robin.kitsite.com>
15771      Branch: perl
15772            ! op.c
15773 ____________________________________________________________________________
15774 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
15775         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
15776              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15777              Date: Mon, 17 Dec 2001 15:23:01 +0100
15778              Message-ID: <20011217152301.A704@rafael>
15779      Branch: perl
15780            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
15781 ____________________________________________________________________________
15782 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
15783         Log: The system() vs $SIG{ARLM} is no more a todo.
15784      Branch: perl
15785            ! t/op/alarm.t
15786 ____________________________________________________________________________
15787 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
15788         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
15789              From: Michael G Schwern <schwern@pobox.com>
15790              Date: Sun, 16 Dec 2001 23:59:01 -0500
15791              Message-ID: <20011217045901.GL17232@blackrider>
15792      Branch: perl
15793            + t/op/alarm.t
15794            ! MANIFEST
15795 ____________________________________________________________________________
15796 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
15797         Log: s/UNIX/Unix/
15798      Branch: perl
15799            ! MANIFEST
15800 ____________________________________________________________________________
15801 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
15802         Log: Move ExtUtils tests to lib/ExtUtils/t.
15803      Branch: perl
15804            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
15805            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
15806            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
15807            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
15808            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15809            + lib/ExtUtils/t/testlib.t
15810            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
15811            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
15812            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
15813            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
15814            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
15815            ! MANIFEST
15816 ____________________________________________________________________________
15817 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
15818         Log: Subject: [PATCH] MM_Unix tests, and some questions
15819              From: Tels <perl_dummy@bloodgate.com>
15820              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
15821              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
15822              
15823              Subject: Re: [PATCH] MM_Unix tests, and some questions
15824              From: Tels <perl_dummy@bloodgate.com>
15825              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
15826              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
15827      Branch: perl
15828            + lib/ExtUtils/MM_Unix.t
15829            ! MANIFEST lib/ExtUtils/MM_Unix.pm
15830 ____________________________________________________________________________
15831 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
15832         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
15833              From: Michael G Schwern <schwern@pobox.com>
15834              Date: Sun, 16 Dec 2001 17:53:55 -0500
15835              Message-ID: <20011216225354.GE8900@blackrider>
15836      Branch: perl
15837            ! lib/ExtUtils/MM_Unix.pm
15838 ____________________________________________________________________________
15839 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
15840         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
15841              From: Michael G Schwern <schwern@pobox.com>                
15842              Date: Sun, 16 Dec 2001 16:12:55 -0500
15843              Message-ID: <20011216211255.GV8900@blackrider>
15844      Branch: perl
15845            ! ext/B/B/Deparse.pm
15846 ____________________________________________________________________________
15847 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
15848         Log: Subject: [PATCH] Exporter.pm
15849              From: Nicholas Clark <nick@ccl4.org>
15850              Date: Sun, 16 Dec 2001 19:24:25 +0000
15851              Message-ID: <20011216192425.R21702@plum.flirble.org>
15852      Branch: perl
15853            ! lib/Exporter.pm
15854 ____________________________________________________________________________
15855 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
15856         Log: Subject: [PATCH] Exporter.t (and question)
15857              From: Nicholas Clark <nick@ccl4.org>
15858              Date: Sun, 16 Dec 2001 17:24:55 +0000
15859              Message-ID: <20011216172455.P21702@plum.flirble.org>
15860      Branch: perl
15861            ! lib/Exporter.t
15862 ____________________________________________________________________________
15863 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
15864         Log: Subject: Re: perl@13661
15865              From: "John P. Linderman" <jpl@research.att.com>              
15866              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
15867              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
15868      Branch: perl
15869            ! pp_sort.c
15870 ____________________________________________________________________________
15871 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
15872         Log: Subject: Will the real Unicode encoding please stand up?
15873              From: Jeffrey Friedl <jfriedl@yahoo.com>
15874              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
15875              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
15876      Branch: perl
15877            ! pod/perluniintro.pod
15878 ____________________________________________________________________________
15879 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
15880         Log: Integrate perlio; interruptable system().
15881      Branch: perl
15882           !> util.c
15883 ____________________________________________________________________________
15884 [ 13724] By: nick                                  on 2001/12/17  09:16:50
15885         Log: Fix for alarm() breaking into wait*().
15886              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
15887              signal handler before caller re-does the system call.
15888      Branch: perlio
15889            ! util.c
15890 ____________________________________________________________________________
15891 [ 13723] By: nick                                  on 2001/12/17  07:45:13
15892         Log: Integrate mainline
15893      Branch: perlio
15894           +> (branch 26 files)
15895           !> (integrate 47 files)
15896 ____________________________________________________________________________
15897 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
15898         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
15899              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
15900              and characters beyond 0x10FFF should be disallowed, too,
15901              but some tests would need changing, but more importantly some
15902              APIs would need remodeling since one can easily generate such
15903              characters either by bitwise complements, tr complements, or
15904              v-strings.
15905      Branch: perl
15906            ! pod/perldiag.pod utf8.c
15907 ____________________________________________________________________________
15908 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
15909         Log: Make surrogates illegal also on EBCDIC.
15910      Branch: perl
15911            ! utf8.c
15912 ____________________________________________________________________________
15913 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
15914         Log: Subject: [patch @13687] Unicode::Collate 0.10
15915              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
15916              Date: Sun, 16 Dec 2001 21:22:12 +0900
15917              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
15918      Branch: perl
15919            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15920            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15921 ____________________________________________________________________________
15922 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
15923         Log: More documentation for the encoding pragma.
15924      Branch: perl
15925            ! lib/encoding.pm
15926 ____________________________________________________________________________
15927 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
15928         Log: Subject: [PATCH] lib/open.pm 
15929              From: Jeffrey Friedl <jfriedl@yahoo.com>
15930              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
15931              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
15932      Branch: perl
15933            ! lib/open.pm
15934 ____________________________________________________________________________
15935 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
15936         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
15937              From: chromatic <chromatic@rmci.net>
15938              Date: Sat, 15 Dec 2001 23:24:40 -0700
15939              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
15940      Branch: perl
15941            + lib/ExtUtils/Installed.t
15942            ! MANIFEST
15943 ____________________________________________________________________________
15944 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
15945         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
15946              From: Michael G Schwern <schwern@pobox.com>
15947              Date: Sun, 16 Dec 2001 01:14:00 -0500
15948              Message-ID: <20011216061400.GC8900@blackrider>
15949      Branch: perl
15950            ! lib/diagnostics.pm
15951 ____________________________________________________________________________
15952 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
15953         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
15954              From: Michael G Schwern <schwern@pobox.com>
15955              Date: Sun, 16 Dec 2001 01:12:42 -0500
15956              Message-ID: <20011216061242.GB8900@blackrider>
15957      Branch: perl
15958            ! t/test.pl
15959 ____________________________________________________________________________
15960 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
15961         Log: I sometimes outsmart myself.
15962      Branch: perl
15963            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
15964 ____________________________________________________________________________
15965 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
15966         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
15967              From: Michael G Schwern <schwern@pobox.com>
15968              Date: Sat, 15 Dec 2001 15:08:29 -0500
15969              Message-ID: <20011215200829.GK1548@blackrider>
15970      Branch: perl
15971            ! lib/AutoSplit.pm
15972 ____________________________________________________________________________
15973 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
15974         Log: perlunicode enchancements suggested by Jeffrey Friedl.
15975      Branch: perl
15976            ! pod/perlunicode.pod
15977 ____________________________________________________________________________
15978 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
15979         Log: Subject: [PATCH] perlunicode.pod
15980              From: Jeffrey Friedl <jfriedl@yahoo.com>
15981              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
15982              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
15983      Branch: perl
15984            ! pod/perlunicode.pod
15985 ____________________________________________________________________________
15986 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
15987         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
15988              From: Jeffrey Friedl <jfriedl@yahoo.com>
15989              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
15990              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
15991      Branch: perl
15992            ! lib/utf8_heavy.pl
15993 ____________________________________________________________________________
15994 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
15995         Log: Can't create surrogates; so can't match them, either.
15996      Branch: perl
15997            ! pod/perlunicode.pod
15998 ____________________________________________________________________________
15999 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
16000         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
16001              From: Michael G Schwern <schwern@pobox.com>
16002              Date: Sat, 15 Dec 2001 21:20:35 -0500
16003              Message-ID: <20011216022035.GE5672@blackrider>
16004      Branch: perl
16005            ! t/test.pl
16006 ____________________________________________________________________________
16007 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
16008         Log: Make creating UTF-8 surrogates a punishable act.
16009      Branch: perl
16010            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
16011 ____________________________________________________________________________
16012 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
16013         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
16014      Branch: perl
16015            + lib/unicore/In/172.pl lib/unicore/In/173.pl
16016            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
16017            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
16018            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
16019            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
16020            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
16021 ____________________________________________________________________________
16022 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
16023         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
16024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16025              Date: Sat, 15 Dec 2001 23:21:43 +0100
16026              Message-ID: <20011215232143.A11790@rafael>
16027      Branch: perl
16028            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
16029 ____________________________________________________________________________
16030 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
16031         Log: Make charnames more robust.
16032      Branch: perl
16033            ! lib/charnames.pm
16034 ____________________________________________________________________________
16035 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
16036         Log: The hoops one has to jump through.
16037      Branch: perl
16038            ! ext/I18N/Langinfo/Langinfo.pm
16039 ____________________________________________________________________________
16040 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
16041         Log: Subject: [PATCH] perlstyle.pod nit on warnings
16042              From: Autrijus Tang <autrijus@egb.elixus.org>
16043              Date: Sat, 15 Dec 2001 04:24:34 -0800
16044              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
16045      Branch: perl
16046            ! pod/perlstyle.pod
16047 ____________________________________________________________________________
16048 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
16049         Log: I don't think we are in FooOS, Toto.
16050      Branch: perl
16051            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
16052 ____________________________________________________________________________
16053 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
16054         Log: Subject: Re: Untested modules update:  There's more than we thought
16055              From: chromatic <chromatic@rmci.net>
16056              Date: Fri, 14 Dec 2001 17:20:24 -0700
16057              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
16058      Branch: perl
16059            + lib/ExtUtils/MM_Cygwin.t
16060            ! MANIFEST
16061 ____________________________________________________________________________
16062 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
16063         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
16064              From: Michael G Schwern <schwern@pobox.com> 
16065              Date: Fri, 14 Dec 2001 20:59:42 -0500
16066              Message-ID: <20011215015942.GF28596@blackrider>
16067      Branch: perl
16068            ! t/TEST
16069 ____________________________________________________________________________
16070 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
16071         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
16072              From: Michael G Schwern <schwern@pobox.com> 
16073              Date: Fri, 14 Dec 2001 20:03:46 -0500
16074              Message-ID: <20011215010346.GD28596@blackrider>
16075      Branch: perl
16076            + ext/B/t/bblock.t
16077            ! MANIFEST
16078 ____________________________________________________________________________
16079 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
16080         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
16081              From: Michael G Schwern <schwern@pobox.com> 
16082              Date: Fri, 14 Dec 2001 19:59:13 -0500
16083              Message-ID: <20011215005913.GC28596@blackrider>
16084      Branch: perl
16085            ! ext/B/B/Bblock.pm
16086 ____________________________________________________________________________
16087 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
16088         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
16089              From: Michael G Schwern <schwern@pobox.com> 
16090              Date: Fri, 14 Dec 2001 19:36:12 -0500
16091              Message-ID: <20011215003611.GA28596@blackrider>
16092      Branch: perl
16093            + ext/B/t/asmdata.t
16094            ! MANIFEST
16095 ____________________________________________________________________________
16096 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
16097         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
16098              From: Michael G Schwern <schwern@pobox.com> 
16099              Date: Fri, 14 Dec 2001 19:14:14 -0500
16100              Message-ID: <20011215001414.GA25077@blackrider>
16101      Branch: perl
16102            ! bytecode.pl ext/B/B/Asmdata.pm
16103 ____________________________________________________________________________
16104 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
16105         Log: Permissions.
16106      Branch: perl
16107            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
16108            ! ext/Devel/PPPort/module3.c
16109 ____________________________________________________________________________
16110 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
16111         Log: Benchmark test from Nicholas Clark.
16112      Branch: perl
16113            + lib/Benchmark.t
16114            ! MANIFEST lib/Benchmark.pm
16115 ____________________________________________________________________________
16116 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
16117         Log: Mithing.
16118      Branch: perl
16119            + lib/Attribute/Handlers/demo/demo2.pl
16120            + lib/Attribute/Handlers/demo/demo3.pl
16121            + lib/Attribute/Handlers/demo/demo4.pl
16122 ____________________________________________________________________________
16123 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
16124         Log: Silence compiler worries found by Schwern/Digital cc.
16125      Branch: perl
16126            ! perlio.c sv.c x2p/str.c
16127 ____________________________________________________________________________
16128 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
16129         Log: User may not have a valid home directory even if
16130              getpwuid() succedds.
16131      Branch: perl
16132            ! ext/File/Glob/t/basic.t
16133 ____________________________________________________________________________
16134 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
16135         Log: Integrate with perlio.  (No changes, but that's okay.)
16136      Branch: perl
16137           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
16138 ____________________________________________________________________________
16139 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
16140         Log: Add a Configure hints file for VOS: the POSIX support
16141              of VOS is getting close to the point where it can run
16142              Configure (some Configure tweaks will be required).
16143      Branch: perl
16144            + hints/vos.sh
16145            ! MANIFEST
16146 ____________________________________________________________________________
16147 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
16148         Log: Update Changes.
16149      Branch: perl
16150            ! Changes patchlevel.h
16151 ____________________________________________________________________________
16152 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
16153         Log: Reintroduce Attribute::Handlers with Spider's fixes.
16154      Branch: perl
16155            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16156            + lib/Attribute/Handlers/README
16157            + lib/Attribute/Handlers/demo/Demo.pm
16158            + lib/Attribute/Handlers/demo/Descriptions.pm
16159            + lib/Attribute/Handlers/demo/MyClass.pm
16160            + lib/Attribute/Handlers/demo/demo.pl
16161            + lib/Attribute/Handlers/demo/demo_call.pl
16162            + lib/Attribute/Handlers/demo/demo_chain.pl
16163            + lib/Attribute/Handlers/demo/demo_cycle.pl
16164            + lib/Attribute/Handlers/demo/demo_hashdir.pl
16165            + lib/Attribute/Handlers/demo/demo_phases.pl
16166            + lib/Attribute/Handlers/demo/demo_range.pl
16167            + lib/Attribute/Handlers/demo/demo_rawdata.pl
16168            + lib/Attribute/Handlers/t/multi.t
16169            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
16170 ____________________________________________________________________________
16171 [ 13685] By: nick                                  on 2001/12/14  15:57:00
16172         Log: Integrate mainline
16173      Branch: perlio
16174           +> t/run/switcht.t
16175           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
16176           !> perlapi.h pod/perlrun.pod t/TEST taint.c
16177 ____________________________________________________________________________
16178 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
16179         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
16180              From: Michael G Schwern <schwern@pobox.com> 
16181              Date: Thu, 13 Dec 2001 19:27:08 -0500
16182              Message-ID: <20011214002707.GA10532@blackrider>
16183              
16184              (reword the perlrun -t description a bit,
16185              and move the Itaint_warn to the bottom of
16186              the intrpvar.h for binary compatibility)
16187      Branch: perl
16188            + t/run/switcht.t
16189            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
16190            ! perlapi.h pod/perlrun.pod t/TEST taint.c
16191 ____________________________________________________________________________
16192 [ 13683] By: nick                                  on 2001/12/14  12:29:41
16193         Log: Integrate mainline
16194      Branch: perlio
16195           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
16196           +> lib/Term/ReadLine.t t/op/hashassign.t
16197            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16198            - lib/Attribute/Handlers/README
16199            - lib/Attribute/Handlers/demo/Demo.pm
16200            - lib/Attribute/Handlers/demo/Descriptions.pm
16201            - lib/Attribute/Handlers/demo/MyClass.pm
16202            - lib/Attribute/Handlers/demo/demo.pl
16203            - lib/Attribute/Handlers/demo/demo2.pl
16204            - lib/Attribute/Handlers/demo/demo3.pl
16205            - lib/Attribute/Handlers/demo/demo4.pl
16206            - lib/Attribute/Handlers/demo/demo_call.pl
16207            - lib/Attribute/Handlers/demo/demo_chain.pl
16208            - lib/Attribute/Handlers/demo/demo_cycle.pl
16209            - lib/Attribute/Handlers/demo/demo_hashdir.pl
16210            - lib/Attribute/Handlers/demo/demo_phases.pl
16211            - lib/Attribute/Handlers/demo/demo_range.pl
16212            - lib/Attribute/Handlers/demo/demo_rawdata.pl
16213            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
16214           !> (integrate 101 files)
16215 ____________________________________________________________________________
16216 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
16217         Log: Detypo.
16218      Branch: perl
16219            ! utf8.c
16220 ____________________________________________________________________________
16221 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
16222         Log: Buffer overflow checks.
16223      Branch: perl
16224            ! utf8.c
16225 ____________________________________________________________________________
16226 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
16227         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
16228              From: Spider Boardman <spider@leggy.zk3.dec.com>
16229              Date: Thu, 13 Dec 2001 15:32:51 -0500
16230              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
16231      Branch: perl
16232            ! lib/ExtUtils/Embed.t
16233 ____________________________________________________________________________
16234 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
16235         Log: More on the Unicode "line" definition.
16236      Branch: perl
16237            ! pod/perlunicode.pod
16238 ____________________________________________________________________________
16239 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
16240         Log: Open-ended VERSION?
16241      Branch: perl
16242            ! lib/ExtUtils/Install.pm
16243 ____________________________________________________________________________
16244 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
16245         Log: Subject: [PATCH] Better make distclean
16246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16247              Date: Thu, 13 Dec 2001 21:10:18 +0100
16248              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
16249      Branch: perl
16250            ! Makefile.SH
16251 ____________________________________________________________________________
16252 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
16253         Log: Remove Memoize::Saves as requested by mjd.
16254      Branch: perl
16255            - lib/Memoize/Saves.pm
16256            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
16257 ____________________________________________________________________________
16258 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
16259         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
16260              From: Michael G Schwern <schwern@pobox.com>
16261              Date: Tue, 11 Dec 2001 23:17:32 -0500
16262              Message-ID: <20011212041732.GS17250@blackrider>
16263      Branch: perl
16264            ! lib/ExtUtils/Install.pm
16265 ____________________________________________________________________________
16266 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
16267         Log: Subject: [PATCH] Re: use utf8; with bad utf8
16268              From: Nicholas Clark <nick@ccl4.org>
16269              Date: Thu, 13 Dec 2001 17:09:39 +0000
16270              Message-ID: <20011213170939.L21702@plum.flirble.org>
16271      Branch: perl
16272            ! t/lib/1_compile.t
16273 ____________________________________________________________________________
16274 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
16275         Log: Subject: (LONG!) Sort benchmarks and patch
16276              From: "John P. Linderman" <jpl@research.att.com>
16277              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
16278              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
16279      Branch: perl
16280            ! pp_sort.c
16281 ____________________________________________________________________________
16282 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
16283         Log: Unadorned numbers evil.
16284      Branch: perl
16285            ! pp.c regcomp.c regexec.c utf8.c utf8.h
16286 ____________________________________________________________________________
16287 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
16288         Log: "preprocessing directive not recognized within macro arg"
16289      Branch: perl
16290            ! ext/Data/Dumper/Dumper.xs
16291 ____________________________________________________________________________
16292 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
16293         Log: Subject: Clarifying the documentation of goto            
16294              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
16295              Date: Thu, 13 Dec 2001 08:57:38 -0500
16296              Message-ID: <3C18BD8B@operamail.com>
16297      Branch: perl
16298            ! pod/perlfunc.pod
16299 ____________________________________________________________________________
16300 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
16301         Log: It could be possible for the case-insensitive
16302              Unicode-aware string comparison to wander off
16303              to the la-la land.
16304      Branch: perl
16305            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
16306            ! regexec.c utf8.c
16307 ____________________________________________________________________________
16308 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
16309         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
16310              From: Michael G Schwern <schwern@pobox.com> 
16311              Date: Wed, 12 Dec 2001 21:53:46 -0500
16312              Message-ID: <20011213025346.GH25129@blackrider>
16313      Branch: perl
16314            ! lib/Net/hostent.t t/op/stat.t t/test.pl
16315 ____________________________________________________________________________
16316 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
16317         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
16318              From: Michael G Schwern <schwern@pobox.com> 
16319              Date: Wed, 12 Dec 2001 20:33:42 -0500
16320              Message-ID: <20011213013342.GX25129@blackrider>
16321      Branch: perl
16322            ! t/io/fs.t
16323 ____________________________________________________________________________
16324 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
16325         Log: Subject: Re: [PATCH] use utf8; tests
16326              From: Nicholas Clark <nick@ccl4.org>
16327              Date: Thu, 13 Dec 2001 00:16:58 +0000
16328              Message-ID: <20011213001658.I21702@plum.flirble.org>
16329      Branch: perl
16330            ! lib/utf8.t
16331 ____________________________________________________________________________
16332 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
16333         Log: EPOC fixes from Olaf Flebbe.
16334      Branch: perl
16335            ! README.epoc epoc/config.sh epoc/createpkg.pl
16336            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
16337 ____________________________________________________________________________
16338 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
16339         Log: Subject: [PATCH perl@13661] VMS test fix-ups
16340              From: "Craig A. Berry" <craigberry@mac.com>
16341              Date: Wed, 12 Dec 2001 16:27:48 -0600
16342              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
16343      Branch: perl
16344            ! lib/Net/hostent.t t/io/fs.t
16345 ____________________________________________________________________________
16346 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
16347         Log: Subject: Re: Next cygwin round.
16348              From: "Gerrit P. Haase" <gp@familiehaase.de>
16349              Date: Wed, 12 Dec 2001 21:59:00 +0100
16350              Message-ID: <122343874595.20011212215900@familiehaase.de>
16351      Branch: perl
16352            ! t/io/fs.t
16353 ____________________________________________________________________________
16354 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
16355         Log: Subject: [PATCH] use utf8; tests
16356              From: Nicholas Clark <nick@ccl4.org>
16357              Date: Wed, 12 Dec 2001 20:07:04 +0000
16358              Message-ID: <20011212200704.E21702@plum.flirble.org>
16359      Branch: perl
16360            ! lib/utf8.t t/test.pl
16361 ____________________________________________________________________________
16362 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
16363         Log: Update Changes.
16364      Branch: perl
16365            ! Changes patchlevel.h
16366 ____________________________________________________________________________
16367 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
16368         Log: Subject: [PATCH] Passing in env to perl_parse did not work
16369              From: Gisle Aas <gisle@ActiveState.com>
16370              Date: 11 Dec 2001 20:52:57 -0800
16371              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
16372      Branch: perl
16373            ! perl.c perl.h
16374 ____________________________________________________________________________
16375 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
16376         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
16377              mostly gcc -Wall complaining about the argument of %p not
16378              being a void *.
16379      Branch: perl
16380            ! perlio.c regcomp.c taint.c toke.c
16381 ____________________________________________________________________________
16382 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
16383         Log: metaconfig unit change for #13657.
16384      Branch: metaconfig
16385            ! U/modified/nis.U
16386 ____________________________________________________________________________
16387 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
16388         Log: Try YP/NIS also from /usr/lib/yp.
16389      Branch: perl
16390            ! Configure
16391 ____________________________________________________________________________
16392 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
16393         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
16394              From: Michael G Schwern <schwern@pobox.com>                
16395              Date: Wed, 12 Dec 2001 05:27:02 -0500      
16396              Message-ID: <20011212102702.GW17250@blackrider>
16397              
16398              (the op/grent part)
16399      Branch: perl
16400            ! t/op/grent.t
16401 ____________________________________________________________________________
16402 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
16403         Log: Weed out .files from ls and readdir() results.
16404      Branch: perl
16405            ! t/op/stat.t
16406 ____________________________________________________________________________
16407 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
16408         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
16409              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16410              Date: Wed, 12 Dec 2001 10:52:21 +0100
16411              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
16412      Branch: perl
16413            ! lib/File/Find.pm
16414 ____________________________________________________________________________
16415 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
16416         Log: Subject: [PATCH] doio fatal on cygwin for 13651
16417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
16418              Date: Wed, 12 Dec 2001 11:28:13 +0100      
16419              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
16420      Branch: perl
16421            ! doio.c
16422 ____________________________________________________________________________
16423 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
16424         Log: Get the whole line of ls, makes debugging easier
16425              (from Schwern)
16426      Branch: perl
16427            ! t/op/stat.t
16428 ____________________________________________________________________________
16429 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
16430         Log: rename() must be tested even without link()
16431              or the utime() and rename-directory tests fail.
16432              (Also got the BeOS utime atime/time the wrong way round.)
16433      Branch: perl
16434            ! t/io/fs.t
16435 ____________________________________________________________________________
16436 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
16437         Log: Now that the beos.c is compiled at the main level
16438              the header is in the beos/
16439      Branch: perl
16440            ! beos/beos.c
16441 ____________________________________________________________________________
16442 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
16443         Log: Must remember to require Socket.
16444      Branch: perl
16445            ! ext/Sys/Syslog/syslog.t
16446 ____________________________________________________________________________
16447 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
16448         Log: In BeOS Errno must resort to actual compilation
16449              and execution for some of the error constants.
16450      Branch: perl
16451            ! ext/Errno/Errno_pm.PL
16452 ____________________________________________________________________________
16453 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
16454         Log: BeOS still has no good sockets.
16455      Branch: perl
16456            ! ext/IO/lib/IO/t/io_sel.t
16457 ____________________________________________________________________________
16458 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
16459         Log: BeOS sockets are not true sockets.
16460      Branch: perl
16461            ! ext/IO/lib/IO/t/io_poll.t
16462 ____________________________________________________________________________
16463 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
16464         Log: No Socket, no Syslog.
16465      Branch: perl
16466            ! ext/Sys/Syslog/syslog.t
16467 ____________________________________________________________________________
16468 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
16469         Log: (On some platforms) missing truncate FH.
16470      Branch: perl
16471            ! pod/perltodo.pod
16472 ____________________________________________________________________________
16473 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
16474         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
16475              and vms would be muchly appreciated.
16476      Branch: perl
16477            ! t/io/fs.t
16478 ____________________________________________________________________________
16479 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
16480         Log: utime() updates only the mtime in BeOS. 
16481      Branch: perl
16482            ! pod/perlport.pod
16483 ____________________________________________________________________________
16484 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
16485         Log: No link(), no need to dSP.
16486      Branch: perl
16487            ! pp_sys.c
16488 ____________________________________________________________________________
16489 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
16490         Log: Missing argument.
16491      Branch: perl
16492            ! utf8.c
16493 ____________________________________________________________________________
16494 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
16495         Log: (1) To assume any setuid programs is silly.
16496              (2) Chaining tests with booleans means that some
16497              of them may not get run which means getting out
16498              of test count sync.
16499      Branch: perl
16500            ! t/op/stat.t
16501 ____________________________________________________________________________
16502 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
16503         Log: The beos.c needs to be in the main directory.
16504      Branch: perl
16505            ! hints/beos.sh
16506 ____________________________________________________________________________
16507 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
16508         Log: Detypo and rename.
16509      Branch: perl
16510            ! doio.c perl.h perlio.c perliol.h
16511 ____________________________________________________________________________
16512 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
16513         Log: This time I test compiled.  Honest.
16514      Branch: perl
16515            ! beos/beos.c
16516 ____________________________________________________________________________
16517 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
16518         Log: Subject: [PATCH] slightly more pack tests
16519              From: Nicholas Clark <nick@ccl4.org>
16520              Date: Tue, 11 Dec 2001 23:41:23 +0000
16521              Message-ID: <20011211234123.Y21702@plum.flirble.org>
16522      Branch: perl
16523            ! t/op/pack.t
16524 ____________________________________________________________________________
16525 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
16526         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
16527              From: "Craig A. Berry" <craigberry@mac.com>
16528              Date: Tue, 11 Dec 2001 16:39:13 -0600
16529              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
16530      Branch: perl
16531            ! configure.com
16532 ____________________________________________________________________________
16533 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
16534         Log: metaconfig unit change for #13632.
16535      Branch: metaconfig/U/perl
16536            ! perlpath.U
16537 ____________________________________________________________________________
16538 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
16539         Log: Subject: $Config{perlpath} and -Dversiononly
16540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16541              Date: Tue, 11 Dec 2001 23:32:33 +0100
16542              Message-ID: <20011211233233.A11587@rafael>
16543      Branch: perl
16544            ! Configure
16545 ____________________________________________________________________________
16546 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
16547         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
16548              From: Nicholas Clark <nick@ccl4.org>
16549              Date: Tue, 11 Dec 2001 21:59:36 +0000
16550              Message-ID: <20011211215935.W21702@plum.flirble.org>
16551      Branch: perl
16552            ! t/op/pack.t
16553 ____________________________________________________________________________
16554 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
16555         Log: More UTF-8 API docs.
16556      Branch: perl
16557            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
16558 ____________________________________________________________________________
16559 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
16560         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
16561              From: Nicholas Clark <nick@ccl4.org>
16562              Date: Tue, 11 Dec 2001 20:08:59 +0000
16563              Message-ID: <20011211200859.S21702@plum.flirble.org>
16564      Branch: perl
16565            ! t/op/pack.t
16566 ____________________________________________________________________________
16567 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
16568         Log: Subject: Re: use utf8; with bad utf8
16569              From: Nicholas Clark <nick@ccl4.org>
16570              Date: Tue, 11 Dec 2001 19:49:21 +0000
16571              Message-ID: <20011211194921.R21702@plum.flirble.org>
16572      Branch: perl
16573            ! lib/utf8.t
16574 ____________________________________________________________________________
16575 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
16576         Log: Can't spell worth a dam.  (Try Three Gorges.)
16577      Branch: perl
16578            ! beos/beos.c
16579 ____________________________________________________________________________
16580 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
16581         Log: We need DWIM cpps.
16582      Branch: perl
16583            ! perlio.c
16584 ____________________________________________________________________________
16585 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
16586         Log: The unixish.h needs to be found and the waitpid wrapper
16587              could use a proto.
16588      Branch: perl
16589            ! beos/beosish.h
16590 ____________________________________________________________________________
16591 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
16592         Log: The BeOS waitpid() seems to be broken,
16593              have a wrapper for it.
16594      Branch: perl
16595            + beos/beos.c beos/beosish.h
16596            ! MANIFEST hints/beos.sh perl.h
16597 ____________________________________________________________________________
16598 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
16599         Log: Unlean the leaning tower of Babel.
16600      Branch: perl
16601            ! perl.h
16602 ____________________________________________________________________________
16603 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
16604         Log: Retract #13607 until we figure out what to do with autouse.
16605      Branch: perl
16606            ! lib/Carp.pm
16607 ____________________________________________________________________________
16608 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
16609         Log: Try to handle platforms that have O_TEXT != O_BINARY but
16610              which are not DOSish, BeOS being one of such platforms.
16611              Ideally this should be a Configure test, not a hardwired
16612              cpp symbol test... 
16613      Branch: perl
16614            ! doio.c perl.h perlio.c perliol.h
16615 ____________________________________________________________________________
16616 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
16617         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
16618              From: Jonathan Stowe <gellyfish@gellyfish.com>
16619              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
16620              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
16621      Branch: perl
16622            ! lib/Term/Cap.pm lib/Term/Cap.t
16623 ____________________________________________________________________________
16624 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
16625         Log: Subject: [patch perlio.c] test for NULL before derefencing
16626              From: Stas Bekman <stas@stason.org>
16627              Date: Tue, 11 Dec 2001 16:17:55 +0800
16628              Message-ID: <3C15C133.8@stason.org>
16629      Branch: perl
16630            ! perlio.c
16631 ____________________________________________________________________________
16632 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
16633         Log: metaconfig unit change for #13617.
16634      Branch: metaconfig/U/perl
16635            ! Extensions.U
16636 ____________________________________________________________________________
16637 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
16638         Log: BeOS has socket() but not enough to build a working Socket.
16639              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
16640              new networking implementation, which is rumored to fix the
16641              non-standardness of sockets, but it's apparently not publicly
16642              available, and anything to do with BeOS has become quite
16643              complicated with the sale of the Be assets to Palm.)
16644      Branch: perl
16645            ! Configure
16646 ____________________________________________________________________________
16647 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
16648         Log: Update changes
16649      Branch: maint-5.6/macperl
16650            ! macos/Changes
16651 ____________________________________________________________________________
16652 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
16653         Log: Add extra pod to help
16654      Branch: maint-5.6/macperl
16655            ! macos/macperl/MacPerl.podhelp
16656 ____________________________________________________________________________
16657 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
16658         Log: Return DoAppleScript errors in $@
16659      Branch: maint-5.6/macperl
16660            ! macos/ext/MacPerl/OSA.xs
16661 ____________________________________________________________________________
16662 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
16663         Log: Clear out $^E before each script run
16664      Branch: maint-5.6/macperl
16665            ! macos/macperl/MPScript.c
16666 ____________________________________________________________________________
16667 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
16668         Log: Integrate various changes from maint-5.6/perl/.
16669      Branch: maint-5.6/macperl
16670           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
16671           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
16672 ____________________________________________________________________________
16673 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
16674         Log: Subject: Exporter's documentation shouldn't lie               
16675              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16676              Date: Mon, 10 Dec 2001 21:30:20 -0500
16677              Message-ID: <3C4AA201@operamail.com>
16678      Branch: perl
16679            ! lib/Exporter.pm
16680 ____________________________________________________________________________
16681 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
16682         Log: Make Errno better in BeOS (the second hunk is
16683              good on any platform).  Still not working in BeOS
16684              are the E constants that refer BeOS native error
16685              constants (B_...) which are enums (*groan*).
16686      Branch: perl
16687            ! ext/Errno/Errno_pm.PL
16688 ____________________________________________________________________________
16689 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
16690         Log: The BeOS linker seems to link the last seen symbol,
16691              not the first (so the symbols of op.o from libperl.so
16692              would get linked to miniperl instead of the symbols of
16693              opmini.o)-- use the same trick as for NeXT4 for linking
16694              miniperl.
16695      Branch: perl
16696            ! Makefile.SH
16697 ____________________________________________________________________________
16698 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
16699         Log: Subject: Re: [PATCH] tests for hash assignment
16700              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16701              Date: Tue, 11 Dec 2001 01:48:55 +0000
16702              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
16703      Branch: perl
16704            ! utf8.c
16705 ____________________________________________________________________________
16706 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
16707         Log: (retracted by #13622)
16708              
16709              Subject: RE: More verbose POD for Carp
16710              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16711              Date: Mon, 10 Dec 2001 20:23:20 -0500
16712              Message-ID: <3C4A3566@operamail.com>
16713      Branch: perl
16714            ! lib/Carp.pm
16715 ____________________________________________________________________________
16716 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
16717         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
16718              From: "Craig A. Berry" <craigberry@mac.com>
16719              Date: Mon, 10 Dec 2001 18:25:37 -0600
16720              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
16721      Branch: perl
16722            ! t/op/write.t t/test.pl
16723 ____________________________________________________________________________
16724 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
16725         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
16726              From: Michael G Schwern <schwern@pobox.com>
16727              Date: Mon, 10 Dec 2001 08:00:01 -0500
16728              Message-ID: <20011210130000.GK1770@blackrider>
16729      Branch: perl
16730            ! t/comp/multiline.t
16731 ____________________________________________________________________________
16732 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
16733         Log: Subject: Re: [PATCH] tests for hash assignment
16734              From: Nicholas Clark <nick@ccl4.org>
16735              Date: Mon, 10 Dec 2001 23:22:28 +0000
16736              Message-ID: <20011210232228.M21702@plum.flirble.org>
16737      Branch: perl
16738            + t/op/hashassign.t
16739            ! MANIFEST t/op/each.t t/test.pl
16740 ____________________________________________________________________________
16741 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
16742         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
16743              From: "Craig A. Berry" <craigberry@mac.com>
16744              Date: Mon, 10 Dec 2001 16:38:14 -0600
16745              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
16746      Branch: perl
16747            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
16748 ____________________________________________________________________________
16749 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
16750         Log: Subject: [PATCH perl@13600] configure.com fixes
16751              From: "Craig A. Berry" <craigberry@mac.com>
16752              Date: Mon, 10 Dec 2001 14:40:20 -0600
16753              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
16754      Branch: perl
16755            ! configure.com
16756 ____________________________________________________________________________
16757 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
16758         Log: Silence BeOS compilation moaning.
16759      Branch: perl
16760            ! perl.h
16761 ____________________________________________________________________________
16762 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
16763         Log: Update Changes.
16764      Branch: perl
16765            ! Changes patchlevel.h
16766 ____________________________________________________________________________
16767 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
16768         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
16769              From: Michael G Schwern <schwern@pobox.com>
16770              Date: Mon, 10 Dec 2001 01:21:03 -0500
16771              Message-ID: <20011210062103.GC1770@blackrider>
16772      Branch: perl
16773            ! lib/ExtUtils/Command.t
16774 ____________________________________________________________________________
16775 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
16776         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
16777              From: Michael G Schwern <schwern@pobox.com>
16778              Date: Mon, 10 Dec 2001 01:10:57 -0500
16779              Message-ID: <20011210061057.GB1770@blackrider>
16780      Branch: perl
16781            ! t/op/groups.t
16782 ____________________________________________________________________________
16783 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
16784         Log: Retract #13596, #13593 should do the trick.
16785      Branch: perl
16786            ! t/op/stat.t
16787 ____________________________________________________________________________
16788 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
16789         Log: (retracted by #13597, #13593 does the job better)
16790              
16791              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
16792              From: Michael G Schwern <schwern@pobox.com>
16793              Date: Mon, 10 Dec 2001 00:53:16 -0500
16794              Message-ID: <20011210055316.GA1770@blackrider>
16795      Branch: perl
16796            ! t/op/stat.t
16797 ____________________________________________________________________________
16798 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
16799         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
16800              From: Michael G Schwern <schwern@pobox.com> 
16801              Date: Mon, 10 Dec 2001 02:19:14 -0500
16802              Message-ID: <20011210071914.GF1770@blackrider>
16803      Branch: perl
16804            ! lib/AutoSplit.t
16805 ____________________________________________________________________________
16806 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
16807         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
16808              From: Michael G Schwern <schwern@pobox.com>
16809              Date: Mon, 10 Dec 2001 02:47:40 -0500
16810              Message-ID: <20011210074739.GH1770@blackrider>
16811      Branch: perl
16812            ! t/op/pack.t
16813 ____________________________________________________________________________
16814 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
16815         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
16816              From: Michael G Schwern <schwern@pobox.com>
16817              Date: Mon, 10 Dec 2001 02:54:22 -0500
16818              Message-ID: <20011210075422.GI1770@blackrider>
16819      Branch: perl
16820            ! t/test.pl
16821 ____________________________________________________________________________
16822 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
16823         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
16824              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16825              Date: Mon, 10 Dec 2001 08:45:20 +0100
16826              Message-ID: <3C146810.60B5B7C0@alcatel.at>
16827      Branch: perl
16828            ! pp_pack.c
16829 ____________________________________________________________________________
16830 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
16831         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
16832              From: Michael G Schwern <schwern@pobox.com>
16833              Date: Mon, 10 Dec 2001 03:27:02 -0500
16834              Message-ID: <20011210082702.GN1770@blackrider>
16835      Branch: perl
16836            ! t/io/openpid.t
16837 ____________________________________________________________________________
16838 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
16839         Log: More chmod +w.
16840      Branch: perl
16841            ! Porting/makerel
16842 ____________________________________________________________________________
16843 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
16844         Log: Just skip the readability test if running as root.
16845      Branch: perl
16846            ! lib/Net/t/netrc.t
16847 ____________________________________________________________________________
16848 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
16849         Log: Tell about the downside of safe signals.
16850      Branch: perl
16851            ! pod/perldelta.pod
16852 ____________________________________________________________________________
16853 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
16854         Log: Make the whole -lperl thing NetBSD only until we
16855              find some other platform that needs the same.
16856      Branch: perl
16857            ! lib/ExtUtils/MM_Unix.pm
16858 ____________________________________________________________________________
16859 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
16860         Log: Subject: [PATCH t/op/pack.t] Cleanup
16861              From: Michael G Schwern <schwern@pobox.com> 
16862              Date: Sun, 9 Dec 2001 23:08:26 -0500
16863              Message-ID: <20011210040826.GD660@blackrider>
16864      Branch: perl
16865            ! t/op/pack.t
16866 ____________________________________________________________________________
16867 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
16868         Log: Add threads support for NetBSD.
16869              
16870              This is also the first (I think) Perl threads build with
16871              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
16872              NetBSD does not as of yet have true kernel POSIX threads,
16873              but the user-level pth seems to be doing pretty well--
16874              the only failure is that threads/t/basic okays 6 and 7
16875              consistently seem be arriving in the reverse order.
16876              Well, gdbm.t is also failing: 'Undefined PLT symbol
16877              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
16878              guessing that GDBM would need a threaded rebuild.
16879      Branch: perl
16880            ! hints/netbsd.sh
16881 ____________________________________________________________________________
16882 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
16883         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
16884              potential performance hit and change in semantics of closure
16885              lookups after C<undef &foo>)
16886      Branch: maint-5.6/perl
16887            ! op.c
16888 ____________________________________________________________________________
16889 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
16890         Log: metaconfig unit change for #13582.
16891      Branch: metaconfig
16892            ! U/threads/usethreads.U
16893 ____________________________________________________________________________
16894 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
16895         Log: Update the ithreads selection info in Configure,
16896              as suggested by Michael Schwern.
16897      Branch: perl
16898            ! Configure
16899 ____________________________________________________________________________
16900 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
16901         Log: Clearing locale environment simply doesn't seem to
16902              guarantee that (nl_)langinfo(CODESET) would return nil.
16903              (I for example get "ISO8859-1", so <guess>maybe there can
16904              be per-system default settings at work</guess>.)
16905      Branch: perl
16906            ! lib/open.t
16907 ____________________________________________________________________________
16908 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
16909         Log: Subject: RE: Exporter fixes reversed in 13540?
16910              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
16911              Date: Sun, 9 Dec 2001 12:55:15 -0500
16912              Message-ID: <3C13F455@operamail.com>
16913      Branch: perl
16914            ! lib/open.pm
16915 ____________________________________________________________________________
16916 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
16917         Log: Root is the lizard king.
16918      Branch: perl
16919            ! lib/Net/t/netrc.t
16920 ____________________________________________________________________________
16921 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
16922         Log: Telling how many tests we are expecting helps.
16923      Branch: perl
16924            ! ext/POSIX/t/waitpid.t
16925 ____________________________________________________________________________
16926 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
16927         Log: Add a test case for waitpid(): from Rocco Caputo.
16928      Branch: perl
16929            + ext/POSIX/t/waitpid.t
16930            ! MANIFEST
16931 ____________________________________________________________________________
16932 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
16933         Log: Subject: [PATCH] Term::ReadLine tweaks and test
16934              From: Richard Clamp <richardc@unixbeard.net>
16935              Date: Mon, 10 Dec 2001 00:51:47 +0000
16936              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
16937      Branch: perl
16938            + lib/Term/ReadLine.t
16939            ! MANIFEST lib/Term/ReadLine.pm
16940 ____________________________________________________________________________
16941 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
16942         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
16943              From: Rocco Caputo <troc@netrus.net>
16944              Date: Sun, 9 Dec 2001 18:12:38 -0500
16945              Message-ID: <20011209181238.A803@eyrie.homenet>
16946      Branch: perl
16947            ! win32/win32.c
16948 ____________________________________________________________________________
16949 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
16950         Log: make sure that va_start() has matching va_end();
16951              from OpenBSD 3.0.
16952      Branch: perl
16953            ! x2p/util.c
16954 ____________________________________________________________________________
16955 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
16956         Log: h2ph updates from OpenBSD 3.0.
16957      Branch: perl
16958            ! utils/h2ph.PL
16959 ____________________________________________________________________________
16960 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
16961         Log: OpenBSD hints update from OpenBSD 3.0.
16962      Branch: perl
16963            ! hints/openbsd.sh
16964 ____________________________________________________________________________
16965 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
16966         Log: DJGPP tweaks from Laszlo Molnar.
16967      Branch: perl
16968            ! djgpp/config.over lib/File/Find/t/find.t
16969            ! lib/File/Find/t/taint.t t/pod/find.t
16970 ____________________________________________________________________________
16971 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
16972         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
16973              From: Michael G Schwern <schwern@pobox.com> 
16974              Date: Sun, 9 Dec 2001 19:28:12 -0500
16975              Message-ID: <20011210002812.GF13586@blackrider>
16976      Branch: perl
16977            ! README.cygwin
16978 ____________________________________________________________________________
16979 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
16980         Log: README.cygwin update from Gerrit P. Haase.
16981      Branch: perl
16982            ! README.cygwin
16983 ____________________________________________________________________________
16984 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
16985         Log: Apply NetBSD patch-ag: shared/static linking,
16986              but make the change less intrusive on non-NetBSD.
16987      Branch: perl
16988            ! lib/ExtUtils/MM_Unix.pm
16989 ____________________________________________________________________________
16990 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
16991         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
16992      Branch: perl
16993            ! lib/ExtUtils/Liblist.pm
16994 ____________________________________________________________________________
16995 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
16996         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
16997      Branch: perl
16998            ! regcomp.c
16999 ____________________________________________________________________________
17000 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
17001         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
17002      Branch: perl
17003            ! pp.c
17004 ____________________________________________________________________________
17005 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
17006         Log: Apply NetBSD patch-ac.
17007              (the fix has already been done: change #9706, fully qualified
17008              pathnames in packlists)
17009      Branch: perl
17010            ! lib/ExtUtils/Install.pm
17011 ____________________________________________________________________________
17012 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
17013         Log: Apply NetBSD patch-ab: NetBSD hints update.
17014      Branch: perl
17015            ! hints/netbsd.sh
17016 ____________________________________________________________________________
17017 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
17018         Log: metaconfig unit changes for #13560.
17019      Branch: metaconfig/U/perl
17020            ! dlsrc.U i_ieeefp.U libperl.U
17021 ____________________________________________________________________________
17022 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
17023         Log: NetBSD has <ieeefp.h> but hidden.
17024      Branch: perl
17025            ! hints/netbsd.sh
17026 ____________________________________________________________________________
17027 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
17028         Log: Implement NetBSD patch-aa.
17029      Branch: perl
17030            ! Configure
17031 ____________________________________________________________________________
17032 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
17033         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
17034              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
17035              Date: Sun, 09 Dec 2001 13:40:58 +0100
17036              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
17037              
17038              (The lstat()s were there in 5.6.1: what happened to them?)
17039      Branch: perl
17040            ! lib/File/Find.pm
17041 ____________________________________________________________________________
17042 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
17043         Log: Quickie documentation of the C UTF-8 API.
17044      Branch: perl
17045            ! pod/perlunicode.pod
17046 ____________________________________________________________________________
17047 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
17048         Log: Subject: bleadperl on cygwin weirdness...
17049              From: "Gerrit P. Haase" <gp@familiehaase.de>
17050              Date: Sun, 9 Dec 2001 20:31:28 +0100
17051              Message-ID: <13779422183.20011209203128@familiehaase.de>          
17052              
17053              (plus libperl*.dll version portability tweaks)
17054      Branch: perl
17055            ! lib/ExtUtils/Embed.t
17056 ____________________________________________________________________________
17057 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
17058         Log: Instead of muting symbol export error if under eval,
17059              delay the errors until the croak().
17060              
17061              (replaces #13408)
17062      Branch: perl
17063            ! lib/Exporter/Heavy.pm
17064 ____________________________________________________________________________
17065 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
17066         Log: Basegroup 0 is a cygwin_nt thing.
17067      Branch: perl
17068            ! t/op/groups.t
17069 ____________________________________________________________________________
17070 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
17071         Log: Also WinME is LoseLink.
17072      Branch: perl
17073            ! t/op/stat.t
17074 ____________________________________________________________________________
17075 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
17076         Log: Forgotten checkin.
17077      Branch: perl
17078            ! lib/User/grent.t
17079 ____________________________________________________________________________
17080 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
17081         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
17082              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
17083              Date: Sun, 09 Dec 2001 13:45:06 +0100
17084              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
17085      Branch: perl
17086            ! lib/File/Find.pm
17087 ____________________________________________________________________________
17088 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
17089         Log: Tweakback.
17090      Branch: perl
17091            ! lib/Net/hostent.t
17092 ____________________________________________________________________________
17093 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
17094         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
17095              From: Michael G Schwern <schwern@pobox.com>
17096              Date: Sat, 8 Dec 2001 14:48:38 -0500
17097              Message-ID: <20011208194838.GA8650@blackrider>
17098      Branch: perl
17099            ! t/op/grent.t
17100 ____________________________________________________________________________
17101 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
17102         Log: Subject: [README.cygwin] Removing old expected test failures
17103              From: Michael G Schwern <schwern@pobox.com>
17104              Date: Sat, 8 Dec 2001 15:38:28 -0500
17105              Message-ID: <20011208203828.GB9017@blackrider>
17106      Branch: perl
17107            ! README.cygwin
17108 ____________________________________________________________________________
17109 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
17110         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
17111              From: Michael G Schwern <schwern@pobox.com>                
17112              Date: Sat, 8 Dec 2001 15:26:59 -0500
17113              Message-ID: <20011208202659.GA9017@blackrider> 
17114      Branch: perl
17115            ! lib/Net/hostent.t
17116 ____________________________________________________________________________
17117 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
17118         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
17119              From: Michael G Schwern <schwern@pobox.com> 
17120              Date: Sat, 8 Dec 2001 15:06:16 -0500
17121              Message-ID: <20011208200616.GA8915@blackrider>
17122      Branch: perl
17123            ! t/op/stat.t
17124 ____________________________________________________________________________
17125 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
17126         Log: Developer deprecations and an incompatibility.
17127      Branch: perl
17128            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
17129 ____________________________________________________________________________
17130 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
17131         Log: Shoo.
17132      Branch: perl
17133            - lib/Attribute/Handlers.pm
17134 ____________________________________________________________________________
17135 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
17136         Log: Remove Attribute::Handlers, as per Damian's request.
17137              (Because of fixing the my variables to be now handled
17138              in run-time, the whole internals of the A::H needs to
17139              be rewritten and Damian will not have time for that
17140              for months.)
17141      Branch: perl
17142            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17143            - lib/Attribute/Handlers/demo/Demo.pm
17144            - lib/Attribute/Handlers/demo/Descriptions.pm
17145            - lib/Attribute/Handlers/demo/MyClass.pm
17146            - lib/Attribute/Handlers/demo/demo.pl
17147            - lib/Attribute/Handlers/demo/demo2.pl
17148            - lib/Attribute/Handlers/demo/demo3.pl
17149            - lib/Attribute/Handlers/demo/demo4.pl
17150            - lib/Attribute/Handlers/demo/demo_call.pl
17151            - lib/Attribute/Handlers/demo/demo_chain.pl
17152            - lib/Attribute/Handlers/demo/demo_cycle.pl
17153            - lib/Attribute/Handlers/demo/demo_hashdir.pl
17154            - lib/Attribute/Handlers/demo/demo_phases.pl
17155            - lib/Attribute/Handlers/demo/demo_range.pl
17156            - lib/Attribute/Handlers/demo/demo_rawdata.pl
17157            - lib/Attribute/Handlers/t/multi.t
17158            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
17159            ! pod/perlmodlib.pod pod/perltoc.pod
17160 ____________________________________________________________________________
17161 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
17162         Log: Subject: Re: attributes are broken
17163              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17164              Date: Sun, 09 Dec 2001 00:09:23 -0500
17165              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
17166      Branch: perl
17167            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
17168            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
17169            ! xsutils.c
17170 ____________________________________________________________________________
17171 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
17172         Log: Forgotten checkin.
17173      Branch: perl
17174            ! lib/Pod/Text.pm
17175 ____________________________________________________________________________
17176 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
17177         Log: uconfig.h update.
17178      Branch: perl
17179            ! uconfig.h
17180 ____________________________________________________________________________
17181 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
17182         Log: Update Changes.
17183      Branch: perl
17184            ! Changes patchlevel.h
17185 ____________________________________________________________________________
17186 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
17187         Log: Note that some of the Unicode features are
17188              dependent on perlio.
17189      Branch: perl
17190            ! pod/perluniintro.pod
17191 ____________________________________________________________________________
17192 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
17193         Log: Regen perlapi, regen toc.
17194      Branch: perl
17195            ! pod/perlapi.pod pod/perltoc.pod
17196 ____________________________________________________________________________
17197 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
17198         Log: FAQ sync.
17199      Branch: perl
17200            ! pod/perlfaq4.pod pod/perlfaq6.pod
17201 ____________________________________________________________________________
17202 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
17203         Log: Subject: [PATCH] Fix odd language in an sv.c comment
17204              From: coral@eekeek.org
17205              Date: Sat, 8 Dec 2001 12:19:39 -0500
17206              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
17207      Branch: perl
17208            ! sv.c
17209 ____________________________________________________________________________
17210 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
17211         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
17212              From: Michael G Schwern <schwern@pobox.com>
17213              Date: Fri, 7 Dec 2001 20:03:45 -0500
17214              Message-ID: <20011208010345.GD642@blackrider>
17215              
17216              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
17217              From: Michael G Schwern <schwern@pobox.com>
17218              Date: Fri, 7 Dec 2001 20:13:54 -0500
17219              Message-ID: <20011208011354.GE642@blackrider>
17220              
17221              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
17222              From: Michael G Schwern <schwern@pobox.com>
17223              Date: Fri, 7 Dec 2001 21:47:36 -0500
17224              Message-ID: <20011208024736.GH642@blackrider>
17225              
17226              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
17227              From: Michael G Schwern <schwern@pobox.com>
17228              Date: Fri, 7 Dec 2001 23:09:43 -0500
17229              Message-ID: <20011208040943.GK642@blackrider>
17230              
17231              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
17232              Message-Id: <a05101004b83754903506@[172.16.52.1]>
17233              Date: Fri, 7 Dec 2001 23:28:15 -0600
17234              From: "Craig A. Berry" <craigberry@mac.com>
17235      Branch: perl
17236            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
17237 ____________________________________________________________________________
17238 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
17239         Log: Integrate perlio.
17240      Branch: perl
17241           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
17242           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
17243 ____________________________________________________________________________
17244 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
17245         Log: Retract #11156 since Sarathy has found that it breaks code:
17246              http://bugs.ActiveState.com/show_bug.cgi?id=18457
17247              http://bugs.ActiveState.com/show_bug.cgi?id=18858
17248      Branch: perl
17249            ! op.c sv.c t/op/pos.t
17250 ____________________________________________________________________________
17251 [ 13532] By: nick                                  on 2001/12/08  14:11:12
17252         Log: Integrate mainline
17253      Branch: perlio
17254           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
17255           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
17256 ____________________________________________________________________________
17257 [ 13531] By: nick                                  on 2001/12/08  13:48:21
17258         Log: Tweak multi-arg open error messages
17259      Branch: perlio
17260            ! perlio.c
17261 ____________________________________________________________________________
17262 [ 13530] By: nick                                  on 2001/12/08  10:20:06
17263         Log: Allow multi-arg open() if opening layer declares this legal.
17264      Branch: perlio
17265            ! doio.c perlio.c perliol.h
17266 ____________________________________________________________________________
17267 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
17268         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
17269              From: Michael G Schwern <schwern@pobox.com>       
17270              Date: Fri, 7 Dec 2001 19:41:31 -0500
17271              Message-ID: <20011208004131.GC642@blackrider>
17272      Branch: perl
17273            ! t/run/switches.t t/test.pl
17274 ____________________________________________________________________________
17275 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
17276         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
17277              From: Michael G Schwern <schwern@pobox.com>       
17278              Date: Fri, 7 Dec 2001 19:12:44 -0500
17279              Message-ID: <20011208001244.GB642@blackrider>
17280      Branch: perl
17281            ! t/op/stat.t
17282 ____________________________________________________________________________
17283 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
17284         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
17285              From: Michael G Schwern <schwern@pobox.com>
17286              Date: Fri, 7 Dec 2001 17:28:57 -0500
17287              Message-ID: <20011207222857.GI23210@blackrider>
17288      Branch: perl
17289            ! t/op/magic.t
17290 ____________________________________________________________________________
17291 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
17292         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
17293      Branch: perl
17294            ! t/test.pl
17295 ____________________________________________________________________________
17296 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
17297         Log: which_perl: delay as much a possible till runtime.
17298      Branch: perl
17299            ! t/test.pl
17300 ____________________________________________________________________________
17301 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
17302         Log: Further tweakage to which_perl().
17303      Branch: perl
17304            ! t/test.pl
17305 ____________________________________________________________________________
17306 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
17307         Log: perluniintro tweaks.
17308      Branch: perl
17309            ! pod/perluniintro.pod
17310 ____________________________________________________________________________
17311 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
17312         Log: Tweak the $Perl computation.
17313      Branch: perl
17314            ! t/test.pl
17315 ____________________________________________________________________________
17316 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
17317         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
17318              From: Nicholas Clark <nick@ccl4.org>
17319              Date: Fri, 7 Dec 2001 17:06:56 +0000
17320              Message-ID: <20011207170656.G21702@plum.flirble.org>
17321      Branch: perl
17322            ! doop.c t/op/chop.t
17323 ____________________________________________________________________________
17324 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
17325         Log: Update Changes.
17326      Branch: perl
17327            ! Changes patchlevel.h
17328 ____________________________________________________________________________
17329 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
17330         Log: Missing ).
17331      Branch: perl
17332            ! t/test.pl
17333 ____________________________________________________________________________
17334 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
17335         Log: Allow several arguments to display().
17336      Branch: perl
17337            ! t/test.pl
17338 ____________________________________________________________________________
17339 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
17340         Log: /dev/stdout could be either a character special file
17341              or a named pipe, so let's pretend it doesn't exist.
17342      Branch: perl
17343            ! t/op/stat.t
17344 ____________________________________________________________________________
17345 [ 13516] By: nick                                  on 2001/12/07  15:09:23
17346         Log: Integrate again - can I catch up ?
17347      Branch: perlio
17348           !> t/test.pl
17349 ____________________________________________________________________________
17350 [ 13515] By: nick                                  on 2001/12/07  15:08:17
17351         Log: Integrate mainline some more
17352      Branch: perlio
17353           !> README.hpux hints/linux.sh pod/perlfunc.pod
17354 ____________________________________________________________________________
17355 [ 13514] By: nick                                  on 2001/12/07  15:07:15
17356         Log: Integrate mainline
17357      Branch: perlio
17358           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
17359           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
17360           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
17361           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
17362           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
17363           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
17364           +> t/lib/Math/BigInt/BareCalc.pm
17365            - ext/Devel/PPPort/harness/Harness.pm
17366            - ext/Devel/PPPort/harness/Harness.xs
17367            - ext/Devel/PPPort/harness/Makefile.PL
17368            - ext/Devel/PPPort/harness/module2.c
17369            - ext/Devel/PPPort/harness/module3.c
17370            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
17371            - lib/File/Spec/Functions.t
17372           !> (integrate 103 files)
17373 ____________________________________________________________________________
17374 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
17375         Log: Add display() for displaying icky scalars.
17376      Branch: perl
17377            ! t/test.pl
17378 ____________________________________________________________________________
17379 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
17380         Log: Subject: [ID 20011207.001] documentation bug for waitpid
17381              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
17382              Date: Fri, 7 Dec 2001 12:44:56 +0100
17383              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
17384      Branch: perl
17385            ! pod/perlfunc.pod
17386 ____________________________________________________________________________
17387 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
17388         Log: gcc version matching didn't.
17389      Branch: perl
17390            ! hints/linux.sh
17391 ____________________________________________________________________________
17392 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
17393         Log: Subject: HP renamed their servers              
17394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17395              Date: Fri, 07 Dec 2001 12:07:22 +0100
17396              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
17397      Branch: perl
17398            ! README.hpux
17399 ____________________________________________________________________________
17400 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
17401         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
17402              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17403              Date: Fri, 7 Dec 2001 00:24:55 -0500
17404              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
17405      Branch: perl
17406            ! pod/perlport.pod
17407 ____________________________________________________________________________
17408 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
17409         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
17410              From: Michael G Schwern <schwern@pobox.com> 
17411              Date: Thu, 6 Dec 2001 22:56:34 -0500
17412              Message-ID: <20011207035634.GO22648@blackrider>
17413      Branch: perl
17414            ! t/base/lex.t t/op/exec.t
17415 ____________________________________________________________________________
17416 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
17417         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
17418              From: Michael G Schwern <schwern@pobox.com>
17419              Date: Thu, 6 Dec 2001 22:45:44 -0500
17420              Message-ID: <20011207034544.GN22648@blackrider>
17421              
17422              (plus op/ref tweak)
17423      Branch: perl
17424            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
17425            ! t/run/kill_perl.t t/test.pl
17426 ____________________________________________________________________________
17427 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
17428         Log: Upgrade to Math::BigInt 1.48.
17429      Branch: perl
17430            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
17431            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17432            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
17433            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
17434            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17435            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17436            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
17437 ____________________________________________________________________________
17438 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
17439         Log: Mention also perl56delta in case someone is upgrading from
17440              Perl 5.005_03.
17441      Branch: perl
17442            ! pod/perldelta.pod
17443 ____________________________________________________________________________
17444 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
17445         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17446              From: Michael G Schwern <schwern@pobox.com>
17447              Date: Thu, 6 Dec 2001 15:15:28 -0500
17448              Message-ID: <20011206201528.GF16414@blackrider>
17449              
17450              (just the term.t, not the lex.t)
17451              
17452              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
17453              From: Michael G Schwern <schwern@pobox.com>
17454              Date: Thu, 6 Dec 2001 15:22:22 -0500
17455              Message-ID: <20011206202222.GG16414@blackrider>
17456              
17457              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
17458              From: Michael G Schwern <schwern@pobox.com>
17459              Date: Thu, 6 Dec 2001 15:31:58 -0500
17460              Message-ID: <20011206203158.GI16414@blackrider>
17461              
17462              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
17463              From: Michael G Schwern <schwern@pobox.com>
17464              Date: Thu, 6 Dec 2001 17:38:55 -0500
17465              Message-ID: <20011206223855.GC22648@blackrider>
17466      Branch: perl
17467            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
17468            ! t/test.pl
17469 ____________________________________________________________________________
17470 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
17471         Log: Update the thr5005 situation.
17472      Branch: perl
17473            ! pod/perldelta.pod
17474 ____________________________________________________________________________
17475 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
17476         Log: perldelta borrowings from perl561delta.
17477      Branch: perl
17478            ! pod/perldelta.pod
17479 ____________________________________________________________________________
17480 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
17481         Log: Add the 5.6.1 perldelta as perl561delta.
17482              (Makes it easier to steal stuff for perldelta :-)
17483      Branch: perl
17484            + pod/perl561delta.pod
17485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17486 ____________________________________________________________________________
17487 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
17488         Log: Retract #13496 for now.
17489      Branch: perl
17490            ! t/base/lex.t t/base/term.t
17491 ____________________________________________________________________________
17492 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
17493         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
17494              From: "Craig A. Berry" <craigberry@mac.com>
17495              Date: Thu, 6 Dec 2001 14:54:36 -0600
17496              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
17497      Branch: perl
17498            ! vms/ext/filespec.t
17499 ____________________________________________________________________________
17500 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
17501         Log: (retracted by #13499)
17502              
17503              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17504              From: Michael G Schwern <schwern@pobox.com>
17505              Date: Thu, 6 Dec 2001 15:15:28 -0500
17506              Message-ID: <20011206201528.GF16414@blackrider>
17507      Branch: perl
17508            ! t/base/lex.t t/base/term.t
17509 ____________________________________________________________________________
17510 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
17511         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
17512              From: Michael G Schwern <schwern@pobox.com>
17513              Date: Thu, 6 Dec 2001 13:54:48 -0500
17514              Message-ID: <20011206185448.GC16414@blackrider>
17515      Branch: perl
17516            ! t/op/stat.t
17517 ____________________________________________________________________________
17518 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
17519         Log: The #4 has nothing to do with Unicode.
17520      Branch: perl
17521            ! t/op/tr.t
17522 ____________________________________________________________________________
17523 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
17524         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
17525              From: Michael G Schwern <schwern@pobox.com>
17526              Date: Thu, 6 Dec 2001 13:45:48 -0500
17527              Message-ID: <20011206184548.GB16414@blackrider>
17528      Branch: perl
17529            ! t/op/tr.t
17530 ____________________________________________________________________________
17531 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
17532         Log: Update Changes.
17533      Branch: perl
17534            ! Changes patchlevel.h
17535 ____________________________________________________________________________
17536 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
17537         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
17538              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17539              Date: Thu, 6 Dec 2001 11:41:25 EST
17540              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
17541      Branch: perl
17542            ! vms/vms.c vms/vmsish.h
17543 ____________________________________________________________________________
17544 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
17545         Log: Subject: [PATCH] Re: weirdness in regexps
17546              From: Robin Houston <robin@kitsite.com> 
17547              Date: Thu, 6 Dec 2001 14:44:01 +0000
17548              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
17549      Branch: perl
17550            ! op.c t/lib/strict/subs
17551 ____________________________________________________________________________
17552 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
17553         Log: Make the -b -c -S tests count all of the /dev, not just
17554              check the first one, as suggested by Benjamin Goldberg.
17555      Branch: perl
17556            ! t/op/stat.t
17557 ____________________________________________________________________________
17558 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
17559         Log: Subject: Re: [PATCH: bleadperl] casefold backref
17560              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17561              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
17562              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
17563      Branch: perl
17564            ! regexec.c
17565 ____________________________________________________________________________
17566 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
17567         Log: Nits noticed by Philip Newton, and de-tab DB.t.
17568      Branch: perl
17569            ! lib/DB.t
17570 ____________________________________________________________________________
17571 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
17572         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
17573              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17574              Date: 6 Dec 2001 11:06:01 -0000
17575              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
17576      Branch: perl
17577            ! op.c t/op/tr.t
17578 ____________________________________________________________________________
17579 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
17580         Log: Subject: [PATCH: bleadperl] casefold backref
17581              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
17582              Date: Wed, 05 Dec 2001 17:27:05 +0000
17583              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
17584      Branch: perl
17585            ! regexec.c t/op/re_tests
17586 ____________________________________________________________________________
17587 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
17588         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
17589              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17590              Date: Wed, 5 Dec 2001 22:34:53 EST
17591              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
17592      Branch: perl
17593            ! mg.c vms/vms.c vms/vmsish.h
17594 ____________________________________________________________________________
17595 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
17596         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
17597              From: Michael G Schwern <schwern@pobox.com>
17598              Date: Wed, 5 Dec 2001 19:52:58 -0500
17599              Message-ID: <20011205195257.A903@blackrider>
17600      Branch: perl
17601            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
17602            + lib/File/Spec/t/rel2abs2rel.t
17603            - lib/File/Spec.t lib/File/Spec/Functions.t
17604            ! MANIFEST
17605 ____________________________________________________________________________
17606 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
17607         Log: Subject: Re: Silly stat() portability questions                
17608              From: Benjamin Goldberg <goldbb2@earthlink.net>
17609              Date: Wed, 05 Dec 2001 22:52:35 -0500
17610              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
17611      Branch: perl
17612            ! pod/perlport.pod
17613 ____________________________________________________________________________
17614 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
17615         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
17616              From: "Craig A. Berry" <craigberry@mac.com>
17617              Date: Wed, 05 Dec 2001 16:41:59 -0600
17618              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
17619      Branch: perl
17620            ! README.vms configure.com lib/File/Spec/VMS.pm
17621            ! vms/ext/filespec.t
17622 ____________________________________________________________________________
17623 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
17624         Log: $apply->('club', $glibc_maintainers);
17625              
17626              (Nick Clark just reported that <langinfo.h> YESSTR
17627              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
17628      Branch: perl
17629            ! ext/I18N/Langinfo/Langinfo.t
17630 ____________________________________________________________________________
17631 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
17632         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
17633      Branch: perl
17634            ! pod/perlport.pod
17635 ____________________________________________________________________________
17636 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
17637         Log: tweak change#13474 (pad entries can apparently be null in some
17638              situations)
17639      Branch: maint-5.6/perl
17640            ! op.c
17641 ____________________________________________________________________________
17642 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
17643         Log: Restore the /dev -b -c -S part of the test.
17644      Branch: perl
17645            ! t/op/stat.t
17646 ____________________________________________________________________________
17647 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
17648         Log: Retract #13475 until Arthur gets back to the mine.
17649      Branch: perl
17650            ! op.c t/run/kill_perl.t
17651 ____________________________________________________________________________
17652 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
17653         Log: (retracted by #13476)
17654              
17655              Manually apply #13474; fixes stale reference to dead
17656              CvOUTSIDE(); this can happen when anonymous subroutines
17657              that aren't closures are returned from an eval""
17658              
17659              (threads/shared/sv_refs.t is coredump-unhappy about this change)
17660      Branch: perl
17661            ! op.c t/run/kill_perl.t
17662 ____________________________________________________________________________
17663 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
17664         Log: replacement for change#10451
17665              
17666              fixes stale reference to dead CvOUTSIDE(); this can happen when
17667              anonymous subroutines that aren't closures are returned from an
17668              eval""
17669      Branch: maint-5.6/perl
17670            ! op.c t/op/misc.t
17671 ____________________________________________________________________________
17672 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
17673         Log: revert change#10451,10472; it was a naive fix that simply
17674              reintroduced the memory leak!
17675      Branch: maint-5.6/perl
17676            ! op.c t/op/misc.t
17677 ____________________________________________________________________________
17678 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
17679         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
17680              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17681              Date: Wed, 05 Dec 2001 10:49:20 +0100
17682              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
17683      Branch: perl
17684            ! lib/File/Basename.pm lib/File/Basename.t
17685 ____________________________________________________________________________
17686 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
17687         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
17688              From: Michael G Schwern <schwern@pobox.com> 
17689              Date: Wed, 5 Dec 2001 02:47:59 -0500
17690              Message-ID: <20011205024759.H14333@blackrider>
17691      Branch: perl
17692            ! t/op/magic.t
17693 ____________________________________________________________________________
17694 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
17695         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
17696              From: Michael G Schwern <schwern@pobox.com>              
17697              Date: Wed, 5 Dec 2001 02:22:05 -0500
17698              Message-ID: <20011205022205.F14333@blackrider>
17699      Branch: perl
17700            ! t/op/stat.t vms/test.com
17701 ____________________________________________________________________________
17702 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
17703         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17704              From: Michael G Schwern <schwern@pobox.com> 
17705              Date: Tue, 4 Dec 2001 23:40:10 -0500
17706              Message-ID: <20011204234010.B14333@blackrider>
17707      Branch: perl
17708            ! t/op/stat.t
17709 ____________________________________________________________________________
17710 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
17711         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17712              From: Michael G Schwern <schwern@pobox.com> 
17713              Date: Tue, 4 Dec 2001 21:09:18 -0500           
17714              Message-ID: <20011204210918.D13279@blackrider>
17715              
17716              t/test.
17717      Branch: perl
17718            ! t/test.pl
17719 ____________________________________________________________________________
17720 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
17721         Log: (accidentally empty check-in)
17722      Branch: perl
17723            ! t/op/stat.t
17724 ____________________________________________________________________________
17725 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
17726         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
17727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17728              Date: Tue, 04 Dec 2001 23:40:27 +0100
17729              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
17730      Branch: perl
17731            ! mg.c
17732 ____________________________________________________________________________
17733 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
17734         Log: Subject: [PATCH] minor pod fix in Safe.pm
17735              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17736              Date: Tue, 4 Dec 2001 22:02:34 +0100
17737              Message-ID: <20011204220234.A17293@rafael>
17738      Branch: perl
17739            ! ext/Opcode/Safe.pm
17740 ____________________________________________________________________________
17741 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
17742         Log: CRLF GRRR.
17743      Branch: perl
17744            ! djgpp/configure.bat
17745 ____________________________________________________________________________
17746 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
17747         Log: DJGPP fixes from Laszlo Molnar.
17748      Branch: perl
17749            ! djgpp/configure.bat djgpp/djgpp.h
17750 ____________________________________________________________________________
17751 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
17752         Log: Update Changes.
17753      Branch: perl
17754            ! Changes patchlevel.h
17755 ____________________________________________________________________________
17756 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
17757         Log: Must wipe out the memory of real Socket before starting
17758              to use the new fake one.
17759      Branch: perl
17760            ! lib/Net/t/config.t
17761 ____________________________________________________________________________
17762 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
17763         Log: LC_ALL might trump LANG.
17764      Branch: perl
17765            ! lib/open.t
17766 ____________________________________________________________________________
17767 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
17768         Log: Make the eval runtime.
17769      Branch: perl
17770            ! lib/open.pm
17771 ____________________________________________________________________________
17772 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
17773         Log: Make the Langinfo test both more lenient (allow
17774              for any symbol not to exists) and stricter (add
17775              more symbols).
17776      Branch: perl
17777            ! ext/I18N/Langinfo/Langinfo.t
17778 ____________________________________________________________________________
17779 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
17780         Log: integrate change#13453 from maint-5.6
17781              
17782              tweak change#11399 to use an explicit flag rather than
17783              ass_u_ming w32_pseudo_id will only be zero for the real
17784              toplevel interpreter; avoids multiple hosts from diddling
17785              the environment at the same time
17786      Branch: perl
17787           !> win32/perlhost.h
17788 ____________________________________________________________________________
17789 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
17790         Log: Subject: [PATCH] VMS update for perldelta.pod
17791              From: "Craig A. Berry" <craigberry@mac.com> 
17792              Date: Tue, 4 Dec 2001 00:23:12 -0600
17793              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
17794      Branch: perl
17795            ! pod/perldelta.pod
17796 ____________________________________________________________________________
17797 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
17798         Log: NetWare tweak from Ananth Kesari.
17799      Branch: perl
17800            ! NetWare/Makefile
17801 ____________________________________________________________________________
17802 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
17803         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
17804              Not adding the test suite because of its many assumptions.
17805      Branch: perl
17806            ! lib/Net/Ping.pm
17807 ____________________________________________________________________________
17808 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
17809         Log: tweak change#11399 to use an explicit flag rather than
17810              ass_u_ming w32_pseudo_id will only be zero for the real
17811              toplevel interpreter; avoids multiple hosts from diddling
17812              the environment at the same time
17813      Branch: maint-5.6/perl
17814            ! win32/perlhost.h
17815 ____________________________________________________________________________
17816 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
17817         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
17818              from Len Makin.
17819      Branch: perl
17820            + hints/super-ux.sh
17821            ! MANIFEST
17822 ____________________________________________________________________________
17823 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
17824         Log: Add Mac OS X known failures to perldelta.
17825      Branch: perl
17826            ! pod/perldelta.pod
17827 ____________________________________________________________________________
17828 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
17829         Log: I think it's time to call the utf8 code non-test.
17830      Branch: perl
17831            ! utf8.c
17832 ____________________________________________________________________________
17833 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
17834         Log: Retract #13303, need rethink.
17835      Branch: perl
17836            ! utf8.c
17837 ____________________________________________________________________________
17838 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
17839         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
17840              From: "Craig A. Berry" <craigberry@mac.com>
17841              Date: Mon, 03 Dec 2001 16:28:06 -0600
17842              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
17843      Branch: perl
17844            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
17845 ____________________________________________________________________________
17846 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
17847         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
17848              From: Andy Dougherty <doughera@lafayette.edu>
17849              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
17850              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
17851      Branch: perl
17852            ! hints/solaris_2.sh
17853 ____________________________________________________________________________
17854 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
17855         Log: This test is not very robust on 8.3-constrained systems:
17856              all the "with truncated name" lines between "Autosplitting ..."
17857              and "some names are not unique" lines are unexpected,
17858              and the truncation message becomes:
17859              testtest.al, testtest.al truncate to testtest 
17860      Branch: perl
17861            ! lib/AutoSplit.t
17862 ____________________________________________________________________________
17863 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
17864         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
17865      Branch: perl
17866            ! ext/I18N/Langinfo/Langinfo.t
17867 ____________________________________________________________________________
17868 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
17869         Log: Test::Morify UCD.t
17870      Branch: perl
17871            ! lib/Unicode/UCD.t
17872 ____________________________________________________________________________
17873 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
17874         Log: If Socket has not been built (e.g. DJGPP) the libnet
17875              tests fall over with (too) much noise.
17876      Branch: perl
17877            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
17878            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
17879            ! lib/Net/t/smtp.t lib/Net/t/time.t
17880 ____________________________________________________________________________
17881 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
17882         Log: Subject: [PATCH] shared hash keys and ++/--
17883              From: Nicholas Clark <nick@ccl4.org>
17884              Date: Mon, 3 Dec 2001 16:37:16 +0000
17885              Message-ID: <20011203163716.C21702@plum.flirble.org>
17886      Branch: perl
17887            ! pp.c pp_hot.c sv.c t/op/inc.t
17888 ____________________________________________________________________________
17889 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
17890         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
17891              From: Jonathan Stowe <jns@gellyfish.com>
17892              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
17893              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
17894      Branch: perl
17895            ! lib/Term/Cap.pm
17896 ____________________________________________________________________________
17897 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
17898         Log: Update Changes.
17899      Branch: perl
17900            ! Changes patchlevel.h
17901 ____________________________________________________________________________
17902 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
17903         Log: perldelta tweaks.
17904      Branch: perl
17905            ! pod/perldelta.pod
17906 ____________________________________________________________________________
17907 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
17908         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
17909              From: Sam Tregar <sam@tregar.com> 
17910              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
17911              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
17912      Branch: perl
17913            ! pod/perlnewmod.pod
17914 ____________________________________________________________________________
17915 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
17916         Log: microperl casting nit.
17917      Branch: perl
17918            ! utf8.c
17919 ____________________________________________________________________________
17920 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
17921         Log: Make sharepvn a macro since all it does is a deref.
17922      Branch: perl
17923            ! embed.h embed.pl global.sym hv.c hv.h proto.h
17924 ____________________________________________________________________________
17925 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
17926         Log: perldelta updates.
17927      Branch: perl
17928            ! pod/perldelta.pod
17929 ____________________________________________________________________________
17930 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
17931         Log: PPPort update from Paul Marquess.
17932      Branch: perl
17933            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
17934            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
17935            + ext/Devel/PPPort/t/test.t
17936            - ext/Devel/PPPort/harness/Harness.pm
17937            - ext/Devel/PPPort/harness/Harness.xs
17938            - ext/Devel/PPPort/harness/Makefile.PL
17939            - ext/Devel/PPPort/harness/module2.c
17940            - ext/Devel/PPPort/harness/module3.c
17941            - ext/Devel/PPPort/harness/t/test.t
17942            ! MANIFEST ext/Devel/PPPort/MANIFEST
17943            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
17944            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
17945            ! ext/Devel/PPPort/soak
17946 ____________________________________________________________________________
17947 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
17948         Log: No use talking about dynamic library search patch
17949              unless we are having a dynamic build.
17950      Branch: perl
17951            ! t/TEST
17952 ____________________________________________________________________________
17953 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
17954         Log: Be more explicit on the List::Util build trick,
17955              should also stop unneeded rebuilds on static builds.
17956      Branch: perl
17957            ! ext/List/Util/Makefile.PL
17958 ____________________________________________________________________________
17959 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
17960         Log: We need to replace the optimize (-O1) with
17961              the -h scalar0 -h vector0, not append them
17962              to the ccflags.
17963      Branch: perl
17964            ! hints/unicos.sh hints/unicosmk.sh
17965 ____________________________________________________________________________
17966 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
17967         Log: Subject: [PATCH] Shared hash keys 
17968              From: Nicholas Clark <nick@ccl4.org>
17969              Date: Sun, 2 Dec 2001 20:52:32 +0000
17970              Message-ID: <20011202205232.U21702@plum.flirble.org>
17971      Branch: perl
17972            ! doop.c t/op/tr.t
17973 ____________________________________________________________________________
17974 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
17975         Log: Better add new files to MANIFEST, too.
17976      Branch: perl
17977            ! MANIFEST
17978 ____________________________________________________________________________
17979 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
17980         Log: Subject: {PATCH] perlpacktut.pod
17981              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
17982              Date: Sun, 02 Dec 2001 19:55:06 +0100
17983              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
17984      Branch: perl
17985            ! pod/perlpacktut.pod
17986 ____________________________________________________________________________
17987 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
17988         Log: Various small nits found by DJGPP build.
17989      Branch: perl
17990            ! doio.c mg.c pp.c util.c
17991 ____________________________________________________________________________
17992 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
17993         Log: Subject: RE: More verbose POD for Carp
17994              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
17995              Date: Sun, 2 Dec 2001 11:32:51 -0500
17996              Message-ID: <3C0A9748@operamail.com>
17997      Branch: perl
17998            ! lib/Carp.pm
17999 ____________________________________________________________________________
18000 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
18001         Log: Add a header for DJGPP with the function prototypes.
18002      Branch: perl
18003            + djgpp/djgpp.h
18004            ! MANIFEST djgpp/djgpp.c
18005 ____________________________________________________________________________
18006 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
18007         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
18008              From: Abe Timmerman <abe@ztreet.demon.nl>
18009              Date: Sun, 02 Dec 2001 02:41:25 +0100
18010              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
18011      Branch: perl
18012            ! pp_sys.c
18013 ____________________________________________________________________________
18014 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
18015         Log: There isn't PTR2INT(), there's PTR2IV().
18016      Branch: perl
18017            ! ext/Time/HiRes/HiRes.xs
18018 ____________________________________________________________________________
18019 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
18020         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
18021              From: Marc Lehmann <root@schmorp.de>
18022              Date: Sun, 02 Dec 2001 02:44:53 +0100
18023              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
18024      Branch: perl
18025            ! ext/Time/HiRes/HiRes.xs
18026 ____________________________________________________________________________
18027 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
18028         Log: encode()/decode() examples.
18029      Branch: perl
18030            ! ext/Encode/Encode.pm
18031 ____________________________________________________________________________
18032 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
18033         Log: DJGPP tweaks from Laszlo Molnar.
18034      Branch: perl
18035            ! djgpp/config.over djgpp/djgppsed.sh
18036 ____________________________________________________________________________
18037 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
18038         Log: Update Changes.
18039      Branch: perl
18040            ! Changes patchlevel.h
18041 ____________________________________________________________________________
18042 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
18043         Log: Integrate perlio;
18044              
18045              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
18046              which do not have file descriptors. Noticed a possibly
18047              worse problem in the process ...
18048      Branch: perl
18049           !> doio.c
18050 ____________________________________________________________________________
18051 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
18052         Log: Non-VMS-fixed and Win32-skipped version of
18053              
18054              Subject: [PATCH t/op/exec.t] Portabilty fix 
18055              From: Michael G Schwern <schwern@pobox.com> 
18056              Date: Fri, 30 Nov 2001 16:09:27 -0500
18057              Message-ID: <20011130160927.A10406@blackrider>
18058      Branch: perl
18059            ! t/op/exec.t
18060 ____________________________________________________________________________
18061 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
18062         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
18063              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18064              Date: Sat, 1 Dec 2001 07:01:09 -0500
18065              Message-ID: <3C0D2E39@operamail.com>
18066              
18067              Subject: More verbose POD for Carp
18068              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18069              Date: Sat, 1 Dec 2001 08:04:16 -0500
18070              Message-ID: <3C285C2B@operamail.com>
18071      Branch: perl
18072            ! lib/Carp.pm lib/Carp/Heavy.pm
18073 ____________________________________________________________________________
18074 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
18075         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
18076              From: chromatic <chromatic@rmci.net>
18077              Date: Sat, 01 Dec 2001 12:41:58 -0700
18078              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
18079      Branch: perl
18080            ! lib/DB.t
18081 ____________________________________________________________________________
18082 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
18083         Log: Try to make a missing RADIXCHAR a softer kinder error.
18084      Branch: perl
18085            ! ext/I18N/Langinfo/Langinfo.t
18086 ____________________________________________________________________________
18087 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
18088         Log: Have a little faith on nl_langinfo() itself.
18089      Branch: perl
18090            ! ext/I18N/Langinfo/Langinfo.xs
18091 ____________________________________________________________________________
18092 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
18093         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
18094              the max, not max plus one)
18095      Branch: perl
18096            ! ext/I18N/Langinfo/Langinfo.xs
18097 ____________________________________________________________________________
18098 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
18099         Log: Make reality agree with the comment.
18100      Branch: perl
18101            ! ext/I18N/Langinfo/Langinfo.xs
18102 ____________________________________________________________________________
18103 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
18104         Log: Try to protect against wild langinfo() arguments.
18105      Branch: perl
18106            ! ext/I18N/Langinfo/Langinfo.xs
18107 ____________________________________________________________________________
18108 [ 13409] By: nick                                  on 2001/12/01  18:19:59
18109         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
18110              have file descriptors. Noticed a possibly worse problem in the process ...
18111      Branch: perlio
18112            ! doio.c
18113 ____________________________________________________________________________
18114 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
18115         Log: (replaced by #13556)
18116              
18117              If we are inside an eval, let's be silent about
18118              separate symbols and just croak() in the end.
18119      Branch: perl
18120            ! lib/Exporter/Heavy.pm
18121 ____________________________________________________________________________
18122 [ 13407] By: nick                                  on 2001/12/01  17:14:05
18123         Log: Integrate mainline
18124      Branch: perlio
18125           !> (integrate 26 files)
18126 ____________________________________________________________________________
18127 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
18128         Log: Subject: Fix for Exporter error reporting behaviour
18129              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18130              Date: Sat, 1 Dec 2001 06:34:48 -0500
18131              Message-ID: <3C0D1B9A@operamail.com>
18132      Branch: perl
18133            ! lib/Exporter.pm lib/Exporter/Heavy.pm
18134 ____________________________________________________________________________
18135 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
18136         Log: Need to hide behind an eval to avoid a warning
18137              about :utf8 on non-perlio configs.
18138      Branch: perl
18139            ! lib/open.t
18140 ____________________________________________________________________________
18141 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
18142         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
18143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18144              Date: Fri, 30 Nov 2001 23:46:58 +0100
18145              Message-ID: <20011130234658.A717@rafael>
18146      Branch: perl
18147            ! op.c t/op/method.t
18148 ____________________________________________________________________________
18149 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
18150         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
18151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18152              Date: Thu, 29 Nov 2001 22:46:12 +0100
18153              Message-ID: <20011129224612.A699@rafael>
18154      Branch: perl
18155            ! ext/B/B/Xref.pm
18156 ____________________________________________________________________________
18157 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
18158         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
18159              From: Tels <perl_dummy@bloodgate.com>
18160              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
18161              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
18162      Branch: perl
18163            ! pod/perlfunc.pod
18164 ____________________________________________________________________________
18165 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
18166         Log: Subject: [REPATCH] reference pointer comparison
18167              From: Nicholas Clark <nick@ccl4.org>
18168              Date: Sat, 1 Dec 2001 13:00:17 +0000
18169              Message-ID: <20011201130017.I21702@plum.flirble.org>
18170      Branch: perl
18171            ! pp.c
18172 ____________________________________________________________________________
18173 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
18174         Log: Upgrade to Storable 1.0.14.
18175      Branch: perl
18176            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18177 ____________________________________________________________________________
18178 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
18179         Log: Add simple caches for ::viacode() and ::vianame().
18180      Branch: perl
18181            ! lib/charnames.pm lib/charnames.t
18182 ____________________________________________________________________________
18183 [ 13398] By: nick                                  on 2001/12/01  10:36:24
18184         Log: Integrate mainline.
18185      Branch: perlio
18186           +> (branch 44 files)
18187            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18188            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18189            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
18190           !> (integrate 250 files)
18191 ____________________________________________________________________________
18192 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
18193         Log: Regen toc and modlib.
18194      Branch: perl
18195            ! pod/perlmodlib.pod pod/perltoc.pod
18196 ____________________________________________________________________________
18197 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
18198         Log: Upgrade to podlators-1.18.
18199      Branch: perl
18200            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
18201 ____________________________________________________________________________
18202 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
18203         Log: -h scalar0 -h vector0 seems to help for both
18204              UNICOS and UNICOS/mk on the unpack %65c problems.
18205              
18206              (replaces #13393)
18207      Branch: perl
18208            ! hints/unicos.sh hints/unicosmk.sh
18209 ____________________________________________________________________________
18210 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
18211         Log: More Socket constants.
18212      Branch: perl
18213            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
18214 ____________________________________________________________________________
18215 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
18216         Log: (replaced by #13395)
18217      Branch: perl
18218            ! hints/unicosmk.sh
18219 ____________________________________________________________________________
18220 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
18221         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
18222              From: Andy Dougherty <doughera@lafayette.edu>
18223              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
18224              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
18225              
18226              Simplify the test skippage criterion now that we are
18227              no more dependent on sed.
18228      Branch: perl
18229            ! t/comp/cpp.t t/run/switchPx.t
18230 ____________________________________________________________________________
18231 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
18232         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
18233              From: Michael G Schwern <schwern@pobox.com>
18234              Date: Fri, 30 Nov 2001 11:48:44 -0500
18235              Message-ID: <20011130114844.C1303@blackrider>
18236              
18237              (replaces #13381)
18238      Branch: perl
18239            ! t/op/stat.t
18240 ____________________________________________________________________________
18241 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
18242         Log: Let's not assume how much memory has been allocated
18243              to PVs.
18244      Branch: perl
18245            ! ext/Devel/Peek/Peek.t
18246 ____________________________________________________________________________
18247 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
18248         Log: VOS needs to know the modules, including pp_sort.
18249      Branch: perl
18250            ! vos/perl.bind
18251 ____________________________________________________________________________
18252 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
18253         Log: Unused variables.
18254      Branch: perl
18255            ! ext/Unicode/Normalize/Normalize.xs
18256 ____________________________________________________________________________
18257 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
18258         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
18259              From: John Peacock <jpeacock@rowman.com>     
18260              Date: Fri, 30 Nov 2001 10:24:00 -0500        
18261              Message-ID: <3C07A490.A22A76B0@rowman.com>   
18262      Branch: perl
18263            ! lib/ExtUtils/Embed.t
18264 ____________________________________________________________________________
18265 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
18266         Log: Tweak for the VOS building script from Paul Green.
18267      Branch: perl
18268            ! vos/configure_perl.cm
18269 ____________________________________________________________________________
18270 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
18271         Log: Update Changes.
18272      Branch: perl
18273            ! Changes patchlevel.h
18274 ____________________________________________________________________________
18275 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
18276         Log: Cannot test if cppstdin has not yet been installed.
18277      Branch: perl
18278            ! t/run/switchPx.t
18279 ____________________________________________________________________________
18280 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
18281         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
18282              From: Michael G Schwern <schwern@pobox.com> 
18283              Date: Thu, 29 Nov 2001 22:05:11 -0500
18284              Message-ID: <20011129220510.A18869@blackrider>
18285              
18286              TODO 1: if cppstdin is used and not yet installed,
18287              the Px.t will fail (must do the same as in cpp.t)
18288              
18289              TODO 2: does this work if no Perl whatsoever has
18290              yet been installed?  That is, we should be using
18291              the Perl we are building to execute the one-liner.
18292      Branch: perl
18293            + t/run/switchPx.aux t/run/switchPx.t
18294            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
18295            ! vms/test.com
18296 ____________________________________________________________________________
18297 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
18298         Log: Upgrade to Unicode::Normalize 0.12.
18299      Branch: perl
18300            ! ext/Unicode/Normalize/Changes
18301            ! ext/Unicode/Normalize/Normalize.pm
18302            ! ext/Unicode/Normalize/Normalize.xs
18303            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
18304            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18305            ! ext/Unicode/Normalize/t/test.t
18306 ____________________________________________________________________________
18307 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
18308         Log: (replaced by #13391)
18309              
18310              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
18311              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
18312              Date: 30 Nov 2001 11:41:53 -0000             
18313              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
18314              
18315              No need to die if we have high-paranoia (non-chdirable)
18316              system directories.
18317      Branch: perl
18318            ! t/op/stat.t
18319 ____________________________________________________________________________
18320 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
18321         Log: Paragraph rewrapping.
18322      Branch: perl
18323            ! pod/perliol.pod
18324 ____________________________________________________________________________
18325 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
18326         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
18327              From: Stas Bekman <stas@stason.org>
18328              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
18329              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
18330      Branch: perl
18331            ! pod/perliol.pod
18332 ____________________________________________________________________________
18333 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
18334         Log: Whether select() gets restarted on signals is
18335              implementation dependent.
18336      Branch: perl
18337            ! ext/Time/HiRes/HiRes.t
18338 ____________________________________________________________________________
18339 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
18340         Log: More forgotten checkins.
18341      Branch: perl
18342            ! embed.h embed.pl proto.h
18343 ____________________________________________________________________________
18344 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
18345         Log: Add a note about folding vs lowercase.
18346      Branch: perl
18347            ! regexec.c
18348 ____________________________________________________________________________
18349 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
18350         Log: Use to_uni_fold (and add changed global.sym)
18351      Branch: perl
18352            ! global.sym utf8.c
18353 ____________________________________________________________________________
18354 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
18355         Log: Make to Unicode character functions to use UVs
18356              instead of U32s and add to_uni_fold().
18357      Branch: perl
18358            ! embed.pl proto.h utf8.c
18359 ____________________________________________________________________________
18360 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
18361         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
18362              From: Nicholas Clark <nick@ccl4.org>
18363              Date: Thu, 29 Nov 2001 22:47:32 +0000
18364              Message-ID: <20011129224732.W37621@plum.flirble.org>
18365      Branch: perl
18366            ! pod/perlpacktut.pod
18367 ____________________________________________________________________________
18368 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
18369         Log: README.vos updates from Paul Green.
18370      Branch: perl
18371            ! README.vos
18372 ____________________________________________________________________________
18373 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
18374         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
18375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18376              Date: Thu, 29 Nov 2001 14:18:51 EST
18377              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
18378      Branch: perl
18379            ! mg.c vms/vms.c vms/vmsish.h
18380 ____________________________________________________________________________
18381 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
18382         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
18383              From: Michael G Schwern <schwern@pobox.com>
18384              Date: Thu, 29 Nov 2001 13:12:31 -0500
18385              Message-ID: <20011129131231.E11300@blackrider>
18386      Branch: perl
18387            ! README.vms
18388 ____________________________________________________________________________
18389 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
18390         Log: BGET_IV was missing.
18391      Branch: perl
18392            ! ext/ByteLoader/bytecode.h
18393 ____________________________________________________________________________
18394 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
18395         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
18396              From: Jonathan Stowe <gellyfish@gellyfish.com>
18397              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
18398              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
18399      Branch: perl
18400            ! lib/Term/Cap.pm
18401 ____________________________________________________________________________
18402 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
18403         Log: Porting/checkURL.pl was missing.
18404      Branch: perl
18405            ! MANIFEST
18406 ____________________________________________________________________________
18407 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
18408         Log: Subject: INSTALL and READMEs should be reviewed
18409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18410              Date: Thu, 29 Nov 2001 16:49:36 +0100
18411              Message-ID: <20011129164936.A17492@rafael>         
18412      Branch: perl
18413            ! README.cygwin
18414 ____________________________________________________________________________
18415 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
18416         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
18417              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
18418              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
18419              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
18420      Branch: perl
18421            ! README.os390
18422 ____________________________________________________________________________
18423 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
18424         Log: Update Changes.
18425      Branch: perl
18426            ! Changes patchlevel.h
18427 ____________________________________________________________________________
18428 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
18429         Log: The changes to the curliffed files didn't stick in #13348.
18430      Branch: perl
18431            ! README.dos README.win32
18432 ____________________________________________________________________________
18433 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
18434         Log: Subject: Re: Found the rev where File::Glob broke
18435              From: Andy Dougherty <doughera@lafayette.edu>
18436              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
18437              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
18438      Branch: perl
18439            ! lib/ExtUtils/MM_Unix.pm
18440 ____________________________________________________________________________
18441 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
18442         Log: Use __DATA__ instead of __END__.
18443      Branch: perl
18444            ! lib/Term/Cap.pm
18445 ____________________________________________________________________________
18446 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
18447         Log: Subject: [PATCH toke.c] autosplit into @F fix
18448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18449              Date: Thu, 29 Nov 2001 14:52:23 +0100
18450              Message-ID: <20011129145223.A25817@rafael>         
18451      Branch: perl
18452            ! toke.c
18453 ____________________________________________________________________________
18454 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
18455         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
18456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18457              Date: Thu, 29 Nov 2001 15:48:15 +0100
18458              Message-ID: <20011129154815.C25817@rafael>         
18459      Branch: perl
18460            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
18461 ____________________________________________________________________________
18462 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
18463         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
18464              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18465              Date: Wed, 28 Nov 2001 20:35:29 +0100
18466              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
18467      Branch: perl
18468            ! pod/perlpacktut.pod
18469 ____________________________________________________________________________
18470 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
18471         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
18472              From: Stas Bekman <stas@stason.org>
18473              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
18474              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
18475              
18476              (with tweaks)
18477      Branch: perl
18478            ! pod/perlapio.pod
18479 ____________________________________________________________________________
18480 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
18481         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18482              From: Tels <perl_dummy@bloodgate.com>
18483              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
18484              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
18485              
18486              (plus paragraph rewrapping)
18487      Branch: perl
18488            ! lib/Exporter.pm
18489 ____________________________________________________________________________
18490 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
18491         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
18492              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
18493              Date: Wed, 28 Nov 2001 21:47:59 +0000
18494              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
18495      Branch: perl
18496            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18497 ____________________________________________________________________________
18498 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
18499         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
18500              From: Andy Dougherty <doughera@lafayette.edu>
18501              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
18502              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
18503      Branch: perl
18504            ! INSTALL ext/Time/HiRes/HiRes.t
18505 ____________________________________________________________________________
18506 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
18507         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
18508              From: Michael G Schwern <schwern@pobox.com> 
18509              Date: Wed, 28 Nov 2001 16:37:01 -0500
18510              Message-ID: <20011128163701.H676@blackrider>
18511      Branch: perl
18512            ! t/run/kill_perl.t
18513 ____________________________________________________________________________
18514 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
18515         Log: @INC tweak.
18516      Branch: perl
18517            ! t/op/ref.t
18518 ____________________________________________________________________________
18519 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
18520         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
18521              From: Nicholas Clark <nick@ccl4.org>
18522              Date: Wed, 28 Nov 2001 23:38:43 +0000
18523              Message-ID: <20011128233843.N37621@plum.flirble.org>  
18524      Branch: perl
18525            ! installman
18526 ____________________________________________________________________________
18527 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
18528         Log: Tweak the forking logic.
18529      Branch: perl
18530            ! Porting/checkURL.pl
18531 ____________________________________________________________________________
18532 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
18533         Log: Update perlmodlib.PL as per #13348.  The L<> got
18534              changed back because that is coming from ParseLink.pm.
18535      Branch: perl
18536            ! pod/perlmodlib.PL pod/perlmodlib.pod
18537 ____________________________________________________________________________
18538 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
18539         Log: URL fixups from Michael Schwern.
18540      Branch: perl
18541            ! README.cygwin README.dos README.hpux README.mint README.mpeix
18542            ! README.os390 README.qnx README.solaris README.vos README.win32
18543            ! pod/perlmodlib.pod
18544 ____________________________________________________________________________
18545 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
18546         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18547              From: Barrie Slaymaker <barries@slaysys.com>
18548              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
18549              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
18550      Branch: perl
18551            ! lib/Exporter.pm
18552 ____________________________________________________________________________
18553 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
18554         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
18555      Branch: perl
18556            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
18557 ____________________________________________________________________________
18558 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
18559         Log: Subject: [PATCH] Re: $\ very broken
18560              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18561              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
18562              Message-ID: <20011128223308.E732@rafael>   
18563              
18564              Subject: Re: [PATCH] Re: $\ very broken     
18565              From: Nicholas Clark <nick@ccl4.org>
18566              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
18567              Message-ID: <20011128222859.K37621@plum.flirble.org>
18568      Branch: perl
18569            ! mg.c t/op/ref.t
18570 ____________________________________________________________________________
18571 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
18572         Log: Add Abigail's link checker with the following tweaks:
18573              - known dummy URLs (Peter Prymmer)
18574              - do also READMEs and INSTALL (Michael Schwern)
18575              - do also ftp URLs
18576              - add fork retry loop in case the allowed number
18577              of processes per user is low
18578      Branch: perl
18579            + Porting/checkURL.pl
18580            ! MANIFEST
18581 ____________________________________________________________________________
18582 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
18583         Log: Update Changes.
18584      Branch: perl
18585            ! Changes patchlevel.h
18586 ____________________________________________________________________________
18587 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
18588         Log: In Linux if we have modern enough gcc and supported
18589              enough CPU, crank up the optimization level to -O3.
18590      Branch: perl
18591            ! hints/linux.sh
18592 ____________________________________________________________________________
18593 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
18594         Log: Add perlpacktut from Wolfgang Laun; regen toc.
18595      Branch: perl
18596            + pod/perlpacktut.pod
18597            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
18598            ! pod/perltoc.pod
18599 ____________________________________________________________________________
18600 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
18601         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
18602              From: PPrymmer@factset.com
18603              Date: Wed, 28 Nov 2001 07:51:26 -0500
18604              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
18605      Branch: perl
18606            ! vms/test.com
18607 ____________________________________________________________________________
18608 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
18609         Log: Test cases for the first half of #13338.
18610      Branch: perl
18611            ! t/lib/h2ph.h t/lib/h2ph.pht
18612 ____________________________________________________________________________
18613 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
18614         Log: Subject: Re: h2ph confused by comments in an enum.
18615              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18616              Date: Wed, 28 Nov 2001 04:19:21 +0000
18617              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
18618              
18619              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
18620              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18621              Date: Wed, 28 Nov 2001 13:36:35 +0000
18622              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
18623      Branch: perl
18624            ! utils/h2ph.PL
18625 ____________________________________________________________________________
18626 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
18627         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
18628              From: Jonathan Stowe <gellyfish@gellyfish.com>
18629              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
18630              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
18631              
18632              (replace #13327)
18633      Branch: perl
18634            ! lib/Term/Cap.pm
18635 ____________________________________________________________________________
18636 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
18637         Log: Replace #13335 with
18638              
18639              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
18640              From: Russ Allbery <rra@stanford.edu>
18641              Date: 27 Nov 2001 20:42:49 -0800
18642              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
18643      Branch: perl
18644            ! lib/Pod/Text/Termcap.pm
18645 ____________________________________________________________________________
18646 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
18647         Log: (replaced by #13336)
18648              
18649              Subject: [PATCH perl@13323] Termcap.pm with no termios
18650              From: "Craig A. Berry" <craigberry@mac.com> 
18651              Date: Tue, 27 Nov 2001 22:28:50 -0600
18652              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
18653      Branch: perl
18654            ! lib/Pod/Text/Termcap.pm
18655 ____________________________________________________________________________
18656 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
18657         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
18658              From: "Craig A. Berry" <craigberry@mac.com> 
18659              Date: Tue, 27 Nov 2001 21:46:45 -0600
18660              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
18661      Branch: perl
18662            ! configure.com
18663 ____________________________________________________________________________
18664 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
18665         Log: Upgrade to podlators 1.17.
18666      Branch: perl
18667            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
18668            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18669 ____________________________________________________________________________
18670 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
18671         Log: Fix for "a\x{100}" =~ /A/i.
18672      Branch: perl
18673            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
18674            ! utf8.c
18675 ____________________________________________________________________________
18676 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
18677         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
18678              From: "Craig A. Berry" <craigberry@mac.com>
18679              Date: Tue, 27 Nov 2001 17:11:49 -0600
18680              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
18681      Branch: perl
18682            ! lib/DB.t
18683 ____________________________________________________________________________
18684 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
18685         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
18686              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18687              Date: Tue, 27 Nov 2001 14:55:23 -0500
18688              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
18689              
18690              Subject: [PATCH: perl@13324] updates to perldelta.pod 
18691              From: PPrymmer@factset.com
18692              Date: Tue, 27 Nov 2001 18:06:04 -0500
18693              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
18694              
18695              plus added some known problems.
18696      Branch: perl
18697            ! pod/perldelta.pod
18698 ____________________________________________________________________________
18699 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
18700         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
18701              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18702              Date: Tue, 27 Nov 2001 15:38:02 EST 
18703              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
18704      Branch: perl
18705            ! configure.com vms/vms.c vms/vmsish.h
18706 ____________________________________________________________________________
18707 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
18708         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
18709              From: Michael G Schwern <schwern@pobox.com> 
18710              Date: Tue, 27 Nov 2001 15:31:12 -0500
18711              Message-ID: <20011127153112.G20929@blackrider>
18712      Branch: perl
18713            ! t/run/kill_perl.t
18714 ____________________________________________________________________________
18715 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
18716         Log: (replaced by #13337)
18717              
18718              VMS can safely hardcode a termcap entry for VT100.
18719      Branch: perl
18720            ! lib/Term/Cap.pm
18721 ____________________________________________________________________________
18722 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
18723         Log: VMS piping fixes from Charles Lane (perl -P should
18724              be working now).
18725      Branch: perl
18726            ! vms/vms.c
18727 ____________________________________________________________________________
18728 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
18729         Log: Subject: [PATCH] perlvar.pod fix
18730              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18731              Date: Tue, 27 Nov 2001 13:11:47 -0500
18732              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
18733      Branch: perl
18734            ! pod/perlvar.pod
18735 ____________________________________________________________________________
18736 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
18737         Log: Update Changes.
18738      Branch: perl
18739            ! Changes patchlevel.h
18740 ____________________________________________________________________________
18741 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
18742         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
18743              From: "Craig A. Berry" <craigberry@mac.com> 
18744              Date: Tue, 27 Nov 2001 10:21:18 -0600
18745              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
18746      Branch: perl
18747            ! lib/ExtUtils/MM_VMS.pm
18748 ____________________________________________________________________________
18749 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
18750         Log: Protect against accumulating -options -options -options.
18751      Branch: perl
18752            ! hints/hpux.sh
18753 ____________________________________________________________________________
18754 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
18755         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
18756              From: Barrie Slaymaker <barries@slaysys.com>
18757              Date: Tue, 27 Nov 2001 10:58:54 -0500
18758              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
18759      Branch: perl
18760            ! lib/Benchmark.pm
18761 ____________________________________________________________________________
18762 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
18763         Log: Tiny fix from John P. Linderman.
18764      Branch: perl
18765            ! lib/sort.pm
18766 ____________________________________________________________________________
18767 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
18768         Log: The Story of sort(), from John P. Linderman.
18769      Branch: perl
18770            ! pod/perldelta.pod
18771 ____________________________________________________________________________
18772 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
18773         Log: Add information what to do if you are reading
18774              perluniintro but using some older Perl.
18775      Branch: perl
18776            ! pod/perluniintro.pod
18777 ____________________________________________________________________________
18778 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
18779         Log: Update the 'wide characters' FAQ entry.
18780      Branch: perl
18781            ! pod/perlfaq6.pod
18782 ____________________________________________________________________________
18783 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
18784         Log: Fix for
18785              
18786              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
18787              From: Marc Lehmann <root@schmorp.de>
18788              Date: Tue, 27 Nov 2001 14:27:14 +0100
18789              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
18790      Branch: perl
18791            ! ext/Encode.t ext/Encode/Encode.xs
18792 ____________________________________________________________________________
18793 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
18794         Log: Subject: [PATCH] DB_File 1.801
18795              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18796              Date: Tue, 27 Nov 2001 15:06:45 -0000
18797              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
18798      Branch: perl
18799            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18800            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18801 ____________________________________________________________________________
18802 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
18803         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
18804      Branch: perl
18805            ! pod/perlmodlib.pod
18806 ____________________________________________________________________________
18807 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
18808         Log: sort() doc tweaks from John P. Linderman.
18809      Branch: perl
18810            ! pod/perlfunc.pod
18811 ____________________________________________________________________________
18812 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
18813         Log: Subject: [PATCH] More perldelta.pod nits
18814              From: Simon Glover <scog@roe.ac.uk>
18815              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
18816              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
18817      Branch: perl
18818            ! pod/perldelta.pod
18819 ____________________________________________________________________________
18820 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
18821         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
18822              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18823              Date: Tue, 27 Nov 2001 11:52:31 -0000
18824              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
18825      Branch: perl
18826            ! ext/Devel/PPPort/harness/Makefile.PL
18827 ____________________________________________________________________________
18828 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
18829         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
18830              From: Michael G Schwern <schwern@pobox.com>
18831              Date: Tue, 27 Nov 2001 03:38:24 -0500
18832              Message-ID: <20011127033824.A17775@blackrider>
18833      Branch: perl
18834            ! t/TEST
18835 ____________________________________________________________________________
18836 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
18837         Log: Subject: Re: perlcc very broken
18838              From: John Peacock <jpeacock@rowman.com>
18839              Date: Tue, 27 Nov 2001 06:48:01 -0500
18840              Message-ID: <3C037D71.4030508@rowman.com>
18841      Branch: perl
18842            ! utils/perlcc.PL
18843 ____________________________________________________________________________
18844 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
18845         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
18846              From: David Dyck <dcd@tc.fluke.com>
18847              Date: Mon, 26 Nov 2001 22:04:38 -0800
18848              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
18849      Branch: perl
18850            ! t/op/pack.t
18851 ____________________________________________________________________________
18852 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
18853         Log: Subject: [ID 20011126.149] t/op/split fails step 37
18854              From: David Dyck <dcd@tc.fluke.com>
18855              Date: Mon, 26 Nov 2001 21:52:35 -0800
18856              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
18857      Branch: perl
18858            ! t/op/split.t
18859 ____________________________________________________________________________
18860 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
18861         Log: incorporate last minute change from libnet 1.0901-tobe
18862      Branch: perl
18863            ! lib/Net/SMTP.pm
18864 ____________________________________________________________________________
18865 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
18866         Log: Pass 7 at perldelta - random edits.
18867      Branch: perl
18868            ! pod/perldelta.pod
18869 ____________________________________________________________________________
18870 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
18871         Log: Portability and skippage tweaks.
18872      Branch: perl
18873            ! t/op/split.t
18874 ____________________________________________________________________________
18875 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
18876         Log: (retracted by #13449)
18877              Try to make Unicode casemapping to work for EBCDIC, too.
18878      Branch: perl
18879            ! utf8.c
18880 ____________________________________________________________________________
18881 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
18882         Log: Just printing 1..0 is not quite enough...
18883      Branch: perl
18884            ! lib/Dumpvalue.t
18885 ____________________________________________________________________________
18886 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
18887         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
18888              Delay the match until runtime.
18889      Branch: perl
18890            ! t/op/append.t
18891 ____________________________________________________________________________
18892 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
18893         Log: UTF-EBCDIC.
18894      Branch: perl
18895            ! ext/Devel/Peek/Peek.t
18896 ____________________________________________________________________________
18897 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
18898         Log: Be UTF-EBCDIC aware.
18899      Branch: perl
18900            ! lib/bytes.t
18901 ____________________________________________________________________________
18902 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
18903         Log: Bad assumption which way digits and letters sort.
18904      Branch: perl
18905            ! lib/English.t
18906 ____________________________________________________________________________
18907 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
18908         Log: If in EBCDIC but no Convert::EBCDIC
18909              the libnet tests will all fail.
18910      Branch: perl
18911            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
18912            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
18913            ! lib/Net/t/smtp.t lib/Net/t/time.t
18914 ____________________________________________________________________________
18915 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
18916         Log: Just sorting to guarantee order is not enough.
18917              (Think EBCDIC.) 
18918      Branch: perl
18919            ! lib/ExtUtils/Manifest.t
18920 ____________________________________________________________________________
18921 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
18922         Log: OS/390 cleanable gunk.
18923      Branch: perl
18924            ! lib/ExtUtils/MM_Unix.pm
18925 ____________________________________________________________________________
18926 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
18927         Log: Update the EBCDIC MD5 checksums.
18928      Branch: perl
18929            ! ext/Digest/MD5/t/files.t
18930 ____________________________________________________________________________
18931 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
18932         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
18933              From: Nicholas Clark <nick@ccl4.org>
18934              Date: Mon, 26 Nov 2001 23:06:34 +0000
18935              Message-ID: <20011126230633.Q37621@plum.flirble.org>
18936      Branch: perl
18937            ! installman
18938 ____________________________________________________________________________
18939 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
18940         Log: sort tweaks from John P. Linderman.
18941      Branch: perl
18942            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
18943 ____________________________________________________________________________
18944 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
18945         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
18946              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
18947              Date: Mon, 26 Nov 2001 18:47:25 -0600
18948              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
18949              
18950              Craig Berry submitted half of this patch just yesterday.
18951              Spooky cosmic resonance.
18952      Branch: perl
18953            ! ext/Socket/Socket.xs
18954 ____________________________________________________________________________
18955 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
18956         Log: Subject: [PATCH] doio slightly smaller
18957              From: Nicholas Clark <nick@ccl4.org>
18958              Date: Tue, 27 Nov 2001 00:40:23 +0000      
18959              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
18960      Branch: perl
18961            ! doio.c
18962 ____________________________________________________________________________
18963 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
18964         Log: perldelta nits from Autrijus Tang and Ron Kimball.
18965      Branch: perl
18966            ! pod/perldelta.pod
18967 ____________________________________________________________________________
18968 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
18969         Log: Subject: [PATCH] unpack P* uses random length for item
18970              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
18971              Date: Mon, 26 Nov 2001 19:56:32 +0100
18972              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
18973      Branch: perl
18974            ! pod/perldiag.pod pp_pack.c t/op/pack.t
18975 ____________________________________________________________________________
18976 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
18977         Log: Subject: [PATCH current] system and taintedness
18978              From: Radu Greab <radu@netsoft.ro>
18979              Date: Mon, 26 Nov 2001 18:42:29 +0200
18980              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
18981      Branch: perl
18982            ! pp_sys.c t/op/taint.t
18983 ____________________________________________________________________________
18984 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
18985         Log: Subject: [PATCH @ 13283] Devel::PPPort
18986              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18987              Date: Mon, 26 Nov 2001 14:37:17 -0000
18988              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
18989      Branch: perl
18990            + ext/Devel/PPPort/MANIFEST
18991            ! MANIFEST ext/Devel/PPPort/Makefile.PL
18992            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
18993            ! ext/Devel/PPPort/harness/Harness.xs
18994            ! ext/Devel/PPPort/harness/Makefile.PL
18995            ! ext/Devel/PPPort/harness/module2.c
18996            ! ext/Devel/PPPort/harness/module3.c
18997            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
18998 ____________________________________________________________________________
18999 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
19000         Log: Update the test list.
19001      Branch: perl
19002            ! t/lib/1_compile.t
19003 ____________________________________________________________________________
19004 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
19005         Log: Sync-up tests with libnet distribution
19006      Branch: perl
19007            + lib/Net/t/netrc.t
19008            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
19009 ____________________________________________________________________________
19010 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
19011         Log: Update Changes.
19012      Branch: perl
19013            ! Changes patchlevel.h
19014 ____________________________________________________________________________
19015 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
19016         Log: Upgrade to podlators 1.16.
19017      Branch: perl
19018            + lib/Pod/t/basic.cap
19019            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
19020            ! lib/Pod/t/basic.t pod/pod2man.PL
19021 ____________________________________________________________________________
19022 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
19023         Log: Pass 6 at perldelta - sort enhancements, generic and
19024              platform specific bug fixes.
19025      Branch: perl
19026            ! pod/perldelta.pod
19027 ____________________________________________________________________________
19028 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
19029         Log: PROPAGATE documentation from Tony Cook.
19030      Branch: perl
19031            ! pod/perlfunc.pod
19032 ____________________________________________________________________________
19033 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
19034         Log: DJGPP cannot do signals that well.
19035      Branch: perl
19036            ! ext/POSIX/t/sigaction.t
19037 ____________________________________________________________________________
19038 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
19039         Log: Can't do subsecond alarms without ualarm; and break out
19040              early if alarms do not seem to be coming in as expected.
19041      Branch: perl
19042            ! ext/Time/HiRes/HiRes.t
19043 ____________________________________________________________________________
19044 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
19045         Log: No Socket, little Net.
19046      Branch: perl
19047            ! t/lib/1_compile.t
19048 ____________________________________________________________________________
19049 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
19050         Log: Take the taint brush to the getcwds.
19051      Branch: perl
19052            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
19053 ____________________________________________________________________________
19054 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
19055         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
19056              From: "Craig A. Berry" <craigberry@mac.com>
19057              Date: Sun, 25 Nov 2001 16:20:45 -0600
19058              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
19059      Branch: perl
19060            ! ext/Socket/Socket.xs
19061 ____________________________________________________________________________
19062 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
19063         Log: Since in some DOS filesystems the timestamp granularity
19064              may be only two seconds, better sleep for three to play safe.
19065              (Helps CygWin, at least.)
19066      Branch: perl
19067            ! lib/Memoize/t/expire_file.t
19068 ____________________________________________________________________________
19069 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
19070         Log: For some reason CygWin wasn't collapsing multiple
19071              slashes into one, which made some Spec.t tests to fail.
19072              Either CygWin was being too prudish or the collapsing
19073              logic needs to be rethunk.
19074      Branch: perl
19075            ! lib/File/Spec/Unix.pm
19076 ____________________________________________________________________________
19077 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
19078         Log: Cygwin needs to have libperl.dll around if trying to link
19079              with -lperl.  Note: this change cures the test but whether
19080              it cures CygPerl installation, I don't know: hopefully the
19081              libperl5_7_2.dll, or the version equivalent, gets installed
19082              also as libperl.dll to the proper place(s).
19083      Branch: perl
19084            ! lib/ExtUtils/Embed.t
19085 ____________________________________________________________________________
19086 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
19087         Log: -I../lib/.. and -L../lib/..?  Strange.
19088      Branch: perl
19089            ! lib/ExtUtils/Embed.t
19090 ____________________________________________________________________________
19091 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
19092         Log: $MM?
19093      Branch: perl
19094            ! lib/ExtUtils/Embed.pm
19095 ____________________________________________________________________________
19096 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
19097         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
19098              From: Dave Rolsky <autarch@urth.org>
19099              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
19100              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
19101      Branch: perl
19102            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
19103            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19104 ____________________________________________________________________________
19105 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
19106         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
19107              From: chromatic <chromatic@rmci.net>
19108              Date: Sat, 24 Nov 2001 14:56:57 -0700
19109              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
19110              
19111              plus a tweak for ithreads builds.
19112      Branch: perl
19113            + lib/DB.t
19114            ! MANIFEST lib/DB.pm
19115 ____________________________________________________________________________
19116 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
19117         Log: Win32 compilation tweaks for Blair Zajac.
19118      Branch: perl
19119            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
19120 ____________________________________________________________________________
19121 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
19122         Log: I don't think trying to bracket the hires time with lores
19123              times is going to be portable enough: Cygwin seems to be
19124              capable of getting hires ones rather consistently lower
19125              than the lores ones.  So let's try average difference instead.
19126      Branch: perl
19127            ! ext/Time/HiRes/HiRes.t
19128 ____________________________________________________________________________
19129 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
19130         Log: Subject: Re: benchmarks, sorts and reproducibility
19131              From: "John P. Linderman" <jpl@research.att.com>
19132              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
19133              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
19134              
19135              Randomize large partitions for quicksort to dodge the
19136              angry gods of quadratic.
19137      Branch: perl
19138            ! pp_sort.c
19139 ____________________________________________________________________________
19140 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
19141         Log: The joys of portable quoting.
19142      Branch: perl
19143            ! ext/Devel/PPPort/harness/Makefile.PL
19144 ____________________________________________________________________________
19145 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
19146         Log: sort pragma tweaks.
19147      Branch: perl
19148            ! lib/sort.pm
19149 ____________________________________________________________________________
19150 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
19151         Log: Skip the link= directives of utils.lst if no mandir
19152              (if no manpages).
19153      Branch: perl
19154            ! installman
19155 ____________________________________________________________________________
19156 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
19157         Log: integrate changes#8340,13260 from mainline
19158              
19159              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
19160              
19161              change#3373 introduced a handle leak in backticks and piped open()s
19162              that fail
19163      Branch: maint-5.6/perl
19164            ! t/io/pipe.t util.c
19165 ____________________________________________________________________________
19166 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
19167         Log: change#3373 introduced a handle leak in backticks and piped open()s
19168              that fail
19169      Branch: perl
19170            ! util.c
19171 ____________________________________________________________________________
19172 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
19173         Log: metaconfig unit change for #13258.
19174      Branch: metaconfig/U/perl
19175            ! d_procselfexe.U
19176 ____________________________________________________________________________
19177 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
19178         Log: Extraenous breaks noticed by David Dyck.
19179      Branch: perl
19180            ! Configure
19181 ____________________________________________________________________________
19182 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
19183         Log: Revert the /proc/self/auxv experiment for now.
19184      Branch: perl
19185            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
19186 ____________________________________________________________________________
19187 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
19188         Log: Also ExtUtils.t had $^X assumptions.
19189      Branch: perl
19190            ! lib/ExtUtils.t
19191 ____________________________________________________________________________
19192 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
19193         Log: Now is Solaris if you start the t/perl in the t/
19194              as "./perl", the $^X will be "../perl", not "./perl".
19195      Branch: perl
19196            ! t/lib/1_compile.t
19197 ____________________________________________________________________________
19198 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
19199         Log: The new way of finding out $^X in Solaris
19200              requires a little tweak if the executable
19201              pathname is *not* absolute: prepend "./"
19202              (otherwise `$^X ...` will start perl from PATH...)
19203      Branch: perl
19204            ! perl.c
19205 ____________________________________________________________________________
19206 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
19207         Log: Avoid "will not stay shared" warnings.
19208      Branch: perl
19209            ! lib/ExtUtils/MM_Unix.pm
19210 ____________________________________________________________________________
19211 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
19212         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
19213              From: Michael G Schwern <schwern@pobox.com>
19214              Date: Sat, 24 Nov 2001 19:56:18 -0500
19215              Message-ID: <20011124195618.A14614@blackrider>            
19216      Branch: perl
19217            ! perl.c pp_sys.c t/op/magic.t util.c
19218 ____________________________________________________________________________
19219 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
19220         Log: In the MakeMaker pm_to_blib target don't copy all
19221              the files in one fell swoop, deal with them hunkwise,
19222              helps for CLIs with limited line lengths.
19223              (This seems to help for DJGPP building Encode,
19224              where there are dozens of files to copy.)
19225      Branch: perl
19226            ! lib/ExtUtils/MM_Unix.pm
19227 ____________________________________________________________________________
19228 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
19229         Log: testsuite leaves stray files behind on windows
19230      Branch: perl
19231            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
19232 ____________________________________________________________________________
19233 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
19234         Log: xsubpp produces a spurious warning on directories called 'typemap'
19235      Branch: perl
19236            ! lib/ExtUtils/xsubpp
19237 ____________________________________________________________________________
19238 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
19239         Log: xsubpp treats invalid (indented) cpp directives as comments
19240      Branch: perl
19241            ! ext/IO/IO.xs
19242 ____________________________________________________________________________
19243 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
19244         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
19245      Branch: perl
19246            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
19247 ____________________________________________________________________________
19248 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
19249         Log: The debug_pag needs to be visible at all times
19250              because of the re extension.
19251      Branch: perl
19252            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
19253 ____________________________________________________________________________
19254 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
19255         Log: Subject: Re: [PATCH] Tests are good
19256              From: Philip Newton <Philip.Newton@gmx.net>
19257              Date: Sat, 24 Nov 2001 21:24:00 +0100
19258              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
19259      Branch: perl
19260            ! pod/perlhack.pod
19261 ____________________________________________________________________________
19262 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
19263         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
19264              From: "Craig A. Berry" <craigberry@mac.com> 
19265              Date: Sat, 24 Nov 2001 12:45:44 -0600
19266              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
19267              
19268              (with tweaks, and combined with Sarathy's #13242)
19269      Branch: perl
19270            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
19271 ____________________________________________________________________________
19272 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
19273         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
19274              From: John Peacock <jpeacock@rowman.com>
19275              Date: Sat, 24 Nov 2001 14:27:46 -0500
19276              Message-ID: <3BFFF4B2.40509@rowman.com> 
19277      Branch: perl
19278            ! lib/Exporter/Heavy.pm
19279 ____________________________________________________________________________
19280 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
19281         Log: use portable quotes
19282      Branch: perl
19283            ! ext/Devel/PPPort/harness/Makefile.PL
19284 ____________________________________________________________________________
19285 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
19286         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
19287              From: Nicholas Clark <nick@ccl4.org>
19288              Date: Sat, 24 Nov 2001 18:06:26 +0000
19289              Message-ID: <20011124180626.T37621@plum.flirble.org>
19290      Branch: perl
19291            ! installman
19292 ____________________________________________________________________________
19293 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
19294         Log: Subject: [PATCH] perl5005delta.pod L<>
19295              From: Nicholas Clark <nick@ccl4.org>
19296              Date: Sat, 24 Nov 2001 18:04:21 +0000
19297              Message-ID: <20011124180421.S37621@plum.flirble.org>
19298      Branch: perl
19299            ! pod/perl5005delta.pod
19300 ____________________________________________________________________________
19301 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
19302         Log: fix typo in config.vc; regenerate win32 config_H.* files
19303      Branch: perl
19304            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19305            ! win32/config_H.vc
19306 ____________________________________________________________________________
19307 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
19308         Log: Mention the charnames::vianame().
19309      Branch: perl
19310            ! pod/perluniintro.pod
19311 ____________________________________________________________________________
19312 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
19313         Log: Add charnames::vianame() in case people want to access
19314              the codes in run-time (as opposed to the compile-timeness
19315              of \N{...}).
19316      Branch: perl
19317            ! lib/charnames.pm lib/charnames.t
19318 ____________________________________________________________________________
19319 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
19320         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
19321              From: Nicholas Clark <nick@ccl4.org>
19322              Date: Sat, 24 Nov 2001 16:30:42 +0000
19323              Message-ID: <20011124163042.R37621@plum.flirble.org>
19324      Branch: perl
19325            ! regcomp.c regcomp.h
19326 ____________________________________________________________________________
19327 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
19328         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
19329              From: Nicholas Clark <nick@ccl4.org>
19330              Date: Sat, 24 Nov 2001 16:24:33 +0000
19331              Message-ID: <20011124162433.Q37621@plum.flirble.org>
19332              
19333              cmp fixes.
19334      Branch: perl
19335            ! pp.c
19336 ____________________________________________________________________________
19337 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
19338         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
19339              (It seems that "./perl" gets resolved to "perl" now.)
19340      Branch: perl
19341            ! perl.c
19342 ____________________________________________________________________________
19343 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
19344         Log: Subject: [PATCH] DB_File 1.800        
19345              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
19346              Date: Sat, 24 Nov 2001 11:41:41 -0000
19347              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
19348      Branch: perl
19349            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19350            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
19351            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19352            ! ext/DB_File/t/db-recno.t
19353 ____________________________________________________________________________
19354 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
19355         Log: Tweak the PUSHED documentation.
19356      Branch: perl
19357            ! ext/PerlIO/Via/Via.pm
19358 ____________________________________________________________________________
19359 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
19360         Log: Update 1_compile for new known tests.
19361      Branch: perl
19362            ! t/lib/1_compile.t
19363 ____________________________________________________________________________
19364 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
19365         Log: Move the MBF/MBI test modules to t/lib.
19366      Branch: perl
19367            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
19368            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19369            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19370            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
19371            ! lib/Math/BigInt/t/sub_mbi.t
19372 ____________________________________________________________________________
19373 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
19374         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
19375              From: "Craig A. Berry" <craigberry@mac.com> 
19376              Date: Fri, 23 Nov 2001 18:05:35 -0600
19377              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
19378      Branch: perl
19379            ! configure.com
19380 ____________________________________________________________________________
19381 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
19382         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
19383              From: PPrymmer@factset.com 
19384              Date: Fri, 23 Nov 2001 17:03:07 -0500
19385              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
19386      Branch: perl
19387            ! ext/Unicode/Normalize/mkheader
19388 ____________________________________________________________________________
19389 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
19390         Log: Here are the right helper files.
19391      Branch: perl
19392            + t/lib/Filter/Simple/ExportTest.pm
19393            + t/lib/Filter/Simple/FilterOnlyTest.pm
19394            + t/lib/Filter/Simple/FilterTest.pm
19395            + t/lib/Filter/Simple/ImportTest.pm
19396            ! MANIFEST
19397 ____________________________________________________________________________
19398 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
19399         Log: Update Changes.
19400      Branch: perl
19401            ! Changes patchlevel.h
19402 ____________________________________________________________________________
19403 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
19404         Log: Never mind.
19405      Branch: perl
19406            - lib/Filter/Simple/lib/ExportTest.pm
19407            - lib/Filter/Simple/lib/ImportTest.pm
19408 ____________________________________________________________________________
19409 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
19410         Log: Mis-add.
19411      Branch: perl
19412            + lib/Filter/Simple/lib/ExportTest.pm
19413            + lib/Filter/Simple/lib/ImportTest.pm
19414 ____________________________________________________________________________
19415 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
19416         Log: Upgrade to Filter::Simple 0.77.
19417      Branch: perl
19418            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
19419            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
19420            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
19421            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
19422            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
19423 ____________________________________________________________________________
19424 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
19425         Log: Missing p4 add.
19426      Branch: perl
19427            + lib/ExtUtils/MM_VMS.t
19428 ____________________________________________________________________________
19429 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
19430         Log: Pass 5 at perldelta - module and utility updates cleanup.
19431      Branch: perl
19432            ! pod/perldelta.pod
19433 ____________________________________________________________________________
19434 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
19435         Log: metaconfig unit change for #13219.
19436      Branch: metaconfig/U/perl
19437            ! d_procselfexe.U
19438 ____________________________________________________________________________
19439 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
19440         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
19441      Branch: perl
19442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19443            ! pod/buildtoc.PL pod/perltoc.pod
19444 ____________________________________________________________________________
19445 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
19446         Log: Add procselfexe and d_dirfd to strange lands.
19447      Branch: perl
19448            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
19449            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19450            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19451            ! win32/config.gc win32/config.vc win32/config.win64
19452            ! wince/config.ce
19453 ____________________________________________________________________________
19454 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
19455         Log: metaconfig unit change for #13216.
19456      Branch: metaconfig/U/perl
19457            ! d_procselfexe.U
19458 ____________________________________________________________________________
19459 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
19460         Log: Better to "quote" the pathname.
19461      Branch: perl
19462            ! Configure config_h.SH
19463 ____________________________________________________________________________
19464 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
19465         Log: Use PROCSELFEXE_PATH.
19466      Branch: perl
19467            ! perl.c
19468 ____________________________________________________________________________
19469 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
19470         Log: metaconfig unit change for #13213.
19471      Branch: metaconfig/U/perl
19472            ! d_procselfexe.U
19473 ____________________________________________________________________________
19474 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
19475         Log: Add probing for BSD-like /proc/curproc/file.
19476      Branch: perl
19477            ! Configure config_h.SH
19478 ____________________________________________________________________________
19479 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
19480         Log: metaconfig unit change for 13211.
19481      Branch: metaconfig/U/perl
19482            + d_dirfd.U
19483 ____________________________________________________________________________
19484 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
19485         Log: Add probing for dirfd() so that it can be added it IO::Dir.
19486      Branch: perl
19487            ! Configure config_h.SH perl.h
19488 ____________________________________________________________________________
19489 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
19490         Log: ...and update the test count.
19491      Branch: perl
19492            ! lib/Pod/t/basic.t
19493 ____________________________________________________________________________
19494 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
19495         Log: Must remove the cap test also from the test script.
19496      Branch: perl
19497            ! lib/Pod/t/basic.t
19498 ____________________________________________________________________________
19499 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
19500         Log: Subject: [PATCH] Tests are good
19501              From: Nicholas Clark <nick@ccl4.org>
19502              Date: Fri, 23 Nov 2001 18:12:21 +0000
19503              Message-ID: <20011123181220.F37621@plum.flirble.org>
19504      Branch: perl
19505            ! pod/perlhack.pod
19506 ____________________________________________________________________________
19507 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
19508         Log: The basic.cap from podlators 1.14 is not very portable.
19509      Branch: perl
19510            - lib/Pod/t/basic.cap
19511            ! MANIFEST
19512 ____________________________________________________________________________
19513 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
19514         Log: Subject: Re: [DOC PATCHES] pod cleanups
19515              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19516              Date: 22 Nov 2001 12:54:16 -0000
19517              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
19518      Branch: perl
19519            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
19520            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
19521 ____________________________________________________________________________
19522 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
19523         Log: FAQ sync.
19524      Branch: perl
19525            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
19526 ____________________________________________________________________________
19527 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
19528         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
19529              From: PPrymmer@factset.com
19530              Date: Fri, 23 Nov 2001 11:43:45 -0500
19531              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
19532      Branch: perl
19533            ! MANIFEST lib/ExtUtils/MM_VMS.pm
19534 ____________________________________________________________________________
19535 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
19536         Log: Corify podlators 1.14 test.
19537      Branch: perl
19538            ! lib/Pod/t/basic.t
19539 ____________________________________________________________________________
19540 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
19541         Log: Output tweak needed because of podlators 1.14.
19542      Branch: perl
19543            ! t/pod/multiline_items.xr
19544 ____________________________________________________________________________
19545 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
19546         Log: Upgrade to podlators 1.14.
19547      Branch: perl
19548            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
19549            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
19550            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
19551            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
19552            ! lib/Pod/Text/Overstrike.pm
19553 ____________________________________________________________________________
19554 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
19555         Log: perlmodinstall tweaks from Philip Newton.
19556      Branch: perl
19557            ! pod/perlmodinstall.pod
19558 ____________________________________________________________________________
19559 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
19560         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
19561              From: Autrijus Tang <autrijus@autrijus.org>           
19562              Date: Fri, 23 Nov 2001 23:55:53 +0800
19563              Message-ID: <20011123235553.A2310@not.autrijus.org>
19564      Branch: perl
19565            ! Porting/genlog
19566 ____________________________________________________________________________
19567 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
19568         Log: Subject: Re: regex oddness with \Z and $&
19569              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
19570              Date: Fri, 23 Nov 2001 15:15:24 +0000
19571              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
19572      Branch: perl
19573            ! regcomp.c t/op/re_tests
19574 ____________________________________________________________________________
19575 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
19576         Log: regen_headers.
19577      Branch: perl
19578            ! embed.h global.sym pod/perlapi.pod proto.h
19579 ____________________________________________________________________________
19580 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
19581         Log: Forgotten check-in.
19582      Branch: perl
19583            ! pod/perlapi.pod
19584 ____________________________________________________________________________
19585 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
19586         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
19587      Branch: perl
19588            ! lib/Test/Simple.pm
19589 ____________________________________________________________________________
19590 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
19591         Log: Retract #13173 (effectively retract Net::Ping 2.06,
19592              go back to 2.04, the 2.06 hasn't seen the patches
19593              that have gone to the blead version.)
19594      Branch: perl
19595            - lib/Net/Ping/CHANGES lib/Net/Ping/README
19596            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19597            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19598            - lib/Net/Ping/t/200_ping_tcp.t
19599            ! MANIFEST lib/Net/Ping.pm
19600 ____________________________________________________________________________
19601 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
19602         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
19603              From: Robin Barker <rmb1@cise.npl.co.uk>
19604              Date: Thu, 22 Nov 2001 11:00:38 GMT
19605              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
19606      Branch: perl
19607            ! utils/perldoc.PL
19608 ____________________________________________________________________________
19609 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
19610         Log: metaconfig unit change for #13191.
19611      Branch: metaconfig/U/perl
19612            ! d_procselfexe.U
19613 ____________________________________________________________________________
19614 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
19615         Log: procselfexe tweak: for some reason I had a ls in
19616              /proc/self/exe, not the ls Configure thought it
19617              would found.
19618      Branch: perl
19619            ! Configure
19620 ____________________________________________________________________________
19621 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
19622         Log: Corify the Net::Ping tests; skip the tests
19623              unless $ENV{PERL_TEST_Net_Ping} is true.
19624      Branch: perl
19625            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19626            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19627            ! lib/Net/Ping/t/200_ping_tcp.t
19628 ____________________________________________________________________________
19629 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
19630         Log: metaconfig units changes for #13188.
19631      Branch: metaconfig
19632            ! U/modified/Head.U
19633      Branch: metaconfig/U/perl
19634            ! issymlink.U
19635 ____________________________________________________________________________
19636 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
19637         Log: The #13182 didn't really help.  The real problem
19638              seems to be that 'sh' can in AIX mean at least three
19639              different things, and we can't know which one it is
19640              unless we export $newsh from an earlier run (and it's
19641              the 'bsh' aka 'sh' that has the the broken test -h).
19642      Branch: perl
19643            ! Configure
19644 ____________________________________________________________________________
19645 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
19646         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
19647      Branch: perl
19648            ! op.c t/op/override.t
19649 ____________________________________________________________________________
19650 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
19651         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
19652              From: PPrymmer@factset.com 
19653              Date: Wed, 21 Nov 2001 20:17:25 -0500
19654              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
19655      Branch: perl
19656            ! lib/Shell.t
19657 ____________________________________________________________________________
19658 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
19659         Log: Reapply perlmodinstall parts of #12897.
19660      Branch: perl
19661            ! pod/perlmodinstall.pod
19662 ____________________________________________________________________________
19663 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
19664         Log: perlmodinstall 2.01 from Jon Orwant.
19665      Branch: perl
19666            ! pod/perlmodinstall.pod
19667 ____________________________________________________________________________
19668 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
19669         Log: Subject: [PATCH @10907] REXX on OS/2
19670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19671              Date: Wed, 21 Nov 2001 15:26:11 -0500
19672              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
19673      Branch: perl
19674            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19675            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
19676 ____________________________________________________________________________
19677 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
19678         Log: metaconfig unit change for #13181.
19679      Branch: metaconfig/U/perl
19680            ! issymlink.U
19681 ____________________________________________________________________________
19682 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
19683         Log: AIX has broken builtin 'test'.
19684      Branch: perl
19685            ! Configure
19686 ____________________________________________________________________________
19687 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
19688         Log: Subject: [PATCH 5.7.x] INSTALL size update
19689              From: Andy Dougherty <doughera@lafayette.edu>
19690              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
19691              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
19692      Branch: perl
19693            ! INSTALL
19694 ____________________________________________________________________________
19695 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
19696         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
19697              to pp_sort.c.  Includes the quicksort stabilizing layer
19698              from John P. Linderman.  -Msort=qsort or -Msort=fast is
19699              faster than without (or with -Msort=mergesort or -Msort=safe)
19700              for short random inputs, but for some reason not quite as fast
19701              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
19702              optimizing definitely needed.
19703      Branch: perl
19704            + lib/sort.pm lib/sort.t pp_sort.c
19705            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
19706            ! embed.pl global.sym perl.h pp_ctl.c proto.h
19707            ! vms/descrip_mms.template vos/build.cm win32/Makefile
19708            ! win32/makefile.mk wince/Makefile.ce
19709 ____________________________________________________________________________
19710 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
19711         Log: Sync file with libnet-1.0901-tobe
19712      Branch: perl
19713            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
19714            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
19715            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
19716            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
19717            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
19718 ____________________________________________________________________________
19719 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
19720         Log: Subject: [PATCH perldoc] problems with pod2man
19721              From: Robin Barker <rmb1@cise.npl.co.uk>
19722              Date: Wed, 21 Nov 2001 17:48:51 GMT
19723              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
19724      Branch: perl
19725            ! utils/perldoc.PL
19726 ____________________________________________________________________________
19727 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
19728         Log: debug_pad only visible when debugging.
19729      Branch: perl
19730            ! makedef.pl
19731 ____________________________________________________________________________
19732 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
19733         Log: metaconfig units changes for #13174.
19734      Branch: metaconfig/U/perl
19735            + d_procselfexe.U
19736            - procselfexe.U
19737 ____________________________________________________________________________
19738 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
19739         Log: procselfexe tweaks.
19740      Branch: perl
19741            ! Configure config_h.SH
19742 ____________________________________________________________________________
19743 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
19744         Log: Upgrade to Net::Ping 2.06.
19745      Branch: perl
19746            + lib/Net/Ping/CHANGES lib/Net/Ping/README
19747            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19748            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19749            + lib/Net/Ping/t/200_ping_tcp.t
19750            ! MANIFEST lib/Net/Ping.pm
19751 ____________________________________________________________________________
19752 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
19753         Log: Upgrade to Math::BigInt 1.47.
19754      Branch: perl
19755            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19756            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
19757            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
19758            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19759            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
19760            ! lib/Math/BigInt/t/sub_mbi.t
19761 ____________________________________________________________________________
19762 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
19763         Log: Dynaloading for POSIX-BC from Thomas Dorner.
19764      Branch: perl
19765            ! hints/posix-bc.sh
19766 ____________________________________________________________________________
19767 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
19768         Log: Strange: the same mysterious regex study bug
19769              seems to be present both in OS/390 and POSIX-BC.
19770              Deep EBCDIC magic that regex engine gets wrong,
19771              or a bug in some compiler/library shared by the
19772              two platforms?  From Thomas Dorner.
19773      Branch: perl
19774            ! t/op/study.t
19775 ____________________________________________________________________________
19776 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
19777         Log: More lost and found.
19778      Branch: perl
19779            + lib/Test/Simple/README
19780            ! MANIFEST
19781 ____________________________________________________________________________
19782 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
19783         Log: MANIFESTly missing.
19784      Branch: perl
19785            ! MANIFEST
19786 ____________________________________________________________________________
19787 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
19788         Log: Subject: Re: PERFORCE change 13162 for review               
19789              From: Philip Newton <Philip.Newton@gmx.net> 
19790              Date: Wed, 21 Nov 2001 16:44:30 +0100
19791              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
19792      Branch: perl
19793            ! ext/Devel/PPPort/PPPort.pm
19794 ____________________________________________________________________________
19795 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
19796         Log: Update Changes.
19797      Branch: perl
19798            ! Changes patchlevel.h
19799 ____________________________________________________________________________
19800 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
19801         Log: Small doc tweaks.
19802      Branch: perl
19803            ! ext/PerlIO/Via/Via.pm
19804 ____________________________________________________________________________
19805 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
19806         Log: Redundant return.
19807      Branch: perl
19808            ! ext/MIME/Base64/QuotedPrint.pm
19809 ____________________________________________________________________________
19810 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
19811         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
19812              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19813              Date: Wed, 21 Nov 2001 10:23:16 +0100
19814              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
19815      Branch: perl
19816            ! pp_pack.c t/op/pack.t
19817 ____________________________________________________________________________
19818 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
19819         Log: Add Devel::PPPort originally from Kenneth Albanowski,
19820              revigorated by Paul Marquess: gives h2xs a Perl version
19821              portability boost.
19822      Branch: perl
19823            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19824            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
19825            + ext/Devel/PPPort/harness/Harness.pm
19826            + ext/Devel/PPPort/harness/Harness.xs
19827            + ext/Devel/PPPort/harness/Makefile.PL
19828            + ext/Devel/PPPort/harness/module2.c
19829            + ext/Devel/PPPort/harness/module3.c
19830            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
19831            ! MANIFEST lib/h2xs.t utils/h2xs.PL
19832 ____________________________________________________________________________
19833 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
19834         Log: Oops.
19835      Branch: perl
19836            ! lib/Test/Simple/t/filehandles.t
19837 ____________________________________________________________________________
19838 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
19839         Log: Subject: Re: PERFORCE change 13152 for review               
19840              From: Philip Newton <Philip.Newton@gmx.net> 
19841              Date: Wed, 21 Nov 2001 09:04:05 +0100
19842              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
19843      Branch: perl
19844            ! lib/Test/Builder.pm
19845 ____________________________________________________________________________
19846 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
19847         Log: Subject: Re: PERFORCE change 13142 for review
19848              From: Philip Newton <Philip.Newton@gmx.net>
19849              Date: Wed, 21 Nov 2001 09:04:03 +0100
19850              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
19851              
19852              plus rewrap few paragraphs.
19853      Branch: perl
19854            ! lib/Pod/LaTeX.pm
19855 ____________________________________________________________________________
19856 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
19857         Log: Integrate #13154 from macperl; Remove comments.
19858      Branch: perl
19859           !> lib/File/Spec/Mac.pm
19860 ____________________________________________________________________________
19861 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
19862         Log: Update the list of modules having tests.
19863      Branch: perl
19864            ! t/lib/1_compile.t
19865 ____________________________________________________________________________
19866 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
19867         Log: Slight doc changes.
19868      Branch: maint-5.6/macperl
19869            ! macos/macperl/MacPerl.podhelp
19870 ____________________________________________________________________________
19871 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
19872         Log: Add UTF-16 coercion.
19873      Branch: maint-5.6/macperl
19874            ! macos/lib/Mac/AppleEvents/Simple.pm
19875 ____________________________________________________________________________
19876 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
19877         Log: Remove comments.
19878      Branch: maint-5.6/macperl
19879            ! lib/File/Spec/Mac.pm
19880 ____________________________________________________________________________
19881 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
19882         Log: Fix FSpGetCatInfo (and other functions) corrupting
19883              memory with bad filespecs (bug #471867)
19884      Branch: maint-5.6/macperl
19885            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
19886 ____________________________________________________________________________
19887 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
19888         Log: Upgrade to Test::Simple 0.33.
19889      Branch: perl
19890            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
19891            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
19892            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
19893 ____________________________________________________________________________
19894 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
19895         Log: Upgrade to Test::Harness 1.26.
19896      Branch: perl
19897            ! lib/Test/Harness.pm lib/Test/Harness/Changes
19898 ____________________________________________________________________________
19899 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
19900         Log: Integrate change #13145 from maintperl;
19901              another compatibility tweak to change#12559: avoid quoting
19902              arguments that already have quotes; add test case
19903      Branch: perl
19904           !> t/op/system_tests win32/win32.c
19905 ____________________________________________________________________________
19906 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
19907         Log: integrate change#13147 from mainline (fixes nit in change#10091)
19908              
19909              Subject: [PATCH] spaceship and refs
19910      Branch: maint-5.6/perl
19911            ! pp.c pp_hot.c t/op/cmp.t
19912 ____________________________________________________________________________
19913 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
19914         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
19915              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
19916              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
19917              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
19918      Branch: perl
19919            + lib/Pod/t/utils.t
19920            ! MANIFEST
19921 ____________________________________________________________________________
19922 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
19923         Log: Subject: [PATCH] spaceship and refs
19924              From: Nicholas Clark <nick@ccl4.org>
19925              Date: Tue, 20 Nov 2001 21:59:51 +0000
19926              Message-ID: <20011120215951.U62891@plum.flirble.org> 
19927      Branch: perl
19928            ! pp.c pp_hot.c t/op/cmp.t
19929 ____________________________________________________________________________
19930 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
19931         Log: Try to clarify which I/O call operates on bytes,
19932              which on characters, which on either.
19933      Branch: perl
19934            ! pod/perlfunc.pod
19935 ____________________________________________________________________________
19936 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
19937         Log: another compatibility tweak to change#12559: avoid quoting
19938              arguments that already have quotes; add test case
19939      Branch: maint-5.6/perl
19940            ! t/op/system_tests win32/win32.c
19941 ____________________________________________________________________________
19942 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
19943         Log: Give a simple example of writing PerlIO::Via handlers
19944              in Perl.
19945      Branch: perl
19946            ! ext/PerlIO/Via/Via.pm
19947 ____________________________________________________________________________
19948 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
19949         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
19950      Branch: perl
19951            + lib/Pod/t/latex.t
19952            ! MANIFEST
19953 ____________________________________________________________________________
19954 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
19955         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
19956              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19957              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
19958              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
19959      Branch: perl
19960            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
19961 ____________________________________________________________________________
19962 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
19963         Log: Spread d_procselfexe to far-off lands (undefined).
19964      Branch: perl
19965            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
19966            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19967            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19968            ! win32/config.gc win32/config.vc win32/config.win64
19969            ! wince/config.ce
19970 ____________________________________________________________________________
19971 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
19972         Log: Integrate perlio; add detection and use of /proc/self/exe
19973              (Linuxism for finding the absolute path of the executable)
19974      Branch: perl
19975           !> Configure config_h.SH perl.c t/op/magic.t
19976 ____________________________________________________________________________
19977 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
19978         Log: Really define do_report_used() only if DEBUGGING.
19979      Branch: perl
19980            ! sv.c
19981 ____________________________________________________________________________
19982 [ 13138] By: nick                                  on 2001/11/20  20:01:05
19983         Log: perl.c change to use HAS_PROCSELFEXE, also
19984              tweak to $^X test to comprehend full path to real executable
19985              being returned (like Cygwin as it happens...)
19986      Branch: perlio
19987            ! perl.c t/op/magic.t
19988 ____________________________________________________________________________
19989 [ 13137] By: nick                                  on 2001/11/20  19:46:00
19990         Log: Integrate mainline
19991      Branch: perlio
19992           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
19993           +> lib/NEXT/t/unseen.t
19994            - lib/NEXT/test.pl
19995           !> (integrate 34 files)
19996 ____________________________________________________________________________
19997 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
19998         Log: Subject: [?PATCH] terser pp_eq
19999              From: Nicholas Clark <nick@ccl4.org>
20000              Date: Mon, 19 Nov 2001 23:09:02 +0000
20001              Message-ID: <20011119230901.O62891@plum.flirble.org>
20002      Branch: perl
20003            ! pp_hot.c
20004 ____________________________________________________________________________
20005 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
20006         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
20007      Branch: perl
20008            ! pod/perldelta.pod
20009 ____________________________________________________________________________
20010 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
20011         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
20012              From: Andy Dougherty <doughera@lafayette.edu>
20013              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
20014              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
20015      Branch: perl
20016            ! ext/re/Makefile.PL ext/re/re.xs
20017 ____________________________________________________________________________
20018 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
20019         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
20020              From: Andy Dougherty <doughera@lafayette.edu>
20021              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
20022              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
20023      Branch: perl
20024            ! ext/re/re.xs
20025 ____________________________________________________________________________
20026 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
20027         Log: Integrate change #13119 from macperl.
20028              (No changes since already applied the patch,
20029              just keep perforce happy and well-fed.)
20030      Branch: perl
20031           !> lib/Pod/Html.pm
20032 ____________________________________________________________________________
20033 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
20034         Log: Subject: [PATCH] filter-util.pl for Mac OS
20035              From: Chris Nandor <pudge@pobox.com>
20036              Date: Tue, 20 Nov 2001 00:16:11 -0500
20037              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
20038      Branch: perl
20039            ! t/lib/filter-util.pl
20040 ____________________________________________________________________________
20041 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
20042         Log: Subject: [PATCH] Portability fix for Pod::Html
20043              From: Chris Nandor <pudge@pobox.com>
20044              Date: Tue, 20 Nov 2001 00:01:05 -0500
20045              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
20046      Branch: perl
20047            ! lib/Pod/Html.pm
20048 ____________________________________________________________________________
20049 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
20050         Log: Need to skip more tests if not perlio.
20051      Branch: perl
20052            ! lib/open.t
20053 ____________________________________________________________________________
20054 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
20055         Log: Pass 3 at perldelta - sort the lists of new modules,
20056              module improvements, and new platforms.
20057      Branch: perl
20058            ! pod/perldelta.pod
20059 ____________________________________________________________________________
20060 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
20061         Log: Document ${^OPEN}.
20062      Branch: perl
20063            ! pod/perlvar.pod
20064 ____________________________________________________________________________
20065 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
20066         Log: Make configpm work with extra keys
20067      Branch: maint-5.6/macperl
20068            ! macos/configpm
20069 ____________________________________________________________________________
20070 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
20071         Log: Version and doc updates
20072      Branch: maint-5.6/macperl
20073            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
20074 ____________________________________________________________________________
20075 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
20076         Log: More fixes for error message parsing (bug #470316)
20077      Branch: maint-5.6/macperl
20078            ! macos/macish.c
20079 ____________________________________________________________________________
20080 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
20081         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
20082              remove obsolete function (bug #465225)
20083      Branch: maint-5.6/macperl
20084            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
20085            ! macos/macperl/MPScript.c
20086 ____________________________________________________________________________
20087 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
20088         Log: Add p2as droplet to distribution.
20089      Branch: maint-5.6/macperl
20090            + macos/macperl/Droplets/p2as.plx
20091 ____________________________________________________________________________
20092 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
20093         Log: Bundle File::Sort.
20094      Branch: maint-5.6/macperl
20095            + macos/bundled_lib/blib/lib/File/Sort.pm
20096 ____________________________________________________________________________
20097 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
20098         Log: Various bundled module fixes.
20099      Branch: maint-5.6/macperl
20100            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
20101            ! macos/bundled_ext/Digest/MD5/t/files.t
20102            ! macos/bundled_ext/Filter/t/filter-util.pl
20103            ! macos/bundled_lib/blib/lib/Net/Config.pm
20104            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
20105 ____________________________________________________________________________
20106 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
20107         Log: Portability fix for Pod::Html.
20108      Branch: maint-5.6/macperl
20109            ! lib/Pod/Html.pm
20110 ____________________________________________________________________________
20111 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
20112         Log: Upgrade to Text::Balanced 1.89.
20113      Branch: perl
20114            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
20115            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
20116            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
20117            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
20118            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
20119            ! lib/Text/Balanced/t/gentag.t
20120 ____________________________________________________________________________
20121 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
20122         Log: Upgrade to NEXT 0.50.
20123      Branch: perl
20124            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
20125            + lib/NEXT/t/unseen.t
20126            - lib/NEXT/test.pl
20127            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
20128 ____________________________________________________________________________
20129 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
20130         Log: Integrate with maint-5.6/perl.
20131      Branch: maint-5.6/macperl
20132           !> win32/win32.c
20133 ____________________________________________________________________________
20134 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
20135         Log: Update the README.threads scary header a bit.
20136      Branch: perl
20137            ! README.threads
20138 ____________________________________________________________________________
20139 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
20140         Log: Pass 2 at perldelta: add some changes since 5.7.2.
20141      Branch: perl
20142            ! pod/perldelta.pod
20143 ____________________________________________________________________________
20144 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
20145         Log: Subject: [DOC PATCH] perlfaq4.pod 
20146              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20147              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
20148              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
20149      Branch: perl
20150            ! pod/perlfaq4.pod
20151 ____________________________________________________________________________
20152 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
20153         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
20154              From: Michael G Schwern <schwern@pobox.com> 
20155              Date: Mon, 19 Nov 2001 19:53:12 -0500
20156              Message-ID: <20011119195311.I11883@blackrider>
20157      Branch: perl
20158            ! perl.c
20159 ____________________________________________________________________________
20160 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
20161         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
20162              From: PPrymmer@factset.com
20163              Date: Mon, 19 Nov 2001 17:08:59 -0500
20164              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
20165      Branch: perl
20166            ! vms/descrip_mms.template
20167 ____________________________________________________________________________
20168 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
20169         Log: Create a per-interpeter debug scratchpad container
20170              and use that for the regexec debugging.
20171      Branch: perl
20172            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
20173 ____________________________________________________________________________
20174 [ 13109] By: nick                                  on 2001/11/19  22:01:45
20175         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
20176              Configure unit detects the feature).
20177      Branch: metaconfig/U/perl
20178            + procselfexe.U
20179      Branch: perlio
20180            ! Configure config_h.SH
20181 ____________________________________________________________________________
20182 [ 13108] By: nick                                  on 2001/11/19  20:39:17
20183         Log: Integrate mainline
20184      Branch: perlio
20185           +> t/op/or.t
20186           !> (integrate 44 files)
20187 ____________________________________________________________________________
20188 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
20189         Log: sysseek tweak.
20190      Branch: perl
20191            ! pod/perlfunc.pod
20192 ____________________________________________________________________________
20193 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
20194         Log: Move the sysio tests from io/utf8 to lib/open.
20195      Branch: perl
20196            ! lib/open.t t/io/utf8.t
20197 ____________________________________________________________________________
20198 [ 13105] By: nick                                  on 2001/11/19  20:15:39
20199         Log: Add a .package and a README to //depot/metaconfig
20200      Branch: metaconfig
20201            + .package README
20202 ____________________________________________________________________________
20203 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
20204         Log: Thou shalt not mix stdio and sysio.
20205      Branch: perl
20206            ! t/io/utf8.t
20207 ____________________________________________________________________________
20208 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
20209         Log: Update Changes.
20210      Branch: perl
20211            ! Changes patchlevel.h
20212 ____________________________________________________________________________
20213 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
20214         Log: The runops_debug needs to be present always, otherwise
20215              places like AIX which need an explicit symbol export list
20216              will croak when trying to build Devel::Peek (which uses
20217              the runops_debug).
20218      Branch: perl
20219            ! makedef.pl
20220 ____________________________________________________________________________
20221 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
20222         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
20223              From: PPrymmer@factset.com 
20224              Date: Mon, 19 Nov 2001 11:34:22 -0500
20225              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
20226      Branch: perl
20227            ! lib/Memoize/t/tie_sdbm.t
20228 ____________________________________________________________________________
20229 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
20230         Log: Retract #13088: it seems that unless dump.c is extensively
20231              reorganized as to what symbols it shows, when, and to whom,
20232              we are stuck with having the dump.o symbols in the libperl
20233              and thusly in the main Perl binary.
20234      Branch: perl
20235            ! embedvar.h perlapi.h perlvars.h
20236 ____________________________________________________________________________
20237 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
20238         Log: The _uni_display should not be in dump.c since they
20239              are used under normal operation (S_not_a_number()).
20240      Branch: perl
20241            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
20242 ____________________________________________________________________________
20243 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
20244         Log: Protect sv_dump() from being included unless DEBUGGING,
20245              as noticed by Ilya.
20246      Branch: perl
20247            ! sv.c
20248 ____________________________________________________________________________
20249 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
20250         Log: Pending further investigation skip the tell() tests.
20251              The tell() is okay on Solaris, HP-UX and Tru64, but fails
20252              (by returning too much) in Linux.
20253      Branch: perl
20254            ! t/io/utf8.t
20255 ____________________________________________________________________________
20256 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
20257         Log: Retract #13082 until a better solution is found:
20258              statics break ithreads.
20259      Branch: perl
20260            ! regexec.c
20261 ____________________________________________________________________________
20262 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
20263         Log: Figures 1 and 2 for UTF-8.
20264      Branch: perl
20265            ! pod/perlunicode.pod
20266 ____________________________________________________________________________
20267 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
20268         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
20269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20270              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
20271              Message-ID: <20011119132645.A15034@rafael>
20272      Branch: perl
20273            ! op.c pod/perldiag.pod t/lib/warnings/op
20274 ____________________________________________________________________________
20275 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
20276         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
20277              From: Michael G Schwern <schwern@pobox.com> 
20278              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
20279              Message-ID: <20011119031112.E786@blackrider>
20280      Branch: perl
20281            ! t/op/closure.t
20282 ____________________________________________________________________________
20283 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
20284         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
20285              From: Michael G Schwern <schwern@pobox.com>
20286              Date: Mon, 19 Nov 2001 03:42:56 -0500
20287              Message-ID: <20011119034256.I786@blackrider>
20288      Branch: perl
20289            + t/op/or.t
20290            ! MANIFEST
20291 ____________________________________________________________________________
20292 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
20293         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
20294              From: "Craig A. Berry" <craigberry@mac.com>
20295              Date: Sun, 18 Nov 2001 14:33:48 -0600
20296              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
20297      Branch: perl
20298            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
20299 ____________________________________________________________________________
20300 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
20301         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
20302              From: Dave Rolsky <autarch@urth.org>
20303              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
20304              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
20305      Branch: perl
20306            ! lib/ExtUtils/Manifest.pm
20307 ____________________________________________________________________________
20308 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
20309         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
20310              From: Dave Rolsky <autarch@urth.org>
20311              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
20312              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
20313      Branch: perl
20314            ! lib/ExtUtils/Install.pm
20315 ____________________________________________________________________________
20316 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
20317         Log: The runops_dbg should not be needed.
20318      Branch: perl
20319            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
20320 ____________________________________________________________________________
20321 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
20322         Log: do_spawn() cleanup from Charles Lane.
20323      Branch: perl
20324            ! vms/vms.c
20325 ____________________________________________________________________________
20326 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
20327         Log: Update the list of tests.
20328      Branch: perl
20329            ! t/lib/1_compile.t
20330 ____________________________________________________________________________
20331 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
20332         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
20333              From: Michael G Schwern <schwern@pobox.com> 
20334              Date: Fri, 16 Nov 2001 17:37:04 -0500
20335              Message-ID: <20011116173703.L30160@blackrider>
20336      Branch: perl
20337            ! t/lib/warnings/sv
20338 ____________________________________________________________________________
20339 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
20340         Log: FAQ sync.
20341      Branch: perl
20342            ! pod/perlfaq4.pod
20343 ____________________________________________________________________________
20344 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
20345         Log: Integrate perlio; win32 sync.
20346      Branch: perl
20347           !> perlio.c win32/win32io.c
20348 ____________________________________________________________________________
20349 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
20350         Log: (retracted by #13096)
20351              Debugging would be badly skewed by a malloc per regex dump.
20352      Branch: perl
20353            ! regexec.c
20354 ____________________________________________________________________________
20355 [ 13081] By: nick                                  on 2001/11/18  19:08:40
20356         Log: Win32 layer has a dup which needs to match new prototype.
20357      Branch: perlio
20358            ! win32/win32io.c
20359 ____________________________________________________________________________
20360 [ 13080] By: nick                                  on 2001/11/18  19:05:02
20361         Log: Wrong way to get stdio mode used.
20362      Branch: perlio
20363            ! perlio.c
20364 ____________________________________________________________________________
20365 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
20366         Log: Retract #13048: that introduced a malloc() (through savepvn())
20367              to *every* m//, which killed the performance quite badly.
20368      Branch: perl
20369            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
20370 ____________________________________________________________________________
20371 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
20372         Log: Pass 1 at perldelta.pod: sort the section contents
20373              together, drop all but the 5.7.2 known problems,
20374              leave the 5.7.1 security note since that's the
20375              fullest explanation (update the date on that).
20376      Branch: perl
20377            ! pod/perldelta.pod
20378 ____________________________________________________________________________
20379 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
20380         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
20381              
20382              Tiny problem in the test for 20011113.110: I hope
20383              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
20384      Branch: perl
20385            ! pp.c t/op/repeat.t
20386 ____________________________________________________________________________
20387 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
20388         Log: All of syswrite/send/sendto need to return character counts,
20389              and character counts from the offset, not the beginning of
20390              the scalar.
20391      Branch: perl
20392            ! pp_sys.c
20393 ____________________________________________________________________________
20394 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
20395         Log: Integrate PerlIO: duping fixes.
20396      Branch: perl
20397           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20398           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20399           !> perliol.h sv.c
20400 ____________________________________________________________________________
20401 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
20402         Log: syswrite() was still returning byte counts, not character counts.
20403      Branch: perl
20404            ! pp_sys.c t/io/utf8.t
20405 ____________________________________________________________________________
20406 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
20407         Log: Add test for sysread().
20408      Branch: perl
20409            ! t/io/utf8.t
20410 ____________________________________________________________________________
20411 [ 13072] By: nick                                  on 2001/11/18  16:15:31
20412         Log: Allow dup'ing of PerlIO::Scalar etc.
20413      Branch: perlio
20414            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20415            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20416            ! perliol.h sv.c
20417 ____________________________________________________________________________
20418 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
20419         Log: Prepend a null byte to the test set.
20420      Branch: perl
20421            ! t/io/utf8.t
20422 ____________________________________________________________________________
20423 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
20424         Log: Document how "no utf8;" can become handy.
20425      Branch: perl
20426            ! lib/utf8.pm
20427 ____________________________________________________________________________
20428 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
20429         Log: Integrate perlio; force the inclusion of the PL_runops_*
20430      Branch: perl
20431           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
20432 ____________________________________________________________________________
20433 [ 13068] By: nick                                  on 2001/11/18  13:23:33
20434         Log: embed.pl generated changes I forgot to include
20435      Branch: perlio
20436            ! embedvar.h perlapi.h pod/perlapi.pod
20437 ____________________________________________________________________________
20438 [ 13067] By: nick                                  on 2001/11/18  12:50:19
20439         Log: Force inclusion of both Perl_runops_* in perl itself,
20440              so they are available for Peek.xs etc.
20441      Branch: perlio
20442            ! perlvars.h
20443 ____________________________________________________________________________
20444 [ 13066] By: nick                                  on 2001/11/18  11:00:34
20445         Log: Integrate mainline - a few Devel::Peak fails.
20446      Branch: perlio
20447           +> (branch 29 files)
20448            - ext/Thread/Thread.pm lib/Benchmark.t
20449            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
20450            - lib/Lingua/KO/Hangul/Util/README
20451            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
20452            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
20453            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
20454            - vms/ext/vmsish.pm vms/ext/vmsish.t
20455            ! hv.c
20456           !> (integrate 389 files)
20457 ____________________________________________________________________________
20458 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
20459         Log: Start working on perldelta.  This is not yet any sort of
20460              editing; just concatenating perl570delta, perl571delta,
20461              and perl572delta.  Any sorting not done, any duplicate
20462              removal not done, any removal or update of obsolete items
20463              not done, any changes since 5.7.2 not included.  So there.
20464      Branch: perl
20465            ! pod/perldelta.pod
20466 ____________________________________________________________________________
20467 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
20468         Log: Banish "use utf8".
20469      Branch: perl
20470            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
20471 ____________________________________________________________________________
20472 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
20473         Log: Tweak from Charles Lane.
20474      Branch: perl
20475            ! vms/vms.c
20476 ____________________________________________________________________________
20477 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
20478         Log: Integrate change #13058 from maintperl;
20479              change#12559 breaks things on Win9x because command.com doesn't
20480              grok dquotes at all; disable all the system() smarts for
20481              command.com
20482      Branch: perl
20483           !> win32/win32.c
20484 ____________________________________________________________________________
20485 [ 13061] By: ams                                   on 2001/11/17  13:46:11
20486         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
20487              From: Jonathan Stowe <gellyfish@gellyfish.com>
20488              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
20489              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
20490      Branch: perl
20491            ! lib/Term/Cap.pm
20492 ____________________________________________________________________________
20493 [ 13060] By: ams                                   on 2001/11/17  09:49:10
20494         Log: Subject: [PATCH9 File/Find.pm doc nits
20495              From: Tels <perl_dummy@bloodgate.com>
20496              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
20497      Branch: perl
20498            ! lib/File/Find.pm
20499 ____________________________________________________________________________
20500 [ 13059] By: ams                                   on 2001/11/17  09:38:38
20501         Log: Subject: [PATCH] Benchmark.pm nit
20502              From: Tels <perl_dummy@bloodgate.com>
20503              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
20504      Branch: perl
20505            ! lib/Benchmark.pm
20506 ____________________________________________________________________________
20507 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
20508         Log: change#12559 breaks things on Win9x because command.com doesn't
20509              grok dquotes at all; disable all the system() smarts for
20510              command.com
20511      Branch: maint-5.6/perl
20512            ! win32/win32.c
20513 ____________________________________________________________________________
20514 [ 13057] By: ams                                   on 2001/11/16  20:30:03
20515         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
20516              From: Andy Dougherty <doughera@lafayette.edu>
20517              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
20518              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
20519      Branch: perl
20520            ! lib/Unicode/UCD.t
20521 ____________________________________________________________________________
20522 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
20523         Log: Subject: [Patch Perl@13023] VMS system() warning
20524              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20525              Date: Fri, 16 Nov 2001 15:20:11 EST
20526              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
20527      Branch: perl
20528            ! vms/vms.c
20529 ____________________________________________________________________________
20530 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
20531         Log: It's neither-nor, and protect against the impossible.
20532      Branch: perl
20533            ! lib/Thread.pm
20534 ____________________________________________________________________________
20535 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
20536         Log: 5005threads didn't work because $Thread::VERSION wasn't
20537              visible.  Oops.
20538      Branch: perl
20539            ! ext/Thread/Makefile.PL lib/Thread.pm
20540 ____________________________________________________________________________
20541 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
20542         Log: Robustness against Linux using something else than gcc;
20543              based on
20544              
20545              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
20546              From: Charles Randall <cfriv@yahoo.com>
20547              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
20548              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
20549      Branch: perl
20550            ! ext/Errno/Errno_pm.PL
20551 ____________________________________________________________________________
20552 [ 13052] By: ams                                   on 2001/11/16  16:46:39
20553         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
20554              From: Russ Allbery <rra@stanford.edu>
20555              Date: 16 Nov 2001 09:44:21 -0800
20556              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
20557      Branch: perl
20558            ! lib/Pod/ParseLink.pm
20559 ____________________________________________________________________________
20560 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
20561         Log: Update perluniintro on the UTF-8 output matters
20562              (that -w will warn unless the stream is explicitly UTF-8-ified).
20563      Branch: perl
20564            ! pod/perluniintro.pod
20565 ____________________________________________________________________________
20566 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
20567         Log: Adding new files to MANIFEST is nice.
20568      Branch: perl
20569            ! MANIFEST
20570 ____________________________________________________________________________
20571 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
20572         Log: Update Changes.
20573      Branch: perl
20574            ! Changes patchlevel.h
20575 ____________________________________________________________________________
20576 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
20577         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
20578              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
20579              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
20580              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
20581      Branch: perl
20582            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
20583 ____________________________________________________________________________
20584 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
20585         Log: Rename perlunintro to perluniintro; regen toc.
20586      Branch: perl
20587            + pod/perluniintro.pod
20588            - pod/perlunintro.pod
20589            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20590 ____________________________________________________________________________
20591 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
20592         Log: Document the negated lookahead trick to emulate
20593              character class subtraction.
20594      Branch: perl
20595            ! pod/perlunicode.pod
20596 ____________________________________________________________________________
20597 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
20598         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
20599              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20600              Date: Fri, 16 Nov 2001 23:31:04 +0900
20601              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
20602              
20603              (with the tweak that Cntrl is not C, it's Cc)
20604      Branch: perl
20605            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
20606            ! lib/unicore/mktables
20607 ____________________________________________________________________________
20608 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
20609         Log: Subject: [PATCH current] runtime runops switch
20610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20611              Date: Fri, 16 Nov 2001 00:48:09 -0500
20612              Message-ID: <20011116004809.A934@math.ohio-state.edu>
20613      Branch: perl
20614            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
20615            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
20616            ! pod/perlintern.pod proto.h run.c
20617 ____________________________________________________________________________
20618 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
20619         Log: Further discourage old Thread code; tell how to tell
20620              the difference.
20621      Branch: perl
20622            ! lib/Thread.pm
20623 ____________________________________________________________________________
20624 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
20625         Log: A missing return; from Charles Lane.
20626      Branch: perl
20627            ! vms/vms.c
20628 ____________________________________________________________________________
20629 [ 13041] By: ams                                   on 2001/11/16  12:11:14
20630         Log: Subject: [PATCH] Doc spellcheck + podcheck
20631              From: Autrijus Tang <autrijus@egb.elixus.org>
20632              Date: Thu, 15 Nov 2001 22:49:05 -0800
20633              Message-Id: <20011116064905.GA44092@egb.elixus.org>
20634              
20635              Subject: [PATCH] podcheck+spellcheck, the rest of the story
20636              From: Autrijus Tang <autrijus@egb.elixus.org>
20637              Date: Fri, 16 Nov 2001 00:42:20 -0800
20638              Message-Id: <20011116084220.GA44295@egb.elixus.org>
20639              
20640              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
20641              From: Nicholas Clark <nick@ccl4.org>
20642              Date: Fri, 16 Nov 2001 10:32:01 +0000
20643              Message-Id: <20011116103200.F62891@plum.flirble.org>
20644              (Applied after suitable de-mangling.)
20645      Branch: perl
20646            ! README.aix README.dgux README.dos README.epoc README.hpux
20647            ! README.mint README.mpeix README.netware README.os2
20648            ! README.os390 README.plan9 README.qnx README.solaris
20649            ! README.threads doio.c pod/perl571delta.pod
20650            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
20651            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
20652            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
20653            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
20654            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
20655            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
20656 ____________________________________________________________________________
20657 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
20658         Log: Avoid redefinedness warning for now.
20659      Branch: perl
20660            ! lib/Thread.pm
20661 ____________________________________________________________________________
20662 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
20663         Log: use strict.
20664      Branch: perl
20665            ! lib/Thread.pm
20666 ____________________________________________________________________________
20667 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
20668         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
20669              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
20670              Date: Thu, 15 Nov 2001 22:54:47 EST 
20671              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
20672      Branch: perl
20673            ! vms/vms.c vms/vmspipe.com
20674 ____________________________________________________________________________
20675 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
20676         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
20677              From: "chromatic" <chromatic@rmci.net>
20678              Date: Thu, 15 Nov 2001 19:54:23 -0700
20679              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
20680      Branch: perl
20681            ! lib/File/stat.t
20682 ____________________________________________________________________________
20683 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
20684         Log: Make Thread a wrapper for both ithreads and 5005threads.
20685              Needs a lot of work and Arthur's eyeballing (and finishing
20686              few missing odds and ends of threads.pm).  Now Thread
20687              is an extension without its own .pm.
20688              
20689              If there are people who have experience working with
20690              either the 5005threads or the ithreads: cleaning up
20691              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
20692              and porting the various Thread::* modules, like Thread::Queue,
20693              to work also with ithreads, is needed.
20694              
20695              Removed the 5005threads requirement from the 5005 tests
20696              for easier testing (not all of them work yet since
20697              they use the Thread::* modules that have not been made
20698              to work with ithreads).  Leave the 5005 tests named as
20699              *.tx so that they are not run by "make test".
20700      Branch: perl
20701            + lib/Thread.pm
20702            - ext/Thread/Thread.pm
20703            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
20704            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
20705            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
20706            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
20707            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
20708            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
20709            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
20710 ____________________________________________________________________________
20711 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
20712         Log: $VERSION "a5" doesn't quite work.
20713      Branch: perl
20714            ! ext/B/Makefile.PL
20715 ____________________________________________________________________________
20716 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
20717         Log: Add the fruits of Larry Shatzer's version verifying script.
20718              (There are some straddlers, but they will be fixed in the
20719              upcoming releases of the modules.)
20720      Branch: perl
20721            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
20722            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
20723            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
20724            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
20725            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
20726            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
20727            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
20728            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
20729            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
20730            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
20731            ! wince/FindExt.pm
20732 ____________________________________________________________________________
20733 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
20734         Log: Add Larry Shatzer's VERSION verifying script.
20735      Branch: perl
20736            + Porting/checkVERSION.pl
20737            ! MANIFEST Porting/pumpkin.pod
20738 ____________________________________________________________________________
20739 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
20740         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
20741              From: Michael G Schwern <schwern@pobox.com>
20742              Date: Thu, 15 Nov 2001 19:26:40 -0500
20743              Message-ID: <20011115192640.R31399@blackrider>
20744      Branch: perl
20745            ! t/test.pl
20746 ____________________________________________________________________________
20747 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
20748         Log: Document the MY_CXT business; from Paul Marquess.
20749      Branch: perl
20750            ! pod/perlxs.pod
20751 ____________________________________________________________________________
20752 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
20753         Log: VMSCMD synch attempt.
20754      Branch: perl
20755            ! vms/vms.c vms/vmsish.h
20756 ____________________________________________________________________________
20757 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
20758         Log: Advise against -P as instructed by Schwern.
20759      Branch: perl
20760            ! pod/perlrun.pod
20761 ____________________________________________________________________________
20762 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
20763         Log: Subject: [PATCH] v-strings as Objects Step 1
20764              From: John Peacock <jpeacock@rowman.com>
20765              Date: Thu, 15 Nov 2001 12:41:04 -0500
20766              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
20767      Branch: perl
20768            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
20769            ! util.c
20770 ____________________________________________________________________________
20771 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
20772         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
20773              From: Michael G Schwern <schwern@pobox.com>
20774              Date: Thu, 15 Nov 2001 12:47:59 -0500
20775              Message-ID: <20011115124759.E31399@blackrider>
20776      Branch: perl
20777            + t/run/switchx.aux t/run/switchx.t
20778            ! MANIFEST t/run/switches.t
20779 ____________________________________________________________________________
20780 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
20781         Log: Upgrade to Getopt::Long 2.26_03.
20782      Branch: perl
20783            ! lib/Getopt/Long.pm
20784 ____________________________________________________________________________
20785 [ 13025] By: ams                                   on 2001/11/15  20:46:22
20786         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
20787              From: Michael G Schwern <schwern@pobox.com>
20788              Date: Thu, 15 Nov 2001 16:24:11 -0500
20789              Message-Id: <20011115162411.M31399@blackrider>
20790      Branch: perl
20791            ! vms/vms.c
20792 ____________________________________________________________________________
20793 [ 13024] By: ams                                   on 2001/11/15  19:32:06
20794         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
20795              From: rspier@pobox.com (Robert Spier)
20796              Date: Thu, 15 Nov 2001 11:19:21 -0800
20797              Message-Id: <15348.5433.732364.963687@rls.cx>
20798      Branch: perl
20799            ! op.c
20800 ____________________________________________________________________________
20801 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
20802         Log: Update Changes.
20803      Branch: perl
20804            ! Changes patchlevel.h
20805 ____________________________________________________________________________
20806 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
20807         Log: Subject: [PATCH] new tests for command-line switches
20808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20809              Date: Thu, 15 Nov 2001 17:00:30 +0100
20810              Message-ID: <20011115170030.A14193@rafael>
20811      Branch: perl
20812            + t/run/switches.t
20813            ! MANIFEST
20814 ____________________________________________________________________________
20815 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
20816         Log: Upgrade to podlators 1.13.
20817      Branch: perl
20818            + lib/Pod/ParseLink.pm
20819            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
20820            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
20821            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
20822            ! t/pod/pod2usage.xr t/pod/podselect.xr
20823 ____________________________________________________________________________
20824 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
20825         Log: skip "might be used uninitialized".
20826      Branch: perl
20827            ! pp_sys.c
20828 ____________________________________________________________________________
20829 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
20830         Log: Fix for "perlio bug in koi8-r encoding".  The problem
20831              seemed to be that binmode() always flushed the handle,
20832              which is not so good when switching encodings.  Fixed,
20833              added Matt Sergeant's testcase, documented in perlfunc/binmode,
20834              also added a pointer about disciplines to perlfunc/open,
20835              and in general cleaned up and reformatted the open entry.
20836      Branch: perl
20837            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
20838 ____________________________________________________________________________
20839 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
20840         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
20841              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20842              Date: 15 Nov 2001 08:57:06 -0000
20843              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
20844              
20845              chop() and chomp() are not real list functions,
20846              so let's not have them overrideable.  (Casey will
20847              be confused since in #7071 he patched the other way.)
20848      Branch: perl
20849            ! pod/perlfunc.pod toke.c
20850 ____________________________________________________________________________
20851 [ 13017] By: ams                                   on 2001/11/15  12:56:49
20852         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
20853              From: Robin Barker <rmb1@cise.npl.co.uk>
20854              Date: Thu, 15 Nov 2001 13:48:34 GMT
20855              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
20856              (Applied with tweaks.)
20857      Branch: perl
20858            ! pod/perltrap.pod
20859 ____________________________________________________________________________
20860 [ 13016] By: ams                                   on 2001/11/15  09:12:48
20861         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
20862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20863              Date: Thu, 15 Nov 2001 09:06:39 +0100
20864              Message-Id: <20011115090639.A13005@rafael>
20865      Branch: perl
20866            ! pod/perlrun.pod
20867 ____________________________________________________________________________
20868 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
20869         Log: "link =" from utils.lst was being processed oddly.
20870      Branch: perl
20871            ! installman
20872 ____________________________________________________________________________
20873 [ 13014] By: ams                                   on 2001/11/15  02:52:52
20874         Log: Subject: [PATCH current] CreateTTY in -d
20875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20876              Date: Wed, 14 Nov 2001 21:26:31 -0500
20877              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
20878      Branch: perl
20879            ! lib/perl5db.pl
20880 ____________________________________________________________________________
20881 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
20882         Log: Corify the Filter::Simple tests. 
20883      Branch: perl
20884            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
20885            ! lib/Filter/Simple/t/filter_only.t
20886 ____________________________________________________________________________
20887 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
20888         Log: Upgrade to Filter::Simple 0.70.
20889      Branch: perl
20890            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
20891            + t/lib/FilterOnlyTest.pm
20892            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
20893            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
20894            ! t/lib/FilterTest.pm
20895 ____________________________________________________________________________
20896 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
20897         Log: Cleanliness inspired by Cygwin.
20898      Branch: perl
20899            ! Makefile.SH x2p/Makefile.SH
20900 ____________________________________________________________________________
20901 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
20902         Log: Add perlunintro (formerly known as perlunitut); regen toc.
20903      Branch: perl
20904            + pod/perlunintro.pod
20905            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20906 ____________________________________________________________________________
20907 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
20908         Log: FAQ sync.
20909      Branch: perl
20910            ! pod/perlfaq6.pod
20911 ____________________________________________________________________________
20912 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
20913         Log: Quieten pgcc 2.91.66 worries.
20914      Branch: perl
20915            ! gv.c pp_ctl.c utf8.c
20916 ____________________________________________________________________________
20917 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
20918         Log: Upgrade to Switch 2.06.
20919      Branch: perl
20920            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
20921            ! lib/Switch/t/nested.t
20922 ____________________________________________________________________________
20923 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
20924         Log: Upgrade to Attribute::Handlers 0.76.
20925      Branch: perl
20926            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
20927            ! lib/Attribute/Handlers/README
20928            ! lib/Attribute/Handlers/demo/Demo.pm
20929            ! lib/Attribute/Handlers/demo/Descriptions.pm
20930            ! lib/Attribute/Handlers/demo/MyClass.pm
20931            ! lib/Attribute/Handlers/demo/demo_cycle.pl
20932            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
20933            ! lib/Attribute/Handlers/t/multi.t
20934 ____________________________________________________________________________
20935 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
20936         Log: Signedness nit.
20937      Branch: perl
20938            ! regexec.c
20939 ____________________________________________________________________________
20940 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
20941         Log: VERSIONize.
20942      Branch: perl
20943            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
20944            ! lib/integer.pm
20945 ____________________________________________________________________________
20946 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
20947         Log: No pod in internal Net::FTP classes.
20948      Branch: perl
20949            ! pod/buildtoc.PL
20950 ____________________________________________________________________________
20951 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
20952         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
20953              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20954              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
20955              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
20956      Branch: perl
20957            ! regexec.c
20958 ____________________________________________________________________________
20959 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
20960         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
20961              Pudge correctly).
20962      Branch: perl
20963            ! t/test.pl
20964 ____________________________________________________________________________
20965 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
20966         Log: Add comments to mark where $^X is being handled.
20967      Branch: perl
20968            ! perl.c toke.c
20969 ____________________________________________________________________________
20970 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
20971         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
20972              From: Michael G Schwern <schwern@pobox.com>
20973              Date: Wed, 14 Nov 2001 16:38:25 -0500
20974              Message-ID: <20011114163825.D6519@blackrider>
20975      Branch: perl
20976            ! t/op/repeat.t
20977 ____________________________________________________________________________
20978 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
20979         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
20980              From: Michael G Schwern <schwern@pobox.com>
20981              Date: Wed, 14 Nov 2001 13:19:15 -0500
20982              Message-ID: <20011114131915.K5096@blackrider>
20983      Branch: perl
20984            ! t/op/die_exit.t
20985 ____________________________________________________________________________
20986 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
20987         Log: Subject: Re: [PATCH] new version of runperl()
20988              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20989              Date: Wed, 14 Nov 2001 15:39:12 EST
20990              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
20991              
20992              "VMS $^X pipes etc" patch.
20993      Branch: perl
20994            ! vms/vms.c
20995 ____________________________________________________________________________
20996 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
20997         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
20998              and add "verbose" option to show the final command.
20999      Branch: perl
21000            ! t/test.pl
21001 ____________________________________________________________________________
21002 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
21003         Log: Goof in some of the comment fields of #12994.
21004      Branch: perl
21005            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
21006            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
21007            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
21008            ! lib/unicore/In/9.pl
21009 ____________________________________________________________________________
21010 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
21011         Log: The First, Last ranges in the Unicode data weren't
21012              getting their general categories added properly;
21013              noticed by Jeffrey Friedl.
21014      Branch: perl
21015            ! lib/unicore/Category.pl lib/unicore/In/0.pl
21016            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
21017            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
21018            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
21019            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
21020            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
21021            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
21022            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
21023            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
21024            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
21025            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
21026            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
21027            ! lib/unicore/mktables
21028 ____________________________________________________________________________
21029 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
21030         Log: Subject: [PATCH] new version of runperl()
21031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21032              Date: Wed, 14 Nov 2001 12:23:01 +0100
21033              Message-ID: <20011114122301.A29384@rafael>
21034      Branch: perl
21035            ! t/io/argv.t t/test.pl
21036 ____________________________________________________________________________
21037 [ 12992] By: ams                                   on 2001/11/14  13:40:39
21038         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
21039              From: Michael G Schwern <schwern@pobox.com>
21040              Date: Tue, 13 Nov 2001 23:17:54 -0500
21041              Message-Id: <20011113231754.S32567@blackrider>
21042      Branch: perl
21043            ! perl.c
21044 ____________________________________________________________________________
21045 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
21046         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
21047              From: Philip Newton <Philip.Newton@gmx.net>
21048              Date: Wed, 14 Nov 2001 10:59:53 +0100
21049              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
21050              
21051              plus a lot of paragraph reformatting because of long lines.
21052      Branch: perl
21053            ! pod/perlapio.pod
21054 ____________________________________________________________________________
21055 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
21056         Log: A bool is not a pointer.
21057      Branch: perl
21058            ! pp_sys.c
21059 ____________________________________________________________________________
21060 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
21061         Log: AUTHORS updates.
21062      Branch: perl
21063            ! AUTHORS
21064 ____________________________________________________________________________
21065 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
21066         Log: There are several MIME RFCs.
21067      Branch: perl
21068            ! ext/Encode/Encode.pm
21069 ____________________________________________________________________________
21070 [ 12987] By: ams                                   on 2001/11/14  01:09:28
21071         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
21072              From: Michael G Schwern <schwern@pobox.com>
21073              Date: Tue, 13 Nov 2001 20:59:13 -0500
21074              Message-Id: <20011113205913.H32567@blackrider>
21075      Branch: perl
21076            ! t/op/groups.t vms/test.com
21077 ____________________________________________________________________________
21078 [ 12986] By: ams                                   on 2001/11/14  01:07:06
21079         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
21080              From: Michael G Schwern <schwern@pobox.com>
21081              Date: Tue, 13 Nov 2001 20:51:34 -0500
21082              Message-Id: <20011113205134.F32567@blackrider>
21083      Branch: perl
21084            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
21085 ____________________________________________________________________________
21086 [ 12985] By: ams                                   on 2001/11/14  00:43:59
21087         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
21088              From: Michael G Schwern <schwern@pobox.com>
21089              Date: Tue, 13 Nov 2001 20:38:42 -0500
21090              Message-Id: <20011113203842.E32567@blackrider>
21091      Branch: perl
21092            ! pod/perlport.pod
21093 ____________________________________________________________________________
21094 [ 12984] By: ams                                   on 2001/11/14  00:32:15
21095         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
21096              From: Michael G Schwern <schwern@pobox.com>
21097              Date: Tue, 13 Nov 2001 20:27:02 -0500
21098              Message-Id: <20011113202702.D32567@blackrider>
21099      Branch: perl
21100            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
21101            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
21102            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
21103            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
21104 ____________________________________________________________________________
21105 [ 12983] By: ams                                   on 2001/11/14  00:00:27
21106         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
21107              From: Michael G Schwern <schwern@pobox.com>
21108              Date: Tue, 13 Nov 2001 19:51:59 -0500
21109              Message-Id: <20011113195159.B32567@blackrider>
21110      Branch: perl
21111            ! pod/perlport.pod
21112 ____________________________________________________________________________
21113 [ 12982] By: ams                                   on 2001/11/13  23:53:11
21114         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
21115              From: Larry Shatzer <fugazi@zippy.zyx.net>
21116              Date: Tue, 13 Nov 2001 17:27:59 -0700
21117              Message-Id: <20011113172759.E27768@zippy.zyx.net>
21118      Branch: perl
21119            ! pod/perlapio.pod
21120 ____________________________________________________________________________
21121 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
21122         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
21123              "large enough" Unicode characters returned more than one
21124              as their "Unicode size".
21125      Branch: perl
21126            ! pp_sys.c t/io/utf8.t
21127 ____________________________________________________________________________
21128 [ 12980] By: ams                                   on 2001/11/13  19:32:33
21129         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
21130              From: "Craig A. Berry" <craigberry@mac.com>
21131              Date: Tue, 13 Nov 2001 14:33:25 -0600
21132              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
21133      Branch: perl
21134            ! vms/gen_shrfls.pl
21135 ____________________________________________________________________________
21136 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
21137         Log: Subject: Minor patch to Encode.pm (detypo)
21138              From: "Philip Newton" <Philip.Newton@gmx.net>
21139              Date: Tue, 13 Nov 2001 20:11:01 +0100
21140              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
21141      Branch: perl
21142            ! ext/Encode/Encode.pm
21143 ____________________________________________________________________________
21144 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
21145         Log: Evil tabulators.
21146      Branch: perl
21147            ! ext/Encode/Encode.pm
21148 ____________________________________________________________________________
21149 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
21150         Log: Document the available encodings.
21151      Branch: perl
21152            ! ext/Encode/Encode.pm
21153 ____________________________________________________________________________
21154 [ 12976] By: ams                                   on 2001/11/13  17:14:07
21155         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
21156              From: Barrie Slaymaker <barries@slaysys.com>
21157              Date: Tue, 13 Nov 2001 12:41:36 -0500
21158              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
21159      Branch: perl
21160            ! t/op/universal.t
21161 ____________________________________________________________________________
21162 [ 12975] By: ams                                   on 2001/11/13  16:24:21
21163         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
21164              From: Barrie Slaymaker <barries@slaysys.com>
21165              Date: Tue, 13 Nov 2001 10:56:20 -0500
21166              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
21167              (Test applied with minor tweaks and ->isa("HASH") omission.)
21168      Branch: perl
21169            ! lib/UNIVERSAL.pm t/op/universal.t
21170 ____________________________________________________________________________
21171 [ 12974] By: ams                                   on 2001/11/13  15:46:07
21172         Log: Subject: [PATCH Benchmark.pm] docco tweaks
21173              From: Barrie Slaymaker <barries@slaysys.com>
21174              Date: Tue, 13 Nov 2001 11:34:45 -0500
21175              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
21176      Branch: perl
21177            ! lib/Benchmark.pm
21178 ____________________________________________________________________________
21179 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
21180         Log: Subject: [PATCH] Attack of the C loops, round 1
21181              From: Richard Soderberg <rs@oregonnet.com>
21182              Date: Mon, 12 Nov 2001 12:07:29 -0800
21183              Message-Id: <200111122007.MAA01994@oregonnet.com>
21184              
21185              Subject: [PATCH] bytecode.pl (tiny patch)
21186              From: Richard Soderberg <rs@oregonnet.com>
21187              Date: Mon, 12 Nov 2001 12:53:24 -0800
21188              Message-Id: <200111122053.MAA06272@oregonnet.com>
21189      Branch: perl
21190            ! bytecode.pl installhtml
21191 ____________________________________________________________________________
21192 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
21193         Log: Subject: [PATCH] Update to Filter::Util::Call
21194              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21195              Date: Sun, 11 Nov 2001 22:33:33 -0000
21196              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
21197              
21198              Use the new CXT* macros.
21199      Branch: perl
21200            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21201 ____________________________________________________________________________
21202 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
21203         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
21204              From: Michael G Schwern <schwern@pobox.com>
21205              Date: Mon, 12 Nov 2001 20:50:34 -0500
21206              Message-ID: <20011112205034.H2888@blackrider>
21207      Branch: perl
21208            + lib/vmsish.pm lib/vmsish.t
21209            - vms/ext/vmsish.pm vms/ext/vmsish.t
21210            ! MANIFEST vms/descrip_mms.template
21211 ____________________________________________________________________________
21212 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
21213         Log: :utf8 works only with perlio.
21214      Branch: perl
21215            ! lib/open.t
21216 ____________________________________________________________________________
21217 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
21218         Log: Subject: Re: @Config -"des" not quite working on VMS
21219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21220              Date: Tue, 13 Nov 2001 08:35:13 EST 
21221              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
21222      Branch: perl
21223            ! configure.com
21224 ____________________________________________________________________________
21225 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
21226         Log: Subject: [PATCH] lib/charnames.pm 
21227              From: Jeffrey Friedl <jfriedl@yahoo.com>
21228              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
21229              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
21230      Branch: perl
21231            ! lib/charnames.pm
21232 ____________________________________________________________________________
21233 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
21234         Log: Docs for Mac::err.
21235      Branch: maint-5.6/macperl
21236            ! macos/ext/Mac/err/err.pm
21237 ____________________________________________________________________________
21238 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
21239         Log: Some cleanup; change some globals to references for
21240              possible persistence later.
21241      Branch: maint-5.6/macperl
21242            ! macos/lib/Mac/Glue.pm
21243 ____________________________________________________________________________
21244 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
21245         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
21246      Branch: maint-5.6/macperl
21247            ! macos/ext/Mac/Files/Files.pm
21248 ____________________________________________________________________________
21249 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
21250         Log: Get Mac::Navigation to compile (bug #464684).
21251      Branch: maint-5.6/macperl
21252            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
21253            ! macos/ext/Mac/Navigation/Makefile.PL
21254            ! macos/ext/Mac/Navigation/Navigation.xs
21255            ! macos/macperl/Makefile.mk
21256 ____________________________________________________________________________
21257 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
21258         Log: Add in modules and POD to help menu.
21259      Branch: maint-5.6/macperl
21260            ! macos/macperl/MacPerl.podhelp
21261 ____________________________________________________________________________
21262 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
21263         Log: Update bundled modules.
21264      Branch: maint-5.6/macperl
21265            + macos/bundled_ext/Filter/t/FilterTest.pm
21266            + macos/bundled_ext/List/Util/t/shuffle.t
21267            + macos/bundled_ext/Storable/t/compat06.t
21268            + macos/bundled_ext/Storable/t/st-dump.pl
21269            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
21270            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
21271            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
21272            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
21273            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
21274            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
21275            + macos/bundled_lib/blib/lib/lwpcook.pod
21276            + macos/bundled_lib/t/Filter/Simple/filter.t
21277            + macos/bundled_lib/t/Switch/t/given.t
21278            + macos/bundled_lib/t/Switch/t/nested.t
21279            + macos/bundled_lib/t/Switch/t/switch.t
21280            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
21281            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
21282            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
21283            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
21284            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
21285            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
21286            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
21287            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
21288            + macos/bundled_lib/t/URI/rfc2732.t
21289            + macos/bundled_lib/t/libnet/config.t
21290            + macos/bundled_lib/t/libnet/libnet_t.pl
21291            + macos/bundled_lib/t/libwww-perl/live/google.t
21292            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
21293            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
21294            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
21295            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
21296            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
21297            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
21298            + macos/bundled_lib/t/libwww-perl/live/validator.t
21299            - macos/bundled_ext/Filter/t/MyFilter.pm
21300            - macos/bundled_ext/Storable/t/compat-0.6.t
21301            - macos/bundled_ext/Storable/t/dump.pl
21302            - macos/bundled_ext/Time/Piece/Makefile.PL
21303            - macos/bundled_ext/Time/Piece/Piece.pm
21304            - macos/bundled_ext/Time/Piece/Piece.t
21305            - macos/bundled_ext/Time/Piece/Piece.xs
21306            - macos/bundled_ext/Time/Piece/README
21307            - macos/bundled_ext/Time/Piece/Seconds.pm
21308            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
21309            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
21310            - macos/bundled_lib/blib/lib/Net/PH.pm
21311            - macos/bundled_lib/blib/lib/Net/SNPP.pm
21312            - macos/bundled_lib/blib/lib/Text/Balanced.pod
21313            - macos/bundled_lib/t/Filter/Simple/test.pl
21314            - macos/bundled_lib/t/Switch/test.pl
21315            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
21316            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
21317            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
21318            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
21319            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
21320            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
21321            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
21322            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
21323            - macos/bundled_lib/t/libnet/ph.t
21324            ! (edit 125 files)
21325 ____________________________________________________________________________
21326 [ 12961] By: ams                                   on 2001/11/13  00:45:08
21327         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
21328              From: Michael G Schwern <schwern@pobox.com>
21329              Date: Mon, 12 Nov 2001 20:16:45 -0500
21330              Message-Id: <20011112201644.G2888@blackrider>
21331      Branch: perl
21332            ! pod/perlport.pod
21333 ____________________________________________________________________________
21334 [ 12960] By: ams                                   on 2001/11/12  23:54:00
21335         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
21336              Recoving dup tests for VMS
21337              From: Michael G Schwern <schwern@pobox.com>
21338              Date: Mon, 12 Nov 2001 19:35:33 -0500
21339              Message-Id: <20011112193533.D2888@blackrider>
21340      Branch: perl
21341            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
21342 ____________________________________________________________________________
21343 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
21344         Log: Update Changes.
21345      Branch: perl
21346            ! Changes patchlevel.h
21347 ____________________________________________________________________________
21348 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
21349         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
21350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
21351              Date: Mon, 12 Nov 2001 12:35:18 EST 
21352              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
21353      Branch: perl
21354            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
21355            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
21356 ____________________________________________________________________________
21357 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
21358         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
21359              From: Barrie Slaymaker <barries@slaysys.com>
21360              Date: Mon, 12 Nov 2001 11:19:52 -0500
21361              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
21362      Branch: perl
21363            ! lib/File/Spec.t lib/File/Spec/Win32.pm
21364 ____________________________________________________________________________
21365 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
21366         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
21367              From: Barrie Slaymaker <barries@slaysys.com>
21368              Date: Mon, 12 Nov 2001 11:07:36 -0500
21369              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
21370      Branch: perl
21371            ! lib/Benchmark.pm
21372 ____________________________________________________________________________
21373 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
21374         Log: Misplaced test, noticed by Barrie Slaymaker.
21375              (We are missing Benchmark tests, then.)
21376      Branch: perl
21377            + ext/Devel/DProf/DProf.t
21378            - lib/Benchmark.t
21379            ! MANIFEST
21380 ____________________________________________________________________________
21381 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
21382         Log: Subject: [PATCH] a few typo fixes 
21383              From: Jeffrey Friedl <jfriedl@yahoo.com>
21384              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
21385              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
21386              
21387              Patching README.foo instead of pod/perlfoo.pod,
21388              not patching Math::BigInt (Tels will take care of that),
21389              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
21390              and perldoc.PL instead of libnetcfg and perldoc, patching
21391              ext/Digest/MD5/t/files.t since MD5.pm was changed.
21392      Branch: perl
21393            ! (edit 109 files)
21394 ____________________________________________________________________________
21395 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
21396         Log: Add a note about the dangers of bad UTF-8.
21397      Branch: perl
21398            ! pod/perlunicode.pod
21399 ____________________________________________________________________________
21400 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
21401         Log: NetWare Nit from Ananth Kesari.
21402      Branch: perl
21403            ! NetWare/config.wc
21404 ____________________________________________________________________________
21405 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
21406         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
21407      Branch: perl
21408            ! ext/Encode/Encode.pm
21409 ____________________________________________________________________________
21410 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
21411         Log: (retracted by #12951)
21412      Branch: perl
21413            ! ext/Encode/Encode.pm
21414 ____________________________________________________________________________
21415 [ 12949] By: ams                                   on 2001/11/12  06:40:18
21416         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21417              From: Robert Spier <rspier@pobox.com>
21418              Date: Sun, 11 Nov 2001 18:50:18 -0800
21419              Message-Id: <15343.14570.121505.233336@rls.cx>
21420              
21421              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21422              From: Rick Delaney <rick.delaney@home.com>
21423              Date: 12 Nov 2001 00:15:52 -0500
21424              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
21425      Branch: perl
21426            ! pp_hot.c t/op/taint.t
21427 ____________________________________________________________________________
21428 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
21429         Log: It seems that we actually have this detail implemented
21430              as for as Level 1 Support of Unicode regex support is
21431              concerned: at Level 1 only 1:1 support for loose
21432              (aka caseless, aka caseigoring ) matching is required.
21433      Branch: perl
21434            ! pod/perlunicode.pod
21435 ____________________________________________________________________________
21436 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
21437         Log: (retracted by #12951)
21438      Branch: perl
21439            ! ext/Encode/Encode.pm
21440 ____________________________________________________________________________
21441 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
21442         Log: BOM, bom, Bom.
21443      Branch: perl
21444            ! pod/perlunicode.pod
21445 ____________________________________________________________________________
21446 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
21447         Log: Upgrade to Math::BigInt 1.46.
21448      Branch: perl
21449            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21450            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
21451            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
21452            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
21453            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21454 ____________________________________________________________________________
21455 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
21456         Log: Subject: Re: PERFORCE change 12943 for review
21457              From: "Philip Newton" <Philip.Newton@gmx.net>
21458              Date: Sun, 11 Nov 2001 20:53:36 +0100
21459              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
21460      Branch: perl
21461            ! pod/perlunicode.pod
21462 ____________________________________________________________________________
21463 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
21464         Log: Doc updates; make the Unicode discussions a little
21465              bit less alarming, and add information about encodings,
21466              surrogates, and BOMs.
21467      Branch: perl
21468            ! pod/perlunicode.pod
21469 ____________________________________________________________________________
21470 [ 12942] By: ams                                   on 2001/11/11  16:45:00
21471         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
21472              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
21473              Date: Mon, 12 Nov 2001 00:22:57 +0900
21474              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
21475      Branch: perl
21476            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21477            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21478 ____________________________________________________________________________
21479 [ 12941] By: ams                                   on 2001/11/11  13:01:40
21480         Log: Subject: Re: PERFORCE change 12929 for review
21481              From: "Philip Newton" <Philip.Newton@gmx.net>
21482              Date: Sun, 11 Nov 2001 14:27:44 +0100
21483              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
21484      Branch: perl
21485            ! MANIFEST
21486 ____________________________________________________________________________
21487 [ 12940] By: ams                                   on 2001/11/11  05:06:43
21488         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
21489              From: Michael G Schwern <schwern@pobox.com>
21490              Date: Thu, 8 Nov 2001 22:56:45 -0500
21491              Message-Id: <20011108225645.H5587@blackrider>
21492      Branch: perl
21493            ! t/op/chdir.t
21494 ____________________________________________________________________________
21495 [ 12939] By: ams                                   on 2001/11/11  05:01:00
21496         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
21497              From: Michael G Schwern <schwern@pobox.com>
21498              Date: Sun, 11 Nov 2001 00:54:43 -0500
21499              Message-Id: <20011111005443.A24450@blackrider>
21500      Branch: perl
21501            ! ext/Cwd/t/cwd.t
21502 ____________________________________________________________________________
21503 [ 12938] By: ams                                   on 2001/11/11  03:25:13
21504         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
21505              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
21506              From: "chromatic" <chromatic@rmci.net>
21507              Date: Sat, 10 Nov 2001 21:03:20 -0700
21508              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
21509      Branch: perl
21510            ! lib/File/stat.pm lib/File/stat.t
21511 ____________________________________________________________________________
21512 [ 12937] By: ams                                   on 2001/11/11  02:05:23
21513         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
21514              From: "Craig A. Berry" <craigberry@mac.com>
21515              Date: Sat, 10 Nov 2001 17:23:52 -0600
21516              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
21517      Branch: perl
21518            ! t/op/magic.t
21519 ____________________________________________________________________________
21520 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
21521         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
21522      Branch: perl
21523            ! lib/open.pm lib/open.t
21524 ____________________________________________________________________________
21525 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
21526         Log: The Official name of ASCII.
21527      Branch: perl
21528            ! ext/Encode/Encode.pm
21529 ____________________________________________________________________________
21530 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
21531         Log: The KOI8-R example wasn't quite right.
21532      Branch: perl
21533            ! lib/open.pm lib/open.t
21534 ____________________________________________________________________________
21535 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
21536         Log: Enhance the open pragma to support :utf8, :locale,
21537              and :encoding directly as special cases, and rename
21538              the INOUT to IO.
21539      Branch: perl
21540            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
21541 ____________________________________________________________________________
21542 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
21543         Log: Document the UTF-16 surrogate encoding and decoding.
21544      Branch: perl
21545            ! ext/Encode/Encode.pm
21546 ____________________________________________________________________________
21547 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
21548         Log: A potential recursion breaker.
21549      Branch: perl
21550            ! sv.c
21551 ____________________________________________________________________________
21552 [ 12930] By: ams                                   on 2001/11/10  07:46:53
21553         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
21554              (was Re: perl@12892)
21555              From: "chromatic" <chromatic@rmci.net>
21556              Date: Sat, 10 Nov 2001 01:28:09 -0700
21557              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
21558      Branch: perl
21559            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
21560            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
21561            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
21562            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
21563 ____________________________________________________________________________
21564 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
21565         Log: Add a test for the bytes pragma.
21566      Branch: perl
21567            + lib/bytes.t
21568            ! MANIFEST
21569 ____________________________________________________________________________
21570 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
21571         Log: Doc update.
21572      Branch: perl
21573            ! lib/bytes.pm
21574 ____________________________________________________________________________
21575 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
21576         Log: Cease to exist.
21577      Branch: perl
21578            - lib/Unicode/Normalize.pm
21579 ____________________________________________________________________________
21580 [ 12926] By: ams                                   on 2001/11/10  03:23:16
21581         Log: Subject: [patch] my_setenv speedup + fixes
21582              From: Doug MacEachern <dougm@covalent.net>
21583              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
21584              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
21585      Branch: perl
21586            ! util.c
21587 ____________________________________________________________________________
21588 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
21589         Log: Newline trouble.
21590      Branch: perl
21591            ! lib/ExtUtils/Embed.t
21592 ____________________________________________________________________________
21593 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
21594         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
21595              From: "Craig A. Berry" <craigberry@mac.com>
21596              Date: Fri, 09 Nov 2001 18:13:16 -0600
21597              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
21598      Branch: perl
21599            ! vms/munchconfig.c
21600 ____________________________________________________________________________
21601 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
21602         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
21603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21604              Date: Sat, 10 Nov 2001 00:10:45 +0100
21605              Message-ID: <20011110001045.A11945@rafael>
21606      Branch: perl
21607            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
21608            + t/run/switchn.t t/run/switchp.t
21609            ! MANIFEST
21610 ____________________________________________________________________________
21611 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
21612         Log: Subject: [PATCH] some tests not cleaning up properly               
21613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21614              Date: Fri, 9 Nov 2001 22:13:10 +0100
21615              Message-ID: <20011109221310.A11115@rafael>
21616      Branch: perl
21617            ! ext/Cwd/t/cwd.t t/io/argv.t
21618 ____________________________________________________________________________
21619 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
21620         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
21621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21622              Date: Fri, 9 Nov 2001 15:07:19 EST
21623              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
21624      Branch: perl
21625            ! lib/ExtUtils/Embed.t
21626 ____________________________________________________________________________
21627 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
21628         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
21629              have been copied so it shouldn't be freed in perl_destruct()
21630      Branch: perl
21631            ! perl.c
21632 ____________________________________________________________________________
21633 [ 12919] By: ams                                   on 2001/11/09  15:36:22
21634         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
21635              From: Michael G Schwern <schwern@pobox.com>
21636              Date: Fri, 9 Nov 2001 00:38:59 -0500
21637              Message-Id: <20011109003859.K5587@blackrider>
21638              (Applied with directory name changes suggested by Craig Berry.)
21639      Branch: perl
21640            ! ext/Cwd/t/cwd.t
21641 ____________________________________________________________________________
21642 [ 12918] By: ams                                   on 2001/11/09  15:29:15
21643         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
21644              From: Michael G Schwern <schwern@pobox.com>
21645              Date: Fri, 9 Nov 2001 01:44:14 -0500
21646              Message-Id: <20011109014414.N5587@blackrider>
21647      Branch: perl
21648            ! vms/ext/filespec.t
21649 ____________________________________________________________________________
21650 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
21651         Log: Update Changes.
21652      Branch: perl
21653            ! Changes patchlevel.h
21654 ____________________________________________________________________________
21655 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
21656         Log: Regen toc.
21657      Branch: perl
21658            ! pod/perltoc.pod
21659 ____________________________________________________________________________
21660 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
21661         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
21662              see http://www.jepstone.net/bjepson//jpl/cvs.html
21663      Branch: perl
21664            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21665 ____________________________________________________________________________
21666 [ 12914] By: ams                                   on 2001/11/09  14:05:12
21667         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
21668              From: Michael G Schwern <schwern@pobox.com>
21669              Date: Thu, 8 Nov 2001 22:05:49 -0500
21670              Message-Id: <20011108220549.F5587@blackrider>
21671      Branch: perl
21672            ! vms/test.com
21673 ____________________________________________________________________________
21674 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
21675         Log: NetWare update from Ananth Kesari.
21676      Branch: perl
21677            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
21678 ____________________________________________________________________________
21679 [ 12912] By: ams                                   on 2001/11/09  13:40:26
21680         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
21681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21682              Date: Fri, 9 Nov 2001 14:32:28 +0100
21683              Message-Id: <20011109143228.A18996@rafael>
21684      Branch: perl
21685            ! perl.c
21686 ____________________________________________________________________________
21687 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
21688         Log: FAQ sync.
21689      Branch: perl
21690            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
21691            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21692            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
21693 ____________________________________________________________________________
21694 [ 12910] By: ams                                   on 2001/11/09  07:33:49
21695         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
21696              From: Michael G Schwern <schwern@pobox.com>
21697              Date: Fri, 9 Nov 2001 00:41:56 -0500
21698              Message-Id: <20011109004156.L5587@blackrider>
21699      Branch: perl
21700            ! lib/File/Find/t/find.t
21701 ____________________________________________________________________________
21702 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
21703         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
21704              The CPAN distribution has both pm and XS implementations,
21705              and for performance reasons we choose the XS.
21706              Another reason to choose the XS is that it doesn't
21707              require Lingua::KO::Hangul::Util, which means that
21708              we can delete that-- which in turn means that Unicode::UCD
21709              cannot expect that: support it, but don't expect.
21710              Ditto Unicode::Collate.
21711              
21712              Note that Unicode::Normalize Makefile.PL and
21713              Normalize.xs have been modified from the CPAN 0.10
21714              versions: the first one to be simpler (no pm) and
21715              clean up the generated unf*.h files, the second one
21716              to quench compiler grumblings.  Must notify Sadahiro
21717              about these changes.
21718      Branch: perl
21719            + ext/Unicode/Normalize/Changes
21720            + ext/Unicode/Normalize/Makefile.PL
21721            + ext/Unicode/Normalize/Normalize.pm
21722            + ext/Unicode/Normalize/Normalize.pod
21723            + ext/Unicode/Normalize/Normalize.xs
21724            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21725            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21726            + ext/Unicode/Normalize/t/test.t
21727            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
21728            - lib/Lingua/KO/Hangul/Util/README
21729            - lib/Lingua/KO/Hangul/Util/t/test.t
21730            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
21731            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
21732            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
21733            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
21734            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
21735            ! win32/makefile.mk
21736 ____________________________________________________________________________
21737 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
21738         Log: Test miscounting.
21739      Branch: perl
21740            ! ext/POSIX/t/posix.t
21741 ____________________________________________________________________________
21742 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
21743         Log: Quote the variables in failures messages more nicely.
21744      Branch: perl
21745            ! t/test.pl
21746 ____________________________________________________________________________
21747 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
21748         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21749              From: Michael G Schwern <schwern@pobox.com>
21750              Date: Thu, 8 Nov 2001 17:24:49 -0500
21751              Message-ID: <20011108172449.A5587@blackrider>
21752              
21753              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21754              From: "Craig A. Berry" <craigberry@mac.com>
21755              Date: Thu, 8 Nov 2001 16:35:00 -0600
21756              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
21757      Branch: perl
21758            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
21759 ____________________________________________________________________________
21760 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
21761         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
21762              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21763              Date: Thu, 8 Nov 2001 22:52:50 -0000
21764              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
21765      Branch: perl
21766            ! ext/DB_File/t/db-recno.t
21767 ____________________________________________________________________________
21768 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
21769         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
21770              (Probably not an EBCDIC issue the way one would think
21771              since no chr() et alia are used in UCD.pm.)
21772      Branch: perl
21773            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21774 ____________________________________________________________________________
21775 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
21776         Log: Whether overwriting the $self->{...} values (see #12902)
21777              is a good policy or not is debatable, but let's at least
21778              be consistent.
21779      Branch: perl
21780            ! lib/ExtUtils/MM_Unix.pm
21781 ____________________________________________________________________________
21782 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
21783         Log: The MakeMaker argument () quoting patch that sneaked
21784              in at #12883 didn't handle make macros like this $(...).
21785              Leaning toothpicks, we've got them.
21786      Branch: perl
21787            ! lib/ExtUtils/MM_Unix.pm
21788 ____________________________________________________________________________
21789 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
21790         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
21791              From: Michael G Schwern <schwern@pobox.com>
21792              Date: Wed, 7 Nov 2001 02:02:29 -0500
21793              Message-ID: <20011107020229.K2858@blackrider>
21794      Branch: perl
21795            ! t/io/argv.t t/test.pl vms/test.com
21796 ____________________________________________________________________________
21797 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
21798         Log: Subject: [PATCH 20011106.084] -s on #! line 
21799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21800              Date: Wed, 7 Nov 2001 22:23:39 +0100
21801              Message-ID: <20011107222339.E729@rafael>
21802      Branch: perl
21803            ! embed.h embed.pl perl.c proto.h toke.c
21804 ____________________________________________________________________________
21805 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
21806         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
21807              From: Michael G Schwern <schwern@pobox.com>
21808              Date: Wed, 7 Nov 2001 16:52:49 -0500
21809              Message-ID: <20011107165249.I7346@blackrider>
21810      Branch: perl
21811            ! pod/perlhack.pod
21812 ____________________________________________________________________________
21813 [ 12898] By: ams                                   on 2001/11/08  13:02:19
21814         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
21815              From: Mark-Jason Dominus <mjd@plover.com>
21816              Date: Thu, 08 Nov 2001 08:59:02 -0500
21817              Message-Id: <20011108135902.2275.qmail@plover.com>
21818      Branch: perl
21819            ! INSTALL README README.amiga README.os2 README.vms
21820            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
21821            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
21822 ____________________________________________________________________________
21823 [ 12897] By: ams                                   on 2001/11/08  12:49:28
21824         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
21825              From: mjd@plover.com
21826              Date: 8 Nov 2001 13:33:18 -0000
21827              Message-Id: <20011108133318.1786.qmail@plover.com>
21828      Branch: perl
21829            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
21830            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
21831            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21832            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
21833            ! pod/perlport.pod pod/perlvar.pod
21834 ____________________________________________________________________________
21835 [ 12896] By: ams                                   on 2001/11/08  11:22:12
21836         Log: open(FH, $file) should strip leading and trailing whitespace.
21837      Branch: perl
21838            ! doio.c
21839 ____________________________________________________________________________
21840 [ 12895] By: ams                                   on 2001/11/08  10:17:14
21841         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
21842              From: "Craig A. Berry" <craigberry@mac.com>
21843              Date: Wed, 07 Nov 2001 13:41:50 -0600
21844              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
21845      Branch: perl
21846            ! t/op/glob.t
21847 ____________________________________________________________________________
21848 [ 12894] By: ams                                   on 2001/11/08  08:32:20
21849         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
21850              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
21851              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
21852              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
21853      Branch: perl
21854            ! makedepend.SH
21855 ____________________________________________________________________________
21856 [ 12893] By: ams                                   on 2001/11/08  08:26:31
21857         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
21858              From: mjd@plover.com
21859              Date: 8 Nov 2001 08:08:07 -0000
21860              Message-Id: <20011108080807.30147.qmail@plover.com>
21861              
21862              Subject: bleadperl perl.pod
21863              From: mjd@plover.com
21864              Date: 8 Nov 2001 08:10:47 -0000
21865              Message-Id: <20011108081047.30178.qmail@plover.com>
21866              
21867              Subject: more bleadperl perl.pod
21868              From: mjd@plover.com
21869              Date: 8 Nov 2001 08:16:28 -0000
21870              Message-Id: <20011108081628.30229.qmail@plover.com>
21871      Branch: perl
21872            ! pod/perl.pod pod/perldebug.pod
21873 ____________________________________________________________________________
21874 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
21875         Log: Tweak for Cray-friendliness from Nicholas Clark.
21876      Branch: perl
21877            ! sv.c
21878 ____________________________________________________________________________
21879 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
21880         Log: VMS patch redo from Charles Lane.
21881      Branch: perl
21882            ! vms/gen_shrfls.pl
21883 ____________________________________________________________________________
21884 [ 12890] By: ams                                   on 2001/11/07  15:16:10
21885         Log: Subject: [ID 20011107.088] two perl pod nits
21886              From: lvirden@cas.org
21887              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
21888              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
21889      Branch: perl
21890            ! pod/perl.pod pod/perlfaq3.pod
21891 ____________________________________________________________________________
21892 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
21893         Log: Update Changes.
21894      Branch: perl
21895            ! Changes patchlevel.h
21896 ____________________________________________________________________________
21897 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
21898         Log: The (emulated) "no utf8" must be in a BEGIN block
21899              to be effective.
21900      Branch: perl
21901            ! lib/CGI/t/html.t
21902 ____________________________________________________________________________
21903 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
21904         Log: "v-strings" is the right term.
21905      Branch: perl
21906            ! pod/perltodo.pod
21907 ____________________________________________________________________________
21908 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
21909         Log: Add vstrings-as-objects need to perltodo.
21910      Branch: perl
21911            ! pod/perltodo.pod
21912 ____________________________________________________________________________
21913 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
21914         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
21915              From: Nicholas Clark <nick@ccl4.org>
21916              Date: Wed, 7 Nov 2001 14:36:32 +0000
21917              Message-ID: <20011107143631.I24980@plum.flirble.org>
21918      Branch: perl
21919            ! t/op/pack.t
21920 ____________________________________________________________________________
21921 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
21922         Log: The Embed test requires a major rewrite for VMS
21923              (plus it reveals a couple of annoying glitches
21924              in buffering), so skip the test for now; from
21925              Charles Lane.
21926      Branch: perl
21927            ! lib/ExtUtils/Embed.t
21928 ____________________________________________________________________________
21929 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
21930         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
21931              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21932              Date: Wed, 7 Nov 2001 09:23:28 EST
21933              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
21934              
21935              (Also i seems that an unrelated experimental patch
21936              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
21937      Branch: perl
21938            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
21939 ____________________________________________________________________________
21940 [ 12882] By: ams                                   on 2001/11/07  05:14:04
21941         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
21942              From: Mark-Jason Dominus <mjd@plover.com>
21943              Date: Wed, 07 Nov 2001 00:43:46 -0500
21944              Message-Id: <20011107054346.14428.qmail@plover.com>
21945      Branch: perl
21946            ! gv.c op.c toke.c
21947 ____________________________________________________________________________
21948 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
21949         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
21950              From: Michael G Schwern <schwern@pobox.com>             
21951              Date: Tue, 6 Nov 2001 22:04:39 -0500
21952              Message-ID: <20011106220439.D2858@blackrider>              
21953      Branch: perl
21954            ! lib/perl5db.pl
21955 ____________________________________________________________________________
21956 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
21957         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
21958              stress))
21959              From: Jonathan Stowe <gellyfish@gellyfish.com>
21960              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
21961              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
21962              
21963              (except for one hunk where indentation differs)
21964      Branch: perl
21965            ! lib/Term/Cap.t
21966 ____________________________________________________________________________
21967 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
21968         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
21969              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21970              Date: Tue, 6 Nov 2001 21:45:01 +0100
21971              Message-ID: <20011106214501.A704@rafael>
21972      Branch: perl
21973            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
21974            ! lib/File/Spec/Win32.pm
21975 ____________________________________________________________________________
21976 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
21977         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
21978              From: Michael G Schwern <schwern@pobox.com>              
21979              Date: Tue, 6 Nov 2001 20:58:45 -0500
21980              Message-ID: <20011106205845.G29411@blackrider>
21981      Branch: perl
21982            ! t/test.pl
21983 ____________________________________________________________________________
21984 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
21985         Log: Subject: making do_sprintf public       
21986              From: Doug MacEachern <dougm@covalent.net>    
21987              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
21988              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
21989      Branch: perl
21990            ! embed.h embed.pl global.sym
21991 ____________________________________________________________________________
21992 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
21993         Log: Update to CGI.pm 2.78.
21994              
21995              TODO: the test suite needs to be merged so that
21996              when in core, the core version is tested, and when
21997              using the CPAN version, testing the CPAN version.
21998              (the changes need to be sent to Lincoln, too...)
21999      Branch: perl
22000            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
22001            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
22002            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
22003            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
22004            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
22005            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
22006 ____________________________________________________________________________
22007 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
22008         Log: Integrate with perlio; (strictly) readonly hashes via XS.
22009      Branch: perl
22010           +> t/lib/access.t
22011           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
22012 ____________________________________________________________________________
22013 [ 12874] By: nick                                  on 2001/11/06  21:05:16
22014         Log: Keep It Simple and Stupid version of readonly hash support.
22015              - Test for SvREAONLY(hv) at a few spots in hv.c
22016              - add the error message to perldiag.pod
22017              - (dubious) add access::readonly() to univeral.c
22018              - add test using above
22019              - fixup ext/B/t/stash.t to account for access:: existing
22020      Branch: perlio
22021            + t/lib/access.t
22022            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
22023 ____________________________________________________________________________
22024 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
22025         Log: Fix incorrect warnings about broken globbing;
22026              from Andy Dougherty.
22027      Branch: perl
22028            ! hints/linux.sh
22029 ____________________________________________________________________________
22030 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
22031         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
22032              toggle-on from the encoding pragma.
22033      Branch: perl
22034            ! regcomp.c regexec.c
22035 ____________________________________________________________________________
22036 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
22037         Log: Retract #12824, doesn't help and is ignored
22038              by Configure anyway.
22039      Branch: perl
22040            ! hints/beos.sh
22041 ____________________________________________________________________________
22042 [ 12870] By: ams                                   on 2001/11/06  10:40:37
22043         Log: Subject: Cosmetic change
22044              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22045              Date: Tue, 06 Nov 2001 12:30:52 +0100
22046              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
22047      Branch: perl
22048            ! README.hpux
22049 ____________________________________________________________________________
22050 [ 12869] By: nick                                  on 2001/11/06  08:26:40
22051         Log: Integrate mainline
22052      Branch: perlio
22053           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
22054           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
22055 ____________________________________________________________________________
22056 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
22057         Log: The parentheses are protected enough.
22058      Branch: perl
22059            ! hints/os390.sh
22060 ____________________________________________________________________________
22061 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
22062         Log: ccflags, not ldflags.
22063      Branch: perl
22064            ! hints/os390.sh
22065 ____________________________________________________________________________
22066 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
22067         Log: ... and the proto to go with #12865.
22068      Branch: perl
22069            ! proto.h
22070 ____________________________________________________________________________
22071 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
22072         Log: Oops.  Luckily nothing was using this symbol yet.
22073      Branch: perl
22074            ! global.sym
22075 ____________________________________________________________________________
22076 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
22077         Log: Implement the encoding pragma for regex literals.
22078      Branch: perl
22079            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
22080 ____________________________________________________________________________
22081 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
22082         Log: More UTF8 EXACT fixing.
22083      Branch: perl
22084            ! regexec.c
22085 ____________________________________________________________________________
22086 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
22087         Log: More re debugging.
22088      Branch: perl
22089            ! regexec.c
22090 ____________________________________________________________________________
22091 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
22092         Log: EXACT correction attempt.  Continued in #12863.
22093      Branch: perl
22094            ! regexec.c
22095 ____________________________________________________________________________
22096 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
22097         Log: Unterminated L<.
22098      Branch: perl
22099            ! ext/DB_File/DB_File.pm
22100 ____________________________________________________________________________
22101 [ 12859] By: nick                                  on 2001/11/05  19:15:17
22102         Log: Integrate mainline
22103      Branch: perlio
22104           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22105           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22106           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
22107           +> lib/Math/BigInt/t/sub_mbi.t
22108            - lib/Math/BigInt/t/Math/Subclass.pm
22109            - lib/Math/BigInt/t/subclass.t
22110           !> (integrate 30 files)
22111 ____________________________________________________________________________
22112 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
22113         Log: Regex debugging fixes from Hugo.
22114      Branch: perl
22115            ! regcomp.c regexec.c
22116 ____________________________________________________________________________
22117 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
22118         Log: IRIX: at some point the cc -version has started
22119              to output to stderr, not stdout any more.
22120      Branch: perl
22121            ! hints/irix_6.sh
22122 ____________________________________________________________________________
22123 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
22124         Log: Update Changes.
22125      Branch: perl
22126            ! Changes patchlevel.h
22127 ____________________________________________________________________________
22128 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
22129         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
22130      Branch: perl
22131            ! lib/File/Spec/Unix.pm
22132 ____________________________________________________________________________
22133 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
22134         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
22135              From: rgarciasuarez@free.fr
22136              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
22137              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
22138      Branch: perl
22139            ! lib/File/Spec/Unix.pm
22140 ____________________________________________________________________________
22141 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
22142         Log: Use config.arch in OS/390 where the combination of
22143              IEEE floats and ldflags is tricky.
22144      Branch: perl
22145            ! hints/os390.sh
22146 ____________________________________________________________________________
22147 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
22148         Log: Metaconfig unit change for #12851.
22149      Branch: metaconfig
22150            ! U/modified/Config_sh.U
22151 ____________________________________________________________________________
22152 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
22153         Log: Support a config.arch file, similar to config.over,
22154              but loaded just before it.
22155      Branch: perl
22156            ! Configure INSTALL
22157 ____________________________________________________________________________
22158 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
22159         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
22160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22161              Date: Mon, 5 Nov 2001 14:26:24 +0100
22162              Message-ID: <20011105142624.C31977@rafael>
22163      Branch: perl
22164            ! lib/Symbol.pm lib/Symbol.t
22165 ____________________________________________________________________________
22166 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
22167         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
22168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22169              Date: Sun, 4 Nov 2001 22:28:57 +0100
22170              Message-ID: <20011104222857.C696@rafael>
22171      Branch: perl
22172            ! pod/perldebug.pod pod/perlpodspec.pod
22173 ____________________________________________________________________________
22174 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
22175         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
22176      Branch: perl
22177            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
22178 ____________________________________________________________________________
22179 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
22180         Log: Math::Big* test tweaks to work better with core:
22181              but the coast still not clear.
22182      Branch: perl
22183            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
22184            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
22185 ____________________________________________________________________________
22186 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
22187         Log: Protect against high load: measure how much wall
22188              clock time went by while sleeping.  Avoids some
22189              false negatives, while may introduce some false
22190              positives.  Life is hard.
22191      Branch: perl
22192            ! ext/Time/HiRes/HiRes.t
22193 ____________________________________________________________________________
22194 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
22195         Log: More forgotten from #12843.
22196      Branch: perl
22197            ! lib/Math/BigInt/t/bigfltpm.inc
22198 ____________________________________________________________________________
22199 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
22200         Log: Forgot from #12843.
22201      Branch: perl
22202            + lib/Math/BigInt/t/bigintpm.inc
22203            ! MANIFEST
22204 ____________________________________________________________________________
22205 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
22206         Log: Upgrade to Math::BigInt 1.45; from Tels.
22207              NOTE: some of the tests are failing but that's because
22208              the core integration is not yet done.
22209      Branch: perl
22210            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22211            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22212            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
22213            - lib/Math/BigInt/t/Math/Subclass.pm
22214            - lib/Math/BigInt/t/subclass.t
22215            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
22216            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
22217            ! lib/Math/BigInt/t/mbimbf.t
22218 ____________________________________________________________________________
22219 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
22220         Log: VMS: adds capability to control more configuration stuff with
22221              -D and -U switches; parsing config.sh to extract previous config
22222              info in VMS-form, and a rewrite of the "prompt/response" routine;
22223              from Charles Lane.
22224      Branch: perl
22225            ! configure.com
22226 ____________________________________________________________________________
22227 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
22228         Log: Subject: Typo correction in perldebguts.pod
22229              From: mjd@plover.com
22230              Date: 4 Nov 2001 16:20:05 -0000
22231              Message-ID: <20011104162005.16699.qmail@plover.com>
22232      Branch: perl
22233            ! pod/perldebguts.pod
22234 ____________________________________________________________________________
22235 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
22236         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
22237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22238              Date: Sun, 4 Nov 2001 11:47:30 +0100
22239              Message-ID: <20011104114730.A715@rafael>
22240              
22241              Remove -T from the test, wrong place for that.
22242      Branch: perl
22243            ! lib/File/Temp/t/mktemp.t
22244 ____________________________________________________________________________
22245 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
22246         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
22247              From: Nicholas Clark <nick@ccl4.org>
22248              Date: Sun, 4 Nov 2001 10:41:24 +0000
22249              Message-ID: <20011104104123.U20123@plum.flirble.org>
22250      Branch: perl
22251            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
22252 ____________________________________________________________________________
22253 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
22254         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
22255              From: Michael G Schwern <schwern@pobox.com>
22256              Date: Sat, 3 Nov 2001 15:41:47 -0500
22257              Message-ID: <20011103154147.C600@blackrider>
22258      Branch: perl
22259            ! lib/Term/Cap.t
22260 ____________________________________________________________________________
22261 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
22262         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
22263              From: "Craig A. Berry" <craigberry@mac.com>     
22264              Date: Sat, 03 Nov 2001 16:02:28 -0600
22265              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
22266      Branch: perl
22267            ! ext/Time/HiRes/HiRes.t
22268 ____________________________________________________________________________
22269 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
22270         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
22271              From: "chromatic" <chromatic@rmci.net>
22272              Date: Sat, 03 Nov 2001 12:28:17 -0700
22273              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
22274      Branch: perl
22275            ! lib/Term/Cap.t
22276 ____________________________________________________________________________
22277 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
22278         Log: Don't bother doing POSIX charclass parsing if it
22279              possibly cannot be so.  Prepares way for charclass
22280              syntax like [[abc]||[def]] (or just [[abc][def]])
22281              for union, [[\w]&&[$a]] for intersection,
22282              and [[a-z]&&[^def]] for subtraction.
22283              
22284              Currently /[[a]/ (or /[a[]/) parses as a character
22285              class containing two characters, "[" and "a",
22286              this may have to be broken for the syntax described
22287              above, otherwise we would have to scan the whole pattern
22288              to find out whether the square brackets match pairwise.
22289              Luckily, the special case of "[" doesn't seem to be
22290              documented (as opposed to "]" and "-"), so we may have
22291              better story for breaking it...  One can always use \[
22292              if one wants a literal "[", so there.
22293      Branch: perl
22294            ! regcomp.c
22295 ____________________________________________________________________________
22296 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
22297         Log: Comment correction.
22298      Branch: perl
22299            ! regcomp.c
22300 ____________________________________________________________________________
22301 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
22302         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
22303              The latter is a RedHatism.
22304      Branch: perl
22305            ! lib/ExtUtils/MakeMaker.pm
22306 ____________________________________________________________________________
22307 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
22308         Log: Integrate perlio.
22309      Branch: perl
22310           !> perlio.c
22311 ____________________________________________________________________________
22312 [ 12831] By: nick                                  on 2001/11/03  11:42:15
22313         Log: Integrate mainline
22314      Branch: perlio
22315           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
22316           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
22317           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
22318           !> sv.c t/test.pl
22319 ____________________________________________________________________________
22320 [ 12830] By: nick                                  on 2001/11/03  10:27:34
22321         Log: Fix clone_leak problem.
22322              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
22323              as vestige of calling PerlLIO_dup().
22324      Branch: perlio
22325            ! perlio.c
22326 ____________________________________________________________________________
22327 [ 12829] By: nick                                  on 2001/11/03  09:40:46
22328         Log: Tweaks attempting to locate Doug's clone_leak leak.
22329              - add some PerlIO_debug()
22330              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
22331              - Even if it closing stdout etc. do a fflush()
22332      Branch: perlio
22333            ! perlio.c
22334 ____________________________________________________________________________
22335 [ 12828] By: nick                                  on 2001/11/03  08:34:31
22336         Log: Integrate mainline
22337      Branch: perlio
22338           !> (integrate 54 files)
22339 ____________________________________________________________________________
22340 [ 12827] By: ams                                   on 2001/11/03  03:45:19
22341         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
22342              remove this later). Based on a patch from Robert Spier in
22343              <15330.61459.14452.795263@rls.cx>.
22344      Branch: perl
22345            ! sv.c
22346 ____________________________________________________________________________
22347 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
22348         Log: microperl sync.
22349      Branch: perl
22350            ! doio.c perl.c perl.h perlio.c regexec.c
22351 ____________________________________________________________________________
22352 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
22353         Log: Definitions for the Unicode Newline Guidelines.
22354      Branch: perl
22355            ! perl.h
22356 ____________________________________________________________________________
22357 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
22358         Log: (retracted by #12871)
22359              
22360              There is no csh of any kind in default BeOS.
22361              For the purposes of miniperl globbing, bash
22362              will do.
22363      Branch: perl
22364            ! hints/beos.sh
22365 ____________________________________________________________________________
22366 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
22367         Log: Integrate change #12820 from macperl to maint and blead;
22368              
22369              Fix up (dynaloading) to work properly with multiplicity
22370      Branch: maint-5.6/perl
22371           !> ext/DynaLoader/dl_mac.xs
22372      Branch: perl
22373           !> ext/DynaLoader/dl_mac.xs
22374 ____________________________________________________________________________
22375 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
22376         Log: Several fixes for various exit problems and clearing out
22377              task queue, as well as another (incomplete) go at
22378              fixing error message handling
22379      Branch: maint-5.6/macperl
22380            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
22381 ____________________________________________________________________________
22382 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
22383         Log: Add source files for bleadperl builds
22384      Branch: maint-5.6/macperl
22385            ! macos/Makefile.mk
22386 ____________________________________________________________________________
22387 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
22388         Log: Fix up to work properly with multiplicity
22389      Branch: maint-5.6/macperl
22390            ! ext/DynaLoader/dl_mac.xs
22391 ____________________________________________________________________________
22392 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
22393         Log: Integrate with maintperl.
22394      Branch: maint-5.6/macperl
22395           +> t/op/system.t t/op/system_tests
22396           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
22397           !> pod/perltodo.pod util.c win32/win32.c
22398 ____________________________________________________________________________
22399 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
22400         Log: Locate _PATH_LOG if it's a socket even if not #defined
22401              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
22402              via Nick Clark.
22403      Branch: perl
22404            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
22405 ____________________________________________________________________________
22406 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
22407         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
22408              From: Michael G Schwern <schwern@pobox.com>
22409              Date: Fri, 2 Nov 2001 15:36:41 -0500
22410              Message-ID: <20011102153641.E23234@blackrider>
22411      Branch: perl
22412            ! t/test.pl
22413 ____________________________________________________________________________
22414 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
22415         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
22416              From: merlyn@stonehenge.com (Randal L. Schwartz)
22417              Date: 02 Nov 2001 09:33:34 -0800
22418              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
22419              
22420              (two of the changes)
22421              
22422              Better coexistence with extensions.
22423      Branch: perl
22424            ! ext/Errno/Errno_pm.PL hints/darwin.sh
22425 ____________________________________________________________________________
22426 [ 12815] By: ams                                   on 2001/11/02  16:47:43
22427         Log: Subject: Re: [PATCH] the the double double word word fix fix
22428              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22429              Date: Fri, 02 Nov 2001 19:43:07 +0100
22430              Message-Id: <3BE2E93B.627C198E@alcatel.at>
22431      Branch: perl
22432            ! pod/perldebug.pod
22433 ____________________________________________________________________________
22434 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
22435         Log: Update Changes.
22436      Branch: perl
22437            ! Changes patchlevel.h
22438 ____________________________________________________________________________
22439 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
22440         Log: More encoding testing.
22441      Branch: perl
22442            ! lib/encoding.pm lib/encoding.t
22443 ____________________________________________________________________________
22444 [ 12812] By: ams                                   on 2001/11/02  15:07:11
22445         Log: Slight modification of #12811.
22446      Branch: perl
22447            ! op.c
22448 ____________________________________________________________________________
22449 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
22450         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
22451              From: Radu Greab <radu@netsoft.ro>
22452              Date: Fri, 2 Nov 2001 15:28:58 +0200
22453              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
22454      Branch: perl
22455            ! op.c t/op/stat.t
22456 ____________________________________________________________________________
22457 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
22458         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
22459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22460              Date: Thu, 1 Nov 2001 22:35:50 +0100
22461              Message-ID: <20011101223550.A10849@rafael>
22462      Branch: perl
22463            ! lib/ExtUtils/Embed.t
22464 ____________________________________________________________________________
22465 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
22466         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
22467              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22468              Date: 2 Nov 2001 14:48:51 -0000
22469              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
22470      Branch: perl
22471            ! lib/File/Find.pm
22472 ____________________________________________________________________________
22473 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
22474         Log: Add documentation.
22475      Branch: perl
22476            ! embed.pl pod/perlapi.pod utf8.c
22477 ____________________________________________________________________________
22478 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
22479         Log: Unicode: add ToFold mapping.  Not used yet; but basically
22480              a more useful mapping for caseless aka case-ignoring than
22481              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
22482              algorithm for creating the foldings uses equivalence classes,
22483              see http://www.unicode.org/unicode/reports/tr21/
22484              Hopefully this feature will be used in //i.
22485              (The folding tables were introduced by #12689.)
22486      Branch: perl
22487            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
22488            ! utf8.c
22489 ____________________________________________________________________________
22490 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
22491         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
22492              From: "Craig A. Berry" <craigberry@mac.com>
22493              Date: Fri, 02 Nov 2001 00:03:52 -0600
22494              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
22495      Branch: perl
22496            ! lib/AutoSplit.t
22497 ____________________________________________________________________________
22498 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
22499         Log: Subject: Trivial doc patch
22500              From: andreas.koenig@anima.de (Andreas J. Koenig)
22501              Date: 02 Nov 2001 06:11:35 +0100
22502              Message-ID: <m37kt94v08.fsf@anima.de>
22503      Branch: perl
22504            ! pod/perlport.pod
22505 ____________________________________________________________________________
22506 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
22507         Log: Make encoding and charnames pragmas coexist.
22508      Branch: perl
22509            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
22510 ____________________________________________________________________________
22511 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
22512         Log: The basic character classes seem to go untested with Unicode.
22513      Branch: perl
22514            ! t/op/pat.t
22515 ____________________________________________________________________________
22516 [ 12802] By: ams                                   on 2001/11/02  00:39:36
22517         Log: Subject: [PATCH] the the double double word word fix fix
22518              From: Richard Soderberg <rs@oregonnet.com>
22519              Date: Thu, 1 Nov 2001 13:12:03 -0800
22520              Message-Id: <200111012112.NAA23288@oregonnet.com>
22521              
22522              Subject: Re: [PATCH] the the double double word word fix fix
22523              From: Mark-Jason Dominus <mjd@plover.com>
22524              Date: Thu, 01 Nov 2001 16:43:40 -0500
22525              Message-Id: <20011101214340.2044.qmail@plover.com>
22526              
22527              Subject: Re: [PATCH] the the double double word word fix fix
22528              From: Mark-Jason Dominus <mjd@plover.com>
22529              Date: Thu, 01 Nov 2001 16:51:39 -0500
22530              Message-Id: <20011101215139.2196.qmail@plover.com>
22531      Branch: perl
22532            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
22533            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
22534            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
22535            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
22536            ! pod/perltodo.pod pod/perlxstut.pod
22537 ____________________________________________________________________________
22538 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
22539         Log: Comment tweaks.
22540      Branch: perl
22541            ! toke.c
22542 ____________________________________________________________________________
22543 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
22544         Log: FAQ sync.
22545      Branch: perl
22546            ! pod/perlfaq9.pod
22547 ____________________________________________________________________________
22548 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
22549         Log: If an encoding is set by -M/-m, it must be in
22550              effect only for the actual script, not any other
22551              required/-M/-m'ed module, otherwise we enter a nasty
22552              recursion in regexec.c while trying to init the simple
22553              UTF-8 charclasses like PL_utf8_alnum.
22554      Branch: perl
22555            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
22556 ____________________________________________________________________________
22557 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
22558         Log: A bit more descriptive name.
22559      Branch: perl
22560            ! mg.c
22561 ____________________________________________________________________________
22562 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
22563         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
22564              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22565              Date: Wed, 31 Oct 2001 13:47:04 EST
22566              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
22567      Branch: perl
22568            ! ext/Time/HiRes/HiRes.t
22569 ____________________________________________________________________________
22570 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
22571         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
22572              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22573              Date: Wed, 31 Oct 2001 13:43:29 EST
22574              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
22575      Branch: perl
22576            ! mg.c
22577 ____________________________________________________________________________
22578 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
22579         Log: Subject: [PATCH] Various test cleanups
22580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22581              Date: Tue, 30 Oct 2001 21:56:26 +0100
22582              Message-ID: <20011030215626.A28503@rafael>
22583      Branch: perl
22584            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22585            ! ext/DB_File/t/db-recno.t ext/Encode.t
22586 ____________________________________________________________________________
22587 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
22588         Log: Update Changes.
22589      Branch: perl
22590            ! Changes patchlevel.h
22591 ____________________________________________________________________________
22592 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
22593         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
22594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
22595              Date: Wed, 31 Oct 2001 17:16:39 +0100
22596              Message-ID: <20011031171639.A32511@rafael>
22597      Branch: perl
22598            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
22599 ____________________________________________________________________________
22600 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
22601         Log: Skip message nit.
22602      Branch: perl
22603            ! t/io/fs.t
22604 ____________________________________________________________________________
22605 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
22606         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
22607              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22608              Date: 31 Oct 2001 14:49:37 -0000
22609              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
22610      Branch: perl
22611            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
22612 ____________________________________________________________________________
22613 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
22614         Log: Extend the effect of the encoding pragma to chr() and ord().
22615              
22616              TODO: regex literals, reentrancy problems with the utf8
22617              and charnames pragmas.
22618      Branch: perl
22619            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
22620 ____________________________________________________________________________
22621 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
22622         Log: Doc tweaks.
22623      Branch: perl
22624            ! lib/encoding.pm
22625 ____________________________________________________________________________
22626 [ 12788] By: nick                                  on 2001/10/31  08:59:56
22627         Log: Integrate mainline
22628      Branch: perlio
22629           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
22630           !> (integrate 49 files)
22631 ____________________________________________________________________________
22632 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
22633         Log: Forgot new proto.
22634      Branch: perl
22635            ! proto.h
22636 ____________________________________________________________________________
22637 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
22638         Log: Clarification: use encoding cannot be used to
22639              change the default encoding of "your whole script";
22640              only the default encoding of the *data*.  Also, it
22641              seems that "use encoding" does not mix with "use utf8"
22642              (a coredumping recursion ensues).  Should not be a huge
22643              problem since "use utf8" is pretty marginal nowadays.
22644      Branch: perl
22645            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
22646 ____________________________________________________________________________
22647 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
22648         Log: More documentation for the encode pragma.
22649      Branch: perl
22650            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
22651            ! pod/perlapi.pod pod/perlunicode.pod sv.c
22652 ____________________________________________________________________________
22653 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
22654         Log: Thinko in #12783.
22655      Branch: perl
22656            ! sv.c
22657 ____________________________________________________________________________
22658 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
22659         Log: Make sv_recode_to_utf8() a real API: the encoding
22660              is a parameter, instead of a global.  Document the
22661              PERL_ENCODING.
22662      Branch: perl
22663            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
22664            ! toke.c
22665 ____________________________________________________________________________
22666 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
22667         Log: Enable -Mencoding=foobar also for string literals.
22668      Branch: perl
22669            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
22670            ! pod/perlapi.pod proto.h sv.c toke.c
22671 ____________________________________________________________________________
22672 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
22673         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
22674              From: Andy Dougherty <doughera@lafayette.edu>
22675              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
22676              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
22677      Branch: perl
22678            ! ext/POSIX/hints/svr4.pl
22679 ____________________________________________________________________________
22680 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
22681         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
22682              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22683              Date: Mon, 29 Oct 2001 23:11:58 -0000
22684              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22685              
22686              Add compat.h.
22687      Branch: perl
22688            ! lib/h2xs.t utils/h2xs.PL
22689 ____________________________________________________________________________
22690 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
22691         Log: Subject: PerlIOBuf_dup
22692              From: Nicholas Clark <nick@ccl4.org>              
22693              Date: Mon, 29 Oct 2001 21:52:35 +0000             
22694              Message-ID: <20011029215235.K41204@plum.flirble.org>
22695              
22696              Add prototype.
22697      Branch: perl
22698            ! perliol.h
22699 ____________________________________________________________________________
22700 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
22701         Log: Subject: [PATCH] Make malloc.c errors more useful
22702              From: Richard Soderberg <rs@oregonnet.com>
22703              Date: Mon, 29 Oct 2001 22:28:02 -0800
22704              Message-Id: <200110300628.WAA11025@oregonnet.com>
22705      Branch: perl
22706            ! malloc.c
22707 ____________________________________________________________________________
22708 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
22709         Log: Retract #12776 - the bug 19990906.001 is still valid.
22710      Branch: perl
22711            ! t/run/kill_perl.t
22712 ____________________________________________________________________________
22713 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
22714         Log: (Retracted by #12777)
22715              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
22716              From: Michael G Schwern <schwern@pobox.com> 
22717              Date: Mon, 29 Oct 2001 23:01:08 -0500
22718              Message-ID: <20011029230108.G18053@blackrider>
22719      Branch: perl
22720            ! t/run/kill_perl.t
22721 ____________________________________________________________________________
22722 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
22723         Log: Comment nits.
22724      Branch: perl
22725            ! lib/encoding.t
22726 ____________________________________________________________________________
22727 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
22728         Log: integrate change#12772 from mainline
22729              
22730              Subject: [PATCH] Mommy, what's a pointer cast?
22731      Branch: maint-5.6/perl
22732            ! perl.h
22733 ____________________________________________________________________________
22734 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
22735         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22736              From: Richard Soderberg <rs@oregonnet.com>
22737              Date: Mon, 29 Oct 2001 17:01:10 -0800
22738              Message-Id: <200110300101.RAA31561@oregonnet.com>
22739              
22740              (threads* parts)
22741      Branch: perl
22742            ! ext/threads/shared/shared.xs ext/threads/threads.xs
22743 ____________________________________________________________________________
22744 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
22745         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22746              From: Richard Soderberg <rs@oregonnet.com>
22747              Date: Mon, 29 Oct 2001 17:01:10 -0800
22748              Message-Id: <200110300101.RAA31561@oregonnet.com>
22749              
22750              (the perl.h part)
22751      Branch: perl
22752            ! perl.h
22753 ____________________________________________________________________________
22754 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
22755         Log: Subject: [PATCH] OpenBSD likes signal.h 
22756              From: Richard Soderberg <rs@oregonnet.com>
22757              Date: Mon, 29 Oct 2001 17:00:31 -0800
22758              Message-Id: <200110300100.RAA31533@oregonnet.com>
22759      Branch: perl
22760            ! unixish.h
22761 ____________________________________________________________________________
22762 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
22763         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
22764              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22765              Date: Mon, 29 Oct 2001 23:04:23 -0000
22766              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22767      Branch: perl
22768            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22769            ! ext/DB_File/t/db-recno.t
22770 ____________________________________________________________________________
22771 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
22772         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
22773              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22774              Date: Mon, 29 Oct 2001 12:34:07 -0600
22775              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
22776      Branch: perl
22777            ! ext/Time/HiRes/HiRes.t
22778 ____________________________________________________________________________
22779 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
22780         Log: Update Changes.
22781      Branch: perl
22782            ! Changes patchlevel.h
22783 ____________________________________________________________________________
22784 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
22785         Log: AIX needs an explicit symbol export list.
22786      Branch: perl
22787            ! lib/ExtUtils/Embed.t
22788 ____________________________________________________________________________
22789 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
22790         Log: The test (and the module) would require some
22791              quality hacking time to work on EBCDIC.  Based on
22792              the test results nothing seems to be majorly broken,
22793              the module just seems to have strange assumptions:
22794              got: ''\226\225\205'
22795              expected: ''one'
22796              The \226\225\205 being, of course, 'one', in EBCDIC.
22797      Branch: perl
22798            ! lib/Dumpvalue.t
22799 ____________________________________________________________________________
22800 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
22801         Log: Mark the test known to be failing in EBCDIC.
22802      Branch: perl
22803            ! t/op/tr.t
22804 ____________________________________________________________________________
22805 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
22806         Log: None of the libnet modules are going to work in
22807              EBCDIC without the Convert::EBCDIC.
22808      Branch: perl
22809            ! t/lib/1_compile.t
22810 ____________________________________________________________________________
22811 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
22812         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
22813      Branch: perl
22814            ! t/op/pack.t
22815 ____________________________________________________________________________
22816 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
22817         Log: UTF-EBCDIC ain't UTF-8.
22818      Branch: perl
22819            ! t/op/pack.t
22820 ____________________________________________________________________________
22821 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
22822         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
22823      Branch: perl
22824            ! t/lib/1_compile.t
22825 ____________________________________________________________________________
22826 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
22827         Log: Let's not assume ASCII.
22828      Branch: perl
22829            ! t/op/lc.t
22830 ____________________________________________________________________________
22831 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
22832         Log: Call the new perlio symbols differently.
22833      Branch: perl
22834            ! makedef.pl
22835 ____________________________________________________________________________
22836 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
22837         Log: Don't expect ASCII ordering.
22838      Branch: perl
22839            ! lib/ExtUtils/Manifest.t
22840 ____________________________________________________________________________
22841 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
22842         Log: Forgot from #12756.
22843      Branch: perl
22844            ! perlio.h
22845 ____________________________________________________________________________
22846 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
22847         Log: BeOS tweaks:
22848              - fseeko and ftello can be found by Configure but
22849              we do not seem to have prototypes for them so
22850              let's make up some
22851              - BeOS didn't use to have real sockets (sockets as
22852              filedescriptors) but the BONE package is supposed
22853              to fix this.  I do not know how to detect BONEness,
22854              see hints/beos.sh for a spot that needs to fixed.
22855              - BeOS has O_TEXT != O_BINARY but has no setmode()
22856      Branch: perl
22857            ! hints/beos.sh perlio.c
22858 ____________________________________________________________________________
22859 [ 12755] By: sky                                   on 2001/10/29  12:56:12
22860         Log: Ugly fix to not die when a thread creator is holding locks.
22861      Branch: perl
22862            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22863            ! ext/threads/threads.xs
22864 ____________________________________________________________________________
22865 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
22866         Log: Integrate change #12752 from maintperl;
22867              
22868              croak(Nullch) wasn't printing the contents of ERRSV if there was
22869              no outer eval (bug in change#6125)
22870      Branch: perl
22871           !> util.c
22872 ____________________________________________________________________________
22873 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
22874         Log: Subject: [PATCH h2xs] Use of static data in XS modules
22875              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22876              Date: Sun, 28 Oct 2001 21:19:07 -0000
22877              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
22878              
22879              with nits from Sarathy.
22880      Branch: perl
22881            ! utils/h2xs.PL
22882 ____________________________________________________________________________
22883 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
22884         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
22885              no outer eval (bug in change#6125)
22886      Branch: maint-5.6/perl
22887            ! util.c
22888 ____________________________________________________________________________
22889 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
22890         Log: More todo for the encoding pragma.
22891      Branch: perl
22892            ! lib/encoding.pm
22893 ____________________________________________________________________________
22894 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
22895         Log: Add the encoding pragma to control the "upgrade"
22896              from the native eight bit data to Unicode.
22897              
22898              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
22899      Branch: perl
22900            + lib/encoding.pm lib/encoding.t
22901            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
22902            ! pod/perlunicode.pod pod/perlvar.pod sv.c
22903 ____________________________________________________________________________
22904 [ 12749] By: sky                                   on 2001/10/28  21:02:33
22905         Log: Update documentation.
22906      Branch: perl
22907            ! ext/threads/shared/shared.pm
22908 ____________________________________________________________________________
22909 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
22910         Log: Integrate change #12747 from maintperl;
22911              
22912              finishing touches to system() fixes on windows:
22913              * detect cmd shell correctly even if it had full path in it
22914              * more quoting needed for single-arg system if the argument
22915              really had multiple quoted arguments within it
22916              * be smarter about not calling the shell when the executable
22917              has spaces, but otherwise does not need shell involvement
22918              * add a testsuite (windows-specific currently)
22919      Branch: perl
22920           +> t/op/system.t t/op/system_tests
22921            ! MANIFEST pod/perltodo.pod
22922           !> win32/win32.c
22923 ____________________________________________________________________________
22924 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
22925         Log: finishing touches to system() fixes on windows:
22926              * detect cmd shell correctly even if it had full path in it
22927              * more quoting needed for single-arg system if the argument
22928              really had multiple quoted arguments within it
22929              * be smarter about not calling the shell when the executable
22930              has spaces, but otherwise does not need shell involvement
22931              * add a testsuite (windows-specific currently)
22932      Branch: maint-5.6/perl
22933            + t/op/system.t t/op/system_tests
22934            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
22935 ____________________________________________________________________________
22936 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
22937         Log: Integrate perlio.
22938      Branch: perl
22939           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
22940 ____________________________________________________________________________
22941 [ 12745] By: nick                                  on 2001/10/28  16:08:14
22942         Log: Mingw32 fixup for Embed.t
22943      Branch: perlio
22944            ! lib/ExtUtils/Embed.t
22945 ____________________________________________________________________________
22946 [ 12744] By: nick                                  on 2001/10/28  15:54:14
22947         Log: GCC vs MS 64-bit constant syntax
22948      Branch: perlio
22949            ! ext/Time/HiRes/HiRes.xs
22950 ____________________________________________________________________________
22951 [ 12743] By: nick                                  on 2001/10/28  15:42:55
22952         Log: Integrate mainline
22953      Branch: perlio
22954           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
22955 ____________________________________________________________________________
22956 [ 12742] By: sky                                   on 2001/10/28  14:47:10
22957         Log: Manpage updates.
22958      Branch: perl
22959            ! ext/threads/threads.pm
22960 ____________________________________________________________________________
22961 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
22962         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
22963      Branch: perl
22964            ! lib/ExtUtils/Embed.t
22965 ____________________________________________________________________________
22966 [ 12740] By: nick                                  on 2001/10/28  14:14:24
22967         Log: Integrate mainline
22968      Branch: perlio
22969           !> lib/ExtUtils/Embed.t win32/win32.c
22970 ____________________________________________________________________________
22971 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
22972         Log: Need to be ./executed.
22973      Branch: perl
22974            ! lib/ExtUtils/Embed.t
22975 ____________________________________________________________________________
22976 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
22977         Log: Integrate perlio.
22978      Branch: perl
22979           !> perlio.c win32/win32.h
22980 ____________________________________________________________________________
22981 [ 12737] By: nick                                  on 2001/10/28  13:53:45
22982         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
22983              by gcc -xc++.
22984      Branch: perlio
22985            ! win32/win32.h
22986 ____________________________________________________________________________
22987 [ 12736] By: nick                                  on 2001/10/28  13:50:50
22988         Log: Have :stdio layer update an honour the fd refcnt table.
22989              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
22990      Branch: perlio
22991            ! perlio.c
22992 ____________________________________________________________________________
22993 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
22994         Log: Integrate changes #12724 and #12725 from maintperl;
22995              multiarg system now works.
22996      Branch: perl
22997           !> win32/win32.c
22998 ____________________________________________________________________________
22999 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
23000         Log: Integrate perlio.
23001      Branch: perl
23002           +> lib/ExtUtils/Embed.t
23003           !> MANIFEST perlio.c
23004 ____________________________________________________________________________
23005 [ 12733] By: nick                                  on 2001/10/28  13:07:16
23006         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
23007              least for PERLIO=perlio unthreaded case
23008      Branch: perlio
23009            ! perlio.c
23010 ____________________________________________________________________________
23011 [ 12732] By: nick                                  on 2001/10/28  11:10:24
23012         Log: Typo in exe name
23013      Branch: perlio
23014            ! lib/ExtUtils/Embed.t
23015 ____________________________________________________________________________
23016 [ 12731] By: nick                                  on 2001/10/28  11:09:59
23017         Log: Integrate Mainline
23018      Branch: perlio
23019           !> Changes configure.com ext/DB_File/DB_File.pm
23020           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
23021           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
23022           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
23023           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
23024           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
23025           !> t/TEST t/op/regexp.t win32/buildext.pl
23026 ____________________________________________________________________________
23027 [ 12730] By: nick                                  on 2001/10/28  11:05:35
23028         Log: Fixup Embed.t for Win32/VC++
23029      Branch: perlio
23030            ! lib/ExtUtils/Embed.t
23031 ____________________________________________________________________________
23032 [ 12729] By: nick                                  on 2001/10/28  09:36:20
23033         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
23034              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
23035              ExtUtils::Embed.
23036      Branch: perlio
23037            + lib/ExtUtils/Embed.t
23038            ! MANIFEST
23039 ____________________________________________________________________________
23040 [ 12728] By: sky                                   on 2001/10/28  08:12:53
23041         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
23042              line manually!
23043      Branch: perl
23044            ! lib/ExtUtils/xsubpp
23045 ____________________________________________________________________________
23046 [ 12727] By: sky                                   on 2001/10/28  08:02:09
23047         Log: And here we use the prototypes.
23048      Branch: perl
23049            ! ext/threads/shared/shared.xs
23050 ____________________________________________________________________________
23051 [ 12726] By: sky                                   on 2001/10/28  08:00:48
23052         Log: Support [] style prototypes.
23053      Branch: perl
23054            ! lib/ExtUtils/xsubpp
23055 ____________________________________________________________________________
23056 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
23057         Log: yet another multi-arg system() fix on windows: batch files as the
23058              first argument (i.e. directly executed by CreateProcess()) need
23059              extra quoting to escape shell-shock
23060      Branch: maint-5.6/perl
23061            ! win32/win32.c
23062 ____________________________________________________________________________
23063 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
23064         Log: another multi-arg system() fix on windows: passing empty arguments
23065              now works
23066      Branch: maint-5.6/perl
23067            ! win32/win32.c
23068 ____________________________________________________________________________
23069 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
23070         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
23071              No final #else #error because we do not seem to
23072              be using #error?
23073      Branch: perl
23074            ! op.h
23075 ____________________________________________________________________________
23076 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
23077         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
23078              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
23079              Date: Sat, 27 Oct 2001 23:28:44 EST 
23080              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
23081      Branch: perl
23082            ! ext/Time/HiRes/HiRes.xs
23083 ____________________________________________________________________________
23084 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
23085         Log: Regen perlapi, perltoc.
23086      Branch: perl
23087            ! pod/perlapi.pod pod/perltoc.pod
23088 ____________________________________________________________________________
23089 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
23090         Log: Subject: [PATCH] sv.h documentation
23091              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
23092              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
23093              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
23094      Branch: perl
23095            ! sv.h
23096 ____________________________________________________________________________
23097 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
23098         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
23099              system("nmake -nologo", "clean") and there is no executable
23100              called "nmake -nologo"; this used to "work" pre-change#12559 due
23101              to bugs in multiarg system() that have since been fixed
23102      Branch: perl
23103            ! win32/buildext.pl
23104 ____________________________________________________________________________
23105 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
23106         Log: Update Changes.
23107      Branch: perl
23108            ! Changes patchlevel.h
23109 ____________________________________________________________________________
23110 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
23111         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
23112              From: Richard.Foley@t-online.de (Richard Foley)            
23113              Date: Sun, 28 Oct 2001 00:48:32 +0200
23114              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
23115      Branch: perl
23116            ! pod/perlhack.pod
23117 ____________________________________________________________________________
23118 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
23119         Log: Must store pointers with the right width.
23120      Branch: perl
23121            ! op.h
23122 ____________________________________________________________________________
23123 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
23124         Log: Integrate change #12711 from perlio;
23125              
23126              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
23127              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
23128      Branch: perl
23129           !> perlio.c
23130 ____________________________________________________________________________
23131 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
23132         Log: Subject: [PATCH] make minitest
23133              From: Nicholas Clark <nick@ccl4.org>
23134              Date: Sat, 27 Oct 2001 22:56:16 +0100
23135              Message-ID: <20011027225616.L20275@plum.flirble.org>
23136      Branch: perl
23137            ! t/TEST
23138 ____________________________________________________________________________
23139 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
23140         Log: Patch #12661 missed this.
23141      Branch: perl
23142            ! ext/DB_File/DB_File.pm
23143 ____________________________________________________________________________
23144 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
23145         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
23146              From: "Craig A. Berry" <craigberry@mac.com>
23147              Date: Sat, 27 Oct 2001 16:07:47 -0500
23148              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
23149      Branch: perl
23150            ! configure.com perlio.c
23151 ____________________________________________________________________________
23152 [ 12711] By: nick                                  on 2001/10/27  19:49:25
23153         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
23154              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
23155      Branch: perlio
23156            ! perlio.c
23157 ____________________________________________________________________________
23158 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
23159         Log: Let's not replace reason if there's one already supplied.
23160      Branch: perl
23161            ! t/op/regexp.t
23162 ____________________________________________________________________________
23163 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
23164         Log: is not good.
23165      Branch: perl
23166            ! t/op/regexp.t
23167 ____________________________________________________________________________
23168 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
23169         Log: ldlibpth can exist but be unset.
23170      Branch: perl
23171            ! t/TEST
23172 ____________________________________________________________________________
23173 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
23174         Log: Unicode: property alias naming cleanup.
23175      Branch: perl
23176            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
23177 ____________________________________________________________________________
23178 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
23179         Log: FAQ sync.
23180      Branch: perl
23181            ! pod/perlfaq4.pod
23182 ____________________________________________________________________________
23183 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
23184         Log: Integrate change #12703 from maintperl;
23185              
23186              typemap stuff intervenes before declaration, move it to PREINIT
23187              section
23188              
23189              (an empty integrate, but now the files are in sync
23190              between the branches)
23191      Branch: perl
23192           !> ext/ODBM_File/ODBM_File.xs
23193 ____________________________________________________________________________
23194 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
23195         Log: More PerlIO symbols.
23196      Branch: perl
23197            ! makedef.pl
23198 ____________________________________________________________________________
23199 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
23200         Log: typemap stuff intervenes before declaration, move it to PREINIT
23201              section
23202      Branch: maint-5.6/perl
23203            ! ext/ODBM_File/ODBM_File.xs
23204 ____________________________________________________________________________
23205 [ 12702] By: nick                                  on 2001/10/27  14:09:35
23206         Log: Integrate mainline
23207      Branch: perlio
23208           +> ext/threads/shared/t/av_simple.t
23209           +> ext/threads/shared/t/hv_refs.t
23210           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
23211           !> (integrate 109 files)
23212 ____________________________________________________________________________
23213 [ 12700] By: ams                                   on 2001/10/26  21:22:23
23214         Log: Subject: [PATCH] tweak divide
23215              From: Nicholas Clark <nick@ccl4.org>
23216              Date: Fri, 26 Oct 2001 22:52:17 +0100
23217              Message-Id: <20011026225217.B20275@plum.flirble.org>
23218      Branch: perl
23219            ! pp.c
23220 ____________________________________________________________________________
23221 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
23222         Log: Integrate a buncha things from maintperl.
23223      Branch: maint-5.6/macperl
23224           !> (integrate 32 files)
23225 ____________________________________________________________________________
23226 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
23227         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
23228              From: Andy Dougherty <doughera@lafayette.edu>
23229              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
23230              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
23231      Branch: perl
23232            ! hints/svr4.sh
23233 ____________________________________________________________________________
23234 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
23235         Log: When you're root, many things become writable.
23236      Branch: perl
23237            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
23238 ____________________________________________________________________________
23239 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
23240         Log: Update Changes.
23241      Branch: perl
23242            ! Changes patchlevel.h
23243 ____________________________________________________________________________
23244 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
23245         Log: Term/Cap.t attempts to access the floppy drive for no good reason
23246              on dosish systems
23247      Branch: perl
23248            ! lib/Term/Cap.t
23249 ____________________________________________________________________________
23250 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
23251         Log: fix misleading comment on known inadequacy in B::Terse, and skip
23252              it correctly
23253      Branch: perl
23254            ! ext/B/t/terse.t
23255 ____________________________________________________________________________
23256 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
23257         Log: fix spurious AutoSplit.t failure under windows
23258      Branch: perl
23259            ! lib/AutoSplit.t
23260 ____________________________________________________________________________
23261 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
23262         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
23263      Branch: perl
23264            ! ext/Time/HiRes/HiRes.t
23265 ____________________________________________________________________________
23266 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
23267         Log: More logical to use %04"UVXf" than %"UVuf" since
23268              the Unicode standard prefers hex.
23269      Branch: perl
23270            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
23271            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
23272            ! lib/unicore/mktables utf8.c
23273 ____________________________________________________________________________
23274 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
23275         Log: change#12065 seems to have broken Encode build on windows; fix
23276      Branch: perl
23277            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
23278 ____________________________________________________________________________
23279 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
23280         Log: Unicode: add the case folding table.
23281      Branch: perl
23282            + lib/unicore/To/Fold.pl
23283            ! MANIFEST lib/unicore/mktables
23284 ____________________________________________________________________________
23285 [ 12688] By: sky                                   on 2001/10/26  13:51:29
23286         Log: Get the new functions right, do not export lock since we use builtin lock.
23287              TODO: fix xsubpp to support the new prototypes
23288      Branch: perl
23289            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23290 ____________________________________________________________________________
23291 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
23292         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
23293              as suggested by Sarathy.
23294      Branch: perl
23295            ! mg.c
23296 ____________________________________________________________________________
23297 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
23298         Log: avoid compiler warning
23299      Branch: perl
23300            ! win32/win32.c
23301 ____________________________________________________________________________
23302 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
23303         Log: WinCE update from Rainer Keuchel.
23304      Branch: perl
23305            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
23306            ! wince/wince.c
23307 ____________________________________________________________________________
23308 [ 12684] By: sky                                   on 2001/10/26  13:34:33
23309         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
23310      Branch: perl
23311            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23312 ____________________________________________________________________________
23313 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
23314         Log: More fixes that were made to the core and not in the libnet src
23315      Branch: perl
23316            ! lib/Net/Domain.pm
23317 ____________________________________________________________________________
23318 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
23319         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
23320              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
23321              Date: Fri, 26 Oct 2001 13:55:21 +0200
23322              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
23323              
23324              (plus make the db-recno.t#59 accept both \n and \r\n)
23325      Branch: perl
23326            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23327            ! ext/DB_File/t/db-recno.t
23328 ____________________________________________________________________________
23329 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
23330         Log: Fix tests to be able to run in the core and the CPAN dist
23331      Branch: perl
23332            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
23333            ! lib/Net/t/require.t lib/Net/t/smtp.t
23334 ____________________________________________________________________________
23335 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
23336         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
23337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23338              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
23339              Date: Fri, 26 Oct 2001 08:34:46 EDT
23340      Branch: perl
23341            ! ext/Time/HiRes/HiRes.t
23342 ____________________________________________________________________________
23343 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
23344         Log: Sync libnet modules with what will be libnet-1.08
23345      Branch: perl
23346            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
23347            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
23348            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
23349            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
23350 ____________________________________________________________________________
23351 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
23352         Log: Integrate maintperl changes #12268 and #12669;
23353              
23354              final touches to the audit for statics and thread-unsafe code
23355              * make DB_File, ODBM_File thread-safe 
23356              * remove unnecessary/dangerous statics and protect others
23357              from not getting accidentally enabled under threaded perls
23358              
23359              windows support functions get_childdir() et al aren't exported
23360              correctly under vanilla build
23361              
23362              Testing under win32 appreciated since changes there had
23363              to be manually merged and I cannot test how badly did I do.
23364      Branch: perl
23365           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
23366           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
23367           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
23368           !> win32/vmem.h win32/win32.c win32/win32iop.h
23369 ____________________________________________________________________________
23370 [ 12677] By: sky                                   on 2001/10/26  12:37:17
23371         Log: More Config::threads to threads::threads changes
23372      Branch: perl
23373            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
23374 ____________________________________________________________________________
23375 [ 12676] By: sky                                   on 2001/10/26  12:31:46
23376         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
23377      Branch: perl
23378            ! ext/threads/threads.pm ext/threads/threads.xs
23379 ____________________________________________________________________________
23380 [ 12675] By: sky                                   on 2001/10/26  12:06:30
23381         Log: Allocing a TLS in runtime is not too hot.
23382      Branch: perl
23383            ! ext/threads/threads.xs
23384 ____________________________________________________________________________
23385 [ 12674] By: sky                                   on 2001/10/26  11:59:09
23386         Log: Don't display debug data.
23387      Branch: perl
23388            ! ext/threads/threads.pm
23389 ____________________________________________________________________________
23390 [ 12673] By: sky                                   on 2001/10/26  11:35:47
23391         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
23392              complete bar support for blessed objects.
23393              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
23394      Branch: perl
23395            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23396 ____________________________________________________________________________
23397 [ 12672] By: sky                                   on 2001/10/26  11:15:28
23398         Log: Fix case where shared reference does not exist in current thread.
23399      Branch: perl
23400            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23401 ____________________________________________________________________________
23402 [ 12671] By: sky                                   on 2001/10/26  08:48:52
23403         Log: Support for references in shared arrays.
23404      Branch: perl
23405            ! ext/threads/shared/shared.xs
23406 ____________________________________________________________________________
23407 [ 12670] By: sky                                   on 2001/10/26  08:30:11
23408         Log: Add tests for references in hashes.
23409      Branch: perl
23410            + ext/threads/shared/t/hv_refs.t
23411            ! MANIFEST
23412 ____________________________________________________________________________
23413 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
23414         Log: windows support functions get_childdir() et al aren't exported
23415              correctly under vanilla build
23416      Branch: maint-5.6/perl
23417            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
23418 ____________________________________________________________________________
23419 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
23420         Log: final touches to the audit for statics and thread-unsafe code
23421              * make DB_File, ODBM_File thread-safe 
23422              * remove unnecessary/dangerous statics and protect others
23423              from not getting accidentally enabled under threaded perls
23424      Branch: maint-5.6/perl
23425            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
23426            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
23427            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
23428            ! win32/win32.c
23429 ____________________________________________________________________________
23430 [ 12667] By: ams                                   on 2001/10/26  03:48:36
23431         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
23432              From: "Richard Soderberg" <rs@crystalflame.net>
23433              Date: Thu, 25 Oct 2001 23:42:50 -0400
23434              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
23435      Branch: perl
23436            ! sharedsv.c
23437 ____________________________________________________________________________
23438 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
23439         Log: Integrate change #12664 from maintperl;
23440              
23441              the newest GCCs don't seem to like C<"string1"##STRING2>
23442              so keep it as C<"string1" STRING2> (latter appears to
23443              work everywhere)
23444      Branch: perl
23445           !> ext/DynaLoader/dlutils.c
23446 ____________________________________________________________________________
23447 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
23448         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
23449              From: Chris Nandor <pudge@pobox.com>
23450              Date: Thu, 25 Oct 2001 22:15:03 -0400
23451              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
23452      Branch: perl
23453            ! perl.h
23454 ____________________________________________________________________________
23455 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
23456         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
23457              C<"string1" STRING2> (latter appears to work everywhere)
23458      Branch: maint-5.6/perl
23459            ! ext/DynaLoader/dlutils.c
23460 ____________________________________________________________________________
23461 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
23462         Log: AUTHORS update.
23463      Branch: perl
23464            ! AUTHORS
23465 ____________________________________________________________________________
23466 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
23467         Log: Integrate change #12660 from maintperl;
23468              
23469              make the dMY_CXT stuff available under all of
23470              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23471      Branch: perl
23472           !> perl.h
23473 ____________________________________________________________________________
23474 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
23475         Log: Subject: [PATCH] DB_File-1.79
23476              From: "Paul Marquess" <paul.marquess@openwave.com>
23477              Date: Fri, 26 Oct 2001 00:03:54 +0100
23478              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
23479      Branch: perl
23480            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
23481            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
23482 ____________________________________________________________________________
23483 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
23484         Log: make the dMY_CXT stuff available under all of
23485              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23486      Branch: maint-5.6/perl
23487            ! perl.h
23488 ____________________________________________________________________________
23489 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
23490         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
23491              From: Michael G Schwern <schwern@pobox.com>
23492              Date: Thu, 25 Oct 2001 18:28:12 -0400
23493              Message-ID: <20011025182812.M4811@blackrider>
23494      Branch: perl
23495            ! t/run/kill_perl.t
23496 ____________________________________________________________________________
23497 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
23498         Log: STRLEN != int.
23499      Branch: perl
23500            ! regcomp.c regexec.c
23501 ____________________________________________________________________________
23502 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
23503         Log: Subject: [PATCH] remove small IVop redundancy
23504              From: Nicholas Clark <nick@ccl4.org>
23505              Date: Thu, 25 Oct 2001 22:48:28 +0100
23506              Message-ID: <20011025224827.M66471@plum.flirble.org>
23507      Branch: perl
23508            ! pp.c pp_hot.c
23509 ____________________________________________________________________________
23510 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
23511         Log: Metaconfig unit change for #12655.
23512      Branch: metaconfig/U/perl
23513            ! Extensions.U
23514 ____________________________________________________________________________
23515 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
23516         Log: Subject: Re: Not OK @12650
23517              From: Andy Dougherty <doughera@lafayette.edu>
23518              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
23519              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
23520      Branch: perl
23521            ! Configure
23522 ____________________________________________________________________________
23523 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
23524         Log: Integrate changes #12652 and #12653 from maintperl;
23525              
23526              more tweaks to change#12626
23527              * move the boilerplate code over to perl.h and make DynaLoader
23528              use it
23529              * make re, Opcode, File::Glob and B threadsafe
23530              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23531              C<no re;> anywhere)
23532              
23533              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23534              
23535              File::Glob required a bit more work in bleadperl
23536              because of ExtUtils::Constant (see the Makefile.PL change)
23537      Branch: perl
23538            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
23539           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23540           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23541 ____________________________________________________________________________
23542 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
23543         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23544      Branch: maint-5.6/perl
23545            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23546            ! ext/Opcode/Opcode.xs ext/re/re.xs
23547 ____________________________________________________________________________
23548 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
23549         Log: more tweaks to change#12626
23550              * move the boilerplate code over to perl.h and make DynaLoader
23551              use it
23552              * make re, Opcode, File::Glob and B threadsafe
23553              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23554              C<no re;> anywhere)
23555      Branch: maint-5.6/perl
23556            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23557            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23558 ____________________________________________________________________________
23559 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
23560         Log: Metaconfig unit change for #12650.
23561      Branch: metaconfig/U/perl
23562            ! Extensions.U
23563 ____________________________________________________________________________
23564 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
23565         Log: Subject: Re: ithreads doesn't like usedl=n
23566              From: Andy Dougherty <doughera@lafayette.edu>
23567              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
23568              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
23569              
23570              Special-case threads::shared.
23571      Branch: perl
23572            ! Configure
23573 ____________________________________________________________________________
23574 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
23575         Log: Getting fancier...
23576      Branch: perl
23577            ! t/TEST
23578 ____________________________________________________________________________
23579 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
23580         Log: csh - what a pain.
23581      Branch: perl
23582            ! t/TEST
23583 ____________________________________________________________________________
23584 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
23585         Log: Update Changes.
23586      Branch: perl
23587            ! Changes patchlevel.h
23588 ____________________________________________________________________________
23589 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
23590         Log: Allow resetting the locale system for the duration
23591              of the build (Mac OS X default setting LANG=En_US
23592              ist kaputt)
23593      Branch: perl
23594            ! Makefile.SH
23595 ____________________________________________________________________________
23596 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
23597         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
23598      Branch: perl
23599            ! ext/Digest/MD5/t/files.t
23600 ____________________________________________________________________________
23601 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
23602         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
23603              From: Andy Dougherty <doughera@lafayette.edu>
23604              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
23605              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
23606      Branch: perl
23607            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
23608            ! ext/threads/shared/Makefile.PL
23609 ____________________________________________________________________________
23610 [ 12643] By: sky                                   on 2001/10/25  12:28:26
23611         Log: Add support for reference members of hashes.
23612      Branch: perl
23613            ! ext/threads/shared/shared.xs
23614 ____________________________________________________________________________
23615 [ 12642] By: ams                                   on 2001/10/25  12:21:13
23616         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
23617              From: "Norton Allen" <nort@qnx.com>
23618              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
23619              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
23620      Branch: perl
23621            ! ext/Digest/MD5/MD5.xs
23622 ____________________________________________________________________________
23623 [ 12641] By: sky                                   on 2001/10/25  10:27:39
23624         Log: Tests shared hashes.
23625      Branch: perl
23626            + ext/threads/shared/t/hv_simple.t
23627            ! MANIFEST
23628 ____________________________________________________________________________
23629 [ 12640] By: sky                                   on 2001/10/25  10:18:23
23630         Log: Fix threadcounts for arrays and hashes.
23631      Branch: perl
23632            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23633 ____________________________________________________________________________
23634 [ 12639] By: sky                                   on 2001/10/25  10:17:26
23635         Log: Note to self, doing *src_ary++ in a macro that evaluates
23636              the value more than once is a good way to dump core.
23637      Branch: perl
23638            ! sharedsv.c
23639 ____________________________________________________________________________
23640 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
23641         Log: Integrate change #12636 from maintperl; more dl fixups.
23642      Branch: perl
23643           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23644           !> ext/DynaLoader/dl_vms.xs
23645 ____________________________________________________________________________
23646 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
23647         Log: Like dl_hpux, like dl_dld.
23648      Branch: perl
23649            ! ext/DynaLoader/dl_dld.xs
23650 ____________________________________________________________________________
23651 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
23652         Log: followups to change#12635
23653      Branch: maint-5.6/perl
23654            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23655            ! ext/DynaLoader/dl_vms.xs
23656 ____________________________________________________________________________
23657 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
23658         Log: add part of change#12634 to the two files that need it; dl_aix.xs
23659              in maint-5.6 doesn't have the branch that had the problem in
23660              mainline
23661      Branch: maint-5.6/perl
23662            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
23663 ____________________________________________________________________________
23664 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
23665         Log: Fixes for #12627.
23666      Branch: perl
23667            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
23668 ____________________________________________________________________________
23669 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
23670         Log: Since pv_uni_display and sv_uni_display are now used
23671              in the re extension, their symbols have to be exported.
23672      Branch: perl
23673            ! embed.pl global.sym
23674 ____________________________________________________________________________
23675 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
23676         Log: Subject:  Re: [PATCH Perl@12567] debug /list
23677              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23678              Date: Tue, 23 Oct 2001 21:40:33 EDT
23679              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
23680      Branch: perl
23681            ! configure.com
23682 ____________________________________________________________________________
23683 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
23684         Log: This takes care of some of the re 'debug' cases but
23685              not all cases since the information whether the pattern
23686              or the target are utf8 seems to be either lost or not
23687              spread widely enough, sigh.
23688      Branch: perl
23689            ! regcomp.c
23690 ____________________________________________________________________________
23691 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
23692         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
23693              From: John Peacock <jpeacock@rowman.com>
23694              Date: Wed, 24 Oct 2001 16:53:29 -0400
23695              Message-ID: <3BD72A49.1508D152@rowman.com>
23696      Branch: perl
23697            ! configure.com
23698 ____________________________________________________________________________
23699 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
23700         Log: Upgrade NetWare and WinCE as in #12626.
23701      Branch: perl
23702            ! NetWare/dl_netware.xs wince/dl_win32.xs
23703 ____________________________________________________________________________
23704 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
23705         Log: Tru64 compiler nit.
23706      Branch: perl
23707            ! ext/threads/shared/shared.xs
23708 ____________________________________________________________________________
23709 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
23710         Log: Integrate change #12626 from maintperl;
23711              make DynaLoader threadsafe by moving all statics into
23712              interpreter-local space
23713              
23714              TODO: Netware, OS/2, WinCE
23715      Branch: perl
23716           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23717           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23718           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23719           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23720           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23721           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23722           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
23723 ____________________________________________________________________________
23724 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
23725         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
23726              space
23727      Branch: maint-5.6/perl
23728            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23729            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23730            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23731            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23732            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23733            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23734            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
23735 ____________________________________________________________________________
23736 [ 12625] By: sky                                   on 2001/10/24  20:05:26
23737         Log: Change #12623 inflicted an infinite hang. Fixed.
23738      Branch: perl
23739            ! ext/threads/shared/shared.xs
23740 ____________________________________________________________________________
23741 [ 12624] By: sky                                   on 2001/10/24  19:06:55
23742         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
23743      Branch: perl
23744            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23745 ____________________________________________________________________________
23746 [ 12623] By: sky                                   on 2001/10/24  18:06:34
23747         Log: We need to do sharedsv_find in the original perl context.
23748      Branch: perl
23749            ! ext/threads/shared/shared.xs
23750 ____________________________________________________________________________
23751 [ 12622] By: sky                                   on 2001/10/24  17:26:51
23752         Log: Add support for basic support for AVs, references not supported yet.
23753              Add test for AVs.
23754              Add more tests to sv_refs
23755              Fix documentation issues.  
23756      Branch: perl
23757            + ext/threads/shared/t/av_simple.t
23758            ! MANIFEST ext/threads/shared/shared.pm
23759            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
23760 ____________________________________________________________________________
23761 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
23762         Log: Dump Unicode better for re 'debug'.  The regprop()
23763              is unfinished since have to figure out how to detect
23764              Unicodeness in there.
23765      Branch: perl
23766            ! regcomp.c regexec.c
23767 ____________________________________________________________________________
23768 [ 12620] By: sky                                   on 2001/10/24  13:18:07
23769         Log: Add support for finding shared arrays and hashes.
23770      Branch: perl
23771            ! sharedsv.c
23772 ____________________________________________________________________________
23773 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
23774         Log: Rewrite sv_uni_display() as pv_uni_display() as
23775              reimplement sv_uni_display() using that.
23776      Branch: perl
23777            ! dump.c embed.h embed.pl proto.h
23778 ____________________________________________________________________________
23779 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
23780         Log: Integrate change #12615 from maintperl;
23781              on Windows, IO::File::new_tmpfile() fails after being called
23782              32767 times because MSVCRT thinks stdio's TMP_MAX is a
23783              process-wide limit
23784      Branch: perl
23785           !> win32/win32.c
23786 ____________________________________________________________________________
23787 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
23788         Log: Don't try to print ints as IVs.
23789      Branch: perl
23790            ! ext/Time/HiRes/HiRes.xs
23791 ____________________________________________________________________________
23792 [ 12616] By: sky                                   on 2001/10/24  11:06:35
23793         Log: We only need to fetch the SV from the backend if the index
23794              is not the same as mg_private.     In theory this could be
23795              a problem if there are an exact multiple of U16 changes
23796              of a shared variable between two access in a given thread,
23797              we choose to avoid theory for now.
23798      Branch: perl
23799            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
23800 ____________________________________________________________________________
23801 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
23802         Log: on Windows, IO::File::new_tmpfile() fails after being called
23803              32767 times because MSVCRT thinks stdio's TMP_MAX is a
23804              process-wide limit
23805      Branch: maint-5.6/perl
23806            ! win32/win32.c
23807 ____________________________________________________________________________
23808 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
23809         Log: Negation and Unicode: sort of solves 20010303.010,
23810              except not quite like reported in the Subject
23811              (Perl_warner is still utf8-ignorant).
23812      Branch: perl
23813            ! pp.c t/lib/warnings/sv
23814 ____________________________________________________________________________
23815 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
23816         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
23817      Branch: perl
23818            ! sv.c t/lib/warnings/sv
23819 ____________________________________________________________________________
23820 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
23821         Log: sv_uni_display(): do not add the "...", let the caller
23822              do it if wanted, and be prepared for more display options.
23823      Branch: perl
23824            ! dump.c embed.h embed.pl proto.h
23825 ____________________________________________________________________________
23826 [ 12611] By: nick                                  on 2001/10/23  20:28:07
23827         Log: Integrate mainline
23828      Branch: perlio
23829           !> Changes configure.com cygwin/cygwin.c
23830           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
23831           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
23832           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
23833           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
23834           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
23835           !> utils/h2xs.PL utils/perldoc.PL
23836 ____________________________________________________________________________
23837 [ 12610] By: sky                                   on 2001/10/23  19:39:24
23838         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
23839              don't call themselves READONLY but still die with modification
23840              attempt. We only call bless for ext and umagic.
23841      Branch: perl
23842            ! sv.c
23843 ____________________________________________________________________________
23844 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
23845         Log: Croak() on negative time; doc tweaks.
23846      Branch: perl
23847            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
23848            ! ext/Time/HiRes/HiRes.xs
23849 ____________________________________________________________________________
23850 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
23851         Log: FAQ sync.
23852      Branch: perl
23853            ! pod/perlfaq4.pod pod/perlfaq7.pod
23854 ____________________________________________________________________________
23855 [ 12607] By: sky                                   on 2001/10/23  18:27:27
23856         Log: Call setmagic on the referent we are blessing.
23857      Branch: perl
23858            ! sv.c
23859 ____________________________________________________________________________
23860 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
23861         Log: Small test nits.
23862      Branch: perl
23863            ! t/op/lc.t
23864 ____________________________________________________________________________
23865 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
23866         Log: Update Changes.
23867      Branch: perl
23868            ! Changes patchlevel.h
23869 ____________________________________________________________________________
23870 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
23871         Log: Make the PerlIO_init() prototypes consistent.
23872      Branch: perl
23873            ! perlio.c
23874 ____________________________________________________________________________
23875 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
23876         Log: Upping the test count is a good idea.
23877      Branch: perl
23878            ! t/op/lc.t
23879 ____________________________________________________________________________
23880 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
23881         Log: Document the final sigma spot.
23882      Branch: perl
23883            ! pp.c
23884 ____________________________________________________________________________
23885 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
23886         Log: Fix multicharacter titlecase (ucfirst).
23887      Branch: perl
23888            ! pod/perlunicode.pod pp.c t/op/lc.t
23889 ____________________________________________________________________________
23890 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
23891         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
23892              From: Mikhail Zabaluev <mhz@alt-linux.org>
23893              Date: Tue, 23 Oct 2001 10:40:37 +0400
23894              Message-ID: <20011023104037.A12761@localhost.localdomain>
23895              
23896              (#12406 replaced with this)
23897      Branch: perl
23898            ! utils/perldoc.PL
23899 ____________________________________________________________________________
23900 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
23901         Log: MacOS Classic updates from Pudge.
23902      Branch: perl
23903            ! lib/File/Spec.t lib/File/Spec/Mac.pm
23904 ____________________________________________________________________________
23905 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
23906         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
23907              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23908              Date: Sun, 14 Oct 2001 23:14:46 +0200
23909              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
23910              
23911              except for the 2->4 changes.
23912      Branch: perl
23913            ! lib/AutoSplit.t
23914 ____________________________________________________________________________
23915 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
23916         Log: integrate macperl contents into maint-5.6
23917      Branch: maint-5.6/perl
23918            ! mg.c
23919           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
23920           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
23921           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
23922           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23923           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
23924           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
23925           !> t/lib/filefind.t t/lib/filespec.t
23926 ____________________________________________________________________________
23927 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
23928         Log: At some point the #6234 has been lost from the mainline
23929              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
23930      Branch: perl
23931            ! lib/File/Spec/Win32.pm
23932 ____________________________________________________________________________
23933 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
23934         Log: Cygwin seems to round up (or closest, but not down)
23935              for time(), so half of the time (bad pun intended)
23936              Time::HiRes::time() is less than time(), half of
23937              the time it's more.  So let's try harder in the loop.
23938      Branch: perl
23939            ! ext/Time/HiRes/HiRes.t
23940 ____________________________________________________________________________
23941 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
23942         Log: MacOS Classic timeofday(), from Chris Nandor. 
23943      Branch: perl
23944            ! ext/Time/HiRes/HiRes.xs
23945 ____________________________________________________________________________
23946 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
23947         Log: Integrate changes #12580 and #12581 from macperl;
23948              
23949              Fix path construction.
23950              
23951              (Copyright) Nit.
23952      Branch: perl
23953           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
23954 ____________________________________________________________________________
23955 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
23956         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
23957              doesn't seem to help (the error being output to console, maybe?)
23958      Branch: perl
23959            ! lib/Net/Domain.pm
23960 ____________________________________________________________________________
23961 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
23962         Log: Taint the getcwd() result also in Cygwin.
23963              (TODO: which other platforms need the same thing?)
23964      Branch: perl
23965            ! cygwin/cygwin.c
23966 ____________________________________________________________________________
23967 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
23968         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
23969      Branch: perl
23970            ! t/op/taint.t
23971 ____________________________________________________________________________
23972 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
23973         Log: getpwuid() fragility continues.
23974      Branch: perl
23975            ! utils/h2xs.PL
23976 ____________________________________________________________________________
23977 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
23978         Log: getpwuid() might succeed but that's no guarantee
23979              that the $home will be defined.
23980      Branch: perl
23981            ! ext/File/Glob/t/basic.t
23982 ____________________________________________________________________________
23983 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
23984         Log: It's safer to to expand the variable, too... (see #12571)
23985      Branch: perl
23986            ! t/TEST
23987 ____________________________________________________________________________
23988 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
23989         Log: Integrate with maintperl.
23990      Branch: maint-5.6/macperl
23991           !> win32/bin/pl2bat.pl win32/win32.c
23992 ____________________________________________________________________________
23993 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
23994         Log: Oops, forgot to include Win32 ... just as well, since it
23995              seems in bleadperl, change #7764 was not included
23996              (adding C:\temp).  Re-added.  Rip it back out if it
23997              doesn't belong.  :-)
23998      Branch: maint-5.6/macperl
23999            ! lib/File/Spec/Win32.pm
24000 ____________________________________________________________________________
24001 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
24002         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
24003              From: "Craig A. Berry" <craigberry@mac.com>
24004              Date: Mon, 22 Oct 2001 15:25:19 -0500
24005              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
24006      Branch: perl
24007            ! configure.com
24008 ____________________________________________________________________________
24009 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
24010         Log: Add in lots of File::Spec changes, from Thomas Wegner,
24011              and sync with changes from bleadperl.
24012      Branch: maint-5.6/macperl
24013            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
24014            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24015            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24016            ! lib/File/Spec/Win32.pm t/lib/filespec.t
24017 ____________________________________________________________________________
24018 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
24019         Log: Sync with latest File::Find and tests from bleadperl.
24020      Branch: maint-5.6/macperl
24021            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
24022 ____________________________________________________________________________
24023 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
24024         Log: Nit.
24025      Branch: maint-5.6/macperl
24026            ! perl.c
24027 ____________________________________________________________________________
24028 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
24029         Log: Fix path construction.
24030      Branch: maint-5.6/macperl
24031            ! ext/DynaLoader/DynaLoader_pm.PL
24032 ____________________________________________________________________________
24033 [ 12579] By: nick                                  on 2001/10/22  19:08:35
24034         Log: Integrate mainline (for Arthurs thread.xs fix)
24035      Branch: perlio
24036           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
24037 ____________________________________________________________________________
24038 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
24039         Log: Fix up exported symbols, move relevant docs
24040              over from macperl.pod.
24041      Branch: maint-5.6/macperl
24042            ! macos/ext/MacPerl/MacPerl.pm
24043 ____________________________________________________________________________
24044 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
24045         Log: Make ADDRESS called optionally as a method.
24046      Branch: maint-5.6/macperl
24047            ! macos/lib/Mac/Glue.pm
24048 ____________________________________________________________________________
24049 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
24050         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
24051              Apple event.
24052      Branch: maint-5.6/macperl
24053            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
24054            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
24055            ! macos/macperl/MPTerminology.aete
24056 ____________________________________________________________________________
24057 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
24058         Log: Clean up some build utilities. Change Entab to Duplicate;
24059              fix docs and error reporting; improve macify() of paths;
24060              remove requirement for Exporter.pm presence.
24061      Branch: maint-5.6/macperl
24062            ! macos/InstallBLIB macos/MacPerlTests.cmd
24063            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
24064 ____________________________________________________________________________
24065 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
24066         Log: Sync Time::HiRes with bleadperl
24067      Branch: maint-5.6/macperl
24068            ! macos/bundled_ext/Time/HiRes/HiRes.pm
24069            ! macos/bundled_ext/Time/HiRes/HiRes.t
24070            ! macos/bundled_ext/Time/HiRes/HiRes.xs
24071 ____________________________________________________________________________
24072 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
24073         Log: Fix up Changes
24074      Branch: maint-5.6/macperl
24075            ! macos/Changes
24076 ____________________________________________________________________________
24077 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
24078         Log: A user might belong to only a single group
24079              (the group equal to the group id).
24080      Branch: perl
24081            ! t/op/groups.t
24082 ____________________________________________________________________________
24083 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
24084         Log: Prepending (instead of replacing with) the pwd is safer. 
24085      Branch: perl
24086            ! t/TEST
24087 ____________________________________________________________________________
24088 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
24089         Log: Be more robust if no hostname or domainname
24090              (especially the latter)
24091      Branch: perl
24092            ! lib/Net/Domain.pm
24093 ____________________________________________________________________________
24094 [ 12569] By: sky                                   on 2001/10/22  17:41:07
24095         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
24096      Branch: perl
24097            ! ext/threads/threads.xs
24098 ____________________________________________________________________________
24099 [ 12568] By: nick                                  on 2001/10/22  16:31:24
24100         Log: Integrate mainline
24101      Branch: perlio
24102           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
24103           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24104           +> ext/threads/shared/t/sv_refs.t
24105           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
24106            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24107            - lib/unicore/To/SpecUpper.pl
24108           !> (integrate 42 files)
24109 ____________________________________________________________________________
24110 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
24111         Log: Update Changes.
24112      Branch: perl
24113            ! Changes patchlevel.h
24114 ____________________________________________________________________________
24115 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
24116         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
24117              From: Michael G Schwern <schwern@pobox.com>
24118              Date: Mon, 22 Oct 2001 03:48:38 -0400
24119              Message-ID: <20011022034838.B1676@blackrider>
24120      Branch: perl
24121            ! pod/perlvar.pod
24122 ____________________________________________________________________________
24123 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
24124         Log: Pod nits, as suggested by Stas Bekman.
24125      Branch: perl
24126            ! ext/threads/shared/shared.pm ext/threads/threads.pm
24127 ____________________________________________________________________________
24128 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
24129         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
24130              From: "Paul Marquess" <paul.marquess@openwave.com> 
24131              Date: Sun, 21 Oct 2001 21:11:15 +0100
24132              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
24133      Branch: perl
24134            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
24135            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
24136            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
24137            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
24138            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
24139            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
24140            ! ext/SDBM_File/sdbm.t
24141 ____________________________________________________________________________
24142 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
24143         Log: Integrate change #12559 from maintperl;
24144              various fixes for system() and backticks under windows
24145      Branch: perl
24146           !> win32/win32.c
24147 ____________________________________________________________________________
24148 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
24149         Log: Integrate change #12560 from maintperl;
24150              make pl2bat use %0 rather than "%0" (the latter fails to work
24151              in a lot of common cases)
24152      Branch: perl
24153           !> win32/bin/pl2bat.pl
24154 ____________________________________________________________________________
24155 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
24156         Log: Integrate changes #12549 and #12550 from maintperl;
24157              
24158              readline() doesn't work with our variables; it confuses them with
24159              my variables (change#4227 was incomplete)
24160      Branch: perl
24161            ! t/lib/strict/vars
24162           !> t/base/rs.t toke.c
24163 ____________________________________________________________________________
24164 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
24165         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
24166              in a lot of common cases)
24167      Branch: maint-5.6/perl
24168            ! win32/bin/pl2bat.pl
24169 ____________________________________________________________________________
24170 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
24171         Log: various fixes for system() and backticks under windows:
24172              
24173              * avoid munging whitespace that is passed within quotes
24174              * work around a cmd.exe misfeature that made multi-arg
24175              system() unreliable when there is more than one quoted
24176              argument
24177              * make multi-arg system() autoquote arguments as needed
24178              before passing them to the shell (this avoids having to
24179              second guess the shell quoting)
24180              * perl's -Dp switch can be used to trace the innards
24181      Branch: maint-5.6/perl
24182            ! win32/win32.c
24183 ____________________________________________________________________________
24184 [ 12558] By: nick                                  on 2001/10/22  08:58:42
24185         Log: Integrate ithreads buffer flush fix from perlio
24186      Branch: perl
24187           !> ext/threads/t/basic.t perl.c
24188 ____________________________________________________________________________
24189 [ 12557] By: nick                                  on 2001/10/22  08:35:09
24190         Log: All tests pass (legitimately) on ithreads
24191      Branch: perlio
24192            ! ext/threads/t/basic.t perl.c
24193 ____________________________________________________________________________
24194 [ 12556] By: nick                                  on 2001/10/22  06:51:22
24195         Log: Integrate non-ithreads fix to mainline
24196      Branch: perl
24197           !> perlio.c
24198 ____________________________________________________________________________
24199 [ 12555] By: nick                                  on 2001/10/22  06:48:33
24200         Log: Restore non-ithreads build. Interestingly binmode test passes
24201              non-ithreads - so crlf layer is not damaged and ithreads fail
24202              is a symptom ...
24203      Branch: perlio
24204            ! perlio.c
24205 ____________________________________________________________________________
24206 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
24207         Log: Integrate from perlio; restructuring.
24208      Branch: perl
24209           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
24210           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
24211           !> win32/perlhost.h
24212 ____________________________________________________________________________
24213 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
24214         Log: Integrate from maintperl
24215              (Changes 12350, 12496, 12548, 12549, 12550)
24216      Branch: maint-5.6/macperl
24217           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
24218           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
24219 ____________________________________________________________________________
24220 [ 12552] By: nick                                  on 2001/10/21  19:18:12
24221         Log: Win32 PerlIO_cleanup special cases should no longer be required.
24222      Branch: perlio
24223            ! perl.c
24224 ____________________________________________________________________________
24225 [ 12551] By: nick                                  on 2001/10/21  19:16:56
24226         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
24227      Branch: perlio
24228            ! win32/makefile.mk
24229 ____________________________________________________________________________
24230 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
24231         Log: change#12549 wasn't aware of strictures
24232      Branch: maint-5.6/perl
24233            ! t/pragma/strict-vars toke.c
24234 ____________________________________________________________________________
24235 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
24236         Log: readline() doesn't work with our variables; it confuses them with
24237              my variables (change#4227 was incomplete)
24238      Branch: maint-5.6/perl
24239            ! t/base/rs.t toke.c
24240 ____________________________________________________________________________
24241 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
24242         Log: change#12220 appears to have pulled in a mainline change that
24243              isn't applicable to maint-5.6 (some platforms don't taint
24244              cwd)
24245      Branch: maint-5.6/perl
24246            ! t/lib/filefind-taint.t
24247 ____________________________________________________________________________
24248 [ 12547] By: nick                                  on 2001/10/21  17:15:54
24249         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
24250              for them. Call explicit cleanup during destruct process.
24251              - one binmode test is failing
24252              - also ext/threads/t/basic.t fails under make test, and is noisy under
24253              harness. (Threads results are intermingled and don't match order expected.)
24254      Branch: perlio
24255            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
24256            ! perlio.h perliol.h pod/perlapi.pod sv.c
24257 ____________________________________________________________________________
24258 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
24259         Log: Implement multicharacter case mappings where a single
24260              Unicode character can be mapped into several.
24261      Branch: perl
24262            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24263            - lib/unicore/To/SpecUpper.pl
24264            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
24265            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
24266            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
24267            ! proto.h t/op/lc.t utf8.c
24268 ____________________________________________________________________________
24269 [ 12545] By: sky                                   on 2001/10/21  15:25:16
24270         Log: First support of threads::shared, support shared svs and references.
24271      Branch: perl
24272            + ext/threads/shared/Makefile.PL ext/threads/shared/README
24273            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24274            + ext/threads/shared/t/sv_refs.t
24275            + ext/threads/shared/t/sv_simple.t
24276            ! MANIFEST sharedsv.c
24277 ____________________________________________________________________________
24278 [ 12544] By: nick                                  on 2001/10/21  14:52:35
24279         Log: PerlIO layer table as PL_perlio (per-interpreter)
24280      Branch: perlio
24281            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
24282            ! pod/perlapi.pod sv.c
24283 ____________________________________________________________________________
24284 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
24285         Log: Prettyprinting.
24286      Branch: perl
24287            ! pod/perlunicode.pod
24288 ____________________________________________________________________________
24289 [ 12542] By: ams                                   on 2001/10/21  03:50:25
24290         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
24291              From: "Sean M. Burke" <sburke@cpan.org>
24292              Date: Sat, 20 Oct 2001 17:51:09 -0600
24293              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
24294      Branch: perl
24295            + pod/perlpodspec.pod
24296            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
24297            ! pod/perltoc.pod
24298 ____________________________________________________________________________
24299 [ 12541] By: nick                                  on 2001/10/20  22:23:53
24300         Log: Fix typos in new locking on MemShared
24301              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
24302              - seems to make segfaults more deterministic - suspect they are 
24303              attempt to free() after Interp and Host have gone.
24304      Branch: perlio
24305            ! perlio.c win32/perlhost.h
24306 ____________________________________________________________________________
24307 [ 12540] By: nick                                  on 2001/10/20  21:50:46
24308         Log: Remove the MemShared re-#define (again)
24309      Branch: perlio
24310            ! perlio.c
24311 ____________________________________________________________________________
24312 [ 12539] By: nick                                  on 2001/10/20  21:49:06
24313         Log: Use locks on MemShared
24314      Branch: perlio
24315            ! win32/perlhost.h
24316 ____________________________________________________________________________
24317 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
24318         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
24319              From: "chromatic" <chromatic@rmci.net>
24320              Date: Sat, 20 Oct 2001 11:13:47 -0600
24321              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
24322      Branch: perl
24323            ! installhtml
24324 ____________________________________________________________________________
24325 [ 12537] By: nick                                  on 2001/10/20  16:44:03
24326         Log: Integrate mainline
24327      Branch: perlio
24328           !> (integrate 48 files)
24329 ____________________________________________________________________________
24330 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
24331         Log: Update Changes.
24332      Branch: perl
24333            ! Changes patchlevel.h
24334 ____________________________________________________________________________
24335 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
24336         Log: Upgrade to podlators 1.11, from Russ Allbery.
24337      Branch: perl
24338            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
24339            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24340            ! pod/pod2man.PL pod/pod2text.PL
24341 ____________________________________________________________________________
24342 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
24343         Log: Integrate perlio change #12532:
24344              introduce and use PerlIO_intmod2str().
24345      Branch: perl
24346           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
24347 ____________________________________________________________________________
24348 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
24349         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
24350      Branch: perl
24351            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
24352 ____________________________________________________________________________
24353 [ 12532] By: nick                                  on 2001/10/20  14:25:37
24354         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
24355              Use for non-PERLIO fdupopen().
24356      Branch: perlio
24357            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
24358 ____________________________________________________________________________
24359 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
24360         Log: Integrate perlio: PerlIO win32 fixes.
24361      Branch: perl
24362           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
24363           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
24364           !> proto.h sv.h win32/win32io.c
24365 ____________________________________________________________________________
24366 [ 12530] By: nick                                  on 2001/10/20  12:53:30
24367         Log: Fixed in two places - p4 resolve
24368      Branch: perlio
24369            ! perlsdio.h
24370 ____________________________________________________________________________
24371 [ 12529] By: nick                                  on 2001/10/20  12:51:05
24372         Log: Fix for ithreads/stdio build
24373      Branch: perlio
24374            ! perlio.c perlsdio.h
24375 ____________________________________________________________________________
24376 [ 12528] By: ams                                   on 2001/10/20  12:13:25
24377         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
24378              From: Michael G Schwern <schwern@pobox.com>
24379              Date: Sat, 20 Oct 2001 01:41:21 -0400
24380              Message-Id: <20011020014121.I3681@blackrider>
24381      Branch: perl
24382            ! installman
24383 ____________________________________________________________________________
24384 [ 12527] By: ams                                   on 2001/10/20  12:09:41
24385         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
24386              From: Michael G Schwern <schwern@pobox.com>
24387              Date: Sat, 20 Oct 2001 02:04:21 -0400
24388              Message-Id: <20011020020421.A11732@blackrider>
24389      Branch: perl
24390            ! lib/Pod/Checker.pm
24391 ____________________________________________________________________________
24392 [ 12526] By: ams                                   on 2001/10/20  11:59:41
24393         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
24394              From: "chromatic" <chromatic@rmci.net>
24395              Date: Fri, 19 Oct 2001 22:46:39 -0600
24396              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
24397      Branch: perl
24398            ! lib/Net/Config.pm
24399 ____________________________________________________________________________
24400 [ 12525] By: nick                                  on 2001/10/20  11:16:18
24401         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
24402              Perl_sv_setsv_flags directly.
24403      Branch: perlio
24404            ! ext/threads/threads.xs
24405 ____________________________________________________________________________
24406 [ 12524] By: nick                                  on 2001/10/20  10:28:17
24407         Log: Add a new flag character 'm' to embed.pl set to represent
24408              "functions" which are really macros. Use it foe the troublesome
24409              sv_setsv() etc. macros in sv.h - changing latter to define
24410              sv_setsv rather than sv_setsv_macro etc.
24411      Branch: perlio
24412            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
24413            ! pod/perlapi.pod proto.h sv.h
24414 ____________________________________________________________________________
24415 [ 12523] By: nick                                  on 2001/10/20  09:17:17
24416         Log: Add comments explaining why win32.h/embed.h are included where they are
24417              in perl.h 
24418      Branch: perlio
24419            ! perl.h
24420 ____________________________________________________________________________
24421 [ 12522] By: nick                                  on 2001/10/20  08:27:44
24422         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
24423              being used yet.
24424      Branch: perlio
24425            ! win32/win32io.c
24426 ____________________________________________________________________________
24427 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
24428         Log: Wording tweaks.
24429      Branch: perl
24430            ! t/TEST
24431 ____________________________________________________________________________
24432 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
24433         Log: Subject: IO module with nonblocking socket connect patch 
24434              From: Raul Dias <raul@dias.com.br>
24435              Date: Fri, 19 Oct 2001 22:45:32 -0300
24436              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
24437      Branch: perl
24438            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
24439 ____________________________________________________________________________
24440 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
24441         Log: Test vertical whitespace combined with /x in \p{}.
24442      Branch: perl
24443            ! t/op/pat.t
24444 ____________________________________________________________________________
24445 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
24446         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
24447              From: Gisle Aas <gisle@ActiveState.com> 
24448              Date: 19 Oct 2001 16:46:02 -0700
24449              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
24450      Branch: perl
24451            ! lib/ExtUtils/MakeMaker.pm
24452 ____________________________________________________________________________
24453 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
24454         Log: No more this symbol.
24455      Branch: perl
24456            ! makedef.pl
24457 ____________________________________________________________________________
24458 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
24459         Log: Integrate change #12511; fix gross win32 build issues.
24460      Branch: perl
24461           !> makedef.pl sv.c
24462 ____________________________________________________________________________
24463 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
24464         Log: Unpack in scalar context should return the first value
24465              returned in list context, as pointed out by Ton Hospel
24466              in 2001-05-21 (this is how it works already in blead,
24467              just adding the test).
24468      Branch: perl
24469            ! t/op/pack.t
24470 ____________________________________________________________________________
24471 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
24472         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
24473              From: "Craig A. Berry" <craigberry@mac.com>
24474              Date: Fri, 19 Oct 2001 16:59:30 -0500
24475              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
24476      Branch: perl
24477            ! utils/perldoc.PL
24478 ____________________________________________________________________________
24479 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
24480         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
24481              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24482              Date: Fri, 19 Oct 2001 17:45:23 EDT
24483              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
24484      Branch: perl
24485            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
24486            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
24487            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
24488            ! vms/vmsish.h
24489 ____________________________________________________________________________
24490 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
24491         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
24492              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24493              Date: Fri, 19 Oct 2001 17:26:35 EDT
24494              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
24495      Branch: perl
24496            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
24497 ____________________________________________________________________________
24498 [ 12511] By: nick                                  on 2001/10/19  19:55:36
24499         Log: Fix gross win32 build issues
24500      Branch: perlio
24501            ! makedef.pl sv.c
24502 ____________________________________________________________________________
24503 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
24504         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
24505              From: David Dyck <dcd@tc.fluke.com>
24506              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
24507              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
24508      Branch: perl
24509            ! lib/File/Find.pm
24510 ____________________________________________________________________________
24511 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
24512         Log: Subject: Re: PerlIO and Encode
24513              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24514              Date: Tue, 16 Oct 2001 01:50:16 +0900
24515              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
24516      Branch: perl
24517            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
24518            ! ext/Encode/Encode/Tcl.t
24519 ____________________________________________________________________________
24520 [ 12508] By: ams                                   on 2001/10/19  17:59:16
24521         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
24522              (See #12499)
24523      Branch: perl
24524            ! pod/perlintro.pod
24525 ____________________________________________________________________________
24526 [ 12507] By: nick                                  on 2001/10/19  16:30:43
24527         Log: Integrate mainline
24528      Branch: perlio
24529           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24530           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24531           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24532           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24533           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24534           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24535           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24536           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
24537           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
24538           +> win32/config_H.win64
24539            - lib/Test/Utils.pm lib/unicore/mktables.PL
24540            - t/lib/Test/Simple/Catch/More.pm
24541           !> (integrate 84 files)
24542 ____________________________________________________________________________
24543 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
24544         Log: Retract the #10451 which seems to be the cause
24545              of the major leakage from while(){eval"sub{}"}
24546      Branch: perl
24547            ! op.c t/run/kill_perl.t
24548 ____________________________________________________________________________
24549 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
24550         Log: Regen toc.
24551      Branch: perl
24552            ! pod/perltoc.pod
24553 ____________________________________________________________________________
24554 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
24555         Log: Tiny tweaks.
24556      Branch: perl
24557            ! pod/perl.pod
24558 ____________________________________________________________________________
24559 [ 12503] By: ams                                   on 2001/10/19  13:34:24
24560         Log: Subject: Re: perlintro.pod
24561              From: Abe Timmerman <abe@ztreet.demon.nl>
24562              Date: Fri, 19 Oct 2001 14:12:40 +0200
24563              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
24564      Branch: perl
24565            ! pod/perlintro.pod
24566 ____________________________________________________________________________
24567 [ 12502] By: ams                                   on 2001/10/19  13:24:12
24568         Log: Slight reorganisation of references.
24569      Branch: perl
24570            ! pod/perl.pod
24571 ____________________________________________________________________________
24572 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
24573         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
24574              From: Kay Röpke <kroepke@dolphin-services.de>
24575              Date: Fri, 19 Oct 2001 14:04:01 +0200 
24576              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
24577      Branch: perl
24578            ! lib/ExtUtils/MakeMaker.pm
24579 ____________________________________________________________________________
24580 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
24581         Log: Unicode categories continue:
24582              implement Category=, Script=, Block=
24583              (these are based on an upcoming update of TR#18)
24584              Fix a bug where we got two In categories named "old italic",
24585              and another where shortcut for the Is categories wasn't taken.
24586      Branch: perl
24587            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
24588            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
24589            ! pod/perlunicode.pod t/op/pat.t
24590 ____________________________________________________________________________
24591 [ 12499] By: ams                                   on 2001/10/19  01:42:29
24592         Log: Subject: a small patch to perlintro.pod.
24593              From: Autrijus Tang <autrijus@autrijus.org>
24594              Date: Fri, 19 Oct 2001 01:45:51 +0800
24595              Message-Id: <20011019014551.A35625@not.autrijus.org>
24596              (Applied by hand with nits.)
24597      Branch: perl
24598            ! pod/perlintro.pod
24599 ____________________________________________________________________________
24600 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
24601         Log: Subject: [PATCH] OpenBSD hints for ithreads
24602              From: Andy Dougherty <doughera@lafayette.edu>
24603              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
24604              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
24605      Branch: perl
24606            ! hints/openbsd.sh
24607 ____________________________________________________________________________
24608 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
24609         Log: Retract #12446; the problem solved by #12474.
24610      Branch: perl
24611            ! hints/aix.sh
24612 ____________________________________________________________________________
24613 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
24614         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
24615              message and suppress line number info (from Steve Hay
24616              <Steve.Hay@uk.radan.com>)
24617      Branch: maint-5.6/perl
24618            ! lib/Carp/Heavy.pm
24619 ____________________________________________________________________________
24620 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
24621         Log: More documented In categories.
24622      Branch: perl
24623            ! pod/perlunicode.pod
24624 ____________________________________________________________________________
24625 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
24626         Log: Update Changes.
24627      Branch: perl
24628            ! Changes patchlevel.h
24629 ____________________________________________________________________________
24630 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
24631         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
24632      Branch: perl
24633            ! MANIFEST
24634 ____________________________________________________________________________
24635 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
24636         Log: Wrong skip() arguments.
24637      Branch: perl
24638            ! ext/B/t/terse.t
24639 ____________________________________________________________________________
24640 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
24641         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
24642              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24643              Date: Wed, 17 Oct 2001 09:10:53 EDT 
24644              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
24645      Branch: perl
24646            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
24647            ! pod/perlapi.pod vms/vms.c
24648 ____________________________________________________________________________
24649 [ 12490] By: ams                                   on 2001/10/18  09:31:00
24650         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
24651              From: Mark-Jason Dominus <mjd@plover.com>
24652              Date: Thu, 18 Oct 2001 06:25:35 -0400
24653              Message-Id: <20011018102535.19264.qmail@plover.com>
24654      Branch: perl
24655            ! pod/perl.pod
24656 ____________________________________________________________________________
24657 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
24658         Log: Prettyprinting.
24659      Branch: perl
24660            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
24661 ____________________________________________________________________________
24662 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
24663         Log: Regen toc.
24664      Branch: perl
24665            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24666 ____________________________________________________________________________
24667 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
24668         Log: Add perlintro, from Skud.
24669      Branch: perl
24670            + pod/perlintro.pod
24671            ! MANIFEST
24672 ____________________________________________________________________________
24673 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
24674         Log: FAQ sync.
24675      Branch: perl
24676            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
24677            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
24678            ! pod/perlfaq8.pod pod/perlfaq9.pod
24679 ____________________________________________________________________________
24680 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
24681         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
24682              in speed (upto 20% speedup in certain operations) but meanwhile
24683              regexps and arithmetics got slower (5-10%) (according to
24684              perlbench average speedup is negligible, and within measuring
24685              flutter, 1%).  Therefore retracting all the changes
24686              aimed at getting -std1 to compile cleanly:  #12475, #12476,
24687              #12479, #12480, #12481, #12482, #12483, #12484.
24688      Branch: perl
24689            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
24690            ! pp_hot.c pp_sys.c toke.c
24691 ____________________________________________________________________________
24692 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
24693         Log: (retracted by #12485)
24694              Strict ANSI doesn't like the third argument of main()
24695              so enable ignoring it if using ultra picky compiler.
24696      Branch: perl
24697            ! miniperlmain.c
24698 ____________________________________________________________________________
24699 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
24700         Log: (retracted by #12485)
24701              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
24702      Branch: perl
24703            ! perl.h
24704 ____________________________________________________________________________
24705 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
24706         Log: (retracted by #12485)
24707              Add explanatory comment.
24708      Branch: perl
24709            ! mg.c
24710 ____________________________________________________________________________
24711 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
24712         Log: (retracted by #12485)
24713              More dollar$hiding.
24714      Branch: perl
24715            ! doio.c perl.h pp_sys.c
24716 ____________________________________________________________________________
24717 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
24718         Log: (retracted by #12485)
24719              KISS.
24720      Branch: perl
24721            ! mg.c
24722 ____________________________________________________________________________
24723 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
24724         Log: (retracted by #12485)
24725              Thou shalt not #ifdef inside macro invocations,
24726              noticed by Rafael Garcia-Suarez.
24727      Branch: perl
24728            ! mg.c
24729 ____________________________________________________________________________
24730 [ 12478] By: ams                                   on 2001/10/17  18:50:55
24731         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
24732              From: Anton Berezin <tobez@tobez.org>
24733              Date: Wed, 17 Oct 2001 18:25:48 +0200
24734              Message-Id: <20011017182548.A12082@heechee.tobez.org>
24735      Branch: perl
24736            ! pp_sys.c
24737 ____________________________________________________________________________
24738 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
24739         Log: (retracted by #12485)
24740              Unterminated #ifdef.
24741      Branch: perl
24742            ! mg.c
24743 ____________________________________________________________________________
24744 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
24745         Log: (retracted by #12485)
24746              Avoid dollar signs in identifiers (in non-VMS) to
24747              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
24748      Branch: perl
24749            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
24750            ! toke.c
24751 ____________________________________________________________________________
24752 [ 12474] By: ams                                   on 2001/10/17  15:14:50
24753         Log: Subject: Two AIX patches
24754              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24755              Date: Wed, 17 Oct 2001 18:04:35 +0200
24756              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
24757      Branch: perl
24758            ! hints/aix.sh makedef.pl
24759 ____________________________________________________________________________
24760 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
24761         Log: Limiting the Time::HiRes::sleep and usleep to
24762              one second is not a good policy if drop-in
24763              replacement is still a goal.
24764      Branch: perl
24765            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24766            ! ext/Time/HiRes/HiRes.xs
24767 ____________________________________________________________________________
24768 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
24769         Log: Subject: [PATCH] Test::Simple 0.32
24770              From: Michael G Schwern <schwern@pobox.com> 
24771              Date: Wed, 17 Oct 2001 03:42:41 -0400
24772              Message-ID: <20011017034241.A25038@blackrider>
24773      Branch: perl
24774            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24775            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24776            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24777            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24778            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24779            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24780            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
24781            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
24782            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
24783            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24784            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24785            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24786            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24787            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
24788            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
24789            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
24790            ! t/lib/Test/Simple/Catch.pm
24791            ! t/lib/Test/Simple/sample_tests/five_fail.plx
24792 ____________________________________________________________________________
24793 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
24794         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
24795              From: Michael G Schwern <schwern@pobox.com> 
24796              Date: Wed, 17 Oct 2001 04:04:13 -0400
24797              Message-ID: <20011017040413.C25550@blackrider>
24798      Branch: perl
24799            ! t/TEST t/harness vms/test.com
24800 ____________________________________________________________________________
24801 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
24802         Log: Regen doc with perlmodstyle added.
24803      Branch: perl
24804            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24805 ____________________________________________________________________________
24806 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
24807         Log: Pod cleanup.
24808      Branch: perl
24809            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
24810 ____________________________________________________________________________
24811 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
24812         Log: Subject: perlmodstyle as a patch
24813              From: Kirrily Robert <skud@infotrope.net>
24814              Date: Tue, 16 Oct 2001 22:47:23 -0400
24815              Message-ID: <20011016224723.A20673@infotrope.net>
24816      Branch: perl
24817            + pod/perlmodstyle.pod
24818            ! MANIFEST
24819 ____________________________________________________________________________
24820 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
24821         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
24822              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
24823              Date: Thu, 6 Sep 2001 11:09:40 +0100
24824              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
24825              
24826              Mention also the develooper p5p archive.
24827      Branch: perl
24828            ! pod/perlhack.pod
24829 ____________________________________________________________________________
24830 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
24831         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
24832              From: Kay Röpke <kroepke@dolphin-services.de>
24833              Date: Tue, 16 Oct 2001 17:23:52 +0200
24834              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
24835      Branch: perl
24836            ! lib/ExtUtils/MakeMaker.pm
24837 ____________________________________________________________________________
24838 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
24839         Log: Add the special casing mappings (from SpecCase.txt)
24840              (except for the hyper special case mappings that have
24841              the condition list); the special casing mappings are
24842              unused for now.  Small tidying up on mktables.
24843      Branch: perl
24844            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24845            + lib/unicore/To/SpecUpper.pl
24846            ! lib/unicore/mktables
24847 ____________________________________________________________________________
24848 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
24849         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
24850              From: "David H. Adler" <dha@panix.com>       
24851              Date: Tue, 16 Oct 2001 11:59:35 -0400
24852              Message-ID: <20011016115935.A13078@panix.com>
24853              
24854              Subject: [ PATCH ] perldata patch, revised
24855              From: "David H. Adler" <dha@panix.com>     
24856              Date: Tue, 16 Oct 2001 18:26:49 -0400
24857              Message-ID: <20011016182649.C23970@panix.com>
24858      Branch: perl
24859            ! pod/perldata.pod pod/perlop.pod
24860 ____________________________________________________________________________
24861 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
24862         Log: Integrate perlio: PerlIO_dup (for all but Win32).
24863      Branch: perl
24864           !> embed.h embed.pl ext/Encode/Encode.xs
24865           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
24866           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
24867           !> win32/win32io.c
24868 ____________________________________________________________________________
24869 [ 12462] By: nick                                  on 2001/10/16  19:11:30
24870         Log: PerlIOXxxx_dups for all but Win32
24871      Branch: perlio
24872            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24873            ! ext/PerlIO/Via/Via.xs
24874 ____________________________________________________________________________
24875 [ 12461] By: nick                                  on 2001/10/16  18:28:48
24876         Log: Implement PerlIOStdio_dup (explains core dumps - dup
24877              was not setting up a FILE * to be fclosed()).
24878      Branch: perlio
24879            ! perlio.c
24880 ____________________________________________________________________________
24881 [ 12460] By: nick                                  on 2001/10/16  17:31:47
24882         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
24883              overflow.
24884      Branch: perlio
24885            ! perlio.c
24886 ____________________________________________________________________________
24887 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
24888         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
24889              From: "Craig A. Berry" <craigberry@mac.com>
24890              Date: Tue, 16 Oct 2001 13:08:38 -0500
24891              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
24892      Branch: perl
24893            ! configure.com
24894 ____________________________________________________________________________
24895 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
24896         Log: Can't expect too much accuracy from a sleep of one second.
24897              (I think this will also fail with high load.)
24898      Branch: perl
24899            ! ext/Time/HiRes/HiRes.t
24900 ____________________________________________________________________________
24901 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
24902         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
24903              From: "Werner, Randolf" <randolf.werner@sap.com>
24904              Date: Tue, 16 Oct 2001 18:33:02 +0200
24905              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
24906      Branch: perl
24907            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
24908            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
24909 ____________________________________________________________________________
24910 [ 12456] By: nick                                  on 2001/10/16  14:08:16
24911         Log: Builds under ithreads (but fails all threads tests)
24912      Branch: perlio
24913            ! hv.c perlio.c sv.c
24914 ____________________________________________________________________________
24915 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
24916         Log: I think the Perl_sortsv needs *not* be skipped?
24917      Branch: perl
24918            ! makedef.pl
24919 ____________________________________________________________________________
24920 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
24921         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
24922              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
24923              Date: Tue, 16 Oct 2001 15:32:44 +0200
24924              Message-ID: <3BCC531C.11494.3E433F@localhost>
24925      Branch: perl
24926            ! t/op/groups.t
24927 ____________________________________________________________________________
24928 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
24929         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
24930              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
24931              Date: Tue, 16 Oct 2001 15:01:04 +0200
24932              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
24933      Branch: perl
24934            ! t/io/fs.t
24935 ____________________________________________________________________________
24936 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
24937         Log: A forgotten deletion.
24938      Branch: perl
24939            - lib/unicore/mktables.PL
24940 ____________________________________________________________________________
24941 [ 12451] By: nick                                  on 2001/10/16  11:32:48
24942         Log: Skeleton of "PerlIO_dup" coded.
24943              Still-passes all tests non-threaded (well it would wouldn't it!)
24944      Branch: perlio
24945            ! embed.h embed.pl ext/Encode/Encode.xs
24946            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
24947            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
24948            ! win32/win32io.c
24949 ____________________________________________________________________________
24950 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
24951         Log: Document the problem with the swash_fetch() API that affects
24952              more complex case conversions.
24953      Branch: perl
24954            ! lib/utf8_heavy.pl utf8.c
24955 ____________________________________________________________________________
24956 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
24957         Log: Make Time::HiRes::sleep() and usleep() to return
24958              the number of seconds (a floating point value) and 
24959              microseconds (an integer) actually slept (well,
24960              modulo the time spent in measuring the time actually
24961              slept...), to be a better drop-in replacement for
24962              the builtin sleep().  Noticed by Chris Nandor.
24963              
24964              Also make usleep() to croak if fed illegal number
24965              of useconds (anything greater than 1_000_000).
24966      Branch: perl
24967            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24968            ! ext/Time/HiRes/HiRes.xs
24969 ____________________________________________________________________________
24970 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
24971         Log: A missing SvREFCNT_dec.
24972      Branch: perl
24973            ! perl.c
24974 ____________________________________________________________________________
24975 [ 12447] By: nick                                  on 2001/10/15  20:27:53
24976         Log: Beginings of PerlIO_dup support (unstable)
24977      Branch: perlio
24978            ! perlio.c perliol.h
24979 ____________________________________________________________________________
24980 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
24981         Log: (retracted by #12497)
24982              In AIX vac 5 just can't seem to get regcomp right.
24983      Branch: perl
24984            ! hints/aix.sh
24985 ____________________________________________________________________________
24986 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
24987         Log: Bump the version number to agree with the maintperl one.
24988      Branch: perl
24989            ! lib/Tie/RefHash.pm
24990 ____________________________________________________________________________
24991 [ 12444] By: nick                                  on 2001/10/15  15:59:57
24992         Log: Integrate mainline
24993      Branch: perlio
24994           +> lib/Math/BigInt/t/Math/Subclass.pm
24995           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
24996           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
24997           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
24998           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
24999           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
25000           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
25001           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
25002           +> lib/unicore/mktables
25003            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
25004            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
25005            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
25006            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
25007            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
25008            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
25009            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
25010            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
25011            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
25012            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
25013            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
25014            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
25015            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
25016            - lib/unicore/syllables.txt
25017           !> (integrate 344 files)
25018 ____________________________________________________________________________
25019 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
25020         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
25021      Branch: perl
25022            ! ext/DB_File/DB_File.xs
25023 ____________________________________________________________________________
25024 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
25025         Log: Sync the skip() amounts with the number of tests.
25026      Branch: perl
25027            ! lib/Term/Complete.t
25028 ____________________________________________________________________________
25029 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
25030         Log: Update Changes.
25031      Branch: perl
25032            ! Changes patchlevel.h
25033 ____________________________________________________________________________
25034 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
25035         Log: MacOS Classic catdir() rewrite from Thomas Wegner
25036              (backward incompatibility, but a deliberate one,
25037              the old version simply is broken in its logic),
25038              also documentation updates, and as suggested replicated
25039              the File::Spec::Unix documentation updates also on the
25040              File::Spec documentation.
25041              
25042              TODO: there seems to be duplication of documentation
25043              between File::Spec and File::Spec::Unix.  I think
25044              the ::Unix should be left only with specific UNIXisms,
25045              and all the generic documentation should be in ::Spec.
25046      Branch: perl
25047            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
25048            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
25049            ! lib/File/Spec/Unix.pm
25050 ____________________________________________________________________________
25051 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
25052         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
25053              From: Blair Zajac <blair@orcaware.com>
25054              Date: Mon, 24 Sep 2001 11:48:58 -0700
25055              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
25056              
25057              (the skip() messages)
25058      Branch: perl
25059            ! t/op/magic.t
25060 ____________________________________________________________________________
25061 [ 12438] By: ams                                   on 2001/10/14  23:43:59
25062         Log: Subject: [PATCH] make PerlIO default on VMS
25063              From: "Craig A. Berry" <craigberry@mac.com>
25064              Date: Sun, 14 Oct 2001 15:27:18 -0500
25065              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
25066      Branch: perl
25067            ! configure.com
25068 ____________________________________________________________________________
25069 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
25070         Log: Retract #12436 (Abhijit already did this at #12426)
25071      Branch: perl
25072            ! lib/ExtUtils/MM_Unix.pm
25073 ____________________________________________________________________________
25074 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
25075         Log: (retracted by #12437)
25076              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
25077              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
25078              Date: Sat, 13 Oct 2001 20:33:55 +0200
25079              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
25080      Branch: perl
25081            ! lib/ExtUtils/MM_Unix.pm
25082 ____________________________________________________________________________
25083 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
25084         Log: Subject: h2xs grammar nit
25085              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25086              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
25087              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
25088      Branch: perl
25089            ! utils/h2xs.PL
25090 ____________________________________________________________________________
25091 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
25092         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
25093              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25094              Date: Sun, 14 Oct 2001 11:25:08 +0100
25095              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
25096      Branch: perl
25097            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
25098            ! warnings.pl
25099 ____________________________________________________________________________
25100 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
25101         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
25102              for File::Spec::Mac::catfile)
25103      Branch: perl
25104            ! lib/h2xs.t
25105 ____________________________________________________________________________
25106 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
25107         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
25108              From: Nicholas Clark <nick@ccl4.org>
25109              Date: Sat, 13 Oct 2001 00:07:31 +0100
25110              Message-ID: <20011013000731.D67535@plum.flirble.org>
25111      Branch: perl
25112            ! lib/h2xs.t utils/h2xs.PL
25113 ____________________________________________________________________________
25114 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
25115         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
25116              before DEFINE and INC), and repent by taking DEFINE and
25117              INC away from PASTHRU.
25118      Branch: perl
25119            ! lib/ExtUtils/MM_Unix.pm
25120 ____________________________________________________________________________
25121 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
25122         Log: More MANIFEST anomalies.
25123      Branch: perl
25124            ! MANIFEST
25125 ____________________________________________________________________________
25126 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
25127         Log: Not that many.
25128      Branch: perl
25129            ! MANIFEST
25130 ____________________________________________________________________________
25131 [ 12428] By: sky                                   on 2001/10/13  20:59:27
25132         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
25133              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25134              Date: Sat, 13 Oct 2001 23:15:55 +0200
25135              Message-ID: <20011013231555.A18071@rafael>
25136      Branch: perl
25137            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
25138            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
25139 ____________________________________________________________________________
25140 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
25141         Log: Rewrite mktables from scratch.
25142              - Cleaner.
25143              - Faster: 15-20 seconds as opposed to several minutes.
25144              - More dynamic: the names of the various categories
25145              such as the linebreak ones are dynamic, not static.
25146              - Is.pl: long names for the general category properties
25147              are now available.
25148              - Ranges (<... ,First>, <..., Last>) from the general
25149              categories work now.
25150              - No more mktables.PL because the mktables.PL is not
25151              and never has been run to create a mktables.
25152              - syllables.txt and Is/Syl*.pl removed: non-standard
25153              (not part of the Unicode), and the whole concept is
25154              being reworked (http://syllabary.sourceforge.net/),
25155              the old way wouldn't even work with the new Syllables.txt
25156              (it would result in 1000+ new categories)
25157      Branch: perl
25158            + lib/unicore/In/163.pl lib/unicore/In/164.pl
25159            + lib/unicore/In/165.pl lib/unicore/In/166.pl
25160            + lib/unicore/In/167.pl lib/unicore/In/168.pl
25161            + lib/unicore/In/169.pl lib/unicore/In/170.pl
25162            + lib/unicore/In/171.pl lib/unicore/Is.pl
25163            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
25164            + lib/unicore/mktables
25165            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
25166            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
25167            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
25168            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
25169            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
25170            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
25171            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
25172            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
25173            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
25174            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
25175            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
25176            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
25177            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
25178            - lib/unicore/syllables.txt
25179            ! (edit 304 files)
25180 ____________________________________________________________________________
25181 [ 12426] By: ams                                   on 2001/10/13  18:05:36
25182         Log: ExtUtils::MM_Unix should ignore comments when searching for
25183              $VERSION.
25184      Branch: perl
25185            ! lib/ExtUtils/MM_Unix.pm
25186 ____________________________________________________________________________
25187 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
25188         Log: Subject: Re: New module XML::Clean
25189              From: andreas.koenig@anima.de (Andreas J. Koenig)
25190              Date: 13 Oct 2001 10:17:09 +0200
25191              Message-ID: <m37ku0t0my.fsf@anima.de>
25192      Branch: perl
25193            ! pod/perlnewmod.pod
25194 ____________________________________________________________________________
25195 [ 12424] By: sky                                   on 2001/10/13  09:39:59
25196         Log: Set thread stack size if needed.
25197      Branch: perl
25198            ! ext/threads/threads.xs
25199 ____________________________________________________________________________
25200 [ 12423] By: sky                                   on 2001/10/13  09:36:49
25201         Log: We do want to set the attribute to joinable even on modern posix
25202              platforms.
25203      Branch: perl
25204            ! ext/threads/threads.xs
25205 ____________________________________________________________________________
25206 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
25207         Log: Subject: [PATCH ext/Data/Dumper.xs]
25208              From: Brian Ingerson <ingy@ttul.org>
25209              Date: Fri, 12 Oct 2001 19:32:35 -0700
25210              Message-ID: <20011012193235.B889@ttul.org>
25211      Branch: perl
25212            ! ext/Data/Dumper/Dumper.xs
25213 ____________________________________________________________________________
25214 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
25215         Log: Update Changes.
25216      Branch: perl
25217            ! Changes patchlevel.h
25218 ____________________________________________________________________________
25219 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
25220         Log: FAQ sync.
25221      Branch: perl
25222            ! pod/perlfaq3.pod pod/perlfaq4.pod
25223 ____________________________________________________________________________
25224 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
25225         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
25226              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
25227              Date: Fri, 12 Oct 2001 11:51:05 -0700
25228              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
25229      Branch: perl
25230            ! lib/File/Copy.pm
25231 ____________________________________________________________________________
25232 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
25233         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
25234              From: "chromatic" <chromatic@rmci.net>     
25235              Date: Thu, 11 Oct 2001 10:57:55 -0600
25236              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
25237              
25238              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
25239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25240              Date: Thu, 11 Oct 2001 22:34:21 +0200
25241              Message-ID: <20011011223421.A693@rafael>     
25242              
25243              plus undef $Term::Complete::stty as suggested by Rafael.
25244      Branch: perl
25245            ! lib/Term/Complete.pm lib/Term/Complete.t
25246 ____________________________________________________________________________
25247 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
25248         Log: UUnndduupplleexx..
25249      Branch: perl
25250            ! perl.h
25251 ____________________________________________________________________________
25252 [ 12416] By: sky                                   on 2001/10/12  20:16:19
25253         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
25254              From: Andy Dougherty <doughera@lafayette.edu>
25255              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
25256              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
25257              (Potentially only band-aid)
25258      Branch: perl
25259            ! sv.c
25260 ____________________________________________________________________________
25261 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
25262         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
25263              mishandles kill(), and therefore the sigaction test
25264              should be skipped, from Charles Lane.
25265      Branch: perl
25266            ! ext/POSIX/t/sigaction.t
25267 ____________________________________________________________________________
25268 [ 12414] By: sky                                   on 2001/10/12  18:47:49
25269         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
25270      Branch: perl
25271            ! op.h
25272 ____________________________________________________________________________
25273 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
25274         Log: Upgrade to Math::BigInt 1.44 from Tels and
25275              further fixes from John Peacock.
25276      Branch: perl
25277            + lib/Math/BigInt/t/Math/Subclass.pm
25278            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
25279            + lib/Math/BigInt/t/subclass.t
25280            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25281            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
25282            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
25283            ! lib/Math/BigInt/t/mbimbf.t
25284 ____________________________________________________________________________
25285 [ 12412] By: sky                                   on 2001/10/12  18:28:23
25286         Log: perhaps pthread_attr_t really needs to be set for the old api
25287      Branch: perl
25288            ! ext/threads/threads.xs
25289 ____________________________________________________________________________
25290 [ 12411] By: sky                                   on 2001/10/12  18:11:45
25291         Log: pthread_keycreate not pthread_key_create under the here be dragons API
25292      Branch: perl
25293            ! ext/threads/threads.h
25294 ____________________________________________________________________________
25295 [ 12410] By: sky                                   on 2001/10/12  18:07:37
25296         Log: Apperently OLD PTHREADS API is a bit retarded.
25297              This should fix another set of compile failures in HP-UX 10.20.
25298      Branch: perl
25299            ! ext/threads/threads.h ext/threads/threads.xs
25300 ____________________________________________________________________________
25301 [ 12409] By: nick                                  on 2001/10/12  15:30:01
25302         Log: Blind integrate of mainline
25303      Branch: perlio
25304           +> (branch 32 files)
25305            - lib/unicode/README
25306           !> (integrate 121 files)
25307 ____________________________________________________________________________
25308 [ 12408] By: sky                                   on 2001/10/12  14:55:08
25309         Log: Let us avoid being smart for now.
25310      Branch: perl
25311            ! ext/threads/threads.h
25312 ____________________________________________________________________________
25313 [ 12407] By: sky                                   on 2001/10/12  14:38:12
25314         Log: (void*) the argument to make sure we work with picky compilers
25315      Branch: perl
25316            ! ext/threads/threads.xs
25317 ____________________________________________________________________________
25318 [ 12406] By: ams                                   on 2001/10/12  13:26:04
25319         Log: (replaced with #12600)
25320              
25321              Subject: [PATCH 5.6.1 perldoc] use File::Temp
25322              From: Mikhail Zabaluev <mhz@alt-linux.org>
25323              Date: Fri, 12 Oct 2001 12:47:47 +0400
25324              Message-Id: <20011012124747.E13918@localhost.localdomain>
25325      Branch: perl
25326            ! utils/perldoc.PL
25327 ____________________________________________________________________________
25328 [ 12405] By: ams                                   on 2001/10/12  13:05:32
25329         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
25330              From: andreas.koenig@anima.de (Andreas J. Koenig)
25331              Date: 12 Oct 2001 11:12:07 +0200
25332              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
25333      Branch: perl
25334            ! lib/Memoize/t/speed.t
25335 ____________________________________________________________________________
25336 [ 12404] By: sky                                   on 2001/10/12  12:46:15
25337         Log: A) Support OLD_PTHREADS_API
25338              B) Change from using pthread_t to using a TLS to store the
25339              index of the thread in an hash, this is to avoid problems when
25340              in fact pthread_t was not a seralizable type.
25341              Both these changes are because of HP-UX 10.20
25342              This has not been tested on win32 but should work there.
25343              Need to add support for NetWare.
25344      Branch: perl
25345            ! ext/threads/threads.h ext/threads/threads.xs
25346 ____________________________________________________________________________
25347 [ 12403] By: ams                                   on 2001/10/12  07:34:19
25348         Log: Subject: Re: New module XML::Clean
25349              From: andreas.koenig@anima.de (Andreas J. Koenig)
25350              Date: 12 Oct 2001 10:20:35 +0200
25351              Message-Id: <m3elo9uv58.fsf@anima.de>
25352      Branch: perl
25353            ! pod/perlnewmod.pod
25354 ____________________________________________________________________________
25355 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
25356         Log: More HP model tweaks from Merijn.
25357      Branch: perl
25358            ! README.hpux
25359 ____________________________________________________________________________
25360 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
25361         Log: Update Changes.
25362      Branch: perl
25363            ! Changes patchlevel.h
25364 ____________________________________________________________________________
25365 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
25366         Log: HP-UX update from H.Merijn Brand.
25367      Branch: perl
25368            ! README.hpux
25369 ____________________________________________________________________________
25370 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
25371         Log: Subject: [PATCH] fix link rot in README.vms
25372              From: "Craig A. Berry" <craigberry@mac.com>
25373              Date: Wed, 10 Oct 2001 17:17:00 -0500
25374              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
25375      Branch: perl
25376            ! README.vms
25377 ____________________________________________________________________________
25378 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
25379         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
25380              From: "chromatic" <chromatic@rmci.net>
25381              Date: Wed, 10 Oct 2001 15:50:30 -0600
25382              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
25383      Branch: perl
25384            ! lib/Term/Complete.t
25385 ____________________________________________________________________________
25386 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
25387         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
25388              From: "chromatic" <chromatic@rmci.net>
25389              Date: Wed, 10 Oct 2001 15:45:42 -0600
25390              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
25391      Branch: perl
25392            + lib/ExtUtils/Packlist.t
25393            ! MANIFEST
25394 ____________________________________________________________________________
25395 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
25396         Log: VMS needs quotes around the -I option to keep it from
25397              being downcased, from Charles Lane.
25398      Branch: perl
25399            ! t/run/kill_perl.t
25400 ____________________________________________________________________________
25401 [ 12395] By: ams                                   on 2001/10/10  16:22:32
25402         Log: Subject: [PATCH lib/FindBin.pm]
25403              From: Stas Bekman <stas@stason.org>
25404              Date: Tue, 09 Oct 2001 23:57:10 +0800
25405              Message-Id: <3BC31E56.60805@stason.org>
25406      Branch: perl
25407            ! lib/FindBin.pm
25408 ____________________________________________________________________________
25409 [ 12394] By: ams                                   on 2001/10/10  16:09:53
25410         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
25411              From: Abhijit Menon-Sen <ams@wiw.org>
25412              Date: Wed, 10 Oct 2001 21:59:33 +0530
25413              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
25414      Branch: perl
25415            ! ext/Data/Dumper/Dumper.xs
25416 ____________________________________________________________________________
25417 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
25418         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
25419              from Charles Lane.
25420      Branch: perl
25421            ! lib/File/Spec/VMS.pm
25422 ____________________________________________________________________________
25423 [ 12392] By: ams                                   on 2001/10/10  14:49:43
25424         Log: Subject: [PATCH] two s/// bugfixes
25425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25426              Date: Wed, 10 Oct 2001 17:23:44 +0200
25427              Message-Id: <20011010172344.C22440@rafael>
25428      Branch: perl
25429            ! pp_ctl.c regexec.c t/op/subst.t
25430 ____________________________________________________________________________
25431 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
25432         Log: Fix/improve handling of the [000000] special "root"
25433              directory, by putting cwd in canonical form when doing
25434              abs2rel, and prepending a 000000 to directory "chunks"
25435              if missing from base or path.  Also adjust test to
25436              reflect the (improved) output from abs2rel.
25437              From Charles Lane.
25438      Branch: perl
25439            ! lib/File/Spec.t lib/File/Spec/VMS.pm
25440 ____________________________________________________________________________
25441 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
25442         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
25443              all of the extra VMSish attributes (such as "treat this logical
25444              as a device name") that are necessary to make programs run.
25445              A tainted %ENV does not hinder VMS.  From Charles Lane.
25446      Branch: perl
25447            ! lib/File/Find/t/taint.t
25448 ____________________________________________________________________________
25449 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
25450         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
25451              
25452              o  VMS is case-insensitive, RTL downcases filenames read
25453              by perl... so need to re-upcase filenames like MANIFEST
25454              and MANIFEST.SKIP
25455              
25456              o  Need to convert VMS-style to Unix-style filenames when comparing
25457              names in MANIFEST to names in filesystem.
25458              
25459              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
25460              since VMS won't let you (easily) delete non-empty directories.
25461              
25462              From Charles Lane.
25463      Branch: perl
25464            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
25465 ____________________________________________________________________________
25466 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
25467         Log: Unix and VMS agree on "*" as a "match any number of any chars"
25468              wildcards, but differ ("?"  vs.  "%") for their "match any single
25469              char" wildcard.  This patch changes "?"  chars to "%" before doing a
25470              VMS glob...at no loss of functionality, since "?"  isn't a valid
25471              filename char on VMS.  From Charles Lane.
25472      Branch: perl
25473            ! doio.c
25474 ____________________________________________________________________________
25475 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
25476         Log: (accidentally empty submit; new life as #12390)
25477      Branch: perl
25478            ! lib/File/Find/t/taint.t
25479 ____________________________________________________________________________
25480 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
25481         Log: Even more VMS tweakage from Charles Lane:
25482              
25483              Tweak #1:  splitdir only works on directory part of filespec,
25484              split off volume first
25485              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
25486              (it's a horrible kludge in the run-time library,
25487              improved in later versions). Check the
25488              $Config{'d_setenv'} flag before attempting to set it.
25489      Branch: perl
25490            ! t/op/chdir.t
25491 ____________________________________________________________________________
25492 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
25493         Log: VMS tweakage from Charles Lane.
25494              
25495              . command.com doubles an output line when prompting for extensions
25496              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
25497              . perl5db doesn't clean up after itself
25498      Branch: perl
25499            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
25500 ____________________________________________________________________________
25501 [ 12384] By: sky                                   on 2001/10/09  19:16:11
25502         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25503              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25504              Date: Tue, 9 Oct 2001 22:10:26 +0200
25505              Message-ID: <20011009221026.A8579@rafael>
25506      Branch: perl
25507            ! pod/perldata.pod
25508 ____________________________________________________________________________
25509 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
25510         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
25511              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25512              Date: 9 Oct 2001 15:15:06 -0000
25513              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
25514      Branch: perl
25515            ! t/op/subst.t
25516 ____________________________________________________________________________
25517 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
25518         Log: Update Changes.
25519      Branch: perl
25520            ! Changes patchlevel.h
25521 ____________________________________________________________________________
25522 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
25523         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
25524              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
25525              when a NULL is passed for the filename string pointer.
25526              From Charles Lane.
25527      Branch: perl
25528            ! vms/vms.c
25529 ____________________________________________________________________________
25530 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
25531         Log: Subject: HP systems update
25532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25533              Date: Tue, 09 Oct 2001 15:59:22 +0200
25534              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
25535      Branch: perl
25536            ! README.hpux
25537 ____________________________________________________________________________
25538 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
25539         Log: CPAN::Nox does now have a test.
25540      Branch: perl
25541            ! t/lib/1_compile.t
25542 ____________________________________________________________________________
25543 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
25544         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
25545              From: David Dyck <dcd@tc.fluke.com>
25546              Date: Mon, 1 Oct 2001 12:17:36 -0700
25547              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
25548      Branch: perl
25549            ! installperl
25550 ____________________________________________________________________________
25551 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
25552         Log: NetWare update from Ananth Kesari.
25553      Branch: perl
25554            ! NetWare/nwperlsys.h makedef.pl
25555 ____________________________________________________________________________
25556 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
25557         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
25558              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25559              Date: Tue, 9 Oct 2001 08:40:57 EDT
25560              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
25561      Branch: perl
25562            ! lib/File/Find/t/find.t
25563 ____________________________________________________________________________
25564 [ 12374] By: ams                                   on 2001/10/09  05:31:45
25565         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
25566              ExtUtils::Mkbootstrap
25567              From: "chromatic" <chromatic@rmci.net>
25568              Date: Tue, 09 Oct 2001 00:08:37 -0600
25569              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
25570      Branch: perl
25571            + lib/ExtUtils/Mkbootstrap.t
25572            ! MANIFEST
25573 ____________________________________________________________________________
25574 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
25575         Log: Enable more debugging.
25576      Branch: perl
25577            ! lib/utf8_heavy.pl
25578 ____________________________________________________________________________
25579 [ 12372] By: ams                                   on 2001/10/09  02:11:59
25580         Log: #12370 forgot to modify is_gv_magical().
25581      Branch: perl
25582            ! gv.c
25583 ____________________________________________________________________________
25584 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
25585         Log: Make the toupper/lower/title API for Unicode not right
25586              but at least less wrong: prepare for the mapping being
25587              more than just one-character-to-one-character.
25588      Branch: perl
25589            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
25590            ! regexec.c utf8.c
25591 ____________________________________________________________________________
25592 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
25593         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
25594              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25595              Date: Mon, 8 Oct 2001 22:18:23 -0400
25596              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
25597      Branch: perl
25598            ! pod/perlvar.pod t/op/taint.t
25599 ____________________________________________________________________________
25600 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
25601         Log: FAQ sync.
25602      Branch: perl
25603            ! pod/perlfaq3.pod pod/perlfaq4.pod
25604 ____________________________________________________________________________
25605 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
25606         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
25607              From: "chromatic" <chromatic@rmci.net>
25608              Date: Mon, 08 Oct 2001 14:05:32 -0600
25609              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
25610      Branch: perl
25611            ! lib/Term/Cap.t
25612 ____________________________________________________________________________
25613 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
25614         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25615              From: Michael G Schwern <schwern@pobox.com>
25616              Date: Mon, 8 Oct 2001 17:00:14 -0400
25617              Message-ID: <20011008170014.L17083@blackrider>
25618      Branch: perl
25619            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
25620 ____________________________________________________________________________
25621 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
25622         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
25623              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25624              Date: Mon, 8 Oct 2001 16:01:33 EDT
25625              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
25626      Branch: perl
25627            ! ext/Time/HiRes/HiRes.xs
25628 ____________________________________________________________________________
25629 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
25630         Log: Subject: [PATCH] Autosplit patch for VMS
25631              From: "Craig A. Berry" <craigberry@mac.com>
25632              Date: Mon, 08 Oct 2001 15:40:43 -0500
25633              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
25634      Branch: perl
25635            ! lib/AutoSplit.pm lib/AutoSplit.t
25636 ____________________________________________________________________________
25637 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
25638         Log: Don't assume that everybody is running OS X 10.1 yet;
25639              from Kay Röpke.
25640      Branch: perl
25641            ! hints/darwin.sh
25642 ____________________________________________________________________________
25643 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
25644         Log: Update Changes.
25645      Branch: perl
25646            ! Changes patchlevel.h
25647 ____________________________________________________________________________
25648 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
25649         Log: Retract #12358 for now.
25650      Branch: perl
25651            ! lib/Term/Cap.t
25652 ____________________________________________________________________________
25653 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
25654         Log: Can't figure out what this is testing.
25655              (If it is trying to catch SIGKILL, it should stop
25656              trying because that is by definition impossible.)
25657      Branch: perl
25658            ! lib/sigtrap.t
25659 ____________________________________________________________________________
25660 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
25661         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
25662              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25663              Date: Sun, 30 Sep 2001 21:15:13 +0200
25664              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
25665      Branch: perl
25666            ! lib/ExtUtils/MM_Win32.pm
25667 ____________________________________________________________________________
25668 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
25669         Log: Clarify the ldlibpth part and condense the overall text.
25670      Branch: perl
25671            ! t/TEST
25672 ____________________________________________________________________________
25673 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
25674         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
25675              From: "chromatic" <chromatic@rmci.net>
25676              Date: Sun, 07 Oct 2001 16:59:26 -0600
25677              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
25678      Branch: perl
25679            ! lib/Term/Cap.t
25680 ____________________________________________________________________________
25681 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
25682         Log: Update the list because fo #12265.
25683      Branch: perl
25684            ! t/lib/1_compile.t
25685 ____________________________________________________________________________
25686 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
25687         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
25688              From: Nicholas Clark <nick@ccl4.org>
25689              Date: Sun, 7 Oct 2001 20:53:33 +0100
25690              Message-ID: <20011007205333.S38756@plum.flirble.org>   
25691      Branch: perl
25692            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
25693            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25694            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
25695            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
25696            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
25697            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
25698            ! lib/Switch/t/switch.t lib/Term/Complete.t
25699            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
25700            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
25701            ! t/op/my_stash.t
25702 ____________________________________________________________________________
25703 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
25704         Log: Integrate patch #12350 from maintperl; typo in
25705              IO::Seekable doc.
25706      Branch: perl
25707           !> ext/IO/lib/IO/Seekable.pm
25708 ____________________________________________________________________________
25709 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
25710         Log: Detypo.
25711      Branch: perl
25712            ! hints/darwin.sh
25713 ____________________________________________________________________________
25714 [ 12353] By: sky                                   on 2001/10/07  17:16:14
25715         Log: Change 12349 didn't really get it right.
25716      Branch: perl
25717            ! lib/Unicode/README
25718 ____________________________________________________________________________
25719 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
25720         Log: If running the harness the dynamic library search path
25721              may need setting.
25722      Branch: perl
25723            ! t/TEST
25724 ____________________________________________________________________________
25725 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
25726         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
25727              in ldflags.
25728      Branch: perl
25729            ! hints/darwin.sh
25730 ____________________________________________________________________________
25731 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
25732         Log: typo in IO::Seekable doc
25733      Branch: maint-5.6/perl
25734            ! ext/IO/lib/IO/Seekable.pm
25735 ____________________________________________________________________________
25736 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
25737         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
25738              doesn't work on Mac OS X 10.1 (when unpacking the tar the
25739              latter gets renamed as lib/unicode:1, assumedly for security
25740              reasons not to overwrite stuff)
25741      Branch: perl
25742            + lib/Unicode/README
25743            - lib/unicode/README
25744            ! MANIFEST
25745 ____________________________________________________________________________
25746 [ 12348] By: ams                                   on 2001/10/07  05:33:40
25747         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
25748              From: "chromatic" <chromatic@rmci.net>
25749              Date: Sat, 06 Oct 2001 21:42:03 -0600
25750              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
25751      Branch: perl
25752            + lib/CPAN/t/Nox.t
25753            ! MANIFEST
25754 ____________________________________________________________________________
25755 [ 12347] By: ams                                   on 2001/10/07  00:48:10
25756         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
25757              From: "chromatic" <chromatic@rmci.net>
25758              Date: Sat, 06 Oct 2001 18:52:10 -0600
25759              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
25760      Branch: perl
25761            + lib/sigtrap.t
25762            ! MANIFEST
25763 ____________________________________________________________________________
25764 [ 12346] By: ams                                   on 2001/10/06  23:14:01
25765         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
25766              h2xs write?)
25767              From: Nicholas Clark <nick@ccl4.org>
25768              Date: Sat, 6 Oct 2001 21:46:43 +0100
25769              Message-Id: <20011006214643.L38756@plum.flirble.org>
25770      Branch: perl
25771            ! utils/h2xs.PL
25772 ____________________________________________________________________________
25773 [ 12345] By: ams                                   on 2001/10/06  17:39:53
25774         Log: Subject: [PATCH] Memoize tests
25775              From: Nicholas Clark <nick@ccl4.org>
25776              Date: Sat, 6 Oct 2001 18:04:21 +0100
25777              Message-Id: <20011006180421.J38756@plum.flirble.org>
25778      Branch: perl
25779            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
25780            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
25781            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
25782            ! lib/Memoize/t/expire_module_n.t
25783            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25784            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25785            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25786            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25787            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25788            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25789 ____________________________________________________________________________
25790 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
25791         Log: Retract the latter part of #12343.
25792      Branch: perl
25793            ! ext/IO/lib/IO/Socket/INET.pm
25794 ____________________________________________________________________________
25795 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
25796         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
25797              From: David Dyck <dcd@tc.fluke.com>
25798              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
25799              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
25800              
25801              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
25802              From: David Dyck <dcd@tc.fluke.com>
25803              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
25804              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
25805      Branch: perl
25806            ! ext/IO/lib/IO/Socket/INET.pm
25807 ____________________________________________________________________________
25808 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
25809         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
25810              From: Robin Barker <rmb1@cise.npl.co.uk>
25811              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
25812              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
25813      Branch: perl
25814            ! t/TEST
25815 ____________________________________________________________________________
25816 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
25817         Log: Don't assume that %x is good for displaying UVs.
25818      Branch: perl
25819            ! dump.c
25820 ____________________________________________________________________________
25821 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
25822         Log: Update Changes.
25823      Branch: perl
25824            ! Changes patchlevel.h
25825 ____________________________________________________________________________
25826 [ 12339] By: ams                                   on 2001/10/05  10:22:34
25827         Log: Subject: [PATCH] perlfunc/select
25828              From: Nicholas Clark <nick@ccl4.org>
25829              Date: Fri, 5 Oct 2001 11:33:58 +0100
25830              Message-Id: <20011005113358.Z38756@plum.flirble.org>
25831      Branch: perl
25832            ! pod/perlfunc.pod
25833 ____________________________________________________________________________
25834 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
25835         Log: Retract #12313 and #12249.
25836      Branch: perl
25837            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
25838            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
25839            ! pod/perlebcdic.pod
25840 ____________________________________________________________________________
25841 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
25842         Log: Subject: [PATCH] perlvms.pod update
25843              From: "Craig A. Berry" <craigberry@mac.com>
25844              Date: Thu, 04 Oct 2001 12:55:52 -0500
25845              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
25846      Branch: perl
25847            ! vms/perlvms.pod
25848 ____________________________________________________________________________
25849 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
25850         Log: Subject: PATCH: Tie::SubstrHash
25851              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25852              Date: Thu, 04 Oct 2001 12:12:41 +0100
25853              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
25854      Branch: perl
25855            ! lib/Tie/SubstrHash.pm
25856 ____________________________________________________________________________
25857 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
25858         Log: Unicode properties saga continues.
25859      Branch: perl
25860            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
25861            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
25862 ____________________________________________________________________________
25863 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
25864         Log: Yet more Unicode properties.
25865      Branch: perl
25866            + lib/unicore/In/137.pl lib/unicore/In/138.pl
25867            + lib/unicore/In/139.pl lib/unicore/In/140.pl
25868            + lib/unicore/In/141.pl lib/unicore/In/142.pl
25869            + lib/unicore/In/143.pl lib/unicore/In/144.pl
25870            + lib/unicore/In/145.pl lib/unicore/In/146.pl
25871            + lib/unicore/In/147.pl lib/unicore/In/148.pl
25872            + lib/unicore/In/149.pl lib/unicore/In/150.pl
25873            + lib/unicore/In/151.pl lib/unicore/In/152.pl
25874            + lib/unicore/In/153.pl lib/unicore/In/154.pl
25875            + lib/unicore/In/155.pl lib/unicore/In/156.pl
25876            + lib/unicore/In/157.pl lib/unicore/In/158.pl
25877            + lib/unicore/In/159.pl lib/unicore/In/160.pl
25878            + lib/unicore/In/161.pl lib/unicore/In/162.pl
25879            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
25880            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
25881            ! pod/perlunicode.pod
25882 ____________________________________________________________________________
25883 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
25884         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
25885              From: "Craig A. Berry" <craigberry@mac.com>
25886              Date: Wed, 03 Oct 2001 17:45:25 -0500
25887              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
25888              
25889              (the lib/Term/Complete.t patched differently by #12332)
25890      Branch: perl
25891            ! lib/ExtUtils/Command.t
25892 ____________________________________________________________________________
25893 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
25894         Log: Restore only if something to restore.
25895      Branch: perl
25896            ! lib/Term/Complete.t
25897 ____________________________________________________________________________
25898 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
25899         Log: Update various resources for credits,
25900              minor icons fixes, and versions.
25901      Branch: maint-5.6/macperl
25902            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
25903            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
25904            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
25905 ____________________________________________________________________________
25906 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
25907         Log: Quiet the warnings about using undef value
25908      Branch: maint-5.6/macperl
25909            ! lib/File/Temp.pm
25910 ____________________________________________________________________________
25911 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
25912         Log: Fix up Ballon Help and Help menu docs (first pass);
25913              remove balloon rez file, and autogenerate with
25914              Balloon2Rez instead.
25915      Branch: maint-5.6/macperl
25916            + macos/macperl/macscripts/Balloon2Rez
25917            - macos/macperl/MPBalloons.r
25918            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
25919 ____________________________________________________________________________
25920 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
25921         Log: Allow overriding of defaults, for change #12327.
25922      Branch: maint-5.6/macperl
25923            ! perl.h
25924 ____________________________________________________________________________
25925 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
25926         Log: Override PerlProc_exit.
25927      Branch: maint-5.6/macperl
25928            ! macos/macish.h
25929 ____________________________________________________________________________
25930 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
25931         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
25932      Branch: maint-5.6/macperl
25933            + macos/bundled_lib/blib/lib/MD5.pm
25934            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
25935            + macos/lib/Mac/AETE/Dialect.pm
25936            + macos/lib/Mac/AETE/Format/Converter.pm
25937            + macos/lib/Mac/AETE/Format/Dictionary.pm
25938            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
25939            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
25940            + macos/lib/Mac/Toolbox.pod
25941            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
25942 ____________________________________________________________________________
25943 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
25944         Log: Sync up silly CVS headers ... I should commit CVS
25945              first to avoid this ...
25946      Branch: maint-5.6/macperl
25947            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
25948            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
25949            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
25950            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
25951 ____________________________________________________________________________
25952 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
25953         Log: Fix Matthias' address, and attributions.
25954      Branch: maint-5.6/macperl
25955            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
25956            ! pod/perlport.pod
25957 ____________________________________________________________________________
25958 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
25959         Log: Fix Matthias' address, and attributions.
25960      Branch: maint-5.6/macperl
25961            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
25962            ! macos/ext/Mac/Components/Components.pm
25963            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
25964            ! macos/ext/Mac/Dialogs/Dialogs.pm
25965            ! macos/ext/Mac/Events/Events.pm
25966            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
25967            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
25968            ! macos/ext/Mac/Gestalt/Gestalt.pm
25969            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
25970            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
25971            ! macos/ext/Mac/Menus/Menus.pm
25972            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
25973            ! macos/ext/Mac/Movies/Movies.pm
25974            ! macos/ext/Mac/Navigation/Navigation.pm
25975            ! macos/ext/Mac/Notification/Notification.pm
25976            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
25977            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
25978            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
25979            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
25980            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
25981            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
25982            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
25983            ! macos/ext/Mac/StandardFile/StandardFile.pm
25984            ! macos/ext/Mac/TextEdit/TextEdit.pm
25985            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
25986            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
25987            ! macos/lib/Mac/LowMem.pm
25988 ____________________________________________________________________________
25989 [ 12322] By: sky                                   on 2001/10/03  18:41:07
25990         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
25991              From: "Craig A. Berry" <craigberry@mac.com>
25992              Date: Wed, 03 Oct 2001 14:30:55 -0500
25993              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
25994      Branch: perl
25995            ! vms/vms.c
25996 ____________________________________________________________________________
25997 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
25998         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
25999              From: "Craig A. Berry" <craigberry@mac.com>
26000              Date: Wed, 03 Oct 2001 14:30:55 -0500
26001              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
26002      Branch: perl
26003            ! vms/vms.c
26004 ____________________________________________________________________________
26005 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
26006         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
26007              only IsL&) and Inherited (negative lookahead good);
26008              add tests for Common, Inherited, and L&.
26009      Branch: perl
26010            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
26011 ____________________________________________________________________________
26012 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
26013         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
26014              (The Unicode standard uses L& quite often.)
26015      Branch: perl
26016            ! lib/utf8_heavy.pl
26017 ____________________________________________________________________________
26018 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
26019         Log: Add the 'Common' Unicode property (code points not
26020              explicitly assigned to any other script).
26021      Branch: perl
26022            + lib/unicore/In/136.pl
26023            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
26024 ____________________________________________________________________________
26025 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
26026         Log: Skip the RV printing test under threads until fixed.
26027      Branch: perl
26028            ! ext/B/t/terse.t
26029 ____________________________________________________________________________
26030 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
26031         Log: Subject: 12309 / cygwin / win2k
26032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26033              Date: Wed, 03 Oct 2001 15:25:15 +0200
26034              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
26035      Branch: perl
26036            ! makedef.pl
26037 ____________________________________________________________________________
26038 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
26039         Log: Metaconfig unit change for #12314.
26040      Branch: metaconfig
26041            ! U/modified/Head.U
26042 ____________________________________________________________________________
26043 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
26044         Log: Subject: Both cygwin and djgpp on one machine
26045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26046              Date: Wed, 03 Oct 2001 15:02:59 +0200
26047              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
26048      Branch: perl
26049            ! Configure
26050 ____________________________________________________________________________
26051 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
26052         Log: (retracted by #12338)
26053              
26054              Subject: [PATCH] Code clean up for perlboot.pod
26055              From: Casey West <casey@geeknest.com>
26056              Date: Tue, 2 Oct 2001 19:24:43 -0400
26057              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
26058              
26059              Subject: [PATCH] Code clean up for perlbot.diff
26060              From: Casey West <casey@geeknest.com>
26061              Date: Tue, 2 Oct 2001 19:25:22 -0400
26062              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
26063              
26064              Subject: [PATCH] Code clean up for perlcall.pod
26065              From: Casey West <casey@geeknest.com>
26066              Date: Tue, 2 Oct 2001 19:25:57 -0400
26067              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
26068              
26069              Subject: [PATCH] Code clean up for perldata.pod
26070              From: Casey West <casey@geeknest.com>
26071              Date: Tue, 2 Oct 2001 19:26:29 -0400
26072              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
26073              
26074              Subject: [PATCH] Code clean up for perldbmfilter.pod
26075              From: Casey West <casey@geeknest.com>
26076              Date: Tue, 2 Oct 2001 19:26:59 -0400
26077              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
26078              
26079              Subject: [PATCH] Code clean up for perlebcdic.pod
26080              From: Casey West <casey@geeknest.com>
26081              Date: Tue, 2 Oct 2001 19:27:37 -0400
26082              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
26083      Branch: perl
26084            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
26085            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
26086 ____________________________________________________________________________
26087 [ 12312] By: ams                                   on 2001/10/02  23:43:55
26088         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
26089              From: Michael G Schwern <schwern@pobox.com>
26090              Date: Tue, 2 Oct 2001 17:00:49 -0400
26091              Message-Id: <20011002170049.A9955@blackrider>
26092      Branch: perl
26093            ! lib/ExtUtils/MakeMaker.pm
26094 ____________________________________________________________________________
26095 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
26096         Log: FAQ sync.
26097      Branch: perl
26098            ! pod/perlfaq3.pod
26099 ____________________________________________________________________________
26100 [ 12310] By: nick                                  on 2001/10/02  16:09:49
26101         Log: Integrate mainline
26102      Branch: perlio
26103           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
26104           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
26105           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
26106           !> patchlevel.h t/op/pat.t
26107 ____________________________________________________________________________
26108 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
26109         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
26110              not just one single space.
26111      Branch: perl
26112            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
26113 ____________________________________________________________________________
26114 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
26115         Log: AUTHORS updates.
26116      Branch: perl
26117            ! AUTHORS
26118 ____________________________________________________________________________
26119 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
26120         Log: Update Changes.
26121      Branch: perl
26122            ! Changes patchlevel.h
26123 ____________________________________________________________________________
26124 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
26125         Log: Work around old buggy glibcs for langinfo constants,
26126              from Nicholas Clark and David Dyck.
26127      Branch: perl
26128            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
26129 ____________________________________________________________________________
26130 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
26131         Log: Eradicate Time::Piece; add an example.
26132      Branch: perl
26133            ! ext/I18N/Langinfo/Langinfo.pm
26134 ____________________________________________________________________________
26135 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
26136         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
26137              From: Robert Spier <rspier@pobox.com>
26138              Date: Mon, 1 Oct 2001 23:20:16 -0700
26139              Message-ID: <15289.23712.422087.878224@rls.cx>
26140      Branch: perl
26141            ! lib/Pod/Html.pm
26142 ____________________________________________________________________________
26143 [ 12303] By: sky                                   on 2001/10/02  10:40:57
26144         Log: Fixes obscure bug that manifests itself by.
26145              local $!=0;undef*STDOUT;#segfaults
26146              Has been around for a while. Possible other magic IO vars are
26147              possibly affected as well. Reported by Jos Boumans.
26148      Branch: perl
26149            ! mg.c
26150 ____________________________________________________________________________
26151 [ 12302] By: nick                                  on 2001/10/02  09:00:52
26152         Log: Integrate mainline
26153      Branch: perlio
26154           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
26155           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
26156           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
26157 ____________________________________________________________________________
26158 [ 12301] By: nick                                  on 2001/10/02  08:40:57
26159         Log: Integrate mainline + lib/open.t patch from Chromatic
26160      Branch: perlio
26161           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
26162            ! lib/open.t
26163           !> (integrate 29 files)
26164 ____________________________________________________________________________
26165 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
26166         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
26167              Until it has, better stop early if someone requests threads.
26168      Branch: perl
26169            ! hints/darwin.sh
26170 ____________________________________________________________________________
26171 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
26172         Log: Subject: [ID 20011001.011] redundant code in t/TEST
26173              From: David Dyck <dcd@tc.fluke.com>
26174              Date: Mon, 1 Oct 2001 12:56:24 -0700
26175              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
26176      Branch: perl
26177            ! t/TEST
26178 ____________________________________________________________________________
26179 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
26180         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
26181              From: "chromatic" <chromatic@rmci.net>
26182              Date: Mon, 01 Oct 2001 12:27:12 -0600
26183              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
26184      Branch: perl
26185            ! lib/Term/Cap.t
26186 ____________________________________________________________________________
26187 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
26188         Log: UNICOS testing patches from Nicholas Clark.
26189      Branch: perl
26190            ! t/op/arith.t t/op/pack.t
26191 ____________________________________________________________________________
26192 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
26193         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
26194              From: "chromatic" <chromatic@rmci.net>
26195              Date: Mon, 01 Oct 2001 10:21:51 -0600
26196              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
26197      Branch: perl
26198            ! lib/open.t
26199 ____________________________________________________________________________
26200 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
26201         Log: Make missing the RADIXCHAR a softer, gentler error.
26202      Branch: perl
26203            ! ext/I18N/Langinfo/Langinfo.t
26204 ____________________________________________________________________________
26205 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
26206         Log: Nuke also the LANG because of glibc.
26207      Branch: perl
26208            ! lib/open.t
26209 ____________________________________________________________________________
26210 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
26211         Log: Also the ^Is is optional.
26212      Branch: perl
26213            ! pod/perlunicode.pod t/op/pat.t
26214 ____________________________________________________________________________
26215 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
26216         Log: Be careful to pull chars from the varargs stack when
26217              formatting chars.
26218      Branch: perl
26219            ! regcomp.c
26220 ____________________________________________________________________________
26221 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
26222         Log: sortsv not in place anymore, noticed by John P. Linderman.
26223      Branch: perl
26224            ! pod/perlapi.pod pp_ctl.c
26225 ____________________________________________________________________________
26226 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
26227         Log: Make the diagnostic messages more neutral.
26228      Branch: perl
26229            ! ext/B/t/terse.t
26230 ____________________________________________________________________________
26231 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
26232         Log: Forgotten from #12288.
26233      Branch: perl
26234            ! ext/Data/Dumper/Dumper.pm
26235 ____________________________________________________________________________
26236 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
26237         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
26238              From: Brian Ingerson <ingy@ttul.org>
26239              Date: Sun, 30 Sep 2001 21:45:56 -0700
26240              Message-ID: <20010930214556.D26392@ttul.org>
26241              
26242              (remember also the #12289)
26243      Branch: perl
26244            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
26245 ____________________________________________________________________________
26246 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
26247         Log: More Unicode property tests for the abbreviated
26248              general properties.
26249      Branch: perl
26250            ! t/op/pat.t
26251 ____________________________________________________________________________
26252 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
26253         Log: Further tweaks to the Unicode properties.
26254      Branch: perl
26255            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
26256 ____________________________________________________________________________
26257 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
26258         Log: Retract #12284.
26259      Branch: perl
26260            ! lib/Term/Cap.t
26261 ____________________________________________________________________________
26262 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
26263         Log: (Retracted by #12285)
26264      Branch: perl
26265            ! lib/Term/Cap.t
26266 ____________________________________________________________________________
26267 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
26268         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
26269              From: "chromatic" <chromatic@rmci.net>  
26270              Date: Sun, 30 Sep 2001 16:10:02 -0600
26271              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
26272      Branch: perl
26273            + lib/Term/Cap.t
26274            ! MANIFEST
26275 ____________________________________________________________________________
26276 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
26277         Log: Use stty -g to restore the terminal state, do not even
26278              try to run the tests if stty -g is not available.
26279      Branch: perl
26280            ! lib/Term/Complete.t
26281 ____________________________________________________________________________
26282 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
26283         Log: Cleanup utf8_heavy; allow dropping the In prefix from
26284              Unicode script/block properties.
26285      Branch: perl
26286            ! lib/utf8_heavy.pl
26287 ____________________________________________________________________________
26288 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
26289         Log: Retract the #12259 for now.
26290      Branch: perl
26291            ! embed.h embed.pl sv.h
26292 ____________________________________________________________________________
26293 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
26294         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
26295      Branch: perl
26296            + lib/Text/TabsWrap/CHANGELOG
26297            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
26298 ____________________________________________________________________________
26299 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
26300         Log: #12272 wasn't right, it introduced an extra ().
26301      Branch: perl
26302            ! lib/utf8_heavy.pl
26303 ____________________________________________________________________________
26304 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
26305         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
26306              From: Jonathan Stowe <gellyfish@gellyfish.com>
26307              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
26308              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
26309      Branch: perl
26310            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
26311 ____________________________________________________________________________
26312 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
26313         Log: Subject: Patch to put qsortsv in the public API
26314              From: Brian Ingerson <ingy@ttul.org>
26315              Date: Sat, 29 Sep 2001 17:41:13 -0700
26316              Message-ID: <20010929174113.A30223@ttul.org>
26317      Branch: perl
26318            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
26319 ____________________________________________________________________________
26320 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
26321         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
26322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26323              Date: Sat, 29 Sep 2001 23:54:48 +0200
26324              Message-ID: <20010929235448.A5017@rafael>
26325      Branch: perl
26326            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
26327 ____________________________________________________________________________
26328 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
26329         Log: FAQ sync.
26330      Branch: perl
26331            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26332            ! pod/perlfaq9.pod
26333 ____________________________________________________________________________
26334 [ 12273] By: bailey                                on 2001/09/29  23:43:46
26335         Log: Resync with mainline
26336      Branch: vmsperl
26337           +> (branch 1207 files)
26338            - (delete 324 files)
26339           !> (integrate 866 files)
26340 ____________________________________________________________________________
26341 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
26342         Log: Nasty recursion trap if one would match Unicode.
26343      Branch: perl
26344            ! lib/utf8_heavy.pl
26345 ____________________________________________________________________________
26346 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
26347         Log: More Unicode todo.
26348      Branch: perl
26349            ! pod/perltodo.pod
26350 ____________________________________________________________________________
26351 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
26352         Log: Explain a bit the new more flexible \p\P syntax.
26353      Branch: perl
26354            ! pod/perlunicode.pod
26355 ____________________________________________________________________________
26356 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
26357         Log: More leniency to the \p and \P: now can have whitespace
26358              between the property definition and the curlies; now can
26359              invert the property by having a caret between the open
26360              curly and the property.
26361      Branch: perl
26362            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
26363 ____________________________________________________________________________
26364 [ 12268] By: nick                                  on 2001/09/29  17:39:26
26365         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
26366              one test (lib/open.t) fails
26367      Branch: perlio
26368           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
26369           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
26370           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
26371           +> lib/Tie/Scalar.t lib/open.t
26372            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
26373            - ext/B/Stash.t
26374           !> (integrate 62 files)
26375 ____________________________________________________________________________
26376 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
26377         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
26378      Branch: perl
26379            ! t/op/chdir.t
26380 ____________________________________________________________________________
26381 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
26382         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
26383              From: "Craig A. Berry" <craigberry@mac.com> 
26384              Date: Sat, 29 Sep 2001 09:35:33 -0500
26385              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
26386      Branch: perl
26387            ! t/op/chdir.t
26388 ____________________________________________________________________________
26389 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
26390         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
26391              From: "chromatic" <chromatic@rmci.net>
26392              Date: Fri, 28 Sep 2001 21:20:12 -0600
26393              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
26394      Branch: perl
26395            + lib/Tie/Scalar.t
26396            ! MANIFEST lib/Tie/Scalar.pm
26397 ____________________________________________________________________________
26398 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
26399         Log: Allow for more flexibility in the \p{In...} names, now
26400              case doesn't matter, and any space or dash can be
26401              matched by any space, dash, underbar, or empty.
26402              (may be going too far on leniency)
26403      Branch: perl
26404            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
26405            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
26406            ! t/op/pat.t
26407 ____________________________________________________________________________
26408 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
26409         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
26410              From: "chromatic" <chromatic@rmci.net>
26411              Date: Fri, 28 Sep 2001 17:39:50 -0600
26412              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
26413      Branch: perl
26414            + lib/open.t
26415            ! MANIFEST
26416 ____________________________________________________________________________
26417 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
26418         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
26419              From: "Craig A. Berry" <craigberry@mac.com>
26420              Date: Fri, 28 Sep 2001 16:24:51 -0500
26421              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
26422      Branch: perl
26423            ! ext/File/Glob/t/basic.t
26424 ____________________________________________________________________________
26425 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
26426         Log: Subject: [DOC PATCH] Carp.pm pod typo
26427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26428              Date: Fri, 28 Sep 2001 23:14:51 +0200
26429              Message-ID: <20010928231451.E16889@rafael>
26430      Branch: perl
26431            ! lib/Carp.pm
26432 ____________________________________________________________________________
26433 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
26434         Log: Subject: [PATCH] Allow an @INC hook to set %INC
26435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26436              Date: Fri, 28 Sep 2001 22:18:13 +0200
26437              Message-ID: <20010928221813.A16889@rafael>
26438      Branch: perl
26439            ! pp_ctl.c
26440 ____________________________________________________________________________
26441 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
26442         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
26443              From: Nicholas Clark <nick@ccl4.org>
26444              Date: Fri, 28 Sep 2001 23:39:33 +0100
26445              Message-ID: <20010928233933.C23673@plum.flirble.org>
26446      Branch: perl
26447            ! embed.h embed.pl sv.h
26448 ____________________________________________________________________________
26449 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
26450         Log: Update Changes.
26451      Branch: perl
26452            ! Changes patchlevel.h
26453 ____________________________________________________________________________
26454 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
26455         Log: Move the B tests to B/t.
26456      Branch: perl
26457            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
26458            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
26459            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
26460            - ext/B/Showlex.t ext/B/Stash.t
26461            ! MANIFEST
26462 ____________________________________________________________________________
26463 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
26464         Log: Forgot from #12254.
26465      Branch: perl
26466            + ext/B/B/Terse.t
26467 ____________________________________________________________________________
26468 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
26469         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
26470              From: "chromatic" <chromatic@rmci.net>
26471              Date: Thu, 27 Sep 2001 23:22:17 -0600
26472              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
26473      Branch: perl
26474            ! MANIFEST
26475 ____________________________________________________________________________
26476 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
26477         Log: Test numbering mismatch.
26478      Branch: perl
26479            ! t/op/chdir.t
26480 ____________________________________________________________________________
26481 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
26482         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
26483              From: "Craig A. Berry" <craigberry@mac.com>
26484              Date: Wed, 26 Sep 2001 17:43:14 -0500
26485              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
26486      Branch: perl
26487            ! iperlsys.h t/op/chdir.t
26488 ____________________________________________________________________________
26489 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
26490         Log: Subject: [PATCH gv.c] make __ANON__ global
26491              From: Robin Barker <rmb1@cise.npl.co.uk>
26492              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
26493              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
26494      Branch: perl
26495            ! gv.c t/op/anonsub.t t/op/runlevel.t
26496 ____________________________________________________________________________
26497 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
26498         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
26499              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26500              Date: Thu, 27 Sep 2001 22:34:32 +0200
26501              Message-ID: <20010927223432.A1485@rafael>
26502      Branch: perl
26503            ! ext/B/B/Terse.pm
26504 ____________________________________________________________________________
26505 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
26506         Log: (retracted by #12338)
26507              
26508              Subject: [PATCH] Cleanup of perldsc.pod      
26509              From: Casey West <casey@geeknest.com>
26510              Date: Thu, 27 Sep 2001 11:13:17 -0400
26511              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
26512      Branch: perl
26513            ! pod/perldsc.pod
26514 ____________________________________________________________________________
26515 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
26516         Log: Not everyone is using ithreads...
26517      Branch: perl
26518            ! ext/Devel/Peek/Peek.t
26519 ____________________________________________________________________________
26520 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
26521         Log: Document the nss_delete core dump workaround for HP-UX
26522              and Solaris, bug IDs 20010805.018 and 20010629.004.
26523      Branch: perl
26524            ! README.hpux README.solaris
26525 ____________________________________________________________________________
26526 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
26527         Log: Dump Unicode hash keys also as Unicode,
26528              not just as a byte string.
26529      Branch: perl
26530            ! dump.c ext/Devel/Peek/Peek.t
26531 ____________________________________________________________________________
26532 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
26533         Log: Integrate changes #12241 and #12242 from macperl:
26534              
26535              Remove unneeded disabling of umask() calls
26536              
26537              Note (get|set)sockopt are available.
26538      Branch: perl
26539           !> lib/File/Temp.pm pod/perlport.pod
26540 ____________________________________________________________________________
26541 [ 12244] By: sky                                   on 2001/09/27  08:53:00
26542         Log: Flush buffers on thread closedown.
26543      Branch: perl
26544            ! ext/threads/threads.xs
26545 ____________________________________________________________________________
26546 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
26547         Log: Dump SvUTF8(sv)s also as \x{...}.
26548              
26549              TODO: dump the SvUTF8() hash keys similarly. 
26550      Branch: perl
26551            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
26552 ____________________________________________________________________________
26553 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
26554         Log: Note (get|set)sockopt are available.
26555      Branch: maint-5.6/macperl
26556            ! pod/perlport.pod
26557 ____________________________________________________________________________
26558 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
26559         Log: Remove unneeded disabling of umask() calls
26560      Branch: maint-5.6/macperl
26561            ! lib/File/Temp.pm
26562 ____________________________________________________________________________
26563 [ 12240] By: sky                                   on 2001/09/26  18:44:56
26564         Log: Documention update
26565      Branch: perl
26566            ! ext/threads/threads.pm
26567 ____________________________________________________________________________
26568 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
26569         Log: Update Changes.
26570      Branch: perl
26571            ! Changes patchlevel.h
26572 ____________________________________________________________________________
26573 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
26574         Log: Check that all environment variables are tainted.
26575      Branch: perl
26576            ! t/op/taint.t
26577 ____________________________________________________________________________
26578 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
26579         Log: Manual integration error in #12235.
26580      Branch: perl
26581            ! lib/File/DosGlob.t
26582 ____________________________________________________________________________
26583 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
26584         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
26585              From: "chromatic" <chromatic@rmci.net>
26586              Date: Tue, 25 Sep 2001 23:57:07 -0600
26587              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
26588      Branch: perl
26589            ! perlio.c
26590 ____________________________________________________________________________
26591 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
26592         Log: Integrate macperl changes from Chris Nandor:
26593              12192 11817 11815 11813 11778 11775
26594              
26595              Update CPAN.pm to work with new Mac::BuildTools instead
26596              of ExtUtils::MM_MacOS "orphan" functions
26597              
26598              Fix test
26599              
26600              Make syntax check report in MPW style, fix tests
26601              to use Mac::err=unix to get normal-style error
26602              messages.
26603              
26604              More module and test ports from Thomas Wegner et al
26605              
26606              Fix open of /dev/null for Mac OS
26607              
26608              Allow for platforms to override formatting of errors
26609              on output from Matthias Neeracher (core files)
26610      Branch: perl
26611            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
26612            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
26613            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
26614           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
26615           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
26616           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
26617 ____________________________________________________________________________
26618 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
26619         Log: grrr.
26620      Branch: perl
26621            ! t/op/gv.t
26622 ____________________________________________________________________________
26623 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
26624         Log: Retract #12232.
26625      Branch: perl
26626            ! t/op/gv.t
26627 ____________________________________________________________________________
26628 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
26629         Log: (Retracted by #12233.)
26630      Branch: perl
26631            ! t/op/gv.t
26632 ____________________________________________________________________________
26633 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
26634         Log: Detypo.
26635      Branch: perl
26636            ! ext/Encode/Makefile.PL
26637 ____________________________________________________________________________
26638 [ 12230] By: sky                                   on 2001/09/26  11:36:23
26639         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
26640              We are using a "delay" here because we do not want to depend on thread synchronization issues.
26641      Branch: perl
26642            + ext/threads/t/stress_cv.t
26643            ! MANIFEST ext/threads/t/stress_string.t
26644 ____________________________________________________________________________
26645 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
26646         Log: NetWare tweak from Ananth Kesari.
26647      Branch: perl
26648            ! NetWare/t/Readme.txt
26649 ____________________________________________________________________________
26650 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
26651         Log: Trick to fool case-blind filesystems.
26652      Branch: perl
26653            ! ext/Encode/Makefile.PL
26654 ____________________________________________________________________________
26655 [ 12227] By: sky                                   on 2001/09/26  11:06:50
26656         Log: Threads can start executing in a different order than they were
26657              created.... so we cannot ok() inside the threadstarter.
26658      Branch: perl
26659            ! ext/threads/t/stress_string.t
26660 ____________________________________________________________________________
26661 [ 12226] By: sky                                   on 2001/09/26  07:41:45
26662         Log: Add in stress_string.t to stress test threads a bit more.
26663      Branch: perl
26664            + ext/threads/t/stress_string.t
26665            ! MANIFEST
26666 ____________________________________________________________________________
26667 [ 12225] By: sky                                   on 2001/09/26  07:04:21
26668         Log: Fix negative refcount introduced by #12223.
26669      Branch: perl
26670            ! ext/threads/threads.xs
26671 ____________________________________________________________________________
26672 [ 12224] By: sky                                   on 2001/09/26  06:57:58
26673         Log: Update documentation to match change #12223
26674      Branch: perl
26675            ! sharedsv.c
26676 ____________________________________________________________________________
26677 [ 12223] By: sky                                   on 2001/09/26  06:54:32
26678         Log: Use a separate interpreter for the sharedsv space. Another
26679              negative sv leak. Sigh.
26680      Branch: perl
26681            ! sharedsv.c
26682 ____________________________________________________________________________
26683 [ 12222] By: sky                                   on 2001/09/26  05:58:35
26684         Log: Do the environ assignment in perl_contruct to match perl_destruct.
26685              Now we don't need to perl_parse/perl_run. However environ is a
26686              global....
26687      Branch: perl
26688            ! perl.c
26689 ____________________________________________________________________________
26690 [ 12221] By: sky                                   on 2001/09/26  05:41:02
26691         Log: Move the creation of PL_strtab to perl_construct so we can work
26692              with HV and HEs without running perl_parse.
26693      Branch: perl
26694            ! perl.c
26695 ____________________________________________________________________________
26696 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
26697         Log: integrate macperl changes into maint-5.6
26698      Branch: maint-5.6/perl
26699           !> (integrate 26 files)
26700 ____________________________________________________________________________
26701 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
26702         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
26703              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
26704      Branch: maint-5.6/macperl
26705            ! macos/ext/Mac/Fonts/Fonts.xs
26706            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
26707 ____________________________________________________________________________
26708 [ 12218] By: ams                                   on 2001/09/25  23:31:33
26709         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
26710              From: Nicholas Clark <nick@ccl4.org>
26711              Date: Wed, 26 Sep 2001 01:20:20 +0100
26712              Message-Id: <20010926012020.B48092@plum.flirble.org>
26713      Branch: perl
26714            ! lib/AutoSplit.t
26715 ____________________________________________________________________________
26716 [ 12217] By: ams                                   on 2001/09/25  22:33:05
26717         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
26718              From: "Craig A. Berry" <craigberry@mac.com>
26719              Date: Tue, 25 Sep 2001 18:08:42 -0500
26720              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
26721      Branch: perl
26722            ! vms/vms.c
26723 ____________________________________________________________________________
26724 [ 12216] By: ams                                   on 2001/09/25  21:41:01
26725         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
26726              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
26727              From: Michael G Schwern <schwern@pobox.com>
26728              Date: Wed, 26 Sep 2001 00:38:21 -0400
26729              Message-Id: <20010926003821.A627@blackrider>
26730      Branch: perl
26731            ! lib/AutoSplit.t
26732 ____________________________________________________________________________
26733 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
26734         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
26735              From: Michael G Schwern <schwern@pobox.com>
26736              Date: Tue, 25 Sep 2001 17:43:49 -0400
26737              Message-ID: <20010925174349.B19534@blackrider>
26738      Branch: perl
26739            ! lib/Test/Simple.pm lib/Test/Utils.pm
26740 ____________________________________________________________________________
26741 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
26742         Log: Integrate changes from bleadperl.
26743      Branch: maint-5.6/macperl
26744           !> pod/perlport.pod
26745 ____________________________________________________________________________
26746 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
26747         Log: skip($mess) should result in one skip.
26748      Branch: perl
26749            ! t/test.pl
26750 ____________________________________________________________________________
26751 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
26752         Log: Integrate change #12200 from maintperl.
26753      Branch: maint-5.6/macperl
26754           !> win32/perlhost.h
26755 ____________________________________________________________________________
26756 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
26757         Log: Fix file types to "apple"
26758      Branch: maint-5.6/macperl
26759            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
26760            ! macos/ext/Mac/SAT/t/Collision.rsrc
26761 ____________________________________________________________________________
26762 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
26763         Log: Fix rsrc file as snd file; fix path in t file.
26764      Branch: maint-5.6/macperl
26765            ! macos/ext/Mac/Notification/t/Notification.rsrc
26766            ! macos/ext/Mac/Notification/t/Notification.t
26767 ____________________________________________________________________________
26768 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
26769         Log: Sync up with File::Find from bleadperl.
26770      Branch: maint-5.6/macperl
26771            ! lib/File/Find.pm t/lib/filefind-taint.t
26772 ____________________________________________________________________________
26773 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
26774         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
26775              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
26776              of hundreds)
26777      Branch: maint-5.6/macperl
26778            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
26779            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
26780            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
26781 ____________________________________________________________________________
26782 [ 12207] By: nick                                  on 2001/09/25  19:04:36
26783         Log: Integrate mainline (untested while modem is up)
26784      Branch: perlio
26785           +> lib/AutoSplit.t t/test.pl
26786            - lib/warnings/register.t
26787           !> (integrate 28 files)
26788 ____________________________________________________________________________
26789 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
26790         Log: perldiag entry for #12205.
26791      Branch: perl
26792            ! pod/perldiag.pod
26793 ____________________________________________________________________________
26794 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
26795         Log: Subject: [PATCH] warning on v-string in use/require
26796              From: John Peacock <jpeacock@rowman.com>
26797              Date: Mon, 24 Sep 2001 17:29:03 -0400
26798              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
26799      Branch: perl
26800            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
26801 ____________________________________________________________________________
26802 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
26803         Log: perltooc et al updates.
26804      Branch: perl
26805            ! plan9/mkfile pod/roffitall
26806 ____________________________________________________________________________
26807 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
26808         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
26809              From: Michael G Schwern <schwern@pobox.com>
26810              Date: Sun, 23 Sep 2001 00:07:12 -0400
26811              Message-ID: <20010923000712.A7005@blackrider>
26812      Branch: perl
26813            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
26814 ____________________________________________________________________________
26815 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
26816         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
26817              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26818              Date: Wed, 26 Sep 2001 01:25:10 +0900
26819              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
26820      Branch: perl
26821            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
26822            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
26823            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
26824 ____________________________________________________________________________
26825 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
26826         Log: Integrate change #12200 from maintperl;
26827              on windows, virtualized environment could propagate deleted variables
26828              into children if they happen to be at the very end of the table
26829      Branch: perl
26830           !> win32/perlhost.h
26831 ____________________________________________________________________________
26832 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
26833         Log: on windows, virtualized environment could propagate deleted variables
26834              into children if they happen to be at the very end of the table
26835              (thanks for succinct test case from Johan Holmberg, and fix from
26836              Doug Lankshear)
26837      Branch: maint-5.6/perl
26838            ! win32/perlhost.h
26839 ____________________________________________________________________________
26840 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
26841         Log: avoid the use of ftime() (it does a useless, potentially
26842              expensive call to GetTimeZoneInformation()); this potentially
26843              also results in three more digits of precision from
26844              Time::HiRes::time()
26845      Branch: perl
26846            ! ext/Time/HiRes/HiRes.xs
26847 ____________________________________________________________________________
26848 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
26849         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
26850              
26851              Note: io/binmode is failing, have to figure out why.
26852      Branch: perl
26853            + t/test.pl
26854            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
26855            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
26856            ! t/run/exit.t
26857 ____________________________________________________________________________
26858 [ 12197] By: ams                                   on 2001/09/25  13:48:55
26859         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
26860              From: Nicholas Clark <nick@ccl4.org>
26861              Date: Tue, 25 Sep 2001 00:37:40 +0100
26862              Message-Id: <20010925003740.S4971@plum.flirble.org>
26863              (Further changes expected.)
26864      Branch: perl
26865            + lib/AutoSplit.t
26866            ! MANIFEST
26867 ____________________________________________________________________________
26868 [ 12196] By: sky                                   on 2001/09/25  13:37:12
26869         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
26870              _ftime to try and be more robust.
26871      Branch: perl
26872            ! ext/Time/HiRes/HiRes.xs
26873 ____________________________________________________________________________
26874 [ 12194] By: ams                                   on 2001/09/25  11:40:00
26875         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
26876              From: "Craig A. Berry" <craigberry@mac.com>
26877              Date: Mon, 24 Sep 2001 17:54:20 -0500
26878              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
26879      Branch: perl
26880            ! vms/descrip_mms.template
26881 ____________________________________________________________________________
26882 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
26883         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
26884              not working, cursor not spinning (Bug #422129); external
26885              editor problems (Bug #456329); escape/cmd-. not activating
26886              "Cancel" in Save dialog box (Bug #446960); Runtimes not
26887              executing on launch (Bug #464441).
26888      Branch: maint-5.6/macperl
26889            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
26890            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
26891            ! macos/macperl/MacPerl.r
26892 ____________________________________________________________________________
26893 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
26894         Log: Update CPAN.pm to work with new Mac::BuildTools instead
26895              of ExtUtils::MM_MacOS "orphan" functions
26896      Branch: maint-5.6/macperl
26897            ! lib/CPAN.pm
26898 ____________________________________________________________________________
26899 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
26900         Log: Fix up another xsubpp problem (Matthias Neeracher)
26901      Branch: maint-5.6/macperl
26902            ! macos/xsubpp
26903 ____________________________________________________________________________
26904 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
26905         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
26906      Branch: maint-5.6/macperl
26907            ! macos/lib/ExtUtils/MM_MacOS.pm
26908 ____________________________________________________________________________
26909 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
26910         Log: Fix up Makefiles for more Mac:: modules (and prepare for
26911              static build ...?)
26912      Branch: maint-5.6/macperl
26913            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
26914            ! macos/macperl/Makefile.mk
26915 ____________________________________________________________________________
26916 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
26917         Log: Fix up tests
26918      Branch: maint-5.6/macperl
26919            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
26920 ____________________________________________________________________________
26921 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
26922         Log: Make malloc smarter, fix bugs.  (Bug #404030)
26923      Branch: maint-5.6/macperl
26924            ! macos/icemalloc.c macos/icemalloc.h
26925 ____________________________________________________________________________
26926 [ 12186] By: nick                                  on 2001/09/24  19:18:17
26927         Log: Integrate mainline
26928      Branch: perlio
26929           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
26930           +> lib/filetest.t
26931           !> (integrate 30 files)
26932 ____________________________________________________________________________
26933 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
26934         Log: Retract #12136, the warnings::register is already
26935              tested by t/lib/warnings/9enabled, as pointed out
26936              by Paul Marquess.
26937      Branch: perl
26938            - lib/warnings/register.t
26939            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
26940 ____________________________________________________________________________
26941 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
26942         Log: fix Time::HiRes implementation of gettimeofday() on windows
26943              (HiRes.t#14 now passes)
26944      Branch: perl
26945            ! ext/Time/HiRes/HiRes.xs
26946 ____________________________________________________________________________
26947 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
26948         Log: File::Spec::catfile() canonifies everything to blackslashes on
26949              windows :-(
26950      Branch: perl
26951            ! lib/ExtUtils/Manifest.t
26952 ____________________________________________________________________________
26953 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
26954         Log: test number mismatch
26955      Branch: perl
26956            ! t/op/magic.t
26957 ____________________________________________________________________________
26958 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
26959         Log: ok().
26960      Branch: perl
26961            ! t/op/pack.t
26962 ____________________________________________________________________________
26963 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
26964         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
26965              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26966      Branch: perl
26967            ! pp_pack.c t/op/pack.t
26968 ____________________________________________________________________________
26969 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
26970         Log: Update Changes.
26971      Branch: perl
26972            ! Changes patchlevel.h
26973 ____________________________________________________________________________
26974 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
26975         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
26976              From: Michael G Schwern <schwern@pobox.com>
26977              Date: Mon, 24 Sep 2001 11:12:13 -0400
26978              Message-ID: <20010924111213.G27885@blackrider>
26979      Branch: perl
26980            ! lib/ExtUtils/Manifest.pm
26981 ____________________________________________________________________________
26982 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
26983         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
26984              From: Michael G Schwern <schwern@pobox.com> 
26985              Date: Mon, 24 Sep 2001 11:02:07 -0400
26986              Message-ID: <20010924110207.E27885@blackrider>
26987      Branch: perl
26988            ! vms/test.com
26989 ____________________________________________________________________________
26990 [ 12176] By: ams                                   on 2001/09/24  14:01:59
26991         Log: Update Changes.
26992      Branch: perl
26993            ! Changes
26994 ____________________________________________________________________________
26995 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
26996         Log: Various cleanups.
26997      Branch: perl
26998            ! ext/threads/Makefile.PL ext/threads/threads.xs
26999 ____________________________________________________________________________
27000 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
27001         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
27002      Branch: maint-5.6/macperl
27003           !> (integrate 33 files)
27004 ____________________________________________________________________________
27005 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
27006         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
27007              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27008              Date: Mon, 24 Sep 2001 20:04:58 +0900
27009              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
27010      Branch: perl
27011            ! ext/Encode/Encode/gb2312.enc
27012 ____________________________________________________________________________
27013 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
27014         Log: Clarifying comment to #12164.
27015      Branch: perl
27016            ! lib/Cwd.pm
27017 ____________________________________________________________________________
27018 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
27019         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
27020              From: Nicholas Clark <nick@ccl4.org>
27021              Date: Sun, 23 Sep 2001 23:00:56 +0100
27022              Message-ID: <20010923230055.Y4971@plum.flirble.org>
27023              
27024              (with "sample_constants" changed to "fallback")
27025      Branch: perl
27026            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
27027            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
27028            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
27029            ! lib/h2xs.t utils/h2xs.PL
27030 ____________________________________________________________________________
27031 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
27032         Log: Metaconfig unit change for #12167.
27033      Branch: metaconfig
27034            ! U/modified/Cppsym.U
27035 ____________________________________________________________________________
27036 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
27037         Log: Add a few glibc cpp symbols to probe for.
27038      Branch: perl
27039            ! Configure
27040 ____________________________________________________________________________
27041 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
27042         Log: DJGPP tweaks for Laszlo Molnar.
27043      Branch: perl
27044            ! djgpp/djgppsed.sh dosish.h
27045 ____________________________________________________________________________
27046 [ 12165] By: ams                                   on 2001/09/24  10:07:08
27047         Log: Subject: [PATCH t/op/inccode.t] More tests
27048              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27049              Date: 24 Sep 2001 10:01:44 -0000
27050              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
27051      Branch: perl
27052            ! t/op/inccode.t
27053 ____________________________________________________________________________
27054 [ 12164] By: ams                                   on 2001/09/24  09:43:29
27055         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
27056              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
27057              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
27058              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
27059      Branch: perl
27060            ! lib/Cwd.pm
27061 ____________________________________________________________________________
27062 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
27063         Log: 1_compile updates.
27064      Branch: perl
27065            ! t/lib/1_compile.t
27066 ____________________________________________________________________________
27067 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
27068         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
27069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27070              Date: Wed, 19 Sep 2001 22:47:14 +0200
27071              Message-ID: <20010919224714.A6382@rafael>
27072      Branch: perl
27073            ! pod/perlvar.pod pp_ctl.c
27074 ____________________________________________________________________________
27075 [ 12161] By: ams                                   on 2001/09/23  17:40:02
27076         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
27077              filetest Pragma
27078              From: "chromatic" <chromatic@rmci.net>
27079              Date: Sun, 23 Sep 2001 12:07:25 -0600
27080              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
27081      Branch: perl
27082            + lib/filetest.t
27083            ! MANIFEST t/lib/1_compile.t
27084 ____________________________________________________________________________
27085 [ 12160] By: ams                                   on 2001/09/23  16:32:11
27086         Log: Additional minor chdir() tweak.
27087      Branch: perl
27088            ! pod/perlfunc.pod
27089 ____________________________________________________________________________
27090 [ 12159] By: ams                                   on 2001/09/23  16:25:01
27091         Log: Subject: PATCH lib/ExtUtils/Command.t
27092              From: Abe Timmerman <abe@ztreet.demon.nl>
27093              Date: Sun, 23 Sep 2001 19:11:44 +0200
27094              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
27095      Branch: perl
27096            ! lib/ExtUtils/Command.t
27097 ____________________________________________________________________________
27098 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
27099         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
27100              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27101              Date: Sun, 23 Sep 2001 02:02:26 +0200
27102              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
27103      Branch: perl
27104            ! makedef.pl
27105 ____________________________________________________________________________
27106 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
27107         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
27108              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
27109              Date: Sat, 22 Sep 2001 12:54:39 -0500
27110              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
27111      Branch: perl
27112            ! t/op/study.t
27113 ____________________________________________________________________________
27114 [ 12156] By: nick                                  on 2001/09/23  07:48:44
27115         Log: Integrate mainline
27116      Branch: perlio
27117            - check83.pl
27118           !> ext/Encode/Encode/2022-cn.enc
27119 ____________________________________________________________________________
27120 [ 12155] By: nick                                  on 2001/09/23  07:48:01
27121         Log: Integrate mainline
27122      Branch: perlio
27123           +> (branch 64 files)
27124            - ext/Encode/Encode/cns11643-1.enc
27125            - ext/Encode/Encode/cns11643-2.enc
27126            - ext/Encode/Encode/iso2022-cn.enc
27127            - ext/Encode/Encode/iso2022-jp.enc
27128            - ext/Encode/Encode/iso2022-jp1.enc
27129            - ext/Encode/Encode/iso2022-jp2.enc
27130            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27131            - ext/Encode/Encode/iso8859-1.enc
27132            - ext/Encode/Encode/iso8859-1.ucm
27133            - ext/Encode/Encode/iso8859-10.enc
27134            - ext/Encode/Encode/iso8859-10.ucm
27135            - ext/Encode/Encode/iso8859-13.enc
27136            - ext/Encode/Encode/iso8859-13.ucm
27137            - ext/Encode/Encode/iso8859-14.enc
27138            - ext/Encode/Encode/iso8859-14.ucm
27139            - ext/Encode/Encode/iso8859-15.enc
27140            - ext/Encode/Encode/iso8859-15.ucm
27141            - ext/Encode/Encode/iso8859-16.enc
27142            - ext/Encode/Encode/iso8859-16.ucm
27143            - ext/Encode/Encode/iso8859-2.enc
27144            - ext/Encode/Encode/iso8859-2.ucm
27145            - ext/Encode/Encode/iso8859-3.enc
27146            - ext/Encode/Encode/iso8859-3.ucm
27147            - ext/Encode/Encode/iso8859-4.enc
27148            - ext/Encode/Encode/iso8859-4.ucm
27149            - ext/Encode/Encode/iso8859-5.enc
27150            - ext/Encode/Encode/iso8859-5.ucm
27151            - ext/Encode/Encode/iso8859-6.enc
27152            - ext/Encode/Encode/iso8859-6.ucm
27153            - ext/Encode/Encode/iso8859-7.enc
27154            - ext/Encode/Encode/iso8859-7.ucm
27155            - ext/Encode/Encode/iso8859-8.enc
27156            - ext/Encode/Encode/iso8859-8.ucm
27157            - ext/Encode/Encode/iso8859-9.enc
27158            - ext/Encode/Encode/iso8859-9.ucm
27159            - ext/Encode/Encode/isoir-197.enc
27160            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
27161            - t/lib/sample-tests/header_at_end
27162            - t/lib/sample-tests/header_at_end_fail
27163           !> (integrate 174 files)
27164 ____________________________________________________________________________
27165 [ 12154] By: ams                                   on 2001/09/23  07:11:46
27166         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
27167              by Blair Zajac.
27168      Branch: perl
27169            ! pod/perlfunc.pod
27170 ____________________________________________________________________________
27171 [ 12153] By: ams                                   on 2001/09/23  06:56:32
27172         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
27173              Forgotten deprecation of *glob{FILEHANDLE}?
27174              From: "chromatic" <chromatic@rmci.net>
27175              Date: Sat, 22 Sep 2001 21:27:56 -0600
27176              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
27177      Branch: perl
27178            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
27179 ____________________________________________________________________________
27180 [ 12152] By: ams                                   on 2001/09/23  06:42:58
27181         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
27182              From: Michael G Schwern <schwern@pobox.com>
27183              Date: Sun, 23 Sep 2001 03:34:39 -0400
27184              Message-Id: <20010923033439.E7005@blackrider>
27185      Branch: perl
27186            ! lib/File/Find.pm
27187 ____________________________________________________________________________
27188 [ 12151] By: ams                                   on 2001/09/23  06:37:57
27189         Log: Subject: Re: t/op/magic.t missing tests on Win32
27190              From: Michael G Schwern <schwern@pobox.com>
27191              Date: Sat, 22 Sep 2001 20:29:09 -0400
27192              Message-Id: <20010922202909.I18223@blackrider>
27193      Branch: perl
27194            ! t/op/magic.t
27195 ____________________________________________________________________________
27196 [ 12150] By: ams                                   on 2001/09/23  06:36:26
27197         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
27198              Dumpvalue.pm
27199              From: "chromatic" <chromatic@rmci.net>
27200              Date: Sat, 22 Sep 2001 19:41:31 -0600
27201              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
27202      Branch: perl
27203            + lib/Dumpvalue.t
27204            ! MANIFEST lib/Dumpvalue.pm
27205 ____________________________________________________________________________
27206 [ 12149] By: ams                                   on 2001/09/23  06:25:35
27207         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
27208              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27209              Date: Sun, 23 Sep 2001 15:27:56 +0900
27210              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
27211      Branch: perl
27212            ! ext/Encode/Encode/2022-cn.enc
27213 ____________________________________________________________________________
27214 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
27215         Log: Manual eror in #12147.
27216      Branch: perl
27217            ! win32/win32.c
27218 ____________________________________________________________________________
27219 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
27220         Log: Integrate change #12146 from maintperl;
27221              win32_chdir() et al don't handle a NULL argument gracefully
27222      Branch: perl
27223           !> win32/perlhost.h win32/win32.c
27224 ____________________________________________________________________________
27225 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
27226         Log: win32_chdir() et al don't handle a NULL argument gracefully
27227      Branch: maint-5.6/perl
27228            ! win32/perlhost.h win32/win32.c
27229 ____________________________________________________________________________
27230 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
27231         Log: typo in change#12026
27232      Branch: maint-5.6/perl
27233            ! op.c
27234 ____________________________________________________________________________
27235 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
27236         Log: Subject: [PATCH] Re: scalar context unpack bugs
27237              From: Nicholas Clark <nick@ccl4.org>
27238              Date: Sat, 22 Sep 2001 23:07:56 +0100
27239              Message-ID: <20010922230755.O4971@plum.flirble.org>
27240      Branch: perl
27241            ! pp_pack.c t/op/pack.t
27242 ____________________________________________________________________________
27243 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
27244         Log: Try ExtUtils::Command.t everywhere, not just on Win32
27245              (as suggested by NI-S).  Also allow running it either
27246              in t/ or in the main directory.
27247      Branch: perl
27248            ! lib/ExtUtils/Command.t
27249 ____________________________________________________________________________
27250 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
27251         Log: Update the test on warnings/register.t.
27252      Branch: perl
27253            ! t/lib/1_compile.t
27254 ____________________________________________________________________________
27255 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
27256         Log: The code is now almost tidy enough to keep the IRIX cc happy.
27257      Branch: perl
27258            ! hints/irix_6.sh
27259 ____________________________________________________________________________
27260 [ 12140] By: ams                                   on 2001/09/22  17:26:32
27261         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
27262              use_ithreads
27263              From: "Craig A. Berry" <craigberry@mac.com>
27264              Date: Sat, 22 Sep 2001 13:15:32 -0500
27265              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
27266      Branch: perl
27267            ! configure.com
27268 ____________________________________________________________________________
27269 [ 12139] By: ams                                   on 2001/09/22  16:44:08
27270         Log: Do what perl_clone() does for sharedsv functions.
27271      Branch: perl
27272            ! embed.pl proto.h
27273 ____________________________________________________________________________
27274 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
27275         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
27276              (suggested by Sarathy, extensions shouldn't be dabbling with
27277              op structures, so binary backward compatibility should not be
27278              an issue.)
27279      Branch: perl
27280            ! hints/irix_6.sh op.h
27281 ____________________________________________________________________________
27282 [ 12137] By: ams                                   on 2001/09/22  16:21:05
27283         Log: More cleanups. (What's PERL_DECL_PROT?)
27284      Branch: perl
27285            ! embed.pl proto.h sharedsv.h
27286 ____________________________________________________________________________
27287 [ 12136] By: ams                                   on 2001/09/22  15:14:34
27288         Log: (Retracted by #12185)
27289              
27290              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
27291              Add Tests for warnings::register, Doc Update
27292              From: "chromatic" <chromatic@rmci.net>
27293              Date: Sat, 22 Sep 2001 09:43:20 -0600
27294              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
27295      Branch: perl
27296            + lib/warnings/register.t
27297            ! MANIFEST lib/warnings/register.pm
27298 ____________________________________________________________________________
27299 [ 12135] By: ams                                   on 2001/09/22  15:07:50
27300         Log: `@foo' should be @foo for consistency.
27301      Branch: perl
27302            ! pod/perldiag.pod
27303 ____________________________________________________________________________
27304 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
27305         Log: (Retracted by #12138)
27306              
27307              Add -woff (turn warning off) 3187:
27308              "A pointer is converted to a smaller integer."
27309              This happens when your pointers are 64-bit: then every case
27310              of converting pointers to PADOFFSETs (explicitly 32-bit)
27311              faces truncation (even explicit use of INT2PTR doesn't help).
27312              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
27313              Changing PADOFFSET from U32 to UV would help, but that
27314              would break binary backward compatibility of BASEOP and padop
27315              (assuming you have been using 64-bit pointers).
27316      Branch: perl
27317            ! hints/irix_6.sh
27318 ____________________________________________________________________________
27319 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
27320         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
27321              but the name comes from the inside the file, not from the file
27322              name, and Rumanian is the name of the language.
27323      Branch: perl
27324            + ext/Encode/Encode/macRumanian.enc
27325            - ext/Encode/Encode/macRomania.enc
27326            ! MANIFEST
27327 ____________________________________________________________________________
27328 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
27329         Log: Rename perltootc as perltooc for 8.3-friedliness.
27330      Branch: perl
27331            + pod/perltooc.pod
27332            - pod/perltootc.pod
27333            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
27334            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
27335            ! pod/perltoot.pod
27336 ____________________________________________________________________________
27337 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
27338         Log: Find more conflicts by lowercasing.
27339      Branch: perl
27340            + Porting/check83.pl
27341            - check83.pl
27342            ! MANIFEST
27343 ____________________________________________________________________________
27344 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
27345         Log: The AIX cc 5.0.0.0 is simply too buggy.
27346      Branch: perl
27347            ! hints/aix.sh
27348 ____________________________________________________________________________
27349 [ 12129] By: ams                                   on 2001/09/22  12:35:38
27350         Log: Uninteresting cleanup.
27351      Branch: perl
27352            ! form.h
27353 ____________________________________________________________________________
27354 [ 12128] By: ams                                   on 2001/09/22  12:28:48
27355         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
27356              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27357              Date: Sat, 22 Sep 2001 14:29:13 +0100
27358              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
27359      Branch: perl
27360            ! cv.h
27361 ____________________________________________________________________________
27362 [ 12127] By: ams                                   on 2001/09/22  12:04:28
27363         Log: What's a backet?
27364      Branch: perl
27365            ! dump.c
27366 ____________________________________________________________________________
27367 [ 12126] By: ams                                   on 2001/09/22  10:02:34
27368         Log: Removed duplicated tests #19 and #20.
27369      Branch: perl
27370            ! t/op/do.t
27371 ____________________________________________________________________________
27372 [ 12125] By: ams                                   on 2001/09/22  03:58:41
27373         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
27374              From: Michael Carman <mjcarman@home.com>
27375              Date: Fri, 21 Sep 2001 17:54:05 -0500
27376              Message-Id: <3BABC50D.6040202@home.com>
27377              (Applied with some changes.)
27378      Branch: perl
27379            ! pod/perlmod.pod
27380 ____________________________________________________________________________
27381 [ 12124] By: ams                                   on 2001/09/22  03:44:19
27382         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
27383              From: Michael G Schwern <schwern@pobox.com>
27384              Date: Fri, 21 Sep 2001 19:20:40 -0400
27385              Message-Id: <20010921192040.E5494@blackrider>
27386      Branch: perl
27387            ! t/op/chdir.t
27388 ____________________________________________________________________________
27389 [ 12123] By: ams                                   on 2001/09/22  03:41:08
27390         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
27391              From: Blair Zajac <blair@orcaware.com>
27392              Date: Fri, 21 Sep 2001 15:13:04 -0700
27393              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
27394      Branch: perl
27395            ! t/op/chdir.t
27396 ____________________________________________________________________________
27397 [ 12122] By: ams                                   on 2001/09/22  03:37:07
27398         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
27399              20010920.007
27400              From: Michael G Schwern <schwern@pobox.com>
27401              Date: Fri, 21 Sep 2001 17:59:03 -0400
27402              Message-Id: <20010921175903.V5494@blackrider>
27403      Branch: perl
27404            ! t/op/do.t
27405 ____________________________________________________________________________
27406 [ 12121] By: ams                                   on 2001/09/22  03:30:38
27407         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
27408              suite on WinCE)
27409              From: Michael G Schwern <schwern@pobox.com>
27410              Date: Fri, 21 Sep 2001 19:41:03 -0400
27411              Message-Id: <20010921194103.G5494@blackrider>
27412      Branch: perl
27413            ! pod/perlport.pod
27414 ____________________________________________________________________________
27415 [ 12120] By: ams                                   on 2001/09/22  03:28:06
27416         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
27417              From: Michael G Schwern <schwern@pobox.com>
27418              Date: Fri, 21 Sep 2001 17:33:35 -0400
27419              Message-Id: <20010921173335.T5494@blackrider>
27420              ($ENV{FOO}=undef hunk not applied.)
27421      Branch: perl
27422            ! t/op/magic.t
27423 ____________________________________________________________________________
27424 [ 12119] By: ams                                   on 2001/09/22  03:02:26
27425         Log: Subject: [PATCH] perldiag.pod
27426              From: Peter Scott <Peter@PSDT.com>
27427              Date: Fri, 21 Sep 2001 18:54:50 -0700
27428              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
27429              (Moved to the right place.)
27430      Branch: perl
27431            ! pod/perldiag.pod
27432 ____________________________________________________________________________
27433 [ 12118] By: ams                                   on 2001/09/21  20:05:29
27434         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
27435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27436              Date: Fri, 21 Sep 2001 22:36:54 +0200
27437              Message-Id: <20010921223654.A12742@rafael>
27438      Branch: perl
27439            ! t/op/do.t
27440 ____________________________________________________________________________
27441 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
27442         Log: Restore things as they were before
27443              the backward compatibility police notices.
27444      Branch: perl
27445            ! lib/Cwd.pm
27446 ____________________________________________________________________________
27447 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
27448         Log: More Cwd from Schwern: make also OS/2 and DOS
27449              Cwd agree with File::Spec (that is, native path
27450              syntax using \ instead of / -- backward compatibility
27451              polic warning) and stop Win32 from using bsd_realpath().
27452      Branch: perl
27453            ! lib/Cwd.pm
27454 ____________________________________________________________________________
27455 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
27456         Log: Subject: [PATCH @12110] RE: Untested libraries update
27457              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27458              Date: Fri, 21 Sep 2001 18:21:07 +0100
27459              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
27460      Branch: perl
27461            ! lib/warnings/register.pm
27462 ____________________________________________________________________________
27463 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
27464         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
27465              From: Michael G Schwern <schwern@pobox.com>
27466              Date: Thu, 20 Sep 2001 22:54:02 -0400
27467              Message-ID: <20010920225402.A3611@blackrider>
27468      Branch: perl
27469            ! lib/Cwd.pm
27470 ____________________________________________________________________________
27471 [ 12113] By: ams                                   on 2001/09/21  17:08:24
27472         Log: Subject: [PATCH] avoid v-strings with require/use
27473              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27474              Date: Fri, 21 Sep 2001 12:34:40 -0400
27475              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
27476      Branch: perl
27477            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
27478            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
27479            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
27480            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
27481            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
27482            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
27483            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
27484            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27485            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
27486            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
27487            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
27488            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
27489            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
27490            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
27491            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
27492            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
27493            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
27494            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
27495            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
27496 ____________________________________________________________________________
27497 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
27498         Log: Update Changes.
27499      Branch: perl
27500            ! Changes patchlevel.h
27501 ____________________________________________________________________________
27502 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
27503         Log: Make AIX and Tru64 compilers happy.  
27504      Branch: perl
27505            ! ext/threads/threads.h ext/threads/threads.xs
27506 ____________________________________________________________________________
27507 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
27508         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
27509              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27510              Date: 21 Sep 2001 09:16:37 -0000
27511              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
27512      Branch: perl
27513            ! toke.c
27514 ____________________________________________________________________________
27515 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
27516         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
27517              From: Michael G Schwern <schwern@pobox.com>
27518              Date: Thu, 20 Sep 2001 21:21:34 -0400
27519              Message-ID: <20010920212134.Y28291@blackrider>
27520      Branch: perl
27521            ! pp_sys.c
27522 ____________________________________________________________________________
27523 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
27524         Log: Subject: Re: GDB Debugging Macros from mod_perl
27525              From: rspier@pobox.com (Robert Spier)
27526              Date: Thu, 20 Sep 2001 22:45:03 -0700
27527              Message-ID: <15274.54239.413929.49430@rls.cx>
27528      Branch: perl
27529            ! pod/perltodo.pod
27530 ____________________________________________________________________________
27531 [ 12105] By: sky                                   on 2001/09/21  10:33:34
27532         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
27533              timezone! GetSystemTime should be available on all Win32 
27534              platforms we support. Perhaps Time::HiRes should be extended to
27535              support WinCE and Novell?
27536      Branch: perl
27537            ! ext/Time/HiRes/HiRes.xs
27538 ____________________________________________________________________________
27539 [ 12104] By: sky                                   on 2001/09/21  08:12:39
27540         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
27541      Branch: perl
27542            ! ext/threads/threads.h ext/threads/threads.xs
27543 ____________________________________________________________________________
27544 [ 12103] By: sky                                   on 2001/09/21  07:57:41
27545         Log: Rename the *thread* functions to Perl_* to avoid clashes.
27546              Notably on AIX but could become a problem on other platforms.
27547      Branch: perl
27548            ! ext/threads/threads.h ext/threads/threads.xs
27549 ____________________________________________________________________________
27550 [ 12102] By: sky                                   on 2001/09/21  07:35:30
27551         Log: Add the shared sv space to the global vars.
27552              Fix problems compiling on win32.
27553      Branch: perl
27554            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
27555            ! sharedsv.c sharedsv.h
27556 ____________________________________________________________________________
27557 [ 12101] By: ams                                   on 2001/09/21  00:19:55
27558         Log: Subject: [PATCH] win32/Makefile warning fix
27559              From: Blair Zajac <blair@orcaware.com>
27560              Date: Thu, 20 Sep 2001 18:15:43 -0700
27561              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
27562      Branch: perl
27563            ! win32/Makefile
27564 ____________________________________________________________________________
27565 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
27566         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
27567              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27568              Date: Thu, 20 Sep 2001 18:36:22 +0200
27569              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
27570      Branch: perl
27571            ! lib/ExtUtils/Command.t
27572 ____________________________________________________________________________
27573 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
27574         Log: Cant spl wirth a dam.
27575      Branch: perl
27576            ! intrpvar.h
27577 ____________________________________________________________________________
27578 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
27579         Log: Don't use C++ comments.
27580      Branch: perl
27581            ! ext/threads/threads.xs
27582 ____________________________________________________________________________
27583 [ 12097] By: ams                                   on 2001/09/20  21:42:07
27584         Log: Change #12044 didn't.
27585      Branch: perl
27586            ! lib/constant.pm
27587 ____________________________________________________________________________
27588 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
27589         Log: Metaconfig unit changes for #12095.
27590      Branch: metaconfig
27591            ! U/modified/Myinit.U U/modified/libs.U
27592 ____________________________________________________________________________
27593 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
27594         Log: Remove iconv references since we are not using it
27595              and not going to; regen perltoc, perlmodlib.
27596              (Some references still linger in perltoc, have to figure
27597              out where they are coming from.)
27598      Branch: perl
27599            ! Configure NetWare/config.wc NetWare/config_H.wc
27600            ! Porting/Glossary Porting/config.sh Porting/config_H
27601            ! config_h.SH configure.com epoc/config.sh perl.h
27602            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
27603            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27604            ! vos/config.ga.h win32/config.bc win32/config.gc
27605            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27606            ! win32/config_H.vc wince/config.ce wince/config.h
27607            ! wince/config_H.ce
27608 ____________________________________________________________________________
27609 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
27610         Log: Subject: [PATCH docs] Re: ARGV and read
27611              From: Dave Mitchell <davem@fdgroup.co.uk>
27612              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
27613              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
27614      Branch: perl
27615            ! pod/perltodo.pod pod/perlvar.pod
27616 ____________________________________________________________________________
27617 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
27618         Log: Fresh copies from the cvs.perl.org perlfaq repository.
27619      Branch: perl
27620            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27621            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27622            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27623            ! pod/perlfaq9.pod
27624 ____________________________________________________________________________
27625 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
27626         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
27627              From: Nicholas Clark <nick@ccl4.org>
27628              Date: Thu, 20 Sep 2001 14:27:08 +0100
27629              Message-ID: <20010920142708.X4971@plum.flirble.org>
27630      Branch: perl
27631            ! pp_pack.c t/op/pack.t
27632 ____________________________________________________________________________
27633 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
27634         Log: The sharedsv_space* are variables, not code.  Duh.
27635      Branch: perl
27636            ! intrpvar.h makedef.pl
27637 ____________________________________________________________________________
27638 [ 12090] By: ams                                   on 2001/09/20  11:26:06
27639         Log: Subject: [patch lib/lib_pm.PL]
27640              From: Stas Bekman <stas@stason.org>
27641              Date: Thu, 20 Sep 2001 18:48:53 +0800
27642              Message-Id: <3BA9C995.6010302@stason.org>
27643              (Applied by hand.)
27644      Branch: perl
27645            ! lib/lib_pm.PL
27646 ____________________________________________________________________________
27647 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
27648         Log: Only 21 tests, skipping or not.
27649      Branch: perl
27650            ! lib/ExtUtils/Command.t
27651 ____________________________________________________________________________
27652 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
27653         Log: New exported symbols.
27654      Branch: perl
27655            ! makedef.pl
27656 ____________________________________________________________________________
27657 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
27658         Log: Update Changes.
27659      Branch: perl
27660            ! Changes patchlevel.h
27661 ____________________________________________________________________________
27662 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
27663         Log: Correct numbering of the tests is useful.
27664      Branch: perl
27665            ! ext/threads/t/basic.t
27666 ____________________________________________________________________________
27667 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
27668         Log: More tests now too.
27669      Branch: perl
27670            ! lib/ExtUtils/Command.t
27671 ____________________________________________________________________________
27672 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
27673         Log: More tests now.
27674      Branch: perl
27675            ! ext/threads/t/basic.t
27676 ____________________________________________________________________________
27677 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
27678         Log: The test assumed 7-bit ASCII.  Now it "just"
27679              assumes 8-bit whatever.
27680      Branch: perl
27681            ! t/op/crypt.t
27682 ____________________________________________________________________________
27683 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
27684         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
27685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27686              Date: Wed, 19 Sep 2001 11:45:28 +0200
27687              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
27688              
27689              Lvalue casts are not portable.
27690      Branch: perl
27691            ! ext/threads/threads.xs
27692 ____________________________________________________________________________
27693 [ 12081] By: sky                                   on 2001/09/19  10:17:52
27694         Log: Make the basic test contain only realy basic API tests
27695              Seems to be a problem with detach.
27696      Branch: perl
27697            ! ext/threads/t/basic.t
27698 ____________________________________________________________________________
27699 [ 12080] By: ams                                   on 2001/09/19  01:23:55
27700         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
27701              From: Michael G Schwern <schwern@pobox.com>
27702              Date: Tue, 18 Sep 2001 19:53:48 -0400
27703              Message-Id: <20010918195348.M585@blackrider>
27704              
27705              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
27706              From: Michael G Schwern <schwern@pobox.com>
27707              Date: Tue, 18 Sep 2001 22:07:13 -0400
27708              Message-Id: <20010918220713.B19616@blackrider>
27709      Branch: perl
27710            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
27711            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27712            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
27713            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
27714            ! lib/Test/Tutorial.pod
27715 ____________________________________________________________________________
27716 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
27717         Log: Indent the test a bit.
27718      Branch: perl
27719            ! ext/threads/t/basic.t
27720 ____________________________________________________________________________
27721 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
27722         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
27723              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27724              Date: Tue, 18 Sep 2001 18:06:44 +0200
27725              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
27726      Branch: perl
27727            ! win32/win32.c
27728 ____________________________________________________________________________
27729 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
27730         Log: Subject: stat access time is wrong on Win95
27731              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27732              Date: Tue, 18 Sep 2001 21:59:24 +0200
27733              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
27734      Branch: perl
27735            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
27736 ____________________________________________________________________________
27737 [ 12076] By: ams                                   on 2001/09/18  22:11:25
27738         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
27739              From: Michael G Schwern <schwern@pobox.com>
27740              Date: Tue, 18 Sep 2001 18:47:14 -0400
27741              Message-Id: <20010918184714.I585@blackrider>
27742      Branch: perl
27743            ! t/op/crypt.t
27744 ____________________________________________________________________________
27745 [ 12075] By: sky                                   on 2001/09/18  19:29:37
27746         Log: two test failures
27747              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27748              Message-ID: <20010918221702.A17408@rafael>
27749              partly applied, #12074 already fixed half the patch
27750      Branch: perl
27751            ! ext/threads/t/basic.t
27752 ____________________________________________________________________________
27753 [ 12074] By: sky                                   on 2001/09/18  18:49:03
27754         Log: Fixes test case failure introduced by #12071, the warning is
27755              now correctly spelled :-)
27756      Branch: perl
27757            ! ext/IO/lib/IO/t/io_sel.t
27758 ____________________________________________________________________________
27759 [ 12073] By: sky                                   on 2001/09/18  18:46:22
27760         Log: Make the test behave properly!
27761      Branch: perl
27762            ! ext/threads/t/basic.t
27763 ____________________________________________________________________________
27764 [ 12072] By: ams                                   on 2001/09/18  18:44:59
27765         Log: OP_RCATLINE is an SVOP, not a BASEOP.
27766      Branch: perl
27767            ! opcode.h opcode.pl
27768 ____________________________________________________________________________
27769 [ 12071] By: ams                                   on 2001/09/18  18:06:27
27770         Log: Deprecate != Depreciate.
27771      Branch: perl
27772            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
27773            ! lib/Pod/ParseUtils.pm
27774 ____________________________________________________________________________
27775 [ 12070] By: ams                                   on 2001/09/18  15:14:58
27776         Log: Subject: [PATCH] Getopt::Std cleanup
27777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27778              Date: Tue, 18 Sep 2001 17:32:13 +0200
27779              Message-Id: <20010918173213.C777@rafael>
27780      Branch: perl
27781            ! lib/Getopt/Std.pm lib/Getopt/Std.t
27782 ____________________________________________________________________________
27783 [ 12069] By: sky                                   on 2001/09/18  14:56:33
27784         Log: Forgot the makefile
27785      Branch: perl
27786            + ext/threads/Makefile.PL
27787 ____________________________________________________________________________
27788 [ 12068] By: sky                                   on 2001/09/18  14:13:26
27789         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
27790              The test will fail because of Test.pm not knowing about threads. 
27791              basic needs to be manually tested
27792              compile time warnings on IV2PTR conversions need to be fixed
27793      Branch: perl
27794            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
27795            + ext/threads/threads.h ext/threads/threads.pm
27796            + ext/threads/threads.xs
27797            ! MANIFEST
27798 ____________________________________________________________________________
27799 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
27800         Log: DJGPP tweak from Laszlo Molnar.
27801      Branch: perl
27802            ! djgpp/config.over
27803 ____________________________________________________________________________
27804 [ 12066] By: sky                                   on 2001/09/18  10:24:31
27805         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
27806      Branch: perl
27807            ! sharedsv.c sharedsv.h
27808 ____________________________________________________________________________
27809 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
27810         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
27811              ditto ^cns.
27812      Branch: perl
27813            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
27814            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
27815            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
27816            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
27817            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
27818            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
27819            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
27820            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
27821            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
27822            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
27823            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
27824            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
27825            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
27826            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
27827            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
27828            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
27829            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
27830            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
27831            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
27832            + ext/Encode/Encode/ir-197.enc
27833            - ext/Encode/Encode/cns11643-1.enc
27834            - ext/Encode/Encode/cns11643-2.enc
27835            - ext/Encode/Encode/iso2022-cn.enc
27836            - ext/Encode/Encode/iso2022-jp.enc
27837            - ext/Encode/Encode/iso2022-jp1.enc
27838            - ext/Encode/Encode/iso2022-jp2.enc
27839            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27840            - ext/Encode/Encode/iso8859-1.enc
27841            - ext/Encode/Encode/iso8859-1.ucm
27842            - ext/Encode/Encode/iso8859-10.enc
27843            - ext/Encode/Encode/iso8859-10.ucm
27844            - ext/Encode/Encode/iso8859-11.enc
27845            - ext/Encode/Encode/iso8859-11.ucm
27846            - ext/Encode/Encode/iso8859-13.enc
27847            - ext/Encode/Encode/iso8859-13.ucm
27848            - ext/Encode/Encode/iso8859-14.enc
27849            - ext/Encode/Encode/iso8859-14.ucm
27850            - ext/Encode/Encode/iso8859-15.enc
27851            - ext/Encode/Encode/iso8859-15.ucm
27852            - ext/Encode/Encode/iso8859-16.enc
27853            - ext/Encode/Encode/iso8859-16.ucm
27854            - ext/Encode/Encode/iso8859-2.enc
27855            - ext/Encode/Encode/iso8859-2.ucm
27856            - ext/Encode/Encode/iso8859-3.enc
27857            - ext/Encode/Encode/iso8859-3.ucm
27858            - ext/Encode/Encode/iso8859-4.enc
27859            - ext/Encode/Encode/iso8859-4.ucm
27860            - ext/Encode/Encode/iso8859-5.enc
27861            - ext/Encode/Encode/iso8859-5.ucm
27862            - ext/Encode/Encode/iso8859-6.enc
27863            - ext/Encode/Encode/iso8859-6.ucm
27864            - ext/Encode/Encode/iso8859-7.enc
27865            - ext/Encode/Encode/iso8859-7.ucm
27866            - ext/Encode/Encode/iso8859-8.enc
27867            - ext/Encode/Encode/iso8859-8.ucm
27868            - ext/Encode/Encode/iso8859-9.enc
27869            - ext/Encode/Encode/iso8859-9.ucm
27870            - ext/Encode/Encode/isoir-197.enc
27871            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
27872 ____________________________________________________________________________
27873 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
27874         Log: Must Uppercase.
27875      Branch: perl
27876            ! ext/Encode/Encode.pm
27877 ____________________________________________________________________________
27878 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
27879         Log: Add various encodings.
27880      Branch: perl
27881            + ext/Encode/Encode/iso8859-11.enc
27882            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
27883            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
27884            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
27885            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
27886            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
27887            + ext/Encode/Encode/viscii.ucm
27888            ! MANIFEST ext/Encode/Encode.pm
27889 ____________________________________________________________________________
27890 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
27891         Log: lib/unicode relic.
27892      Branch: perl
27893            ! ext/Encode/compile
27894 ____________________________________________________________________________
27895 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
27896         Log: Subject: [PATCH] Re: filename problems
27897              From: Michael G Schwern <schwern@pobox.com>
27898              Date: Mon, 17 Sep 2001 17:26:26 -0400
27899              Message-ID: <20010917172626.Q585@blackrider>
27900      Branch: perl
27901            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
27902            - t/lib/sample-tests/header_at_end
27903            - t/lib/sample-tests/header_at_end_fail
27904            ! MANIFEST lib/Test/Harness/t/test-harness.t
27905 ____________________________________________________________________________
27906 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
27907         Log: Explicitly explain the 1e9 seconds, not everybody
27908              is a C geek.
27909      Branch: perl
27910            ! ext/Time/HiRes/HiRes.pm
27911 ____________________________________________________________________________
27912 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
27913         Log: Explain an apparent bug reported by
27914              Richard J. Barbalace <rjbarbal@MIT.EDU>,
27915              with additional explanation from Gisle Aas.
27916      Branch: perl
27917            ! ext/Time/HiRes/HiRes.pm
27918 ____________________________________________________________________________
27919 [ 12058] By: ams                                   on 2001/09/17  19:52:01
27920         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
27921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27922              Date: Mon, 17 Sep 2001 22:48:05 +0200
27923              Message-Id: <20010917224805.C11744@rafael>
27924      Branch: perl
27925            ! t/lib/warnings/op t/lib/warnings/pp
27926 ____________________________________________________________________________
27927 [ 12057] By: ams                                   on 2001/09/17  16:51:18
27928         Log: Its a nit!
27929      Branch: perl
27930            ! sv.h
27931 ____________________________________________________________________________
27932 [ 12056] By: ams                                   on 2001/09/17  16:47:55
27933         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
27934              From: "Craig A. Berry" <craigberry@mac.com>
27935              Date: Mon, 17 Sep 2001 12:34:20 -0500
27936              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
27937      Branch: perl
27938            ! vms/vms.c
27939 ____________________________________________________________________________
27940 [ 12055] By: ams                                   on 2001/09/17  16:05:15
27941         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
27942              From: Gisle Aas <gisle@ActiveState.com>
27943              Date: 16 Apr 2001 16:20:34 -0700
27944              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
27945              (Applied by hand.)
27946      Branch: perl
27947            ! lib/CPAN.pm lib/CPAN/Nox.pm
27948 ____________________________________________________________________________
27949 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
27950         Log: Update Changes.
27951      Branch: perl
27952            ! Changes patchlevel.h
27953 ____________________________________________________________________________
27954 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
27955         Log: Adding new files to the MANIFEST is always nice.
27956      Branch: perl
27957            ! MANIFEST
27958 ____________________________________________________________________________
27959 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
27960         Log: Reindent the PerlIO files (suggested by NI-S), used
27961              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
27962              (GNU indent).  Note that wholesale re-indenting might
27963              be nice, but that would break nice formatting/alignment
27964              of assignments, equality testing, and complex boolean
27965              expressions with lots of &s and |s.
27966      Branch: perl
27967            ! perlio.c perlio.h perliol.h
27968 ____________________________________________________________________________
27969 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
27970         Log: Add a script for being 8.3-polite.
27971              The found conflicts are being worked on.
27972      Branch: perl
27973            + check83.pl
27974            ! MANIFEST Porting/pumpkin.pod
27975 ____________________________________________________________________________
27976 [ 12050] By: sky                                   on 2001/09/17  12:44:36
27977         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
27978              finding it.
27979      Branch: perl
27980            ! sv.c
27981 ____________________________________________________________________________
27982 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
27983         Log: Bump up versions because of #12041.
27984      Branch: perl
27985            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
27986            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
27987            ! lib/Time/localtime.pm
27988 ____________________________________________________________________________
27989 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
27990         Log: Bump the version number because of #12042.
27991      Branch: perl
27992            ! lib/CPAN/FirstTime.pm
27993 ____________________________________________________________________________
27994 [ 12047] By: ams                                   on 2001/09/17  11:21:40
27995         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
27996              From: Abhijit Menon-Sen <ams@wiw.org>
27997              Date: Mon, 17 Sep 2001 17:44:12 +0530
27998              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
27999      Branch: perl
28000            ! op.c
28001 ____________________________________________________________________________
28002 [ 12046] By: sky                                   on 2001/09/17  07:14:17
28003         Log: Subject: Re: t/op/ver.t using skip() improperly
28004              From: "chromatic" <chromatic@rmci.net>
28005              Date: Mon, 17 Sep 2001 00:22:29 -0600
28006              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
28007      Branch: perl
28008            ! t/op/ver.t
28009 ____________________________________________________________________________
28010 [ 12045] By: nick                                  on 2001/09/17  07:12:14
28011         Log: Integrate mainline
28012      Branch: perlio
28013           +> t/op/chdir.t
28014           !> (integrate 117 files)
28015 ____________________________________________________________________________
28016 [ 12044] By: ams                                   on 2001/09/17  05:49:53
28017         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
28018              From: Ilmari Karonen <iltzu@sci.fi>
28019              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
28020              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
28021              (And $VERSION = '1.05'.)
28022      Branch: perl
28023            ! lib/constant.pm
28024 ____________________________________________________________________________
28025 [ 12043] By: ams                                   on 2001/09/17  05:44:50
28026         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
28027              From: Michael G Schwern <schwern@pobox.com>
28028              Date: Mon, 17 Sep 2001 07:49:04 +0200
28029              Message-Id: <20010917074904.V1588@blackrider>
28030              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
28031      Branch: perl
28032            + t/op/chdir.t
28033            ! MANIFEST pp_sys.c
28034 ____________________________________________________________________________
28035 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
28036         Log: Subject: Re: CPAN.pm needs some hacking 
28037              From: "chromatic" <chromatic@rmci.net>
28038              Date: Sun, 16 Sep 2001 16:46:29 -0600
28039              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
28040      Branch: perl
28041            ! lib/CPAN/FirstTime.pm
28042 ____________________________________________________________________________
28043 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
28044         Log: Change use|require 5.005_64 to use|require 5.6.1.
28045      Branch: perl
28046            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
28047            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
28048            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
28049            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
28050            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
28051            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28052            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
28053            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
28054            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
28055            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
28056            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
28057            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
28058            ! lib/base.pm lib/fields.pm
28059 ____________________________________________________________________________
28060 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
28061         Log: Bump up version numbers.
28062              
28063              TODO 1: double check that pre-5.6.1 CPAN.pm:s
28064              don't try to download 5.8.0 because of the
28065              version numbers.  Mainly this means using _00
28066              in the core version numbers.
28067              
28068              TODO 2: the "use 5.005_64" in many modules
28069              needs to be changed to, say, "use 5.6.1".
28070      Branch: perl
28071            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
28072            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
28073            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
28074            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
28075            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
28076            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
28077            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28078            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
28079            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
28080            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
28081            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
28082 ____________________________________________________________________________
28083 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
28084         Log: Use UCHARAT() as suggested by Inaba Hiroto.
28085      Branch: perl
28086            ! regexec.c
28087 ____________________________________________________________________________
28088 [ 12038] By: ams                                   on 2001/09/16  15:16:24
28089         Log: Subject: [PATCH] Re: Core module version numbers review
28090              From: Peter Scott <Peter@PSDT.com>
28091              Date: Sun, 16 Sep 2001 09:09:58 -0700
28092              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
28093      Branch: perl
28094            ! lib/perl5db.pl
28095 ____________________________________________________________________________
28096 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
28097         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
28098              not yet fully implemented.
28099      Branch: perl
28100            ! pod/perlfunc.pod pod/perlunicode.pod
28101 ____________________________________________________________________________
28102 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
28103         Log: Subject: [patch] plug PL_beginav_save leak
28104              From: Doug MacEachern <dougm@covalent.net>
28105              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
28106              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
28107      Branch: perl
28108            ! perl.c
28109 ____________________________________________________________________________
28110 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
28111         Log: (accidentally empty checkin)
28112      Branch: perl
28113            ! sv.c
28114 ____________________________________________________________________________
28115 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
28116         Log: Subject: [patch] ithreads+PL_beginav_save
28117              From: Doug MacEachern <dougm@covalent.net>
28118              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
28119              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
28120      Branch: perl
28121            ! sv.c
28122 ____________________________________________________________________________
28123 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
28124         Log: Subject: [PATCH] h2xs.PL with C::Scan
28125              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28126              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
28127              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
28128      Branch: perl
28129            ! utils/h2xs.PL
28130 ____________________________________________________________________________
28131 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
28132         Log: Elaborate (well, make more vague, really) #12030.
28133      Branch: perl
28134            ! pod/perltodo.pod pod/perlunicode.pod
28135 ____________________________________________________________________________
28136 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
28137         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
28138              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28139              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
28140              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
28141      Branch: perl
28142            ! regexec.c
28143 ____________________________________________________________________________
28144 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
28145         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
28146              are not yet complete.
28147      Branch: perl
28148            ! pod/perltodo.pod pod/perlunicode.pod
28149 ____________________________________________________________________________
28150 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
28151         Log: Document what's still to be done on the regular expression
28152              Unicode support, based on the UTR#18.
28153      Branch: perl
28154            ! pod/perltodo.pod pod/perlunicode.pod
28155 ____________________________________________________________________________
28156 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
28157         Log: Regen headers.
28158      Branch: perl
28159            ! embedvar.h perlapi.h
28160 ____________________________________________________________________________
28161 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
28162         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
28163              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28164              Date: Sun, 09 Sep 2001 18:41:54 +0100
28165              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
28166      Branch: perl
28167            ! Porting/findvars ext/ByteLoader/bytecode.h
28168            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
28169            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
28170 ____________________________________________________________________________
28171 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
28172         Log: enable most warnings for windows build; fix the various typecasting
28173              nits that showed up (no bugfixes here)
28174      Branch: maint-5.6/perl
28175            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
28176            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
28177            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
28178            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
28179            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
28180            ! x2p/walk.c
28181 ____________________________________________________________________________
28182 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
28183         Log: Integrate change #12024 from maintperl
28184              (a local() precedence bug)
28185      Branch: perl
28186           !> lib/ExtUtils/Install.pm
28187 ____________________________________________________________________________
28188 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
28189         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
28190              change#8642
28191      Branch: maint-5.6/perl
28192            ! lib/ExtUtils/Install.pm
28193 ____________________________________________________________________________
28194 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
28195         Log: Update Changes.
28196      Branch: perl
28197            ! Changes patchlevel.h
28198 ____________________________________________________________________________
28199 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
28200         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
28201              From: "chromatic" <chromatic@rmci.net>
28202              Date: Fri, 14 Sep 2001 09:44:57 -0600 
28203              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
28204      Branch: perl
28205            ! lib/ExtUtils/Manifest.t
28206 ____________________________________________________________________________
28207 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
28208         Log: Hopefully better skipping of the Complete.t tests
28209              in case of not a tty. 
28210      Branch: perl
28211            ! lib/Term/Complete.t t/op/stat.t
28212 ____________________________________________________________________________
28213 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
28214         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
28215              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28216              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
28217              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
28218      Branch: perl
28219            ! regexec.c t/op/pat.t
28220 ____________________________________________________________________________
28221 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
28222         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
28223              From: Robin Barker <rmb1@cise.npl.co.uk>
28224              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
28225              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
28226      Branch: perl
28227            ! pod/perlport.pod
28228 ____________________________________________________________________________
28229 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
28230         Log: NetWare tweaks from Ananth Kesari.
28231      Branch: perl
28232            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
28233            ! NetWare/nwutil.h
28234 ____________________________________________________________________________
28235 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
28236         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
28237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28238              Date: Fri, 14 Sep 2001 10:51:13 +0200
28239              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
28240      Branch: perl
28241            ! pod/perlport.pod
28242 ____________________________________________________________________________
28243 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
28244         Log: Subject: Re: [PATCH 2 pl2pm.PL]
28245              From: Joe Smith <Joe.Smith@inwap.com>
28246              Date: Fri, 14 Sep 2001 00:13:32 -0700
28247              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
28248              
28249              Eradicate qu.
28250      Branch: perl
28251            ! keywords.h keywords.pl utils/pl2pm.PL
28252 ____________________________________________________________________________
28253 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
28254         Log: Retract #12013, didn't go over too well in Tru64.
28255      Branch: perl
28256            ! embed.h embed.pl sv.h
28257 ____________________________________________________________________________
28258 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
28259         Log: Subject: [PATCH] Execute files of debugger commands
28260              From: Peter Scott <Peter@PSDT.com>
28261              Date: Thu, 13 Sep 2001 15:26:31 -0700
28262              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
28263      Branch: perl
28264            ! lib/perl5db.pl pod/perldebug.pod
28265 ____________________________________________________________________________
28266 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
28267         Log: (Retracted by #12015)
28268              Subject: [proposed PATCH] Re: perl@11920
28269              From: Nicholas Clark <nick@ccl4.org>
28270              Date: Wed, 12 Sep 2001 23:46:09 +0100
28271              Message-ID: <20010912234609.H4971@plum.flirble.org>     
28272      Branch: perl
28273            ! embed.h embed.pl sv.h
28274 ____________________________________________________________________________
28275 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
28276         Log: ucblib shouldn't be linked against in nonstop-ux,
28277              from Tom Bates.
28278      Branch: perl
28279            ! hints/nonstopux.sh
28280 ____________________________________________________________________________
28281 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
28282         Log: Do stty only if we have stty.
28283              
28284              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
28285      Branch: perl
28286            ! lib/Term/Complete.pm
28287 ____________________________________________________________________________
28288 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
28289         Log: Skip the test if not running on a tty.
28290      Branch: perl
28291            ! lib/Term/Complete.t
28292 ____________________________________________________________________________
28293 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
28294         Log: Regen headers.
28295      Branch: perl
28296            ! embed.h opcode.h pod/perlapi.pod proto.h
28297 ____________________________________________________________________________
28298 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
28299         Log: Subject: [PATCH op.c] Re: perl@12003
28300              From: Robin Barker <rmb1@cise.npl.co.uk>
28301              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
28302              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
28303      Branch: perl
28304            ! op.c
28305 ____________________________________________________________________________
28306 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
28307         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
28308              From: Robin Barker <rmb1@cise.npl.co.uk>
28309              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
28310              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
28311      Branch: perl
28312            ! sv.c
28313 ____________________________________________________________________________
28314 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
28315         Log: Upgrade to Memoize 0.66.
28316      Branch: perl
28317            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
28318            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
28319            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
28320 ____________________________________________________________________________
28321 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
28322         Log: Subject: [ID 20010912.007] substr reference core dump
28323              From: me-01@ton.iguana.be
28324              Date: 12 Sep 2001 14:11:16 -0000
28325              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
28326      Branch: perl
28327            ! mg.c
28328 ____________________________________________________________________________
28329 [ 12004] By: ams                                   on 2001/09/12  01:13:49
28330         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
28331              From: Ilmari Karonen <iltzu@sci.fi>
28332              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
28333              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
28334      Branch: perl
28335            ! pod/perlfaq4.pod
28336 ____________________________________________________________________________
28337 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
28338         Log: Update Changes.
28339      Branch: perl
28340            ! Changes patchlevel.h
28341 ____________________________________________________________________________
28342 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
28343         Log: NetWare update from Ananth Kesari.
28344      Branch: perl
28345            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
28346            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
28347 ____________________________________________________________________________
28348 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
28349         Log: Retract #11984: div() being redefined, and 1397
28350              failing on 64-bit platforms.
28351      Branch: perl
28352            ! lib/Math/BigInt/Calc.pm
28353 ____________________________________________________________________________
28354 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
28355         Log: Metaconfig unit change for #11999.
28356      Branch: metaconfig
28357            ! U/protos/d_lseekproto.U
28358 ____________________________________________________________________________
28359 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
28360         Log: The lseek fix (#11991) was no fix.
28361      Branch: perl
28362            ! Configure
28363 ____________________________________________________________________________
28364 [ 11998] By: sky                                   on 2001/09/11  07:52:06
28365         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
28366              From: Matt Sergeant <MSergeant@star.net.uk>
28367              Date: Tue, 11 Sep 2001 09:22:32 +0100
28368              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
28369      Branch: perl
28370            ! ext/Encode/Encode.pm
28371 ____________________________________________________________________________
28372 [ 11997] By: sky                                   on 2001/09/11  06:35:29
28373         Log: Sometimes dTHX is added because it is needed on non 
28374              gnuc platforms, but not needed there. This uses GCC
28375              to silence GCC specific warnings by marking pTHX as 
28376              unused.
28377      Branch: perl
28378            ! perl.h
28379 ____________________________________________________________________________
28380 [ 11996] By: nick                                  on 2001/09/11  06:25:27
28381         Log: Integrate mainline
28382      Branch: perlio
28383            - ext/POSIX/sigaction.t lib/File/Find/taint.t
28384           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
28385 ____________________________________________________________________________
28386 [ 11995] By: nick                                  on 2001/09/11  06:23:39
28387         Log: Part Integrate mainline
28388      Branch: perlio
28389           +> (branch 69 files)
28390            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
28391            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
28392            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
28393            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
28394            - lib/Switch/t/switch_case.t lib/Test/Harness.t
28395            - lib/Test/More/Changes lib/Test/More/t/More.t
28396            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28397            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28398            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
28399            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
28400            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
28401            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
28402            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
28403            - t/lib/Test/More/Catch.pm wince/perl.ico
28404           !> (integrate 197 files)
28405 ____________________________________________________________________________
28406 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
28407         Log: Subject: Re: [PATCH] Encode.pm docs fix
28408              From: Gisle Aas <gisle@ActiveState.com>
28409              Date: 10 Sep 2001 11:27:02 -0700
28410              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
28411      Branch: perl
28412            ! ext/Encode/Encode.pm
28413 ____________________________________________________________________________
28414 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
28415         Log: Fix unpack U to be the reverse of pack U
28416              (but implement unpack U0U as a backdoor to get
28417              the UTF-8 malformed warnings from un-UTF-8 data)
28418      Branch: perl
28419            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
28420 ____________________________________________________________________________
28421 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
28422         Log: Metaconfig unit change for #11991;
28423              delete an unused unit (d_strtoull.U is the one used)
28424      Branch: metaconfig
28425            ! U/protos/d_lseekproto.U
28426      Branch: metaconfig/U/perl
28427            - strtoull.U
28428 ____________________________________________________________________________
28429 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
28430         Log: Subject: [PATCH] Configure not recording lseek proto
28431              From: Blair Zajac <blair@orcaware.com>
28432              Date: Mon, 10 Sep 2001 17:52:37 -0700
28433              Message-ID: <3B9D6055.BA334A31@orcaware.com>
28434              
28435              plus regen Configure.
28436      Branch: perl
28437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28438            ! config_h.SH uconfig.h
28439 ____________________________________________________________________________
28440 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
28441         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
28442              From: Nicholas Clark <nick@ccl4.org>
28443              Date: Tue, 11 Sep 2001 00:00:31 +0100
28444              Message-ID: <20010911000031.G1512@plum.flirble.org>
28445      Branch: perl
28446            + t/op/qq.t
28447            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
28448 ____________________________________________________________________________
28449 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
28450         Log: Subject: [PATCH] Building on win32 w/o perlio
28451              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
28452              Date: Mon, 10 Sep 2001 23:38:46 +0200
28453              Message-ID: <3B9D4F06.14433.2C37644@localhost>
28454      Branch: perl
28455            ! perl.c win32/Makefile win32/makefile.mk
28456 ____________________________________________________________________________
28457 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
28458         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
28459              From: "chromatic" <chromatic@rmci.net>
28460              Date: Mon, 10 Sep 2001 15:14:01 -0600
28461              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
28462      Branch: perl
28463            + lib/CGI/t/push.t
28464            ! MANIFEST
28465 ____________________________________________________________________________
28466 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
28467         Log: Subject: avoiding hoardes of zombies
28468              From: Nicholas Clark <nick@ccl4.org>
28469              Date: Mon, 10 Sep 2001 22:00:40 +0100
28470              Message-ID: <20010910220040.C1512@plum.flirble.org>
28471      Branch: perl
28472            ! pod/perlipc.pod
28473 ____________________________________________________________________________
28474 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
28475         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
28476              From: John Peacock <jpeacock@rowman.com>
28477              Date: Mon, 10 Sep 2001 16:34:30 -0400
28478              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
28479      Branch: perl
28480            ! sv.c t/op/ver.t utf8.h
28481 ____________________________________________________________________________
28482 [ 11985] By: ams                                   on 2001/09/10  23:20:13
28483         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
28484      Branch: perl
28485            ! MANIFEST
28486 ____________________________________________________________________________
28487 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
28488         Log: (Retracted by #12001)
28489              Subject: Calc with USE_MUL/USE_DIV
28490              From: Tels <perl_dummy@bloodgate.com>
28491              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
28492              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
28493      Branch: perl
28494            ! lib/Math/BigInt/Calc.pm
28495 ____________________________________________________________________________
28496 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
28497         Log: Subject: [PATCH op.c] Re: perl@11978
28498              From: Robin Barker <rmb1@cise.npl.co.uk>
28499              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
28500              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
28501              
28502              Format errors.
28503      Branch: perl
28504            ! op.c
28505 ____________________________________________________________________________
28506 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
28507         Log: Switch PADOFFSET back to U32 both because of binary backward
28508              compatibility and because Arthur seems to have been fixing the
28509              problems with naughty integer-pointer casting.
28510      Branch: perl
28511            ! op.h
28512 ____________________________________________________________________________
28513 [ 11981] By: ams                                   on 2001/09/10  16:31:43
28514         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
28515              Fix Pod Typo, Add Test for ExtUtils::Command
28516              From: "chromatic" <chromatic@rmci.net>
28517              Date: Mon, 10 Sep 2001 11:20:56 -0600
28518              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
28519      Branch: perl
28520            + lib/ExtUtils/Command.t
28521            ! MANIFEST lib/ExtUtils/Command.pm
28522 ____________________________________________________________________________
28523 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
28524         Log: Subject: [PATCH] Encode.pm docs fix
28525              From: Matt Sergeant <MSergeant@star.net.uk>
28526              Date: Mon, 10 Sep 2001 15:24:01 +0100
28527              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
28528      Branch: perl
28529            ! ext/Encode/Encode.pm
28530 ____________________________________________________________________________
28531 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
28532         Log: Update Changes.
28533      Branch: perl
28534            ! Changes patchlevel.h
28535 ____________________________________________________________________________
28536 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
28537         Log: Revert #11973, the dTHX seems to be needed in there
28538              for threaded builds.
28539      Branch: perl
28540            ! perlio.c
28541 ____________________________________________________________________________
28542 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
28543         Log: Detypo.
28544      Branch: perl
28545            ! pod/perlguts.pod
28546 ____________________________________________________________________________
28547 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
28548         Log: Further Class::Struct patching from Damian.
28549              
28550              The new new semantics are:
28551              
28552              * If you pass an initializer for a nested object, it has to be:
28553              a) a reference to an object of that class, or      
28554              b) a reference to an object of a subclass of that class, or
28555              c) a reference to a hash of arguments to be passed to the
28556              class's constructor
28557              * If you pass no initializer for a nested object, the attribute
28558              is initialized to C<undef>
28559      Branch: perl
28560            ! lib/Class/Struct.pm
28561 ____________________________________________________________________________
28562 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
28563         Log: Skip the crypt test if no crypt.
28564      Branch: perl
28565            ! t/op/crypt.t
28566 ____________________________________________________________________________
28567 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
28568         Log: Warn against using bare v-strings as IP addresses
28569              (okay if using the wrappers from Socket)
28570      Branch: perl
28571            ! pod/perldata.pod pod/perlport.pod
28572 ____________________________________________________________________________
28573 [ 11973] By: sky                                   on 2001/09/10  11:57:58
28574         Log: Remove unused dTHX. Silenced another warning.
28575      Branch: perl
28576            ! perlio.c
28577 ____________________________________________________________________________
28578 [ 11972] By: sky                                   on 2001/09/10  11:54:25
28579         Log: Silence some more warnings INT2PTR.
28580      Branch: perl
28581            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
28582 ____________________________________________________________________________
28583 [ 11971] By: sky                                   on 2001/09/10  11:21:50
28584         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
28585      Branch: perl
28586            ! cop.h
28587 ____________________________________________________________________________
28588 [ 11970] By: sky                                   on 2001/09/10  11:17:25
28589         Log: Apply INT2PTR with force to silence warnings from
28590              PM_GETRE and friends. No more warnings with 64bit 
28591              IVs and 32bit pointers.    
28592      Branch: perl
28593            ! op.c op.h perl.c
28594 ____________________________________________________________________________
28595 [ 11969] By: sky                                   on 2001/09/10  10:13:02
28596         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
28597      Branch: perl
28598            ! pod/perlguts.pod
28599 ____________________________________________________________________________
28600 [ 11968] By: sky                                   on 2001/09/10  10:02:51
28601         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
28602              Rename to custop_op_name to Perl_custom_op_name to match perlapi
28603              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
28604              perl_clone.
28605      Branch: perl
28606            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
28607 ____________________________________________________________________________
28608 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
28609         Log: Using strlen() not good on embedded nul bytes.
28610      Branch: perl
28611            ! regcomp.c
28612 ____________________________________________________________________________
28613 [ 11966] By: ams                                   on 2001/09/09  21:06:13
28614         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
28615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28616              Date: Mon, 13 Aug 2001 22:51:59 +0200
28617              Message-ID: <20010813225159.C6681@rafael>
28618              (Applied with several tweaks.)
28619      Branch: perl
28620            ! embed.h embed.pl proto.h toke.c
28621 ____________________________________________________________________________
28622 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
28623         Log: The exact error message is system-dependent.
28624      Branch: perl
28625            ! lib/ExtUtils/Manifest.t
28626 ____________________________________________________________________________
28627 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
28628         Log: Add Windows and Mac Sami support to Encode
28629              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
28630      Branch: perl
28631            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
28632            ! MANIFEST
28633 ____________________________________________________________________________
28634 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
28635         Log: Use the tried method.
28636      Branch: perl
28637            ! pod/perlport.pod
28638 ____________________________________________________________________________
28639 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
28640         Log: Can't count parentheses.
28641      Branch: perl
28642            ! ext/IO/lib/IO/Socket/INET.pm
28643 ____________________________________________________________________________
28644 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
28645         Log: perlport additions: 1 while unlink, add/delete directory
28646              entries and permissions, cygwin stat funkiness (from Michael
28647              Schwern and Nicholas Clark)
28648      Branch: perl
28649            ! pod/perlport.pod
28650 ____________________________________________________________________________
28651 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
28652         Log: blib does have a detectable test.
28653      Branch: perl
28654            ! t/lib/1_compile.t
28655 ____________________________________________________________________________
28656 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
28657         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
28658              From: "chromatic" <chromatic@rmci.net>
28659              Date: Sat, 08 Sep 2001 19:33:42 -0600
28660              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
28661      Branch: perl
28662            + lib/Term/Complete.t
28663            ! MANIFEST
28664 ____________________________________________________________________________
28665 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
28666         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
28667              From: Michael G Schwern <schwern@pobox.com> 
28668              Date: Sat, 8 Sep 2001 02:40:26 -0400
28669              Message-ID: <20010908024026.A26283@blackrider>
28670      Branch: perl
28671            + lib/Test/Tutorial.pod
28672            ! MANIFEST
28673 ____________________________________________________________________________
28674 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
28675         Log: Try to look up protocol (by name) only iff it has non-numbers:
28676              nice if the server is in a chrooted environment (no /etc/protocols,
28677              server code using hardcorded protocol numbers like 6 for tcp),
28678              suggested by John Holdsworth <coldwave@bigfoot.com>.
28679              In other words, if we are given a number, why look it up again
28680              (by number)?
28681      Branch: perl
28682            ! ext/IO/lib/IO/Socket/INET.pm
28683 ____________________________________________________________________________
28684 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
28685         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
28686              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28687              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
28688              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
28689              
28690              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
28691              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28692              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
28693              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
28694              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
28695              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28696              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
28697              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
28698      Branch: perl
28699            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
28700 ____________________________________________________________________________
28701 [ 11955] By: ams                                   on 2001/09/09  02:54:21
28702         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
28703              From: "Craig A. Berry" <craigberry@mac.com>
28704              Date: Sat, 08 Sep 2001 19:02:16 -0500
28705              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
28706      Branch: perl
28707            ! lib/CGI/t/carp.t
28708 ____________________________________________________________________________
28709 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
28710         Log: Documentation tweaks; think the IP address as an opaque string.
28711      Branch: perl
28712            ! ext/Socket/Socket.pm
28713 ____________________________________________________________________________
28714 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
28715         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
28716              From: Michael G Schwern <schwern@pobox.com>
28717              Date: Sat, 8 Sep 2001 19:45:46 -0400
28718              Message-ID: <20010908194546.C9193@blackrider>
28719      Branch: perl
28720            + lib/blib.t
28721            ! MANIFEST lib/blib.pm t/lib/1_compile.t
28722 ____________________________________________________________________________
28723 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
28724         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
28725              From: "chromatic" <chromatic@rmci.net>
28726              Date: Sat, 08 Sep 2001 12:31:44 -0600
28727              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
28728      Branch: perl
28729            + lib/CGI/t/fast.t
28730            ! MANIFEST
28731 ____________________________________________________________________________
28732 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
28733         Log: The Socket tests were wrong: they were assuming too much.
28734      Branch: perl
28735            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
28736 ____________________________________________________________________________
28737 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
28738         Log: Retract the portability changes since they
28739              seem to have opened a can of worms... will
28740              go back to UNICOS/mk and do the bare minimum
28741              required to get the tests working.
28742      Branch: perl
28743            ! ext/Socket/Socket.xs
28744 ____________________________________________________________________________
28745 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
28746         Log: PADOFFSET is used to cast pointers into integers,
28747              if pointers are 64 bits and U32 32 bits,
28748              bad things may happen, or at least warnings issued.
28749      Branch: perl
28750            ! op.h
28751 ____________________________________________________________________________
28752 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
28753         Log: Still more Socket portability tweaking.
28754              Now Socket.t seems to be happy in all of
28755              Linux/x86, Tru64/alpha, Solaris/sparc,
28756              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
28757              
28758              Addendum: it seems that io_multihomed, io_sock, and hostent
28759              were broken in little-endians (linux/x86 and tru64/alpha)
28760              because of this change.  Argh.
28761      Branch: perl
28762            ! ext/Socket/Socket.xs
28763 ____________________________________________________________________________
28764 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
28765         Log: More portability kicking on inet_ntoa().
28766      Branch: perl
28767            ! ext/Socket/Socket.xs
28768 ____________________________________________________________________________
28769 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
28770         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
28771              From: Michael G Schwern <schwern@pobox.com> 
28772              Date: Fri, 7 Sep 2001 23:06:51 -0400
28773              Message-ID: <20010907230651.R606@blackrider>
28774      Branch: perl
28775            + lib/ExtUtils/Manifest.t
28776            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
28777 ____________________________________________________________________________
28778 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
28779         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
28780              From: "chromatic" <chromatic@rmci.net>
28781              Date: Fri, 07 Sep 2001 17:53:15 -0600      
28782              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
28783      Branch: perl
28784            + lib/ExtUtils/testlib.t
28785            ! MANIFEST
28786 ____________________________________________________________________________
28787 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
28788         Log: Thinko.
28789      Branch: perl
28790            ! lib/integer.t
28791 ____________________________________________________________________________
28792 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
28793         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
28794              From: "Craig A. Berry" <craigberry@mac.com>
28795              Date: Fri, 07 Sep 2001 15:30:03 -0500
28796              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
28797      Branch: perl
28798            ! lib/CGI/Carp.pm
28799 ____________________________________________________________________________
28800 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
28801         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
28802              From: Michael G Schwern <schwern@pobox.com>
28803              Date: Fri, 7 Sep 2001 15:38:13 -0400
28804              Message-ID: <20010907153813.K606@blackrider>
28805      Branch: perl
28806            ! lib/ExtUtils/MM_Unix.pm
28807 ____________________________________________________________________________
28808 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
28809         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
28810              From: Robin Barker <rmb1@cise.npl.co.uk>
28811              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
28812              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
28813      Branch: perl
28814            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
28815 ____________________________________________________________________________
28816 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
28817         Log: Clean up 1_compile.t; move tests to more consistent
28818              places (t/ subdirectories); add integer.t (much of
28819              the pragma is tested elsewhere but there is no one
28820              centralized place)
28821      Branch: perl
28822            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
28823            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
28824            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
28825            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
28826            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
28827            - lib/File/Find/find.t lib/File/Find/taint.t
28828            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
28829 ____________________________________________________________________________
28830 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
28831         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
28832              From: "chromatic" <chromatic@rmci.net>
28833              Date: Fri, 07 Sep 2001 10:17:40 -0600
28834              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
28835      Branch: perl
28836            ! lib/File/Find/taint.t
28837 ____________________________________________________________________________
28838 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
28839         Log: Update Changes.
28840      Branch: perl
28841            ! Changes patchlevel.h
28842 ____________________________________________________________________________
28843 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
28844         Log: Rename the old threading tutorial, start a new one,
28845              regen toc.
28846      Branch: perl
28847            + pod/perlothrtut.pod
28848            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
28849            ! pod/perltoc.pod
28850 ____________________________________________________________________________
28851 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
28852         Log: vars very much has a test.
28853      Branch: perl
28854            ! t/lib/1_compile.t
28855 ____________________________________________________________________________
28856 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
28857         Log: Subject: Re: wince/perl.ico marked as binary
28858              From: Nicholas Clark <nick@ccl4.org>
28859              Date: Fri, 7 Sep 2001 13:54:40 +0100
28860              Message-ID: <20010907135439.D39150@plum.flirble.org>
28861              
28862              and wince/Makefile.ce change from Rainer Keuchel.
28863      Branch: perl
28864            + wince/makeico.pl
28865            ! MANIFEST wince/Makefile.ce
28866 ____________________________________________________________________________
28867 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
28868         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
28869              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28870              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
28871              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
28872      Branch: perl
28873            ! regexec.c
28874 ____________________________________________________________________________
28875 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
28876         Log: (Replaced by #11934)
28877              Subject: Re: [PATCH regexec.c] more general .* and .*?
28878              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28879              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
28880              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
28881      Branch: perl
28882            ! regexec.c
28883 ____________________________________________________________________________
28884 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
28885         Log: The #11931 patching misbehaved.
28886      Branch: perl
28887            ! lib/Test/Harness/t/test-harness.t
28888 ____________________________________________________________________________
28889 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
28890         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
28891              From: Michael G Schwern <schwern@pobox.com>
28892              Date: Fri, 7 Sep 2001 03:30:41 -0400
28893              Message-ID: <20010907033041.A2796@blackrider>
28894      Branch: perl
28895            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
28896            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
28897            + t/lib/sample-tests/header_at_end_fail
28898            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
28899            - lib/Test/Harness.t
28900            ! MANIFEST lib/Test/Harness.pm t/TEST
28901 ____________________________________________________________________________
28902 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
28903         Log: Subject: [PATCH] Digest::MD5 update
28904              From: Gisle Aas <gisle@ActiveState.com>
28905              Date: 06 Sep 2001 23:32:56 -0700
28906              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
28907      Branch: perl
28908            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28909            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
28910 ____________________________________________________________________________
28911 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
28912         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
28913              From: "chromatic" <chromatic@rmci.net>
28914              Date: Thu, 06 Sep 2001 23:11:44 -0600
28915              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
28916      Branch: perl
28917            + lib/less.t
28918            ! MANIFEST t/lib/1_compile.t
28919 ____________________________________________________________________________
28920 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
28921         Log: The binary file must somehow differently stored.
28922      Branch: perl
28923            - wince/perl.ico
28924            ! MANIFEST
28925 ____________________________________________________________________________
28926 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
28927         Log: Add more modules to the list of modules that have tests,
28928              Schwern's wallet is getting more nervous.
28929              (Run t/lib/1_compile.t manually to see which modules
28930              are lacking tests, or the tests can't be run for some
28931              reason or another, such as the Net:: modules)
28932      Branch: perl
28933            ! t/lib/1_compile.t
28934 ____________________________________________________________________________
28935 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
28936         Log: Try to make Socket::inet_ntoa() more robust.
28937      Branch: perl
28938            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
28939 ____________________________________________________________________________
28940 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
28941         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
28942              From: chromatic <chromatic@rmci.net>       
28943              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
28944              Message-Id: <01090522580506.19590@firewheel>           
28945      Branch: perl
28946            ! lib/English.t
28947 ____________________________________________________________________________
28948 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
28949         Log: Subject: Re: perlvar manpage and localizing special vars
28950              From: Stas Bekman <stas@stason.org>
28951              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
28952              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
28953      Branch: perl
28954            ! pod/perlvar.pod
28955 ____________________________________________________________________________
28956 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
28957         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
28958              From: Robin Barker <rmb1@cise.npl.co.uk>
28959              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
28960              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
28961      Branch: perl
28962            ! lib/ExtUtils/MakeMaker.pm
28963 ____________________________________________________________________________
28964 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
28965         Log: Symbol missing; AIX unhappy.
28966      Branch: perl
28967            ! makedef.pl
28968 ____________________________________________________________________________
28969 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
28970         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
28971              Reported in 5.61, seems to work okay in blead.
28972      Branch: perl
28973            ! t/run/kill_perl.t
28974 ____________________________________________________________________________
28975 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
28976         Log: Update Changes.
28977      Branch: perl
28978            ! Changes patchlevel.h
28979 ____________________________________________________________________________
28980 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
28981         Log: Document the bad assumptions currently breaking
28982              the Socket.t tests 10, 11, and 13 in UNICOS.
28983      Branch: perl
28984            ! ext/Socket/Socket.xs
28985 ____________________________________________________________________________
28986 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
28987         Log: Subject: [PATCH x2p] make OPTIMIZE=...
28988              From: Robin Barker <rmb1@cise.npl.co.uk>
28989              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
28990              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
28991      Branch: perl
28992            ! x2p/Makefile.SH x2p/cflags.SH
28993 ____________________________________________________________________________
28994 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
28995         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
28996              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
28997              Date: Thu, 6 Sep 2001 11:09:40 +0100
28998              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
28999              
29000              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
29001              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29002              Date: 6 Sep 2001 10:14:38 -0000
29003              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
29004      Branch: perl
29005            ! pod/perlfaq1.pod pod/perlhack.pod
29006 ____________________________________________________________________________
29007 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
29008         Log: Subject: Extra NUL is Data::Dumper output - patch
29009              From: Tony Cook <tony@develop-help.com>
29010              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
29011              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
29012      Branch: perl
29013            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29014 ____________________________________________________________________________
29015 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
29016         Log: Avoid redefinition warning
29017              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
29018              from
29019              perl -w -Ilib -MCwd -e ''
29020      Branch: perl
29021            ! lib/Cwd.pm
29022 ____________________________________________________________________________
29023 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
29024         Log: Update the is_tainted() example implementation.
29025      Branch: perl
29026            ! pod/perlsec.pod
29027 ____________________________________________________________________________
29028 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
29029         Log: Missing) in #11912.
29030      Branch: perl
29031            ! lib/Test/Simple/t/fail.t
29032 ____________________________________________________________________________
29033 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
29034         Log: Rewhack Test-Simple into core harness.
29035      Branch: perl
29036            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
29037            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
29038            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
29039            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
29040            ! lib/Test/Simple/t/skipall.t
29041 ____________________________________________________________________________
29042 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
29043         Log: Workaround for the new Exporter 'feature'.
29044      Branch: perl
29045            ! lib/Test/More.pm
29046 ____________________________________________________________________________
29047 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
29048         Log: Re-introduce pure-Perl fall-back for abs_path,
29049              re-introduce #11898.
29050      Branch: perl
29051            ! lib/Cwd.pm lib/File/Find.pm
29052 ____________________________________________________________________________
29053 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
29054         Log: More tests.
29055      Branch: perl
29056            ! lib/Exporter.t
29057 ____________________________________________________________________________
29058 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
29059         Log: Retract #11898 for now because it introduces
29060              a rather nasty depencency: when B is being built,
29061              MakeMaker is used.  MakeMaker uses File::Find.
29062              File::Find uses Cwd::getcwd()...which doesn't
29063              exist yet.
29064      Branch: perl
29065            ! lib/File/Find.pm
29066 ____________________________________________________________________________
29067 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
29068         Log: New test welcome.
29069      Branch: perl
29070            + lib/Test/Simple/t/simple.t
29071 ____________________________________________________________________________
29072 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
29073         Log: Old test begone.
29074      Branch: perl
29075            - lib/Attribute/Handlers/test.pl
29076 ____________________________________________________________________________
29077 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
29078         Log: Test-Simple syncup from Schwern.
29079      Branch: perl
29080            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
29081            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
29082            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
29083            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
29084            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
29085            - lib/Test/More/Changes lib/Test/More/t/More.t
29086            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
29087            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
29088            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
29089            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
29090            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
29091            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
29092            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
29093            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
29094            ! t/lib/Test/Simple/sample_tests/death.plx
29095            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
29096            ! t/lib/Test/Simple/sample_tests/extras.plx
29097            ! t/lib/Test/Simple/sample_tests/five_fail.plx
29098            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
29099            ! t/lib/Test/Simple/sample_tests/one_fail.plx
29100            ! t/lib/Test/Simple/sample_tests/require.plx
29101            ! t/lib/Test/Simple/sample_tests/success.plx
29102            ! t/lib/Test/Simple/sample_tests/too_few.plx
29103            ! t/lib/Test/Simple/sample_tests/two_fail.plx
29104 ____________________________________________________________________________
29105 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
29106         Log: Integrate File::Find changes from bleadperl
29107      Branch: maint-5.6/macperl
29108            ! lib/File/Find.pm t/lib/filefind-taint.t
29109 ____________________________________________________________________________
29110 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
29111         Log: Integrate 11847 from maint-5.6/perl
29112      Branch: maint-5.6/macperl
29113           !> sv.c
29114 ____________________________________________________________________________
29115 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
29116         Log: In UNICOS division yada yada.
29117      Branch: perl
29118            ! t/op/override.t
29119 ____________________________________________________________________________
29120 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
29121         Log: In UNICOS division is really lossy, better use
29122              a tolerance test.
29123      Branch: perl
29124            ! ext/Time/HiRes/HiRes.t
29125 ____________________________________________________________________________
29126 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
29127         Log: In UNICOS sigaction() sets an extra flag
29128              ("the signal has been registered for all the processes in
29129              a multitasking group.")
29130      Branch: perl
29131            ! ext/POSIX/sigaction.t
29132 ____________________________________________________________________________
29133 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
29134         Log: Documentation micropatch from Damian.
29135      Branch: perl
29136            ! lib/Attribute/Handlers.pm
29137 ____________________________________________________________________________
29138 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
29139         Log: (Retracted by #11908)
29140              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
29141              From: Michael G Schwern <schwern@pobox.com>
29142              Date: Wed, 5 Sep 2001 15:58:21 -0400
29143              Message-ID: <20010905155821.I632@blackrider>
29144      Branch: perl
29145            ! lib/File/Find.pm lib/File/Find/taint.t
29146 ____________________________________________________________________________
29147 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
29148         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
29149              From: Michael G Schwern <schwern@pobox.com>
29150              Date: Wed, 5 Sep 2001 19:16:31 -0400
29151              Message-ID: <20010905191631.E11386@blackrider>
29152      Branch: perl
29153            + lib/CGI/t/carp.t
29154            ! MANIFEST
29155 ____________________________________________________________________________
29156 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
29157         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
29158              From: chromatic <chromatic@rmci.net>
29159              Date: Wed, 5 Sep 2001 18:08:07 -0600
29160              Message-Id: <01090518080700.19590@firewheel>
29161      Branch: perl
29162            ! lib/English.pm
29163 ____________________________________________________________________________
29164 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
29165         Log: Fix a typo #11889 and add a test for the same.
29166      Branch: perl
29167            ! ext/Socket/Socket.t ext/Socket/Socket.xs
29168 ____________________________________________________________________________
29169 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
29170         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
29171              From: "Craig A. Berry" <craigberry@mac.com>
29172              Date: Wed, 05 Sep 2001 17:48:54 -0500
29173              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
29174      Branch: perl
29175            ! lib/warnings.t t/run/kill_perl.t
29176 ____________________________________________________________________________
29177 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
29178         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
29179              From: Michael G Schwern <schwern@pobox.com>
29180              Date: Wed, 5 Sep 2001 17:22:25 -0400
29181              Message-ID: <20010905172225.C11386@blackrider>
29182      Branch: perl
29183            ! t/run/kill_perl.t
29184 ____________________________________________________________________________
29185 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
29186         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
29187              From: Nicholas Clark <nick@ccl4.org>
29188              Date: Wed, 5 Sep 2001 20:54:24 +0100
29189              Message-ID: <20010905205424.C25120@plum.flirble.org>
29190      Branch: perl
29191            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
29192 ____________________________________________________________________________
29193 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
29194         Log: Forgotten thing.
29195      Branch: perl
29196            ! uconfig.h
29197 ____________________________________________________________________________
29198 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
29199         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
29200              From: chromatic <chromatic@rmci.net>               
29201              Date: Wed, 5 Sep 2001 13:22:08 -0600
29202              Message-Id: <01090513220807.10587@firewheel> 
29203      Branch: perl
29204            ! lib/English.pm
29205 ____________________________________________________________________________
29206 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
29207         Log: inet_ntoa() tweaks:
29208              - don't allow addresses with > 255 characters
29209              - indent the HP-UX workaround
29210              - don't leak memory
29211      Branch: perl
29212            ! ext/Socket/Socket.xs
29213 ____________________________________________________________________________
29214 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
29215         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
29216              <xwu@theeducationcenter.com>
29217      Branch: perl
29218            ! lib/File/Find.pm
29219 ____________________________________________________________________________
29220 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
29221         Log: Typo nits.
29222      Branch: perl
29223            ! lib/File/Find.pm
29224 ____________________________________________________________________________
29225 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
29226         Log: -Wall nit.
29227      Branch: perl
29228            ! op.c
29229 ____________________________________________________________________________
29230 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
29231         Log: Update to Scalar-List-Utils 1.05
29232      Branch: perl
29233            ! ext/List/Util/ChangeLog ext/List/Util/README
29234            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
29235 ____________________________________________________________________________
29236 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
29237         Log: Update Changes.
29238      Branch: perl
29239            ! Changes patchlevel.h
29240 ____________________________________________________________________________
29241 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
29242         Log: Update to Scalar-List-Utils 1.04
29243      Branch: perl
29244            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
29245            ! ext/List/Util/lib/List/Util.pm
29246            ! ext/List/Util/lib/Scalar/Util.pm
29247 ____________________________________________________________________________
29248 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
29249         Log: Metaconfigify #11724.
29250      Branch: metaconfig
29251            ! U/threads/archname.U
29252 ____________________________________________________________________________
29253 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
29254         Log: The MacOS reference is okay, no reason to hide it.
29255      Branch: perl
29256            ! lib/Cwd.pm
29257 ____________________________________________________________________________
29258 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
29259         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
29260              From: Michael G Schwern <schwern@pobox.com>
29261              Date: Tue, 4 Sep 2001 15:30:10 -0400
29262              Message-ID: <20010904153010.H26466@blackrider> 
29263              
29264              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
29265      Branch: perl
29266            ! ext/Cwd/Makefile.PL lib/Cwd.pm
29267 ____________________________________________________________________________
29268 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
29269         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
29270              From: Michael G Schwern <schwern@pobox.com>
29271              Date: Tue, 4 Sep 2001 17:39:13 -0400
29272              Message-ID: <20010904173913.C626@blackrider>
29273      Branch: perl
29274            ! lib/Cwd.pm
29275 ____________________________________________________________________________
29276 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
29277         Log: Subject: Re: Perl_pp_* in public API?
29278              From: "Craig A. Berry" <craigberry@mac.com>
29279              Date: Tue, 4 Sep 2001 21:51:29 -0500
29280              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
29281      Branch: perl
29282            ! ext/List/Util/Util.xs
29283 ____________________________________________________________________________
29284 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
29285         Log: From Damian: Class::Struct was unable to define
29286              recursive classes.  After the patch an object reference
29287              (rather than a hash) is required to initialize
29288              an object attribute.  If no such initializer is given to
29289              the constructor, object attributes are now default
29290              initialized to C<undef>.
29291      Branch: perl
29292            ! lib/Class/Struct.pm lib/Class/Struct.t
29293 ____________________________________________________________________________
29294 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
29295         Log: Subject: Re: sv_catpvfn and sv_setpvfn
29296              From: Richard Soderberg <rs@oregonnet.com>
29297              Date: Tue, 4 Sep 2001 15:16:47 -0700
29298              Message-Id: <200109042216.PAA17858@oregonnet.com>
29299      Branch: perl
29300            ! pod/perlclib.pod pod/perlguts.pod
29301 ____________________________________________________________________________
29302 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
29303         Log: NetWare updates from Ananth Kesari.
29304      Branch: perl
29305            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
29306            ! NetWare/nw5thread.h
29307 ____________________________________________________________________________
29308 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
29309         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
29310              From: Nicholas Clark <nick@ccl4.org>
29311              Date: Tue, 4 Sep 2001 22:42:50 +0100
29312              Message-ID: <20010904224250.P25120@plum.flirble.org>
29313      Branch: perl
29314            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
29315            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
29316            ! t/op/oct.t toke.c
29317 ____________________________________________________________________________
29318 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
29319         Log: Fix Cwd::getcwd() not being tainted, as noticed
29320              by Schwern.
29321      Branch: perl
29322            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
29323            - ext/Cwd/Cwd.t
29324            ! MANIFEST ext/Cwd/Cwd.xs util.c
29325 ____________________________________________________________________________
29326 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
29327         Log: Retract #11870 and volatilize the right destruct_level.
29328              Silly thinko pointed out by Sarathy.
29329      Branch: perl
29330            ! intrpvar.h perl.c
29331 ____________________________________________________________________________
29332 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
29333         Log: At least a temporary fix for the mysterious scope core dumps
29334              in Tru64 from Graham.
29335      Branch: perl
29336            ! ext/List/Util/Util.xs
29337 ____________________________________________________________________________
29338 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
29339         Log: (Retracted by #11872)
29340      Branch: perl
29341            ! intrpvar.h
29342 ____________________________________________________________________________
29343 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
29344         Log: Quench a -Wall gripe noticed by Robin Barker.
29345      Branch: perl
29346            ! op.c
29347 ____________________________________________________________________________
29348 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
29349         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
29350              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29351              Date: Wed, 05 Sep 2001 02:01:32 +0900
29352              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
29353      Branch: perl
29354            ! lib/Unicode/UCD.pm
29355 ____________________________________________________________________________
29356 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
29357         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
29358              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29359              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
29360              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
29361      Branch: perl
29362            ! gv.c
29363 ____________________________________________________________________________
29364 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
29365         Log: Update Changes.
29366      Branch: perl
29367            ! Changes patchlevel.h
29368 ____________________________________________________________________________
29369 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
29370         Log: Add the \[$@%&*] prototype support.
29371      Branch: perl
29372            ! op.c pod/perlsub.pod t/comp/proto.t
29373 ____________________________________________________________________________
29374 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
29375         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
29376              From: Michael G Schwern <schwern@pobox.com>
29377              Date: Mon, 3 Sep 2001 18:59:01 -0400
29378              Message-ID: <20010903185901.Z9233@blackrider>
29379      Branch: perl
29380            ! lib/CGI/t/form.t
29381 ____________________________________________________________________________
29382 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
29383         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
29384              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29385              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
29386              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
29387      Branch: perl
29388            ! gv.c
29389 ____________________________________________________________________________
29390 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
29391         Log: More srand entry tweakage based on Randal's suggestion.
29392      Branch: perl
29393            ! pod/perlfunc.pod
29394 ____________________________________________________________________________
29395 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
29396         Log: Subject: [PATCH] 'main' *is* a reserved word
29397              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29398              Date: Mon, 3 Sep 2001 22:55:41 +0200
29399              Message-ID: <20010903225541.A24097@rafael>
29400      Branch: perl
29401            ! toke.c
29402 ____________________________________________________________________________
29403 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
29404         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
29405              From: Peter Prymmer <pvhp@best.com>
29406              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
29407              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
29408      Branch: perl
29409            ! README.vms configure.com
29410 ____________________________________________________________________________
29411 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
29412         Log: Subject: Re: A slightly better default seed?   
29413              From: Michael G Schwern <schwern@pobox.com>
29414              Date: Mon, 3 Sep 2001 18:08:15 -0400 
29415              Message-ID: <20010903180815.W9233@blackrider>
29416      Branch: perl
29417            ! t/op/srand.t
29418 ____________________________________________________________________________
29419 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
29420         Log: Add sharedsv.o to microperl object files.
29421      Branch: perl
29422            ! Makefile.micro
29423 ____________________________________________________________________________
29424 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
29425         Log: AUTHORS updates and
29426              
29427              Subject: [PATCH] Just some preening :-)        
29428              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
29429              Date: Tue, 4 Sep 2001 14:16:59 +0100
29430              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
29431      Branch: perl
29432            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
29433 ____________________________________________________________________________
29434 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
29435         Log: Typo fix and slight rewording.
29436      Branch: perl
29437            ! pod/perlfunc.pod
29438 ____________________________________________________________________________
29439 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
29440         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
29441      Branch: perl
29442            ! pod/perlfaq4.pod
29443 ____________________________________________________________________________
29444 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
29445         Log: The helper file changed name.
29446      Branch: perl
29447            ! MANIFEST
29448 ____________________________________________________________________________
29449 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
29450         Log: Update to Scalar-List-Utils 1.03
29451      Branch: perl
29452            + ext/List/Util/t/shuffle.t
29453            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
29454            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
29455            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
29456            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
29457            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
29458            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
29459            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
29460            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
29461 ____________________________________________________________________________
29462 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
29463         Log: Make crypt() do something more sane for Unicode
29464              (take crypt() of the low eight bits of the characters,
29465              instead of taking crypt() of the UTF-8 of the scalar);
29466              add a test for crypt().
29467      Branch: perl
29468            + t/op/crypt.t
29469            ! MANIFEST pod/perlfunc.pod pp.c
29470 ____________________________________________________________________________
29471 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
29472         Log: Reorganize the srand entry.
29473      Branch: perl
29474            ! pod/perlfunc.pod
29475 ____________________________________________________________________________
29476 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
29477         Log: Remove the tests that assume something about
29478              calling srand() without arguments multiple times.
29479      Branch: perl
29480            ! t/op/srand.t
29481 ____________________________________________________________________________
29482 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
29483         Log: Upgrade to Math::BigInt 1.42.
29484      Branch: perl
29485            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29486            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
29487            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
29488            ! lib/Math/BigInt/t/mbimbf.t
29489 ____________________________________________________________________________
29490 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
29491         Log: integrate change#11847 from maint-5.6
29492              
29493              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29494      Branch: perl
29495            ! sv.c
29496 ____________________________________________________________________________
29497 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
29498         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29499      Branch: maint-5.6/perl
29500            ! sv.c
29501 ____________________________________________________________________________
29502 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
29503         Log: As far as I can tell these functions have been Unicodified.
29504      Branch: perl
29505            ! doop.c
29506 ____________________________________________________________________________
29507 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
29508         Log: Update to Storable 1.0.13.
29509      Branch: perl
29510            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29511            ! ext/Storable/Storable.xs
29512 ____________________________________________________________________________
29513 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
29514         Log: Patch the Filter::Simple test to work with
29515              the core test suite (since the FilterTest.pm
29516              is in t/lib, not in lib).
29517      Branch: perl
29518            ! lib/Filter/Simple/t/filter.t
29519 ____________________________________________________________________________
29520 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
29521         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
29522      Branch: perl
29523            + t/lib/FilterTest.pm
29524            - t/lib/MyFilter.pm
29525 ____________________________________________________________________________
29526 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
29527         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
29528              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
29529              Text::Balanced 1.86.
29530      Branch: perl
29531            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
29532            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
29533            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
29534            + lib/Switch/t/nested.t lib/Switch/t/switch.t
29535            + lib/Text/Balanced/Changes lib/Text/Balanced/README
29536            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
29537            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
29538            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
29539            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
29540            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
29541            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
29542            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
29543            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
29544            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
29545            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
29546            ! MANIFEST lib/Attribute/Handlers.pm
29547            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29548            ! lib/Attribute/Handlers/demo/Demo.pm
29549            ! lib/Attribute/Handlers/demo/Descriptions.pm
29550            ! lib/Attribute/Handlers/demo/MyClass.pm
29551            ! lib/Attribute/Handlers/demo/demo.pl
29552            ! lib/Attribute/Handlers/demo/demo2.pl
29553            ! lib/Attribute/Handlers/demo/demo3.pl
29554            ! lib/Attribute/Handlers/demo/demo4.pl
29555            ! lib/Attribute/Handlers/demo/demo_call.pl
29556            ! lib/Attribute/Handlers/demo/demo_chain.pl
29557            ! lib/Attribute/Handlers/demo/demo_cycle.pl
29558            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
29559            ! lib/Attribute/Handlers/demo/demo_phases.pl
29560            ! lib/Attribute/Handlers/demo/demo_range.pl
29561            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
29562            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
29563            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
29564            ! lib/Text/Balanced.pm
29565 ____________________________________________________________________________
29566 [ 11841] By: sky                                   on 2001/09/03  11:04:15
29567         Log: Forgot to add a file with Change #11840
29568      Branch: perl
29569            + t/op/srand.t
29570 ____________________________________________________________________________
29571 [ 11840] By: sky                                   on 2001/09/03  11:02:04
29572         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
29573              From: Michael G Schwern <schwern@pobox.com>
29574              Date: Mon, 3 Sep 2001 07:43:00 -0400
29575              Message-ID: <20010903074300.E9233@blackrider>
29576      Branch: perl
29577            ! MANIFEST pod/perlfunc.pod t/op/rand.t
29578 ____________________________________________________________________________
29579 [ 11839] By: sky                                   on 2001/09/03  10:47:11
29580         Log: Document the changes with regards to running of END blocks.
29581              And DESTROY on global objects are called in perl_destruct()!
29582      Branch: perl
29583            ! pod/perl572delta.pod pod/perlembed.pod
29584 ____________________________________________________________________________
29585 [ 11838] By: sky                                   on 2001/09/03  09:34:44
29586         Log: Subject: [PATCH t/op/time.t] Partial cleanup
29587              From: Michael G Schwern <schwern@pobox.com>
29588              Date: Mon, 3 Sep 2001 06:29:42 -0400
29589              Message-ID: <20010903062942.C9233@blackrider>
29590      Branch: perl
29591            ! t/op/time.t
29592 ____________________________________________________________________________
29593 [ 11837] By: sky                                   on 2001/09/03  09:30:02
29594         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
29595              From: Michael G Schwern <schwern@pobox.com>
29596              Date: Mon, 3 Sep 2001 06:24:13 -0400
29597              Message-ID: <20010903062413.B9233@blackrider>
29598      Branch: perl
29599            ! t/op/rand.t
29600 ____________________________________________________________________________
29601 [ 11836] By: sky                                   on 2001/09/03  07:56:47
29602         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
29603              From: Michael G Schwern <schwern@pobox.com>
29604              Date: Sun, 2 Sep 2001 21:38:43 -0400
29605              Message-ID: <20010902213843.L2711@blackrider>
29606      Branch: perl
29607            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
29608            ! MANIFEST
29609 ____________________________________________________________________________
29610 [ 11835] By: nick                                  on 2001/09/03  06:20:06
29611         Log: Integrate mainline
29612      Branch: perlio
29613           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
29614            - t/op/misc.t
29615           !> (integrate 187 files)
29616 ____________________________________________________________________________
29617 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
29618         Log: Update Changes.
29619      Branch: perl
29620            ! Changes patchlevel.h
29621 ____________________________________________________________________________
29622 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
29623         Log: Slight tweaks.
29624      Branch: perl
29625            ! t/run/kill_perl.t
29626 ____________________________________________________________________________
29627 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
29628         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
29629      Branch: perl
29630            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29631 ____________________________________________________________________________
29632 [ 11831] By: sky                                   on 2001/09/02  12:10:42
29633         Log: Change #11828 wasn't complete, this updates to intest path
29634      Branch: perl
29635            ! t/run/kill_perl.t
29636 ____________________________________________________________________________
29637 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
29638         Log: 's's's.
29639      Branch: perl
29640            ! Changes
29641 ____________________________________________________________________________
29642 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
29643         Log: Update Changes.
29644      Branch: perl
29645            ! Changes patchlevel.h
29646 ____________________________________________________________________________
29647 [ 11828] By: sky                                   on 2001/09/02  11:53:56
29648         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
29649              From: Michael G Schwern <schwern@pobox.com>
29650              Date: Sat, 1 Sep 2001 20:18:58 -0400
29651              Message-ID: <20010901201858.X606@blackrider>
29652              +MANIFEST Fix
29653      Branch: perl
29654            + t/run/kill_perl.t
29655            - t/op/misc.t t/run/segfault.t
29656            ! MANIFEST
29657 ____________________________________________________________________________
29658 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
29659         Log: Subject: [PATCH] lib/Time/Local.pm
29660              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29661              Date: Sun, 2 Sep 2001 06:50:01 -0500
29662              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
29663      Branch: perl
29664            ! lib/Time/Local.pm
29665 ____________________________________________________________________________
29666 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
29667         Log: Tick off Unicode collation and the normalization from
29668              the todo list.
29669      Branch: perl
29670            ! pod/perltodo.pod
29671 ____________________________________________________________________________
29672 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
29673         Log: Update to Unicode 3.1.1.
29674      Branch: perl
29675            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
29676            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
29677            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
29678            ! lib/unicore/PropList.txt lib/unicore/README.perl
29679            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
29680            ! lib/unicore/rename lib/unicore/version
29681 ____________________________________________________________________________
29682 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
29683         Log: Slight doc tweaks for the module.
29684      Branch: perl
29685            ! lib/Unicode/UCD.pm
29686 ____________________________________________________________________________
29687 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
29688         Log: Rename the variable: it *used* to be (wrongly) that the
29689              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
29690              but that is no more the case: PL_reg_match_utf8 is better.
29691      Branch: perl
29692            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
29693            ! regexec.c sv.c thrdvar.h
29694 ____________________________________________________________________________
29695 [ 11822] By: ams                                   on 2001/09/02  02:54:50
29696         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
29697              From: Ilmari Karonen <iltzu@sci.fi>
29698              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
29699              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
29700              (op/sub_lval.t updated to take new error message into account.)
29701      Branch: perl
29702            ! op.c t/op/sub_lval.t
29703 ____________________________________________________________________________
29704 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
29705         Log: remove stray CRs in files; keep all files with UNIX line-ends
29706              (Porting/makerel adds CRs to the files that need it in the
29707              distribution)
29708      Branch: perl
29709            ! NetWare/t/NWScripts.pl README.dos
29710            ! ext/Encode/Encode/cns11643-1.enc
29711            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
29712            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29713 ____________________________________________________________________________
29714 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
29715         Log: some remnants of change#11803
29716      Branch: perl
29717            ! ext/ByteLoader/byterun.h perl.h
29718 ____________________________________________________________________________
29719 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
29720         Log: Update to Unicode::Collate 0.08.
29721      Branch: perl
29722            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29723            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29724 ____________________________________________________________________________
29725 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
29726         Log: Test tweaks.
29727      Branch: perl
29728            ! t/op/pat.t
29729 ____________________________________________________________________________
29730 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
29731         Log: Fix test
29732      Branch: maint-5.6/macperl
29733            ! t/lib/b.t
29734 ____________________________________________________________________________
29735 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
29736         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
29737              warnings in Config.pm with -W; increase default and
29738              minimum RAM; bump version number.
29739      Branch: maint-5.6/macperl
29740            + macos/lib/Mac/LowMem.pm
29741            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
29742            ! macos/configpm macos/macperl/MacPerl.r
29743 ____________________________________________________________________________
29744 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
29745         Log: Make syntax check report in MPW style, fix tests
29746              to use Mac::err=unix to get normal-style error
29747              messages.
29748      Branch: maint-5.6/macperl
29749            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
29750            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
29751 ____________________________________________________________________________
29752 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
29753         Log: Make MPW-style errors optional (but the default); add
29754              MacPerl::ErrorFormat() function and Mac::err pragma
29755      Branch: maint-5.6/macperl
29756            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
29757            + macos/ext/Mac/err/err.xs
29758            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
29759            ! macos/macish.c macos/macish.h macos/macperl.sym
29760 ____________________________________________________________________________
29761 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
29762         Log: More module and test ports from Thomas Wegner et al
29763      Branch: maint-5.6/macperl
29764            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29765            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
29766            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
29767            ! t/op/magic.t
29768 ____________________________________________________________________________
29769 [ 11812] By: sky                                   on 2001/09/01  17:19:30
29770         Log: Subject: [PATCH t/op/concat.t] cleanup
29771              From: Michael G Schwern <schwern@pobox.com>
29772              Date: Sat, 1 Sep 2001 14:06:28 -0400
29773              Message-ID: <20010901140628.C606@blackrider>
29774      Branch: perl
29775            ! t/op/concat.t
29776 ____________________________________________________________________________
29777 [ 11811] By: sky                                   on 2001/09/01  12:25:29
29778         Log: Change #11805 didn't update the MANIFEST
29779      Branch: perl
29780            ! MANIFEST
29781 ____________________________________________________________________________
29782 [ 11810] By: sky                                   on 2001/09/01  11:52:44
29783         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
29784              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29785              Date: Sat, 1 Sep 2001 14:50:14 +0200
29786              Message-ID: <20010901145014.A691@rafael>
29787      Branch: perl
29788            ! t/op/inccode.t
29789 ____________________________________________________________________________
29790 [ 11809] By: sky                                   on 2001/09/01  11:49:22
29791         Log: Subject: PATCH: ExtUtils::MakeMaker
29792              From: Tony Bowden <tony@kasei.com>
29793              Date: Sat, 1 Sep 2001 10:33:53 +0100
29794              Message-ID: <20010901103353.A13863@soto.kasei.com>
29795              Manually applied
29796      Branch: perl
29797            ! lib/ExtUtils/MakeMaker.pm
29798 ____________________________________________________________________________
29799 [ 11808] By: sky                                   on 2001/09/01  11:39:13
29800         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
29801              From: mike808@users.sourceforge.net
29802              Date: Sat, 1 Sep 101 11:27:50 GMT
29803              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
29804              With little tweak
29805      Branch: perl
29806            ! lib/Term/Cap.pm
29807 ____________________________________________________________________________
29808 [ 11807] By: ams                                   on 2001/09/01  11:31:16
29809         Log: Subject: oct() and hex()
29810              From: Nicholas Clark <nick@ccl4.org>
29811              Date: Fri, 31 Aug 2001 23:14:13 +0100
29812              Message-Id: <20010831231413.J4950@plum.flirble.org>
29813      Branch: perl
29814            ! pod/perlclib.pod
29815 ____________________________________________________________________________
29816 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
29817         Log: Integrate change 11801 from maintperl
29818      Branch: maint-5.6/macperl
29819            ! perl.c
29820 ____________________________________________________________________________
29821 [ 11805] By: sky                                   on 2001/08/31  21:35:10
29822         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
29823              From: Michael G Schwern <schwern@pobox.com>
29824              Date: Fri, 31 Aug 2001 15:36:28 -0400
29825              Message-ID: <20010831153628.B598@blackrider>
29826              Check for things which used to segfault
29827      Branch: perl
29828            + t/run/segfault.t
29829 ____________________________________________________________________________
29830 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
29831         Log: integrate change#11801 from maint-5.6
29832              
29833              remove age-old UNICOS "workaround" that introduces a static, and
29834              hence an egregious race condition for threaded builds (*sigh*
29835              beats me why this kludge wasn't guarded by a UNICOS-specific
29836              #define *sigh*)
29837      Branch: perl
29838            ! perl.c
29839 ____________________________________________________________________________
29840 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
29841         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
29842              working in 5.7.x
29843      Branch: perl
29844            - objXSUB.h
29845            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
29846            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
29847            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
29848            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
29849            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
29850            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
29851            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
29852            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29853            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
29854            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
29855            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
29856            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
29857            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
29858            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
29859            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
29860            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
29861            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
29862            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
29863            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
29864            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
29865            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
29866            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
29867 ____________________________________________________________________________
29868 [ 11802] By: ams                                   on 2001/08/31  18:11:32
29869         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
29870              From: "Philip Newton" <Philip.Newton@gmx.net>
29871              Date: Fri, 31 Aug 2001 21:12:56 +0200
29872              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
29873      Branch: perl
29874            ! pod/perldiag.pod
29875 ____________________________________________________________________________
29876 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
29877         Log: remove age-old UNICOS "workaround" that introduces a static, and
29878              hence an egregious race condition for threaded builds (*sigh*
29879              beats me why this kludge wasn't guarded by a UNICOS-specific
29880              #define *sigh*)
29881      Branch: maint-5.6/perl
29882            ! perl.c
29883 ____________________________________________________________________________
29884 [ 11800] By: sky                                   on 2001/08/31  17:30:26
29885         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
29886              Might break on platforms where bool is larger than 8 bites ???
29887      Branch: perl
29888            ! regcomp.c
29889 ____________________________________________________________________________
29890 [ 11799] By: ams                                   on 2001/08/31  12:15:44
29891         Log: Integrate 11778 into mainline.
29892      Branch: perl
29893            ! t/base/term.t
29894 ____________________________________________________________________________
29895 [ 11798] By: sky                                   on 2001/08/31  11:31:44
29896         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
29897              supposed to happen.
29898      Branch: perl
29899            ! regcomp.c
29900 ____________________________________________________________________________
29901 [ 11797] By: sky                                   on 2001/08/31  11:28:17
29902         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
29903              From: "John P. Linderman" <jpl@research.att.com>
29904              Date: Fri, 31 Aug 2001 08:20:35 -0400
29905              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
29906              Fixes test 14 which could fail randomly in rare cases.
29907      Branch: perl
29908            ! ext/Time/HiRes/HiRes.t regcomp.c
29909 ____________________________________________________________________________
29910 [ 11796] By: ams                                   on 2001/08/31  01:13:07
29911         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
29912              From: Nicholas Clark <nick@ccl4.org>
29913              Date: Thu, 30 Aug 2001 23:21:50 +0100
29914              Message-Id: <20010830232150.D4950@plum.flirble.org>
29915      Branch: perl
29916            ! ext/Sys/Syslog/Makefile.PL
29917 ____________________________________________________________________________
29918 [ 11795] By: ams                                   on 2001/08/30  23:53:23
29919         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
29920              patching example
29921              From: Michael G Schwern <schwern@pobox.com>
29922              Date: Thu, 30 Aug 2001 17:02:08 -0400
29923              Message-Id: <20010830170208.M2318@blackrider>
29924      Branch: perl
29925            ! pod/perlhack.pod
29926 ____________________________________________________________________________
29927 [ 11794] By: ams                                   on 2001/08/30  19:35:36
29928         Log: Subject: [PATCH] pp_modulo
29929              From: Nicholas Clark <nick@ccl4.org>
29930              Date: Thu, 30 Aug 2001 18:20:54 +0100
29931              Message-Id: <20010830182053.A4950@plum.flirble.org>
29932      Branch: perl
29933            ! pp.c t/op/64bitint.t
29934 ____________________________________________________________________________
29935 [ 11793] By: sky                                   on 2001/08/30  13:02:48
29936         Log: 11792 wasn't complete
29937      Branch: perl
29938            ! makedef.pl regcomp.c
29939 ____________________________________________________________________________
29940 [ 11792] By: sky                                   on 2001/08/30  12:21:11
29941         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
29942      Branch: perl
29943            ! makedef.pl
29944 ____________________________________________________________________________
29945 [ 11791] By: sky                                   on 2001/08/30  10:08:02
29946         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
29947      Branch: perl
29948            ! config_h.SH
29949 ____________________________________________________________________________
29950 [ 11790] By: sky                                   on 2001/08/30  08:22:31
29951         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
29952              on the pad. Fixes coredumps in cleanups introduced by
29953              Change 11755  
29954      Branch: perl
29955            ! op.c perl.c sv.h
29956 ____________________________________________________________________________
29957 [ 11789] By: sky                                   on 2001/08/29  19:01:47
29958         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
29959              This is a replacement implmentation that works on HPUX.
29960              This bug should probably be fixed in GCC.
29961      Branch: perl
29962            ! ext/Socket/Socket.xs
29963 ____________________________________________________________________________
29964 [ 11788] By: ams                                   on 2001/08/29  17:35:33
29965         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
29966              From: Nicholas Clark <nick@ccl4.org>
29967              Date: Wed, 29 Aug 2001 18:21:56 +0100
29968              Message-Id: <20010829182156.O4950@plum.flirble.org>
29969      Branch: perl
29970            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
29971 ____________________________________________________________________________
29972 [ 11787] By: sky                                   on 2001/08/29  10:42:54
29973         Log: Added test for pack_addr_in and unpack_addr_in
29974              Nitpik in test 10
29975      Branch: perl
29976            ! ext/Socket/Socket.t
29977 ____________________________________________________________________________
29978 [ 11786] By: sky                                   on 2001/08/29  10:28:14
29979         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
29980              Trying to catch errors on HP-UX
29981      Branch: perl
29982            ! ext/Socket/Socket.t
29983 ____________________________________________________________________________
29984 [ 11785] By: sky                                   on 2001/08/29  09:07:03
29985         Log: make sure USE_THREADS is defined so external apps work
29986      Branch: perl
29987            ! config_h.SH
29988 ____________________________________________________________________________
29989 [ 11784] By: sky                                   on 2001/08/29  08:06:12
29990         Log: Subject: Re: The hitlist of untested modules.
29991              From: Jonathan Stowe <gellyfish@gellyfish.com>
29992              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
29993              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
29994              Start of tests for Shell.pm (make Schwern poorer!)
29995      Branch: perl
29996            + lib/Shell.t
29997            ! MANIFEST
29998 ____________________________________________________________________________
29999 [ 11783] By: sky                                   on 2001/08/29  07:37:50
30000         Log: END{} can change the return value even if we die from BEGIN{}
30001      Branch: perl
30002            ! miniperlmain.c
30003 ____________________________________________________________________________
30004 [ 11782] By: ams                                   on 2001/08/29  06:32:17
30005         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
30006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30007              Date: Wed, 29 Aug 2001 09:18:17 +0200
30008              Message-Id: <20010829091817.A4453@rafael>
30009      Branch: perl
30010            ! t/op/inccode.t
30011 ____________________________________________________________________________
30012 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
30013         Log: Delete xsubpp.patch, as full copy exists now
30014      Branch: maint-5.6/macperl
30015            - macos/xsubpp.patch
30016 ____________________________________________________________________________
30017 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
30018         Log: Add Changes file
30019      Branch: maint-5.6/macperl
30020            + macos/Changes
30021 ____________________________________________________________________________
30022 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
30023         Log: Add Mac version of xsubpp as separate file
30024      Branch: maint-5.6/macperl
30025            + macos/xsubpp
30026            ! macos/Makefile.mk
30027 ____________________________________________________________________________
30028 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
30029         Log: Fix open of /dev/null for Mac OS
30030      Branch: maint-5.6/macperl
30031            ! t/base/term.t
30032 ____________________________________________________________________________
30033 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
30034         Log: Various patches: enable more tests; skip CVS in PerlInstall;
30035              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
30036      Branch: maint-5.6/macperl
30037            ! macos/MacPerlTests.cmd macos/PerlInstall
30038            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
30039 ____________________________________________________________________________
30040 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
30041         Log: Allow for platforms to override formatting of errors
30042              on output from Matthias Neeracher (Mac files)
30043      Branch: maint-5.6/macperl
30044            ! macos/macish.c macos/macish.h
30045 ____________________________________________________________________________
30046 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
30047         Log: Allow for platforms to override formatting of errors
30048              on output from Matthias Neeracher (core files)
30049      Branch: maint-5.6/macperl
30050            ! perl.h pp_ctl.c util.c
30051 ____________________________________________________________________________
30052 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
30053         Log: Add some param checking, from reports by Kevin Reid.
30054      Branch: maint-5.6/macperl
30055            ! macos/ext/Mac/Controls/Controls.pm
30056            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
30057 ____________________________________________________________________________
30058 [ 11773] By: ams                                   on 2001/08/28  23:54:57
30059         Log: Subject: [PATCH] make coretest
30060              From: Paul Johnson <paul@pjcj.net>
30061              Date: Wed, 29 Aug 2001 00:11:38 +0200
30062              Message-Id: <20010829001138.B12169@pjcj.net>
30063              (Applied without the change to perlhack.pod. This should
30064              probably stay undocumented.)
30065      Branch: perl
30066            ! Makefile.SH t/TEST
30067 ____________________________________________________________________________
30068 [ 11772] By: sky                                   on 2001/08/28  13:01:20
30069         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
30070              From: Michael G Schwern <schwern@pobox.com>
30071              Date: Tue, 28 Aug 2001 09:57:39 -0400
30072              Message-ID: <20010828095738.E17775@blackrider>
30073      Branch: perl
30074            ! pod/perlhack.pod t/op/pack.t
30075 ____________________________________________________________________________
30076 [ 11771] By: sky                                   on 2001/08/28  11:20:13
30077         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
30078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30079              Date: Tue, 28 Aug 2001 14:23:43 +0200
30080              Message-ID: <20010828142343.A19299@rafael>
30081      Branch: perl
30082            ! pod/perlvar.pod pp_ctl.c
30083 ____________________________________________________________________________
30084 [ 11770] By: ams                                   on 2001/08/28  10:13:21
30085         Log: Subject: [PATCH] odd typo in op.h
30086              From: Nicholas Clark <nick@ccl4.org>
30087              Date: Tue, 28 Aug 2001 12:10:26 +0100
30088              Message-Id: <20010828121026.V4950@plum.flirble.org>
30089      Branch: perl
30090            ! op.h
30091 ____________________________________________________________________________
30092 [ 11769] By: sky                                   on 2001/08/28  08:09:16
30093         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
30094              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
30095              Date: Tue, 28 Aug 2001 02:22:20 +0300
30096              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
30097      Branch: perl
30098            ! ext/B/B/Lint.pm
30099 ____________________________________________________________________________
30100 [ 11768] By: ams                                   on 2001/08/28  00:47:35
30101         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
30102              From: Michael G Schwern <schwern@pobox.com>
30103              Date: Mon, 27 Aug 2001 21:24:44 -0400
30104              Message-Id: <20010827212444.F12582@blackrider>
30105      Branch: perl
30106            ! pod/perlhack.pod t/op/pack.t
30107 ____________________________________________________________________________
30108 [ 11767] By: ams                                   on 2001/08/27  23:59:48
30109         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
30110              From: Michael G Schwern <schwern@pobox.com>
30111              Date: Mon, 27 Aug 2001 20:12:29 -0400
30112              Message-Id: <20010827201229.D12582@blackrider>
30113      Branch: perl
30114            ! pod/perlhack.pod t/op/pack.t
30115 ____________________________________________________________________________
30116 [ 11766] By: ams                                   on 2001/08/27  23:39:40
30117         Log: Update Changes.
30118      Branch: perl
30119            ! Changes
30120 ____________________________________________________________________________
30121 [ 11765] By: ams                                   on 2001/08/27  22:53:10
30122         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
30123              From: Michael G Schwern <schwern@pobox.com>
30124              Date: Mon, 27 Aug 2001 19:47:30 -0400
30125              Message-Id: <20010827194730.C12582@blackrider>
30126      Branch: perl
30127            ! t/op/inccode.t
30128 ____________________________________________________________________________
30129 [ 11764] By: ams                                   on 2001/08/27  22:46:21
30130         Log: Subject: [PATCH] new tests for the coderef-in-@INC
30131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30132              Date: Mon, 27 Aug 2001 22:36:27 +0200
30133              Message-Id: <20010827223627.C690@rafael>
30134              
30135              Subject: Re: [PATCH] new tests for the coderef-in-@INC
30136              From: Nicholas Clark <nick@ccl4.org>
30137              Date: Tue, 28 Aug 2001 00:02:46 +0100
30138              Message-Id: <20010828000245.R4950@plum.flirble.org>
30139      Branch: perl
30140            + t/op/inccode.t
30141            ! MANIFEST
30142 ____________________________________________________________________________
30143 [ 11763] By: ams                                   on 2001/08/27  22:41:09
30144         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
30145              bleadperl on fire, Win95+4NT)
30146              From: Michael G Schwern <schwern@pobox.com>
30147              Date: Mon, 27 Aug 2001 16:54:42 -0400
30148              Message-Id: <20010827165442.F9436@blackrider>
30149      Branch: perl
30150            ! lib/warnings.t
30151 ____________________________________________________________________________
30152 [ 11762] By: sky                                   on 2001/08/27  19:19:17
30153         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
30154              avaible at compile time. This broke the compilation of 
30155              Net/Ping.pm
30156      Branch: perl
30157            ! lib/Net/Ping.pm
30158 ____________________________________________________________________________
30159 [ 11761] By: sky                                   on 2001/08/27  18:34:48
30160         Log: Removed tripple definitions of CUSTOM_OP functions.
30161      Branch: perl
30162            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
30163 ____________________________________________________________________________
30164 [ 11760] By: sky                                   on 2001/08/27  18:21:27
30165         Log: Regen headers
30166      Branch: perl
30167            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
30168            ! perlapi.h proto.h
30169 ____________________________________________________________________________
30170 [ 11759] By: ams                                   on 2001/08/27  16:31:53
30171         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
30172              From: "chromatic" <chromatic@rmci.net>
30173              Date: Mon, 27 Aug 2001 11:17:09 -0600
30174              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
30175      Branch: perl
30176            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
30177 ____________________________________________________________________________
30178 [ 11758] By: sky                                   on 2001/08/27  15:16:42
30179         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
30180              Thanks to H. Merijn Brand for the patch.
30181              Some of the comments and or guards might be removable in perl.h now.
30182      Branch: perl
30183            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
30184            ! Porting/Glossary Porting/config_H README.threads config_h.SH
30185            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
30186            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
30187            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
30188            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
30189            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
30190            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
30191            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
30192            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
30193            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
30194            ! win32/config_H.vc win32/perllib.c win32/win32.h
30195            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
30196            ! wince/config.h wince/config_H.ce wince/win32.h
30197            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
30198 ____________________________________________________________________________
30199 [ 11757] By: sky                                   on 2001/08/27  13:39:16
30200         Log: Subject: GNU ld parses arguments different
30201              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30202              Date: Mon, 27 Aug 2001 16:25:51 +0200
30203              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
30204      Branch: perl
30205            ! hints/hpux.sh
30206 ____________________________________________________________________________
30207 [ 11756] By: sky                                   on 2001/08/27  13:18:45
30208         Log: Subject: Custom Ops
30209              From: Simon Cozens <simon@netthink.co.uk>
30210              Date: Sat, 25 Aug 2001 17:45:09 +0100
30211              Message-ID: <20010825174509.A5752@netthink.co.uk>
30212              I also added a fix to Opcode.pm to quite test cases.
30213      Branch: perl
30214            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
30215            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
30216 ____________________________________________________________________________
30217 [ 11755] By: sky                                   on 2001/08/27  05:37:17
30218         Log: Plugs a memory leak on destruction of regular expressions
30219              introcued by #11274.
30220              PL_regex_padav now has an AV as it's first entry with a list
30221              of freed regex_padav slots that it will reuse on creating
30222              new PMOPs.
30223      Branch: perl
30224            ! op.c perl.c
30225 ____________________________________________________________________________
30226 [ 11754] By: ams                                   on 2001/08/26  14:38:52
30227         Log: Subject: [PATCH] t/io/binmode.t
30228              From: Nicholas Clark <nick@ccl4.org>
30229              Date: Sun, 26 Aug 2001 12:03:05 +0100
30230              Message-Id: <20010826120305.C4950@plum.flirble.org>
30231              
30232              (Also a nitpick in #11752 to t/op/universal.t)
30233      Branch: perl
30234            ! t/io/binmode.t t/op/universal.t
30235 ____________________________________________________________________________
30236 [ 11753] By: ams                                   on 2001/08/26  08:19:34
30237         Log: Subject: [PATCH] op/universal.t failing
30238              From: Nicholas Clark <nick@ccl4.org>
30239              Date: Sun, 26 Aug 2001 09:48:22 +0100
30240              Message-Id: <20010826094822.B4950@plum.flirble.org>
30241      Branch: perl
30242            ! t/op/universal.t
30243 ____________________________________________________________________________
30244 [ 11752] By: ams                                   on 2001/08/25  22:46:13
30245         Log: Subject: Re: 'can' with undefined subs
30246              From: Tony Bowden <tony@kasei.com>
30247              Date: Sat, 25 Aug 2001 14:58:17 +0100
30248              Message-Id: <20010825145817.A11788@soto.kasei.com>
30249              (Applied with minor modifications.)
30250      Branch: perl
30251            ! t/op/universal.t
30252 ____________________________________________________________________________
30253 [ 11751] By: ams                                   on 2001/08/25  18:28:43
30254         Log: Subject: Re: 'can' with undefined subs
30255              From: Tony Bowden <tony@kasei.com>
30256              Date: Sat, 25 Aug 2001 15:13:14 +0100
30257              Message-Id: <20010825151314.B11788@soto.kasei.com>
30258      Branch: perl
30259            ! lib/UNIVERSAL.pm
30260 ____________________________________________________________________________
30261 [ 11750] By: nick                                  on 2001/08/25  15:24:15
30262         Log: Integrate mainline
30263      Branch: perlio
30264           +> t/io/binmode.t
30265           !> (integrate 26 files)
30266 ____________________________________________________________________________
30267 [ 11749] By: nick                                  on 2001/08/25  14:55:41
30268         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
30269              From:  John Peacock <jpeacock@rowman.com>
30270              Date:  Wed, 22 Aug 2001 12:05:28 -0400
30271              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
30272      Branch: perl
30273            ! pod/perlhack.pod
30274 ____________________________________________________________________________
30275 [ 11748] By: nick                                  on 2001/08/25  14:53:04
30276         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
30277              From:  Michael G Schwern <schwern@pobox.com>
30278              Date:  Wed, 22 Aug 2001 19:22:45 -0400
30279              Message-Id:  <20010822192245.U619@blackrider>
30280      Branch: perl
30281            ! MANIFEST
30282 ____________________________________________________________________________
30283 [ 11747] By: nick                                  on 2001/08/25  14:52:33
30284         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
30285              From:  Nicholas Clark <nick@ccl4.org>
30286              Date:  Wed, 22 Aug 2001 23:29:06 +0100
30287              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
30288      Branch: perl
30289            + t/io/binmode.t
30290            ! perlio.c pod/perlfunc.pod
30291 ____________________________________________________________________________
30292 [ 11744] By: nick                                  on 2001/08/25  14:37:33
30293         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
30294              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30295              Date:  Fri, 24 Aug 2001 22:10:42 +0200
30296              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
30297      Branch: perl
30298            ! x2p/a2py.c x2p/walk.c
30299 ____________________________________________________________________________
30300 [ 11743] By: nick                                  on 2001/08/25  14:32:47
30301         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
30302              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30303              Date:  Fri, 24 Aug 2001 23:34:13 +0200
30304              Message-Id:  <20010824233413.A1285@rafael>
30305      Branch: perl
30306            ! pod/perlfunc.pod pod/perlvar.pod
30307 ____________________________________________________________________________
30308 [ 11742] By: ams                                   on 2001/08/25  13:16:02
30309         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
30310              From: Nicholas Clark <nick@ccl4.org>
30311              Date: Sat, 25 Aug 2001 14:50:07 +0100
30312              Message-Id: <20010825145007.L41464@plum.flirble.org>
30313      Branch: perl
30314            ! pp_ctl.c
30315 ____________________________________________________________________________
30316 [ 11741] By: nick                                  on 2001/08/24  07:08:45
30317         Log: When applying patch via Porting/apply fails, do p4 refresh
30318              to get old files back.
30319      Branch: perl
30320            ! Porting/apply
30321 ____________________________________________________________________________
30322 [ 11740] By: ams                                   on 2001/08/24  04:47:24
30323         Log: #11739 was incomplete.
30324      Branch: perl
30325            ! pod/perldiag.pod
30326 ____________________________________________________________________________
30327 [ 11739] By: ams                                   on 2001/08/24  04:09:40
30328         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
30329              From: "Philip Newton" <Philip.Newton@gmx.net>
30330              Date: Fri, 24 Aug 2001 07:08:34 +0200
30331      Branch: perl
30332            ! pod/perldiag.pod
30333 ____________________________________________________________________________
30334 [ 11738] By: ams                                   on 2001/08/24  02:19:42
30335         Log: Fixed Doug Wilson's email address.
30336      Branch: perl
30337            ! AUTHORS
30338 ____________________________________________________________________________
30339 [ 11737] By: ams                                   on 2001/08/24  00:10:13
30340         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
30341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30342              Date: Thu, 23 Aug 2001 22:22:58 +0200
30343              Message-Id: <20010823222258.A901@rafael>
30344      Branch: perl
30345            ! pod/perldiag.pod
30346 ____________________________________________________________________________
30347 [ 11736] By: ams                                   on 2001/08/24  00:05:02
30348         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
30349              From: "Craig A. Berry" <craigberry@mac.com>
30350              Date: Thu, 23 Aug 2001 19:07:45 -0500
30351              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
30352      Branch: perl
30353            ! configure.com
30354 ____________________________________________________________________________
30355 [ 11735] By: sky                                   on 2001/08/23  13:42:07
30356         Log: Backed out 11732, it breaks lib/strict.t 
30357      Branch: perl
30358            ! op.c
30359 ____________________________________________________________________________
30360 [ 11734] By: sky                                   on 2001/08/23  11:45:59
30361         Log: Removed toy from 17133 after Matt Sargeants request.
30362      Branch: perl
30363            ! pod/perlfaq4.pod
30364 ____________________________________________________________________________
30365 [ 11733] By: sky                                   on 2001/08/23  11:36:29
30366         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
30367              From: Robin Houston <robin@kitsite.com>
30368              Date: Wed, 22 Aug 2001 23:06:16 +0100
30369              Message-ID: <20010822230616.A254@robin.kitsite.com>
30370      Branch: perl
30371            ! pod/perlfaq4.pod
30372 ____________________________________________________________________________
30373 [ 11732] By: sky                                   on 2001/08/23  10:36:02
30374         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
30375              From: Simon Cozens <simon@netthink.co.uk>
30376              Date: Thu, 23 Aug 2001 12:06:36 +0100
30377              Message-ID: <20010823120636.A9961@netthink.co.uk>
30378      Branch: perl
30379            ! op.c
30380 ____________________________________________________________________________
30381 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
30382         Log: fix broken windows build
30383      Branch: perl
30384            ! perl.h
30385 ____________________________________________________________________________
30386 [ 11730] By: ams                                   on 2001/08/22  21:35:30
30387         Log: Subject: [PATCH] io/tell.t doesn't chdir t
30388              From: Nicholas Clark <nick@ccl4.org>
30389              Date: Wed, 22 Aug 2001 23:25:58 +0100
30390              Message-Id: <20010822232557.Y82818@plum.flirble.org>
30391      Branch: perl
30392            ! t/io/tell.t
30393 ____________________________________________________________________________
30394 [ 11729] By: ams                                   on 2001/08/22  20:32:21
30395         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30396              questions)
30397              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30398              Date: Wed, 22 Aug 2001 17:09:04 -0400
30399              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30400              (Oops, forgot File::Spec::Unix in the previous patch.)
30401      Branch: perl
30402            ! lib/File/Spec/Unix.pm
30403 ____________________________________________________________________________
30404 [ 11728] By: ams                                   on 2001/08/22  20:25:41
30405         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30406              questions)
30407              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30408              Date: Wed, 22 Aug 2001 17:09:04 -0400
30409              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30410      Branch: perl
30411            ! lib/File/Spec.pm
30412 ____________________________________________________________________________
30413 [ 11727] By: ams                                   on 2001/08/22  19:43:30
30414         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
30415              From: John Peacock <jpeacock@rowman.com>
30416              Date: Wed, 22 Aug 2001 12:35:52 -0400
30417              Message-Id: <3B83DF68.5D89DC81@rowman.com>
30418              (Adds proper tests for $], notwithstanding Subject. +nitpick)
30419      Branch: perl
30420            ! t/op/ver.t
30421 ____________________________________________________________________________
30422 [ 11726] By: ams                                   on 2001/08/22  19:36:39
30423         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
30424              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
30425              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
30426              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
30427      Branch: perl
30428            ! lib/diagnostics.pm lib/diagnostics.t
30429 ____________________________________________________________________________
30430 [ 11725] By: ams                                   on 2001/08/22  19:25:01
30431         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
30432              From: Nicholas Clark <nick@ccl4.org>
30433              Date: Wed, 22 Aug 2001 20:59:05 +0100
30434              Message-Id: <20010822205905.U82818@plum.flirble.org>
30435      Branch: perl
30436            ! pp.c t/op/64bitint.t t/op/arith.t
30437 ____________________________________________________________________________
30438 [ 11724] By: ams                                   on 2001/08/22  10:02:33
30439         Log: Subject: Configure blooper
30440              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30441              Date: Wed, 22 Aug 2001 12:38:35 +0200
30442              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
30443      Branch: perl
30444            ! Configure
30445 ____________________________________________________________________________
30446 [ 11723] By: ams                                   on 2001/08/21  16:17:53
30447         Log: Subject: [PATCH] installperl -help
30448              From: Nicholas Clark <nick@ccl4.org>
30449              Date: Tue, 21 Aug 2001 17:34:23 +0100
30450              Message-Id: <20010821173423.F82818@plum.flirble.org>
30451      Branch: perl
30452            ! installperl
30453 ____________________________________________________________________________
30454 [ 11722] By: ams                                   on 2001/08/20  07:46:31
30455         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
30456              From: Ilmari Karonen <iltzu@sci.fi>
30457              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
30458              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
30459      Branch: perl
30460            ! pod/perlvar.pod
30461 ____________________________________________________________________________
30462 [ 11721] By: nick                                  on 2001/08/20  06:24:31
30463         Log: Integrate mainline
30464      Branch: perlio
30465           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
30466           +> lib/Lingua/KO/Hangul/Util/Changes
30467           +> lib/Lingua/KO/Hangul/Util/README
30468           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30469           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30470           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30471           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30472           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30473           +> lib/Unicode/Normalize/t/test.t
30474            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30475           !> (integrate 55 files)
30476 ____________________________________________________________________________
30477 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
30478         Log: Integrate Change #11599 from maint-5.6/perl
30479      Branch: maint-5.6/macperl
30480           !> README.win32
30481 ____________________________________________________________________________
30482 [ 11719] By: ams                                   on 2001/08/18  21:21:42
30483         Log: Add Porting/apply to MANIFEST.
30484      Branch: perl
30485            ! MANIFEST
30486 ____________________________________________________________________________
30487 [ 11718] By: sky                                   on 2001/08/18  14:38:01
30488         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
30489              Better solution would be to make 5005threaded perl use
30490              the same system as ithreads do
30491      Branch: perl
30492            ! perl.h
30493 ____________________________________________________________________________
30494 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
30495         Log: New try for ID 20010407.006: detach the semantics
30496              "was the last match target UTF8" into its own variable.
30497      Branch: perl
30498            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
30499            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
30500 ____________________________________________________________________________
30501 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
30502         Log: UTF8 flag should be meaningful only when POK.
30503      Branch: perl
30504            ! dump.c
30505 ____________________________________________________________________________
30506 [ 11715] By: sky                                   on 2001/08/18  11:45:16
30507         Log: USE_THREADS and USE_ITHREADS are never true at the same time
30508      Branch: perl
30509            ! perl.h
30510 ____________________________________________________________________________
30511 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
30512         Log: Retract #11712 for now.  The real fix would probably
30513              be something like making PL_reg_sv a copy (PV + UTF8)
30514              of the matched/substituted string (note: not just a SvPOK
30515              string, for example the stringified form of a ROK would
30516              be applicable)  Beware of leaks.
30517      Branch: perl
30518            ! pp_hot.c t/op/pat.t
30519 ____________________________________________________________________________
30520 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
30521         Log: UTF8 wasn't printing for PVMGs.
30522      Branch: perl
30523            ! dump.c
30524 ____________________________________________________________________________
30525 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
30526         Log: (Retracted by #11714)
30527              
30528              Okay analysis, debatable fix.  (The fix will inc
30529              the refcount of all temporary match objects,
30530              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
30531              which will then cause griping at untie() time
30532              ("inner references remain").
30533              
30534              Fix for ID 20010407.006: PL_reg_sv got wiped out
30535              by freetemps if the match target was a temporary
30536              (like function_call() =~ /.../), which in turn meant
30537              that the $1 et al stopped working if they had UTF-8
30538              in them.  Therefore bump up the refcount of PL_reg_sv.
30539      Branch: perl
30540            ! pp_hot.c t/op/pat.t
30541 ____________________________________________________________________________
30542 [ 11711] By: ams                                   on 2001/08/17  20:32:08
30543         Log: Subject: [PATCH] doesn't compile, was perl@11710
30544              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30545              Date: Fri, 17 Aug 2001 23:21:10 +0200
30546              Message-Id: <20010817232110.C7041@rafael> 
30547      Branch: perl
30548            ! sharedsv.c
30549 ____________________________________________________________________________
30550 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
30551         Log: Update Changes.
30552      Branch: perl
30553            ! Changes patchlevel.h
30554 ____________________________________________________________________________
30555 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
30556         Log: Upgrade to libnet 1.0704.
30557      Branch: perl
30558            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30559            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
30560            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
30561            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
30562            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
30563            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
30564            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
30565 ____________________________________________________________________________
30566 [ 11708] By: sky                                   on 2001/08/17  13:34:04
30567         Log: Let perl_clone copy PL_exit_flags
30568      Branch: perl
30569            ! sv.c
30570 ____________________________________________________________________________
30571 [ 11707] By: sky                                   on 2001/08/17  12:28:41
30572         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
30573      Branch: perl
30574            ! sharedsv.c sharedsv.h
30575 ____________________________________________________________________________
30576 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
30577         Log: The metaconfig unit change for #11705.
30578      Branch: metaconfig/U/perl
30579            ! Extensions.U
30580 ____________________________________________________________________________
30581 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
30582         Log: Allow the threads extension to be found if present.
30583      Branch: perl
30584            ! Configure
30585 ____________________________________________________________________________
30586 [ 11704] By: nick                                  on 2001/08/17  11:47:54
30587         Log: Mail -> change script (pre-alpha)
30588      Branch: perl
30589            + Porting/apply
30590 ____________________________________________________________________________
30591 [ 11703] By: sky                                   on 2001/08/17  07:11:24
30592         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
30593              Thanks to Tom Hospel for pointing out my error.
30594      Branch: perl
30595            ! op.h
30596 ____________________________________________________________________________
30597 [ 11702] By: sky                                   on 2001/08/17  04:18:11
30598         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
30599      Branch: perl
30600            ! embed.pl miniperlmain.c perl.c perl.h proto.h
30601 ____________________________________________________________________________
30602 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
30603         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
30604              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
30605      Branch: perl
30606            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
30607            + lib/Lingua/KO/Hangul/Util/README
30608            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30609            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30610            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30611            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30612            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30613            + lib/Unicode/Normalize/t/test.t
30614            ! MANIFEST
30615 ____________________________________________________________________________
30616 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
30617         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
30618              Date: Thu, 16 Aug 2001 22:46:15 -0500
30619              From: "Craig A. Berry" <craigberry@mac.com>
30620              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
30621      Branch: perl
30622            ! configure.com numeric.c
30623 ____________________________________________________________________________
30624 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
30625         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
30626              of the usual suspects (like getpwent) but not for others
30627              (like localtime and rand).  The _r versions are available
30628              for all of them, so let's use them.
30629      Branch: perl
30630            ! perl.h
30631 ____________________________________________________________________________
30632 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
30633         Log: (Accidental apply; thankfully empty.)
30634      Branch: perl
30635            ! hints/os390.sh
30636 ____________________________________________________________________________
30637 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
30638         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
30639              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30640              Date: Thu, 16 Aug 2001 16:27:49 +0100
30641              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
30642      Branch: perl
30643            ! regexec.c t/op/re_tests
30644 ____________________________________________________________________________
30645 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
30646         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
30647              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30648              Date: Thu, 16 Aug 2001 18:50:01 +0100
30649              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
30650      Branch: perl
30651            ! pp_hot.c t/op/pat.t
30652 ____________________________________________________________________________
30653 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
30654         Log: Subject: [PATCH] *time_r again
30655              From: "Arthur Bergman" <arthur@contiller.se>
30656              Date: Thu, 16 Aug 2001 16:01:54 +0200
30657              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
30658      Branch: perl
30659            ! op.h
30660 ____________________________________________________________________________
30661 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
30662         Log: system() and backtick error handling cleanup from Craig A. Berry.
30663      Branch: perl
30664            ! vms/vms.c
30665 ____________________________________________________________________________
30666 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
30667         Log: change#10334 leaks memory, copies string when it doesn't
30668              need to
30669      Branch: perl
30670            ! perl.c
30671 ____________________________________________________________________________
30672 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
30673         Log: One more twist to the sprintf + utf8 testing.
30674      Branch: perl
30675            ! t/op/misc.t
30676 ____________________________________________________________________________
30677 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
30678         Log: Fix for 20010407.008 sprintf removes utf8-ness.
30679      Branch: perl
30680            ! pp.c t/op/misc.t
30681 ____________________________________________________________________________
30682 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
30683         Log: Subject: [PATCH] *time_r fixes
30684              From: "Arthur Bergman" <arthur@contiller.se>
30685              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
30686              Date: Thu, 16 Aug 2001 14:22:27 +0200
30687      Branch: perl
30688            ! op.h
30689 ____________________________________________________________________________
30690 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
30691         Log: Upgrade to CGI.pm 2.77.
30692      Branch: perl
30693            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
30694            ! lib/CGI/t/function.t
30695 ____________________________________________________________________________
30696 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
30697         Log: Document the bytes-to-Unicode upgrading.
30698      Branch: perl
30699            ! pod/perlunicode.pod
30700 ____________________________________________________________________________
30701 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
30702         Log: Add a test for Unicode sprintf.
30703      Branch: perl
30704            ! t/op/misc.t
30705 ____________________________________________________________________________
30706 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
30707         Log: Add Unicode tests for index/rindex.
30708      Branch: perl
30709            ! t/op/index.t
30710 ____________________________________________________________________________
30711 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
30712         Log: Document a bit the art of minimizing the installation,
30713              based on the p5p discussion.
30714      Branch: perl
30715            ! INSTALL
30716 ____________________________________________________________________________
30717 [ 11684] By: nick                                  on 2001/08/15  15:03:31
30718         Log: Integrate mainline
30719      Branch: perlio
30720           +> sharedsv.c sharedsv.h
30721           !> (integrate 53 files)
30722 ____________________________________________________________________________
30723 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
30724         Log: Update Changes.
30725      Branch: perl
30726            ! Changes patchlevel.h
30727 ____________________________________________________________________________
30728 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
30729         Log: The #11673 necessitated a test tweak.
30730      Branch: perl
30731            ! t/io/utf8.t
30732 ____________________________________________________________________________
30733 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
30734         Log: Also UNICOS is in the general case unable to silently
30735              handle fp overflows.
30736      Branch: perl
30737            ! numeric.c
30738 ____________________________________________________________________________
30739 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
30740         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
30741              NV_EPSILON #defined.
30742      Branch: perl
30743            ! perl.h
30744 ____________________________________________________________________________
30745 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
30746         Log: Re-establish the fp overflow detection for VAX VMS; there
30747              is no easy way to have the IEEE fp silent overflow semantics.
30748              (in Alpha VMS we still will use IEEE fp by default-- but it
30749              is still possible to configure Perl to use G_FLOAT)
30750      Branch: perl
30751            ! numeric.c
30752 ____________________________________________________________________________
30753 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
30754         Log: Subject: [PATCH] pp_lock 
30755              From: "Arthur Bergman" <arthur@contiller.se>
30756              Date: Wed, 15 Aug 2001 11:52:16 +0200
30757              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
30758      Branch: perl
30759            ! pp.c
30760 ____________________________________________________________________________
30761 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
30762         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
30763              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30764              Date: Wed, 15 Aug 2001 11:32:11 +0100
30765              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
30766      Branch: perl
30767            ! regcomp.c t/op/re_tests
30768 ____________________________________________________________________________
30769 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
30770         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
30771              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30772              Date: Wed, 15 Aug 2001 10:33:49 +0100
30773              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
30774      Branch: perl
30775            ! regexec.c t/op/re_tests
30776 ____________________________________________________________________________
30777 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
30778         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
30779              From: Barrie Slaymaker <barries@slaysys.com>
30780              Date: Tue, 14 Aug 2001 14:32:25 -0400
30781              Message-ID: <20010814143225.A19822@jester.slaysys.com>
30782      Branch: perl
30783            ! lib/File/Spec.t lib/File/Spec/Unix.pm
30784 ____________________________________________________________________________
30785 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
30786         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
30787              From: Peter Prymmer <pvhp@forte.com>
30788              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
30789              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
30790      Branch: perl
30791            ! README.vms configure.com
30792 ____________________________________________________________________________
30793 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
30794         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
30795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30796              Date: Tue, 14 Aug 2001 21:23:27 +0200
30797              Message-ID: <20010814212327.A1919@rafael>
30798      Branch: perl
30799            ! doio.c
30800 ____________________________________________________________________________
30801 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
30802         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
30803              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30804              Date: Tue, 14 Aug 2001 22:30:11 +0200
30805              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
30806              
30807              Combination of nmake, quoting, and Perl expanded $( in here-doc.
30808      Branch: perl
30809            ! ext/SDBM_File/Makefile.PL
30810 ____________________________________________________________________________
30811 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
30812         Log: Todo updates.
30813      Branch: perl
30814            ! pod/perltodo.pod
30815 ____________________________________________________________________________
30816 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
30817         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
30818              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30819              Date: Mon, 13 Aug 2001 23:15:01 +0200
30820              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
30821      Branch: perl
30822            ! sv.c
30823 ____________________________________________________________________________
30824 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
30825         Log: Subject: [PATCH] [b-]showlex.t
30826              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30827              Date: Sun, 12 Aug 2001 22:24:51 +0200
30828              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
30829              
30830              The 4nt command shell will expand the % in command line
30831              no matter what quoting is attempted, changed the % to @.
30832      Branch: perl
30833            ! ext/B/Showlex.t
30834 ____________________________________________________________________________
30835 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
30836         Log: Subject: [PATCH] magic.t
30837              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30838              Date: Sun, 12 Aug 2001 20:49:27 +0200
30839              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
30840      Branch: perl
30841            ! t/op/magic.t
30842 ____________________________________________________________________________
30843 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
30844         Log: Add sharedsv* to the DOSish platforms; plus add
30845              some WinCE files to the list of DOSish files.
30846      Branch: perl
30847            ! NetWare/Makefile Porting/makerel win32/Makefile
30848            ! win32/makefile.mk wince/Makefile.ce
30849 ____________________________________________________________________________
30850 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
30851         Log: More DOSish files.
30852      Branch: perl
30853            ! Porting/makerel
30854 ____________________________________________________________________________
30855 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
30856         Log: Strip CRs from the WinCE files.  Now we need to
30857              figure out in which CRs are really needed: probably
30858              Makefile.ce and the README files, at least, probably
30859              also the registry.bat.
30860      Branch: perl
30861            ! wince/Makefile.ce wince/README.compile wince/README.perlce
30862            ! wince/config.h wince/include/cectype.h wince/include/errno.h
30863            ! wince/include/sys/stat.h wince/include/sys/types.h
30864            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
30865            ! wince/perldll.def wince/registry.bat wince/wince.h
30866            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
30867 ____________________________________________________________________________
30868 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
30869         Log: Add some files to DOSish and writables.
30870      Branch: perl
30871            ! Porting/makerel
30872 ____________________________________________________________________________
30873 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
30874         Log: Compile failure message tidying.
30875      Branch: perl
30876            ! t/lib/1_compile.t
30877 ____________________________________________________________________________
30878 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
30879         Log: The new sharedsv* should be exported only if usethreads.
30880      Branch: perl
30881            ! makedef.pl
30882 ____________________________________________________________________________
30883 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
30884         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
30885              From: Peter Prymmer <pvhp@forte.com>
30886              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
30887              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
30888      Branch: perl
30889            ! README.os390
30890 ____________________________________________________________________________
30891 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
30892         Log: Update Changes.
30893      Branch: perl
30894            ! Changes patchlevel.h
30895 ____________________________________________________________________________
30896 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
30897         Log: Subject: [PATHC] sharedsv.[c|h]
30898              From: "Artur Bergman" <artur@contiller.se>
30899              Date: Mon, 13 Aug 2001 14:38:41 +0200
30900              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
30901              
30902              Subject: [PATCH] embed.pl
30903              From: Arthur Bergman <arthur@contiller.se>
30904              Date: Mon, 13 Aug 2001 14:38:14 +0200
30905              Message-ID: <B79D96D6.3088%arthur@contiller.se>
30906              
30907              Subject: [PATCH] sharedsv cleanups
30908              From: "Arthur Bergman" <arthur@contiller.se>
30909              Date: Mon, 13 Aug 2001 15:14:25 +0200
30910              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
30911              
30912              Plus few tweaks: _init needs to be Adp, the prototypes
30913              should not be revealed unless using ithreads, #endif FOO
30914              must be #endif /* FOO */, adding (parentheses) around
30915              do { } while doesn't work too well.
30916      Branch: perl
30917            + sharedsv.c sharedsv.h
30918            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
30919            ! perl.h perlapi.c pod/perlapi.pod proto.h
30920 ____________________________________________________________________________
30921 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
30922         Log: Subject: Re: END {} blocks run in perl_run
30923              From: Arthur Bergman <arthur@contiller.se>
30924              Date: Mon, 13 Aug 2001 11:11:30 +0200
30925              Message-ID: <B79D6661.3068%arthur@contiller.se>
30926      Branch: perl
30927            ! perl.c
30928 ____________________________________________________________________________
30929 [ 11657] By: nick                                  on 2001/08/13  09:03:02
30930         Log: Integrate mainline
30931      Branch: perlio
30932           +> (branch 326 files)
30933            - (delete 330 files)
30934           !> (integrate 85 files)
30935 ____________________________________________________________________________
30936 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
30937         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
30938              and the Perl will be built to do that by default (adding that
30939              will break scripts having non-UTF-8 binary data, such as Latin-1.)
30940      Branch: perl
30941            ! op.c toke.c utf8.h
30942 ____________________________________________________________________________
30943 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
30944         Log: Unnecessary downgrades.
30945      Branch: perl
30946            ! doop.c
30947 ____________________________________________________________________________
30948 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
30949         Log: Failure not true anymore (probably caused by my broken setup).
30950      Branch: perl
30951            ! t/op/pat.t
30952 ____________________________________________________________________________
30953 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
30954         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
30955              stopped working).
30956      Branch: perl
30957            ! op.h pp_ctl.c regcomp.c
30958 ____________________________________________________________________________
30959 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
30960         Log: There is no IN_UTF8.
30961      Branch: perl
30962            ! utf8.h
30963 ____________________________________________________________________________
30964 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
30965         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
30966      Branch: perl
30967            ! op.c op.h pp_ctl.c regcomp.c
30968 ____________________________________________________________________________
30969 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
30970         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
30971              and a test tweak.
30972      Branch: perl
30973            ! op.c t/pod/find.t
30974 ____________________________________________________________________________
30975 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
30976         Log: Todo updates and fixes.
30977      Branch: perl
30978            ! pod/perltodo.pod
30979 ____________________________________________________________________________
30980 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
30981         Log: Mark tests (and one module) having explicit Latin-1
30982              (and one file having explicit UTF-8) with an explicit
30983              'no utf8' (and one explicit 'use utf8').
30984              
30985              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
30986      Branch: perl
30987            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
30988            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
30989            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
30990 ____________________________________________________________________________
30991 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
30992         Log: Subject: SV: END {} blocks run in perl_run
30993              From: "Arthur Bergman" <arthur@contiller.se>
30994              Date: Sun, 12 Aug 2001 00:34:28 +0200 
30995              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
30996      Branch: perl
30997            ! miniperlmain.c perl.c
30998 ____________________________________________________________________________
30999 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
31000         Log: Typos in #11645.
31001      Branch: perl
31002            ! perl.h
31003 ____________________________________________________________________________
31004 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
31005         Log: On ithreads default to use_reentrant except on naturally
31006              threadsafe platforms.
31007      Branch: perl
31008            ! perl.h
31009 ____________________________________________________________________________
31010 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
31011         Log: (Hopefully) a fix for 20010723.004: make install needs
31012              write permission in build directory.  The problem was
31013              probably caused by overeager sprinkling of the lib/re.pm
31014              dependencies (which was done to guarantee lib/re.pm being
31015              uptodate for parallel makes: now solved by funneling that
31016              through an explicit recursive make in the preplibrary target).
31017      Branch: perl
31018            ! Makefile.SH
31019 ____________________________________________________________________________
31020 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
31021         Log: Dispell the "use utf8" superstition.
31022      Branch: perl
31023            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
31024            ! pod/perlunicode.pod
31025 ____________________________________________________________________________
31026 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
31027         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
31028              From: "Abigail" <abigail@foad.org> 
31029              Date: Sat, 11 Aug 2001 23:49:49 +0200
31030              Message-ID: <20010811214950.23255.qmail@foad.org>
31031      Branch: perl
31032            ! t/op/taint.t
31033 ____________________________________________________________________________
31034 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
31035         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
31036              From: Abhijit Menon-Sen <ams@wiw.org>
31037              Date: Sat, 11 Aug 2001 06:18:19 +0530
31038              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
31039      Branch: perl
31040            ! mg.c
31041 ____________________________________________________________________________
31042 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
31043         Log: Test for change #11639.
31044      Branch: perl
31045            ! t/op/tiehandle.t
31046 ____________________________________________________________________________
31047 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
31048         Log: Subject: Re: Can't localize *FH, then tie it
31049              From: Abhijit Menon-Sen <ams@wiw.org>
31050              Date: Sun, 12 Aug 2001 16:08:06 +0530
31051              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
31052      Branch: perl
31053            ! pp_hot.c pp_sys.c
31054 ____________________________________________________________________________
31055 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
31056         Log: Drop all the unnecessary "use utf8" clauses and some of
31057              the unnecessary "use bytes" ones.
31058              
31059              TODO: scour the documentation for unnecessary "use utf8"
31060              and prominently display it in perldelta when the time comes.
31061              ("use utf8" should be necessary ONLY if one wants the script
31062              to be in UTF-8.)  Also should be checked in some non-ASCII
31063              non-Latin-1 platform, like EBCDIC.
31064      Branch: perl
31065            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
31066            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
31067 ____________________________________________________________________________
31068 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
31069         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
31070              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
31071              in Unicode handling.
31072      Branch: perl
31073            + t/op/lc.t
31074            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
31075 ____________________________________________________________________________
31076 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
31077         Log: Thinko: we want the flags for native cc, not gcc.
31078      Branch: perl
31079            ! hints/dec_osf.sh
31080 ____________________________________________________________________________
31081 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
31082         Log: (retracted by 13077)
31083              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
31084              From: Robin Houston <robin@kitsite.com>
31085              Date: Fri, 10 Aug 2001 14:42:02 +0100
31086              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
31087      Branch: perl
31088            ! pp.c
31089 ____________________________________________________________________________
31090 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
31091         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
31092              From: Abhijit Menon-Sen <ams@wiw.org>
31093              Date: Sat, 11 Aug 2001 16:31:04 +0530
31094              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
31095      Branch: perl
31096            ! op.c
31097 ____________________________________________________________________________
31098 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
31099         Log: Get rid of indread, from Abhijit Menon-Sen.
31100      Branch: perl
31101            ! pp_sys.c
31102 ____________________________________________________________________________
31103 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
31104         Log: CRLFgngngn.
31105      Branch: perl
31106            ! win32/Makefile win32/makefile.mk
31107 ____________________________________________________________________________
31108 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
31109         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
31110      Branch: perl
31111            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31112            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
31113            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
31114            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
31115            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
31116            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
31117            ! win32/Makefile win32/makefile.mk
31118 ____________________________________________________________________________
31119 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
31120         Log: Avoid #elif (less portable than #else #if).
31121      Branch: perl
31122            ! handy.h
31123 ____________________________________________________________________________
31124 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
31125         Log: Subject: patch for perlvar.pod
31126              From: mah@everybody.org (Mark A. Hershberger)
31127              Date: 08 Aug 2001 17:03:16 -0500
31128              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
31129      Branch: perl
31130            ! pod/perlvar.pod
31131 ____________________________________________________________________________
31132 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
31133         Log: cpp commands must start (the # must be) at the column #0.
31134      Branch: perl
31135            ! op.c
31136 ____________________________________________________________________________
31137 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
31138         Log: If using gcc -B/foo/bar makedepend would give
31139              unnecessary warnings about unused -B/foo/bar.
31140      Branch: perl
31141            ! makedepend.SH
31142 ____________________________________________________________________________
31143 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
31144         Log: Update Changes.
31145      Branch: perl
31146            ! Changes patchlevel.h
31147 ____________________________________________________________________________
31148 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
31149         Log: s/z/tz/
31150      Branch: perl
31151            ! pod/perlfaq2.pod
31152 ____________________________________________________________________________
31153 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
31154         Log: Article nit.
31155      Branch: perl
31156            ! pod/perlfaq2.pod
31157 ____________________________________________________________________________
31158 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
31159         Log: Rename lib/unicode files to lib/unicore to avoid
31160              conflicts between core lib/unicode and Unicode::
31161              files in case-ignoring filesystems.
31162      Branch: perl
31163            + (add 325 files)
31164            - (delete 324 files)
31165            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
31166 ____________________________________________________________________________
31167 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
31168         Log: Upgrade to Math::BigInt 1.41.
31169      Branch: perl
31170            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
31171 ____________________________________________________________________________
31172 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
31173         Log: Subject: [PATCH] remove PL_na from typemap
31174              From: James <james@rf.net>
31175              Date: Mon, 06 Aug 2001 20:23:15 -0700
31176              Message-ID: <3B6F5F23.A31A81B1@rf.net>
31177              
31178              (had to be manually applied)
31179      Branch: perl
31180            ! lib/ExtUtils/typemap
31181 ____________________________________________________________________________
31182 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
31183         Log: The metaconfig unit changes for #11618.
31184      Branch: metaconfig/U/perl
31185            + d_fpclassl.U i_fp.U
31186 ____________________________________________________________________________
31187 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
31188         Log: Forgot this from #11618.
31189              
31190              NOTE: wince/config_H.ce needs updating.
31191      Branch: perl
31192            ! wince/config.ce
31193 ____________________________________________________________________________
31194 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
31195         Log: Introduce more floating point classifying APIs;
31196              try to define (most importantly) Perl_is{inf,nan}(x).
31197              
31198              For this first cut, assume none such APIs exist in non-UNIXoid
31199              platforms-- this is of course too unkind: Win32 rumoredly has
31200              _fpclass() and _isnan(), and VMS/VOS very probably have some
31201              of the APIs available.     The only thing Perl uses at the moment
31202              is Perl_isnan() (has been in use for a while now).
31203              
31204              NOTE: the Win32 and NetWare config_h.?c need regenerating.
31205      Branch: perl
31206            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
31207            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31208            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
31209            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31210            ! vos/config.ga.h win32/config.bc win32/config.gc
31211            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31212            ! win32/config_H.vc wince/config.ce wince/config.h
31213 ____________________________________________________________________________
31214 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
31215         Log: Integrate change #11519 from perlio:
31216              
31217              Avoid testing for (non-)existance of "encoding(xxxx)"
31218              layer is called "encoding" the (xxxx) is an argument.
31219      Branch: perl
31220           !> lib/open.pm
31221 ____________________________________________________________________________
31222 [ 11616] By: nick                                  on 2001/08/09  07:50:24
31223         Log: Integrate mainline
31224      Branch: perlio
31225           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
31226           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
31227           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
31228           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
31229            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
31230            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
31231           !> (integrate 79 files)
31232 ____________________________________________________________________________
31233 [ 11615] By: nick                                  on 2001/08/09  06:23:44
31234         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
31235              layer is called "encoding" the (xxxx) is an argument.
31236      Branch: perlio
31237            ! lib/open.pm
31238 ____________________________________________________________________________
31239 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
31240         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
31241              From: Paul Johnson <paul@pjcj.net>
31242              Date: Wed, 8 Aug 2001 23:54:17 +0200
31243              Message-ID: <20010808235417.O1006@pjcj.net>
31244      Branch: perl
31245            ! ext/B/B/Concise.pm
31246 ____________________________________________________________________________
31247 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
31248         Log: Make VMS use IEEE math by default; reorder Tru64 hints
31249              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
31250              exception semantics) is always set if using (the new) cc.
31251      Branch: perl
31252            ! configure.com hints/dec_osf.sh
31253 ____________________________________________________________________________
31254 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
31255         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
31256              From: Abhijit Menon-Sen <ams@wiw.org>
31257              Date: Tue, 7 Aug 2001 17:16:05 +0530
31258              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
31259      Branch: perl
31260            ! pp_sys.c
31261 ____________________________________________________________________________
31262 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
31263         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
31264              From: "Craig A. Berry" <craigberry@mac.com>
31265              Date: Tue, 07 Aug 2001 22:27:47 -0500
31266              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
31267      Branch: perl
31268            ! t/run/exit.t
31269 ____________________________________________________________________________
31270 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
31271         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
31272              From: "Craig A. Berry" <craigberry@mac.com>
31273              Date: Tue, 07 Aug 2001 20:01:53 -0500
31274              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
31275      Branch: perl
31276            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
31277 ____________________________________________________________________________
31278 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
31279         Log: Update the magazine information.
31280      Branch: perl
31281            ! pod/perlfaq2.pod
31282 ____________________________________________________________________________
31283 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
31284         Log: Ignore SIGFPE everywhere.
31285      Branch: perl
31286            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
31287 ____________________________________________________________________________
31288 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
31289         Log: With permission, change the licensing of the docs by
31290              TomC (and Gnat) to comply with the rest of Perl.
31291      Branch: perl
31292            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31293            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31294            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31295            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
31296            ! pod/perltootc.pod
31297 ____________________________________________________________________________
31298 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
31299         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
31300              From: Andy Dougherty <doughera@lafayette.edu>
31301              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
31302              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
31303      Branch: perl
31304            ! hints/openbsd.sh
31305 ____________________________________________________________________________
31306 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
31307         Log: Subject: [PATCH] Makefile.SH test_prep dependency
31308              From: Andy Dougherty <doughera@lafayette.edu>
31309              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
31310              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
31311      Branch: perl
31312            ! Makefile.SH
31313 ____________________________________________________________________________
31314 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
31315         Log: Don't autogenerate the headers et alia,
31316              make regen_headers explicitly.
31317      Branch: perl
31318            ! Makefile.SH
31319 ____________________________________________________________________________
31320 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
31321         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
31322              From: Gurusamy Sarathy <gsar@ActiveState.com> 
31323              Date: Tue, 07 Aug 2001 08:33:26 -0700
31324              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
31325              
31326              Unnecessary dependency.
31327      Branch: perl
31328            ! embed.pl
31329 ____________________________________________________________________________
31330 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
31331         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
31332              From: Abhijit Menon-Sen <ams@wiw.org>
31333              Date: Tue, 7 Aug 2001 09:10:54 +0530
31334              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
31335      Branch: perl
31336            ! pp_hot.c
31337 ____________________________________________________________________________
31338 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
31339         Log: Subject: [PATCH perl@11597] B && BEGIN handling
31340              From: "James A. Duncan" <jduncan@fotango.com>
31341              Date: Mon, 6 Aug 2001 17:29:11 +0100
31342              Message-ID: <20010806172911.A2071@fotango.com>
31343              
31344              (the intrpvar.h addition moved to the end for bincompat)
31345      Branch: perl
31346            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
31347 ____________________________________________________________________________
31348 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
31349         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
31350      Branch: perl
31351           !> README.win32
31352 ____________________________________________________________________________
31353 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
31354         Log: fix URLs for fcrypt.c
31355      Branch: maint-5.6/perl
31356            ! README.win32
31357 ____________________________________________________________________________
31358 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
31359         Log: Yet another way to say Infinity: HP-UX calls its "++".
31360      Branch: perl
31361            ! lib/Math/BigInt/t/bigintpm.t
31362 ____________________________________________________________________________
31363 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
31364         Log: Update Changes.
31365      Branch: perl
31366            ! Changes patchlevel.h
31367 ____________________________________________________________________________
31368 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
31369         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
31370      Branch: perl
31371            ! pod/perlfaq5.pod
31372 ____________________________________________________________________________
31373 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
31374         Log: The #11593 wasn't right.
31375      Branch: perl
31376            ! lib/Math/BigInt/t/bigintpm.t
31377 ____________________________________________________________________________
31378 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
31379         Log: Subject: [PATCH: perl@11564] introducing perlivp
31380              From: Prymmer/Kahn <pvhp@best.com>
31381              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
31382              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
31383              
31384              Subject: Re: [PATCH: perl@11564] introducing perlivp
31385              From: Prymmer/Kahn <pvhp@best.com>
31386              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
31387              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
31388      Branch: perl
31389            + utils/perlivp.PL
31390            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
31391            ! win32/Makefile win32/makefile.mk
31392 ____________________________________________________________________________
31393 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
31394         Log: libcs are confused what to call Infinity.
31395      Branch: perl
31396            ! lib/Math/BigInt/t/bigintpm.t
31397 ____________________________________________________________________________
31398 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
31399         Log: Avoid SIGFPE in Tru64.
31400      Branch: perl
31401            ! numeric.c
31402 ____________________________________________________________________________
31403 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
31404         Log: Upgrade to Math::BigInt 1.40.
31405              
31406              NOTE: this patch necessitates doing something about
31407              infinity handling since the new bigintpm.t tests use
31408              infinity, which causes SIGFPEs at least in Tru64.
31409      Branch: perl
31410            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31411            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31412            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31413            ! lib/Math/BigInt/t/mbimbf.t
31414 ____________________________________________________________________________
31415 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
31416         Log: remove hardcoded cmd shell in testsuite
31417      Branch: perl
31418            ! t/op/glob.t t/op/magic.t t/op/stat.t
31419 ____________________________________________________________________________
31420 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
31421         Log: 4-arg select() was busted on windows because change#8178 didn't
31422              make it into mainline
31423      Branch: perl
31424            ! perl.h win32/include/sys/socket.h
31425 ____________________________________________________________________________
31426 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
31427         Log: Rename the Getopt::Long tests to be as they are
31428              in the Getopt::Long official distribution.
31429      Branch: perl
31430            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
31431            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
31432            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
31433            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
31434            ! MANIFEST
31435 ____________________________________________________________________________
31436 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
31437         Log: Upgrade to Getopt::Long 2.26.
31438      Branch: perl
31439            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
31440            ! MANIFEST lib/Getopt/Long.pm
31441 ____________________________________________________________________________
31442 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
31443         Log: Retract #10874 (the hack should be unnecessary by now)
31444      Branch: perl
31445            ! lib/Test/Harness.pm
31446 ____________________________________________________________________________
31447 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
31448         Log: avoid temp file littering in tests
31449      Branch: perl
31450            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
31451 ____________________________________________________________________________
31452 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
31453         Log: Subject: warning in sv.c: double format, NV arg
31454              From: "Philip Newton" <Philip.Newton@gmx.net>
31455              Date: Sun, 5 Aug 2001 19:41:07 +0200
31456              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
31457      Branch: perl
31458            ! sv.c
31459 ____________________________________________________________________________
31460 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
31461         Log: fix POSIX.t#13 for windos
31462      Branch: perl
31463            ! ext/POSIX/POSIX.t
31464 ____________________________________________________________________________
31465 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
31466         Log: Add a test for PerlIO::Via.
31467      Branch: perl
31468            + ext/PerlIO/t/via.t
31469            ! MANIFEST ext/PerlIO/Via/Via.pm
31470 ____________________________________________________________________________
31471 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
31472         Log: flock() and link() are not available on Windows 9x
31473      Branch: perl
31474            ! win32/config_sh.PL
31475 ____________________________________________________________________________
31476 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
31477         Log: Some Tru64 C compilers have C++ components that confuse
31478              the ccversion parsing.
31479      Branch: perl
31480            ! hints/dec_osf.sh
31481 ____________________________________________________________________________
31482 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
31483         Log: (Reintroduce #11125)
31484              
31485              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
31486              From: Alan Burlison <Alan.Burlison@sun.com> 
31487              Date: Tue, 03 Jul 2001 15:20:13 +0100   
31488              Message-ID: <3B41D49D.A923D4F9@sun.com> 
31489      Branch: perl
31490            ! lib/ExtUtils/MM_Unix.pm
31491 ____________________________________________________________________________
31492 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
31493         Log: Little pointer juggling for HP-UX cc to avoid
31494              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
31495              followed by
31496              "error 1549: Modifiable lvalue required for assignment operator."
31497      Branch: perl
31498            ! hv.c
31499 ____________________________________________________________________________
31500 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
31501         Log: Continuation of #11575: SANY_SEEN completely deprecated,
31502              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
31503              plus a fix for the bug.
31504      Branch: perl
31505            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31506 ____________________________________________________________________________
31507 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
31508         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
31509              From: Doug MacEachern <dougm@covalent.net>
31510              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
31511              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
31512      Branch: perl
31513            ! sv.c
31514 ____________________________________________________________________________
31515 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
31516         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
31517              the new CANY is the \C.  The problem reported and the
31518              test case supplied in
31519              
31520              Subject: UTF-8 bugs in string length & single line regex matches
31521              From: "Daniel P. Berrange" <dan@berrange.com>
31522              Date: Fri, 3 Aug 2001 11:39:33 +0100
31523              Message-ID: <20010803113932.A19318@berrange.com>
31524      Branch: perl
31525            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
31526            ! t/op/pat.t
31527 ____________________________________________________________________________
31528 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
31529         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
31530              From: Doug MacEachern <dougm@covalent.net>
31531              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
31532              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
31533      Branch: perl
31534            ! perl.c regexec.c
31535 ____________________________________________________________________________
31536 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
31537         Log: The #11572 didn't up the test count.
31538      Branch: perl
31539            ! t/op/length.t
31540 ____________________________________________________________________________
31541 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
31542         Log: Subject: UTF-8 bugs in string length & single line regex matches
31543              From: "Daniel P. Berrange" <dan@berrange.com>
31544              Date: Fri, 3 Aug 2001 11:39:33 +0100         
31545              Message-ID: <20010803113932.A19318@berrange.com>
31546              
31547              (the mg_length() fix)
31548      Branch: perl
31549            ! mg.c t/op/length.t
31550 ____________________________________________________________________________
31551 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
31552         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31553              From: Abhijit Menon-Sen <ams@wiw.org>
31554              Date: Sat, 4 Aug 2001 16:56:35 +0530
31555              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
31556      Branch: perl
31557            ! hv.c
31558 ____________________________________________________________________________
31559 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
31560         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31561              From: Abhijit Menon-Sen <ams@wiw.org>
31562              Date: Sat, 4 Aug 2001 16:16:03 +0530
31563              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
31564      Branch: perl
31565            ! hv.c
31566 ____________________________________________________________________________
31567 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
31568         Log: Subject: Re: [patch] refcount re ops
31569              From: Abhijit Menon-Sen <ams@wiw.org>
31570              Date: Sat, 4 Aug 2001 08:54:55 +0530
31571              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
31572      Branch: perl
31573            ! sv.c
31574 ____________________________________________________________________________
31575 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
31576         Log: Subject: [patch] refcount re ops
31577              From: Doug MacEachern <dougm@covalent.net>
31578              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
31579              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
31580      Branch: perl
31581            ! regcomp.c sv.c
31582 ____________________________________________________________________________
31583 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
31584         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
31585              From: Doug MacEachern <dougm@covalent.net>
31586              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
31587              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
31588      Branch: perl
31589            ! perl.c regexec.c
31590 ____________________________________________________________________________
31591 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
31592         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
31593              From: "Craig A. Berry" <craigberry@mac.com> 
31594              Date: Fri, 03 Aug 2001 16:16:16 -0500
31595              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
31596      Branch: perl
31597            ! t/op/misc.t
31598 ____________________________________________________________________________
31599 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
31600         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
31601              From: John Kristian <jmk2001@engineer.com>
31602              Date: Fri, 03 Aug 2001 00:59:08 -0700
31603              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
31604      Branch: perl
31605            ! win32/win32.c
31606 ____________________________________________________________________________
31607 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
31608         Log: Update Changes.
31609      Branch: perl
31610            ! Changes patchlevel.h
31611 ____________________________________________________________________________
31612 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
31613         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
31614              From: "Craig A. Berry" <craigberry@mac.com>
31615              Date: Thu, 02 Aug 2001 23:15:24 -0500
31616              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
31617      Branch: perl
31618            ! ext/B/Stash.t
31619 ____________________________________________________________________________
31620 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
31621         Log: Subject: [patch] plug PL_cshname leak
31622              From: Doug MacEachern <dougm@covalent.net>
31623              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
31624              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
31625      Branch: perl
31626            ! sv.c
31627 ____________________________________________________________________________
31628 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
31629         Log: Subject: [patch] plug PL_sh_path leak
31630              From: Doug MacEachern <dougm@covalent.net>
31631              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
31632              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
31633      Branch: perl
31634            ! sv.c
31635 ____________________________________________________________________________
31636 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
31637         Log: Subject: [patch] plug PL_regex_padav leaks
31638              From: Doug MacEachern <dougm@covalent.net>
31639              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
31640              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
31641      Branch: perl
31642            ! op.c op.h perl.c
31643 ____________________________________________________________________________
31644 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
31645         Log: Subject: [patch] plug PL_origargv leak
31646              From: Doug MacEachern <dougm@covalent.net>
31647              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
31648              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
31649      Branch: perl
31650            ! perl.c
31651 ____________________________________________________________________________
31652 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
31653         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31654              From: Abhijit Menon-Sen <ams@wiw.org>
31655              Date: Fri, 3 Aug 2001 06:38:11 +0530
31656              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
31657      Branch: perl
31658            ! hv.c
31659 ____________________________________________________________________________
31660 [ 11557] By: nick                                  on 2001/08/03  08:17:38
31661         Log: Integrate mainline
31662      Branch: perlio
31663           +> (branch 47 files)
31664            - lib/Switch/test.pl
31665           !> (integrate 49 files)
31666 ____________________________________________________________________________
31667 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
31668         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
31669              From: "Craig A. Berry" <craigberry@mac.com>
31670              Date: Thu, 02 Aug 2001 12:56:19 -0500
31671              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
31672      Branch: perl
31673            ! ext/B/Showlex.t
31674 ____________________________________________________________________________
31675 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
31676         Log: Be more careful about non-existent files.
31677      Branch: perl
31678            ! lib/File/Copy.pm
31679 ____________________________________________________________________________
31680 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
31681         Log: Subject: [PATCH resend] deparse empty formats
31682              From: Robin Houston <robin@kitsite.com> 
31683              Date: Thu, 2 Aug 2001 14:32:36 +0100
31684              Message-ID: <20010802143236.A894@robin.kitsite.com>
31685      Branch: perl
31686            ! ext/B/B/Deparse.pm
31687 ____________________________________________________________________________
31688 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
31689         Log: Subject: [patch] ithreads + refto fix improvement
31690              From: Doug MacEachern <dougm@covalent.net>
31691              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
31692              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
31693      Branch: perl
31694            ! pp.c
31695 ____________________________________________________________________________
31696 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
31697         Log: Readability nit from Abhijit.
31698      Branch: perl
31699            ! op.c
31700 ____________________________________________________________________________
31701 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
31702         Log: setproctitle() API version nit from Anton Berezin.
31703      Branch: perl
31704            ! mg.c
31705 ____________________________________________________________________________
31706 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
31707         Log: Add PerlCE to the docs.
31708      Branch: perl
31709            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31710            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31711 ____________________________________________________________________________
31712 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
31713         Log: Integrate the PerlCE (WinCE Perl) port;
31714              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
31715      Branch: perl
31716            + README.ce wince/FindExt.pm wince/Makefile.ce
31717            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
31718            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
31719            + wince/bin/search.pl wince/config.ce wince/config.h
31720            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
31721            + wince/dl_win32.xs wince/include/arpa/inet.h
31722            + wince/include/cectype.h wince/include/errno.h
31723            + wince/include/netdb.h wince/include/sys/socket.h
31724            + wince/include/sys/stat.h wince/include/sys/types.h
31725            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
31726            + wince/perl.rc wince/perldll.def wince/perllib.c
31727            + wince/perlmain.c wince/registry.bat wince/runperl.c
31728            + wince/splittree.pl wince/win32.h wince/win32iop.h
31729            + wince/win32thread.c wince/win32thread.h wince/wince.c
31730            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
31731            + wince/xdistclean.ksh wince/xmakediffs.ksh
31732            ! MANIFEST perl.c perl.h perlio.c
31733 ____________________________________________________________________________
31734 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
31735         Log: setproctitle() made simpler.  (This assumes the string is
31736              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
31737              should be used.  Note len, not len + 1.)  BSD-fu from Anton
31738              Berezin.
31739      Branch: perl
31740            ! mg.c
31741 ____________________________________________________________________________
31742 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
31743         Log: Subject: [PATCH] -Wall cleanup: op.c
31744              From: Richard Soderberg <rs@oregonnet.com>
31745              Date: Thu, 2 Aug 2001 00:17:09 -0700
31746              Message-Id: <200108020717.AAA26895@oregonnet.com>
31747              
31748              Subject: [PATCH] -Wall cleanup: sv.c
31749              From: Richard Soderberg <rs@oregonnet.com>
31750              Date: Thu, 2 Aug 2001 00:49:21 -0700
31751              Message-Id: <200108020749.AAA27492@oregonnet.com>
31752      Branch: perl
31753            ! op.c sv.c
31754 ____________________________________________________________________________
31755 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
31756         Log: Update Changes.
31757      Branch: perl
31758            ! Changes patchlevel.h
31759 ____________________________________________________________________________
31760 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
31761         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
31762              From: Doug MacEachern <dougm@covalent.net>
31763              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
31764              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
31765      Branch: perl
31766            ! op.c
31767 ____________________________________________________________________________
31768 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
31769         Log: The #11541 didn't work under threads.
31770      Branch: perl
31771            ! op.c
31772 ____________________________________________________________________________
31773 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
31774         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
31775              From: Hugo <hv@crypt.compulink.co.uk>
31776              Date: Fri, 22 Jun 2001 01:19:08 +0100 
31777              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
31778              
31779              (Skip tests if accept() failed)
31780      Branch: perl
31781            ! ext/IO/lib/IO/t/io_unix.t
31782 ____________________________________________________________________________
31783 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
31784         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
31785              From: "Stian Seeberg" <sseeberg@nimsoft.no>
31786              Date: Mon, 30 Jul 2001 12:28:07 +0200
31787              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
31788      Branch: perl
31789            ! perl.h
31790 ____________________________________________________________________________
31791 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
31792         Log: Subject: Pluggable optimizer
31793              From: Simon Cozens <simon@netthink.co.uk>
31794              Date: Wed, 1 Aug 2001 13:57:02 -0700
31795              Message-ID: <20010801135702.I10442@netthink.co.uk>
31796      Branch: perl
31797            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
31798 ____________________________________________________________________________
31799 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
31800         Log: Subject: [ID 20010801.039] perlre.pod message typo
31801              From: Autrijus Tang <autrijus@geb.elixus.org>
31802              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
31803              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
31804      Branch: perl
31805            ! pod/perlre.pod
31806 ____________________________________________________________________________
31807 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
31808         Log: Test for change #11536.
31809      Branch: perl
31810            ! t/op/tiehandle.t
31811 ____________________________________________________________________________
31812 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
31813         Log: More test fixups for #11537.
31814      Branch: perl
31815            ! t/lib/warnings/4lint t/lib/warnings/9enabled
31816 ____________________________________________________________________________
31817 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
31818         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
31819              From: Doug MacEachern <dougm@covalent.net>
31820              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
31821              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
31822      Branch: perl
31823            ! op.c t/TestInit.pm
31824 ____________________________________________________________________________
31825 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
31826         Log: Subject: [patch] ithreads + refto bug
31827              From: Doug MacEachern <dougm@covalent.net>
31828              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
31829              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
31830              
31831              (Test in change #11539)
31832      Branch: perl
31833            ! pp.c
31834 ____________________________________________________________________________
31835 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
31836         Log: Subject: [PATCH: perl@11523] fixups for t/harness
31837              From: Prymmer/Kahn <pvhp@best.com>
31838              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
31839              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
31840      Branch: perl
31841            ! t/harness
31842 ____________________________________________________________________________
31843 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
31844         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
31845              From: Prymmer/Kahn <pvhp@best.com>
31846              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
31847              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
31848      Branch: perl
31849            ! win32/Makefile win32/makefile.mk
31850 ____________________________________________________________________________
31851 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
31852         Log: Need to know the number of tests.
31853      Branch: perl
31854            ! t/run/exit.t
31855 ____________________________________________________________________________
31856 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
31857         Log: Subject: Re: new exit tests on VMS
31858              From: "Craig A. Berry" <craigberry@mac.com>
31859              Date: Tue, 31 Jul 2001 12:19:29 -0500
31860              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
31861      Branch: perl
31862            ! t/run/exit.t
31863 ____________________________________________________________________________
31864 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
31865         Log: Retract #11530 (the dTHX is needed under threads)
31866      Branch: perl
31867            ! perlio.c
31868 ____________________________________________________________________________
31869 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
31870         Log: (Retracted by #11531)
31871      Branch: perl
31872            ! perlio.c
31873 ____________________________________________________________________________
31874 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
31875         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
31876              From: Richard Soderberg <rs@crystalflame.net>
31877              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
31878              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
31879      Branch: perl
31880            ! unixish.h
31881 ____________________________________________________________________________
31882 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
31883         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
31884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31885              Date: Tue, 31 Jul 2001 05:39:09 -0400
31886              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
31887              
31888              (with a note about the case of UV being equal to long long)
31889      Branch: perl
31890            ! utils/h2xs.PL
31891 ____________________________________________________________________________
31892 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
31893         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
31894              From: "Craig A. Berry" <craigberry@mac.com>
31895              Date: Tue, 31 Jul 2001 14:57:43 -0500
31896              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
31897      Branch: perl
31898            ! t/io/fs.t
31899 ____________________________________________________________________________
31900 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
31901         Log: Fix for
31902              
31903              Subject: [ID 20010116.001] File::Copy truncates orig file 
31904              From: arbor@al37al08.telecel.pt
31905              Date: Tue, 16 Jan 2001 11:43:02 GMT
31906              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
31907              
31908              (copy($foo, $foo) would truncate $foo)
31909      Branch: perl
31910            ! lib/File/Copy.pm lib/File/Copy.t
31911 ____________________________________________________________________________
31912 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
31913         Log: Metaconfig unit change for #11524.
31914      Branch: metaconfig/U/perl
31915            ! Extras.U
31916 ____________________________________________________________________________
31917 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
31918         Log: Multiple modules didn't work; plus typo fixes.
31919      Branch: perl
31920            ! Configure
31921 ____________________________________________________________________________
31922 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
31923         Log: Update Changes.
31924      Branch: perl
31925            ! Changes patchlevel.h
31926 ____________________________________________________________________________
31927 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
31928         Log: Regen perlapi.
31929      Branch: perl
31930            ! pod/perlapi.pod
31931 ____________________________________________________________________________
31932 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
31933         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
31934              From: Dave Mitchell <davem@fdgroup.co.uk>
31935              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
31936              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
31937      Branch: perl
31938            ! sv.c
31939 ____________________________________________________________________________
31940 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
31941         Log: Regen toc.
31942      Branch: perl
31943            ! pod/perltoc.pod
31944 ____________________________________________________________________________
31945 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
31946         Log: Regen Porting stuff.
31947      Branch: perl
31948            ! Porting/Glossary Porting/config.sh Porting/config_H
31949 ____________________________________________________________________________
31950 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
31951         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
31952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31953              Date: Tue, 31 Jul 2001 05:34:38 -0400
31954              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
31955      Branch: perl
31956            ! utils/h2xs.PL
31957 ____________________________________________________________________________
31958 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
31959         Log: Metaconfig unit change for #11516. 
31960      Branch: metaconfig/U/perl
31961            ! gccvers.U
31962 ____________________________________________________________________________
31963 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
31964         Log: Add -Wall in cflags, not in Configure.
31965              (This way -Wall affects only the core and the core XS,
31966              not user modules' XS.  Concern from Paul Marquess,
31967              implementation idea from Andy Dougherty.)
31968      Branch: perl
31969            ! Configure cflags.SH
31970 ____________________________________________________________________________
31971 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
31972         Log: Metaconfig unit changes for #11514.
31973      Branch: metaconfig
31974            + U/modified/sysman.U
31975            ! U/installdirs/man1dir.U
31976 ____________________________________________________________________________
31977 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
31978         Log: Subject: Configure's detection of system manual
31979              From: Sean Dague <sean@dague.net> 
31980              Date: Sun, 13 May 2001 15:53:15 -0400
31981              Message-ID: <20010513155315.A15833@underhill.dague.net>
31982      Branch: perl
31983            ! Configure
31984 ____________________________________________________________________________
31985 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
31986         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
31987              From: Autrijus Tang <autrijus@autrijus.org> 
31988              Date: Thu, 21 Jun 2001 23:56:48 +0800
31989              Message-Id: <20010621235648.A57340@not.autrijus.org>
31990      Branch: perl
31991            ! pod/perlobj.pod
31992 ____________________________________________________________________________
31993 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
31994         Log: Subject: Typo in DB_File.pm
31995              From: "Philip Newton" <Philip.Newton@gmx.net>
31996              Date: Tue, 31 Jul 2001 06:19:35 +0200
31997              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
31998      Branch: perl
31999            ! ext/DB_File/DB_File.pm
32000 ____________________________________________________________________________
32001 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
32002         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
32003              From: "Stephen P. Potter" <spp@spotter.yi.org>
32004              Date: Wed, 30 May 2001 13:59:34 -0400
32005              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
32006      Branch: perl
32007            ! pod/perlre.pod
32008 ____________________________________________________________________________
32009 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
32010         Log: eval "format foo=" would loop indefinitely; reported in
32011              
32012              Subject: A load of old rubbish
32013              From: Mike Guy <mjtg@cam.ac.uk>
32014              Date: Mon, 14 May 2001 16:12:22 +0100
32015              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
32016              
32017              (The core dumps reported in there already fixed.)
32018      Branch: perl
32019            ! toke.c
32020 ____________________________________________________________________________
32021 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
32022         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
32023      Branch: perl
32024            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
32025            + lib/Switch/t/switch_case.t
32026            - lib/Switch/test.pl
32027            ! MANIFEST lib/Switch.pm
32028 ____________________________________________________________________________
32029 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
32030         Log: Subject: [PATCH @11505] DB_File-1.78
32031              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32032              Date: Mon, 30 Jul 2001 22:54:37 +0100
32033              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
32034      Branch: perl
32035            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32036            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32037 ____________________________________________________________________________
32038 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
32039         Log: Explain in more detail why -pipe and -fno-common are good.
32040      Branch: perl
32041            ! hints/darwin.sh
32042 ____________________________________________________________________________
32043 [ 11506] By: nick                                  on 2001/07/30  14:32:23
32044         Log: Integrate mainline
32045      Branch: perlio
32046           !> INSTALL Makefile.SH doio.c hints/darwin.sh
32047 ____________________________________________________________________________
32048 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
32049         Log: Perl hasn't been putting man pages into $prefix/lib for
32050              a long time now; pointed out by Andy Dougherty. 
32051      Branch: perl
32052            ! hints/darwin.sh
32053 ____________________________________________________________________________
32054 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
32055         Log: Document the extras Configure option.
32056      Branch: perl
32057            ! INSTALL
32058 ____________________________________________________________________________
32059 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
32060         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
32061              everywhere.
32062      Branch: perl
32063           !> doio.c
32064 ____________________________________________________________________________
32065 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
32066         Log: Doubly guard against invoking CPAN if no extras defined,
32067              pointed out by H. Merijn Brand.
32068      Branch: perl
32069            ! Makefile.SH
32070 ____________________________________________________________________________
32071 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
32072         Log: Fix O_RDONLY check to check for O_RDONLY.
32073      Branch: maint-5.6/macperl
32074            ! doio.c
32075 ____________________________________________________________________________
32076 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
32077         Log: Integrate miscellaneous changes from maint-5.6/perl.
32078      Branch: maint-5.6/macperl
32079           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
32080 ____________________________________________________________________________
32081 [ 11499] By: nick                                  on 2001/07/30  06:52:42
32082         Log: Integrate mainline
32083      Branch: perlio
32084           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
32085           +> win32/sync_ext.pl
32086            - win32/sncfnmcs.pl
32087           !> (integrate 71 files)
32088 ____________________________________________________________________________
32089 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
32090         Log: Update Changes.
32091      Branch: perl
32092            ! Changes patchlevel.h
32093 ____________________________________________________________________________
32094 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
32095         Log: Now Configure -Dextras=Foo::Bar and "make install" will
32096              fetch and install Foo::Bar.
32097      Branch: perl
32098            ! Makefile.SH
32099 ____________________________________________________________________________
32100 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
32101         Log: Metaconfig unit change for #11495.
32102      Branch: metaconfig/U/perl
32103            ! Extras.U
32104 ____________________________________________________________________________
32105 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
32106         Log: extras.make, extras.test, and extras.install make targets.
32107      Branch: perl
32108            ! Configure Makefile.SH
32109 ____________________________________________________________________________
32110 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
32111         Log: Metaconfig unit change for #11493.
32112      Branch: metaconfig/U/perl
32113            ! Extras.U
32114 ____________________________________________________________________________
32115 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
32116         Log: Better to have the list of extras in $extras than 'define'.
32117      Branch: perl
32118            ! Configure
32119 ____________________________________________________________________________
32120 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
32121         Log: The metaconfig unit change for #11490.
32122      Branch: metaconfig/U/perl
32123            + Extras.U
32124 ____________________________________________________________________________
32125 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
32126         Log: Missed from #11490 (the required dependency).
32127      Branch: perl
32128            ! Makefile.SH
32129 ____________________________________________________________________________
32130 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
32131         Log: Add the support of asking for extra modules or bundles of modules
32132              to be fetched from the CPAN and installed as a part of the Perl
32133              build process.  None of this installation is yet really done;
32134              only the list is asked, and saved away in extras.lst for
32135              the build and installation process to worry about later.
32136      Branch: perl
32137            ! Configure
32138 ____________________________________________________________________________
32139 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
32140         Log: Beginnings of better Inf and NaN support.
32141              At least toke.c and sv.c still need quite a bit of work.
32142      Branch: perl
32143            ! numeric.c perl.h
32144 ____________________________________________________________________________
32145 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
32146         Log: Top-level Makefile didn't honour OPTIMIZE.
32147      Branch: perl
32148            ! Makefile.SH
32149 ____________________________________________________________________________
32150 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
32151         Log: Update Changes.
32152      Branch: perl
32153            ! Changes patchlevel.h
32154 ____________________________________________________________________________
32155 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
32156         Log: Use Search::Dict 1.02 interface for charinfo().
32157      Branch: perl
32158            ! lib/UnicodeCD.pm
32159 ____________________________________________________________________________
32160 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
32161         Log: Now also allow transforming the read lines before comparing them.
32162              (This will help UnicodeCD.) 
32163      Branch: perl
32164            ! lib/Search/Dict.pm
32165 ____________________________________________________________________________
32166 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
32167         Log: Remove tiehandle code.
32168      Branch: perl
32169            ! lib/UnicodeCD.pm
32170 ____________________________________________________________________________
32171 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
32172         Log: Allow specifying a comparison function for Search::Dict::look().
32173      Branch: perl
32174            ! lib/Search/Dict.pm
32175 ____________________________________________________________________________
32176 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
32177         Log: Small UnicodeCD tweaks.
32178      Branch: perl
32179            ! lib/UnicodeCD.pm lib/UnicodeCD.t
32180 ____________________________________________________________________________
32181 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
32182         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
32183              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32184              Date: Tue, 24 Jul 2001 01:51:32 +0900
32185              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
32186      Branch: perl
32187            ! lib/UnicodeCD.pm lib/UnicodeCD.t
32188 ____________________________________________________________________________
32189 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
32190         Log: Subject: [PATCH] installperl
32191              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
32192              Date: Fri, 27 Jul 2001 19:05:04 -0700
32193              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
32194      Branch: perl
32195            ! installperl
32196 ____________________________________________________________________________
32197 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
32198         Log: Subject: [PATCH] Set proper compatibility versions in core
32199              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
32200              Date: Fri, 27 Jul 2001 20:01:49 -0700
32201              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
32202      Branch: perl
32203            ! Makefile.SH
32204 ____________________________________________________________________________
32205 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
32206         Log: Metaconfig unit change for #11477.
32207      Branch: metaconfig/U/perl
32208            ! dlsrc.U
32209 ____________________________________________________________________________
32210 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
32211         Log: Subject: [PATCH] Darwin: -fpic not so good
32212              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
32213              Date: Fri, 27 Jul 2001 18:57:38 -0700
32214              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
32215      Branch: perl
32216            ! Configure
32217 ____________________________________________________________________________
32218 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
32219         Log: Subject: [PATCH] Clean up Darwin hints
32220              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
32221              Date: Fri, 27 Jul 2001 19:13:15 -0700
32222              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
32223      Branch: perl
32224            ! hints/darwin.sh
32225 ____________________________________________________________________________
32226 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
32227         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
32228              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32229              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
32230              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
32231      Branch: perl
32232            ! pod/perlfunc.pod pp.c t/op/split.t
32233 ____________________________________________________________________________
32234 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
32235         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
32236              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32237              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
32238              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
32239      Branch: perl
32240            ! pod/perlvar.pod
32241 ____________________________________________________________________________
32242 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
32243         Log: Subject: [PATCH] fixes to constant.pm documentation
32244              From: Ilmari Karonen <iltzu@sci.fi>
32245              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
32246              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
32247      Branch: perl
32248            ! lib/constant.pm
32249 ____________________________________________________________________________
32250 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
32251         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
32252              From: "Philip Newton" <Philip.Newton@gmx.net>
32253              Date: Fri, 27 Jul 2001 07:51:10 +0200
32254              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
32255      Branch: perl
32256            ! pod/perlport.pod
32257 ____________________________________________________________________________
32258 [ 11471] By: nick                                  on 2001/07/26  06:23:32
32259         Log: Subject:  [PATCH] Doc fix for perlguts / threading
32260              From:  Arthur Bergman <arthur@contiller.se>
32261              Date:  Wed, 25 Jul 2001 11:28:23 +0200
32262              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
32263      Branch: perl
32264            ! pod/perlguts.pod
32265 ____________________________________________________________________________
32266 [ 11470] By: nick                                  on 2001/07/26  06:21:06
32267         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
32268              From:  Philip Newton <Philip.Newton@gmx.net>
32269              Date:  Wed, 25 Jul 2001 08:19:47 +0200
32270              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
32271      Branch: perl
32272            ! INSTALL
32273 ____________________________________________________________________________
32274 [ 11469] By: nick                                  on 2001/07/26  06:20:25
32275         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
32276              From:  Philip Newton <Philip.Newton@gmx.net>
32277              Date:  Wed, 25 Jul 2001 08:12:48 +0200
32278              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
32279      Branch: perl
32280            ! INSTALL
32281 ____________________________________________________________________________
32282 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
32283         Log: More +x.
32284      Branch: perl
32285            ! Porting/makerel
32286 ____________________________________________________________________________
32287 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
32288         Log: Update Changes.
32289      Branch: perl
32290            ! Changes patchlevel.h
32291 ____________________________________________________________________________
32292 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
32293         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
32294              From: "Philip Newton" <Philip.Newton@gmx.net>
32295              Date: Tue, 24 Jul 2001 06:45:55 +0200
32296              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
32297      Branch: perl
32298            ! os2/perlrexx.c
32299 ____________________________________________________________________________
32300 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
32301         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
32302              From: Peter Prymmer <pvhp@forte.com>
32303              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
32304              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
32305      Branch: perl
32306            ! pod/perlport.pod t/io/fs.t vms/test.com
32307 ____________________________________________________________________________
32308 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
32309         Log: Workaround on Cwd bootstrap problem.
32310      Branch: perl
32311            ! lib/ExtUtils/MakeMaker.pm
32312 ____________________________________________________________________________
32313 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
32314         Log: When in Rome, quote like the Romans do.
32315      Branch: perl
32316            ! cflags.SH
32317 ____________________________________________________________________________
32318 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
32319         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
32320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32321              Date: Mon, 23 Jul 2001 19:29:49 -0400
32322              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
32323      Branch: perl
32324            + os2/perlrexx.c
32325            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
32326            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
32327            ! t/op/write.t
32328 ____________________________________________________________________________
32329 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
32330         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
32331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32332              Date: Mon, 23 Jul 2001 18:43:42 -0400
32333              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
32334      Branch: perl
32335            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
32336 ____________________________________________________________________________
32337 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
32338         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
32339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32340              Date: Mon, 23 Jul 2001 18:33:16 -0400
32341              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
32342      Branch: perl
32343            ! lib/ExtUtils/MakeMaker.pm
32344 ____________________________________________________________________________
32345 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
32346         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
32347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32348              Date: Mon, 23 Jul 2001 18:20:35 -0400
32349              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
32350      Branch: perl
32351            ! Makefile.SH cflags.SH
32352 ____________________________________________________________________________
32353 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
32354         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
32355              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
32356              Date: Mon, 23 Jul 2001 11:32:17 -0500
32357              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
32358      Branch: perl
32359            ! lib/ExtUtils/MakeMaker.pm
32360 ____________________________________________________________________________
32361 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
32362         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
32363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32364              Date: Mon, 23 Jul 2001 18:13:20 -0400
32365              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
32366      Branch: perl
32367            ! lib/perl5db.pl
32368 ____________________________________________________________________________
32369 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
32370         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
32371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32372              Date: Mon, 23 Jul 2001 18:07:40 -0400
32373              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
32374      Branch: perl
32375            ! op.c
32376 ____________________________________________________________________________
32377 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
32378         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
32379              From: "Craig A. Berry" <craigberry@mac.com>
32380              Date: Mon, 23 Jul 2001 15:35:06 -0500
32381              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
32382      Branch: perl
32383            ! util.c
32384 ____________________________________________________________________________
32385 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
32386         Log: Subject: [PATCH perlfaq9.pod typo]
32387              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
32388              Date: Mon, 23 Jul 2001 07:49:05 -0700
32389              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
32390      Branch: perl
32391            ! pod/perlfaq9.pod
32392 ____________________________________________________________________________
32393 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
32394         Log: Subject: win32\sncfnmcs.pl corrections
32395              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32396              Date: Mon, 23 Jul 2001 12:56:54 +0200
32397              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
32398              
32399              Rename the script a little bit more sensibly.
32400      Branch: perl
32401            + win32/sync_ext.pl
32402            - win32/sncfnmcs.pl
32403            ! MANIFEST README.win32
32404 ____________________________________________________________________________
32405 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
32406         Log: Test tweak.
32407      Branch: perl
32408            ! ext/B/Deparse.t
32409 ____________________________________________________________________________
32410 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
32411         Log: Metaconfig unit tweak for #11450.
32412      Branch: metaconfig/U/perl
32413            ! Mksymlinks.U
32414 ____________________________________________________________________________
32415 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
32416         Log: Too volatile failsafe check.
32417      Branch: perl
32418            ! Configure
32419 ____________________________________________________________________________
32420 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
32421         Log: Further doc tweaks.
32422      Branch: perl
32423            ! lib/UnicodeCD.pm
32424 ____________________________________________________________________________
32425 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
32426         Log: Doc tweaks.
32427      Branch: perl
32428            ! lib/UnicodeCD.pm
32429 ____________________________________________________________________________
32430 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
32431         Log: Doc tweakery from Abhijit.
32432      Branch: perl
32433            ! Porting/repository.pod
32434 ____________________________________________________________________________
32435 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
32436         Log: An accidental empty line.
32437      Branch: perl
32438            ! MANIFEST
32439 ____________________________________________________________________________
32440 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
32441         Log: Missing MANIFESTations.
32442      Branch: perl
32443            ! MANIFEST
32444 ____________________________________________________________________________
32445 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
32446         Log: Update Changes.
32447      Branch: perl
32448            ! Changes patchlevel.h
32449 ____________________________________________________________________________
32450 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
32451         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
32452              From: Mike Guy <mjtg@cam.ac.uk>
32453              Date: Fri, 20 Jul 2001 16:12:49 +0100
32454              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
32455      Branch: perl
32456            ! Porting/pumpkin.pod
32457 ____________________________________________________________________________
32458 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
32459         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32460              From: Peter Prymmer <pvhp@forte.com>
32461              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
32462              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
32463      Branch: perl
32464            ! pod/perlhack.pod
32465 ____________________________________________________________________________
32466 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
32467         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
32468              From: Michael G Schwern <schwern@pobox.com>
32469              Date: Fri, 20 Jul 2001 20:22:35 -0400
32470              Message-ID: <20010720202235.O4498@blackrider>
32471      Branch: perl
32472            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
32473            ! lib/Test/t/todo.t
32474 ____________________________________________________________________________
32475 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
32476         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
32477              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32478              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
32479              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
32480      Branch: perl
32481            ! ext/POSIX/POSIX.pod
32482 ____________________________________________________________________________
32483 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
32484         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
32485              From: Mark-Jason Dominus <mjd@plover.com>
32486              Date: Fri, 20 Jul 2001 23:16:54 -0400
32487              Message-ID: <20010721031654.21877.qmail@plover.com>
32488      Branch: perl
32489            ! ext/POSIX/POSIX.pod
32490 ____________________________________________________________________________
32491 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
32492         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
32493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32494              Date: Sun, 22 Jul 2001 14:56:09 +0200
32495              Message-ID: <20010722145609.A766@rafael>
32496      Branch: perl
32497            ! ext/B/O.pm
32498 ____________________________________________________________________________
32499 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
32500         Log: Subject: regexec.c #define cleanup
32501              From: Mark-Jason Dominus <mjd@plover.com>
32502              Date: Sat, 21 Jul 2001 18:33:25 -0400
32503              Message-ID: <20010721223325.3069.qmail@plover.com>
32504      Branch: perl
32505            ! regexec.c
32506 ____________________________________________________________________________
32507 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
32508         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
32509              From: Prymmer/Kahn <pvhp@best.com>
32510              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
32511              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
32512      Branch: perl
32513            ! t/io/fs.t
32514 ____________________________________________________________________________
32515 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
32516         Log: Typo in #11432.
32517      Branch: perl
32518            ! ext/POSIX/POSIX.t
32519 ____________________________________________________________________________
32520 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
32521         Log: Integrate (manually) change #11424 from macperl.
32522      Branch: perl
32523            ! ext/Filter/t/call.t
32524 ____________________________________________________________________________
32525 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
32526         Log: Integrate change #11408 from macperl.
32527      Branch: perl
32528           !> README.macos pod/perlport.pod
32529 ____________________________________________________________________________
32530 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
32531         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
32532      Branch: perl
32533           +> macos/MacPerlTests.cmd macos/xsubpp.patch
32534            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32535            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
32536            ! ext/POSIX/POSIX.t
32537 ____________________________________________________________________________
32538 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
32539         Log: pod/*.t tests not picked up by t/TEST either
32540      Branch: maint-5.6/perl
32541            ! t/TEST
32542 ____________________________________________________________________________
32543 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
32544         Log: better tweak for change#11429 (windows has both / and \ separated
32545              paths in @INC at that point)
32546      Branch: maint-5.6/perl
32547            ! t/pod/testp2pt.pl
32548 ____________________________________________________________________________
32549 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
32550         Log: MacOS pod test tweak needs \Escape
32551      Branch: maint-5.6/perl
32552            ! t/pod/testp2pt.pl
32553 ____________________________________________________________________________
32554 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
32555         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
32556              resulting duplicate output, but t/harness isn't)
32557      Branch: maint-5.6/perl
32558            ! t/run/runenv.t
32559 ____________________________________________________________________________
32560 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
32561         Log: t/harness wasn't picking up all the tests
32562      Branch: maint-5.6/perl
32563            ! t/harness
32564 ____________________________________________________________________________
32565 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
32566         Log: update MANIFEST for new file
32567      Branch: maint-5.6/perl
32568            ! MANIFEST
32569 ____________________________________________________________________________
32570 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
32571         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
32572              the exception of the macperl/macos/... tree
32573      Branch: maint-5.6/perl
32574           +> t/lib/filefind-taint.t
32575           !> (integrate 72 files)
32576 ____________________________________________________________________________
32577 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
32578         Log: Fix test.
32579      Branch: maint-5.6/macperl
32580            ! macos/bundled_ext/Filter/t/call.t
32581 ____________________________________________________________________________
32582 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
32583         Log: Make perl fork()-safe (in a slightly limited way) even on
32584              platforms that don't have pthread_atfork() (extension of
32585              the fix in change#11151).
32586              
32587              Note that this will not help extensions that call fork()
32588              directly in C, or that link to libraries that call fork()
32589              directly.  Such cases must be fixed to either call
32590              PerlProc_fork(), or call atfork_lock() in parent before the
32591              calling the function that forks and call atfork_unlock()
32592              in both parent and child immediately after the fork().
32593              (There are no worries if C code calls exec() in the child
32594              immediately after a fork().  Only cases where the child
32595              calls perl's API functions (including New()) after the
32596              fork() are problematic.)
32597              
32598              This change also eliminates the use of vfork() from perl,
32599              since all such uses were violating the severe restrictions
32600              on modifying the state of the process between the vfork()
32601              and the exec().
32602              
32603              This is a modified version of patches suggested by Abhijit
32604              Menon-Sen and Richard Soderberg.
32605      Branch: perl
32606            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
32607            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
32608 ____________________________________________________________________________
32609 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
32610         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
32611              Switch, and Text::Balanced.
32612      Branch: maint-5.6/macperl
32613            + macos/bundled_ext/Filter/Util/Call/Call.pm
32614            + macos/bundled_ext/Filter/Util/Call/Call.xs
32615            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
32616            + macos/bundled_ext/Filter/t/MyFilter.pm
32617            + macos/bundled_ext/Filter/t/call.t
32618            + macos/bundled_ext/Filter/t/filter-util.pl
32619            + macos/bundled_lib/blib/lib/Class/ISA.pm
32620            + macos/bundled_lib/blib/lib/Digest.pm
32621            + macos/bundled_lib/blib/lib/Filter/Simple.pm
32622            + macos/bundled_lib/blib/lib/Switch.pm
32623            + macos/bundled_lib/blib/lib/Text/Balanced.pm
32624            + macos/bundled_lib/blib/lib/Text/Balanced.pod
32625            + macos/bundled_lib/t/Class/ISA/test.pl
32626            + macos/bundled_lib/t/Digest/Digest.t
32627            + macos/bundled_lib/t/Filter/Simple/test.pl
32628            + macos/bundled_lib/t/Switch/test.pl
32629            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
32630            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
32631            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
32632            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
32633            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
32634            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
32635            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
32636            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
32637 ____________________________________________________________________________
32638 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
32639         Log: Add Filter::Util::Call to config/make files; edit utils
32640              to recognize the module (it was descended too far down).
32641              Bump version to 5.6.1a4.
32642      Branch: maint-5.6/macperl
32643            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
32644            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
32645            ! macos/macperl/Makefile.mk macos/xsubpp.patch
32646 ____________________________________________________________________________
32647 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
32648         Log: Make DB_File the default for MLDBM on MacOS.
32649      Branch: maint-5.6/macperl
32650            ! macos/bundled_lib/blib/lib/MLDBM.pm
32651 ____________________________________________________________________________
32652 [ 11419] By: nick                                  on 2001/07/20  14:51:03
32653         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
32654              From:  Simon Cozens <simon@netthink.co.uk>
32655              Date:  Fri, 20 Jul 2001 11:42:35 -0400
32656              Message-Id:  <20010720114235.A5235@netthink.co.uk>
32657      Branch: perl
32658            ! lib/UnicodeCD.pm
32659 ____________________________________________________________________________
32660 [ 11418] By: nick                                  on 2001/07/20  14:48:12
32661         Log: Subject:  [PATCH regcomp.h] adds a comment
32662              From:  Abhijit Menon-Sen <ams@wiw.org>
32663              Date:  Fri, 20 Jul 2001 21:05:37 +0530
32664              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
32665      Branch: perl
32666            ! regcomp.h
32667 ____________________________________________________________________________
32668 [ 11417] By: nick                                  on 2001/07/20  14:16:38
32669         Log: Subject:  [PATCH 5.7.2] INSTALL updates
32670              From:  Andy Dougherty <doughera@lafayette.edu>
32671              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
32672              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
32673      Branch: perl
32674            ! INSTALL
32675 ____________________________________________________________________________
32676 [ 11416] By: nick                                  on 2001/07/20  06:44:44
32677         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32678              From:  Russ Allbery <rra@stanford.edu>
32679              Date:  19 Jul 2001 15:52:37 -0700
32680              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
32681      Branch: perl
32682            ! lib/Pod/Man.pm
32683 ____________________________________________________________________________
32684 [ 11415] By: nick                                  on 2001/07/20  06:35:11
32685         Log: Subject:  [PATCH] defer op_seq allocation
32686              From:  Abhijit Menon-Sen <ams@wiw.org>
32687              Date:  Thu, 19 Jul 2001 22:12:24 +0530
32688              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
32689      Branch: perl
32690            ! op.c
32691 ____________________________________________________________________________
32692 [ 11414] By: nick                                  on 2001/07/20  06:23:36
32693         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
32694              From:  Abhijit Menon-Sen <ams@wiw.org>
32695              Date:  Fri, 20 Jul 2001 01:18:50 +0530
32696              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
32697              (Private e-mail)
32698      Branch: perl
32699            ! ext/Time/HiRes/HiRes.xs
32700 ____________________________________________________________________________
32701 [ 11413] By: nick                                  on 2001/07/20  06:18:53
32702         Log: Integrate mainline
32703      Branch: perlio
32704           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
32705            - t/base/commonsense.t
32706           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
32707           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
32708           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
32709           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
32710           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
32711           !> win32/win32.c
32712 ____________________________________________________________________________
32713 [ 11412] By: nick                                  on 2001/07/19  06:44:27
32714         Log: Integrate win32/perlhost.h from maintenance branch.
32715              (Rest of $ENV{PATH} / system() fix.)
32716      Branch: perl
32717           !> win32/perlhost.h
32718 ____________________________________________________________________________
32719 [ 11411] By: nick                                  on 2001/07/19  06:41:34
32720         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
32721              From:  Philip Newton <Philip.Newton@gmx.net>
32722              Date:  Wed, 18 Jul 2001 21:43:57 +0200
32723              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
32724      Branch: perl
32725            ! pod/perlhack.pod
32726 ____________________________________________________________________________
32727 [ 11410] By: nick                                  on 2001/07/19  06:39:35
32728         Log: Subject:  Security hole in taint checking in open()
32729              From:  deekoo@tentacle.net
32730              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
32731              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
32732      Branch: perl
32733            ! doio.c
32734 ____________________________________________________________________________
32735 [ 11409] By: nick                                  on 2001/07/19  06:28:08
32736         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
32737              From:  Abhijit Menon-Sen <ams@wiw.org>
32738              Date:  Thu, 19 Jul 2001 04:30:43 +0530
32739              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
32740      Branch: perl
32741            ! ext/Time/HiRes/HiRes.xs
32742 ____________________________________________________________________________
32743 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
32744         Log: Update docs with latest implementation information and new URLs.
32745      Branch: maint-5.6/macperl
32746            ! README.macos pod/perlport.pod
32747 ____________________________________________________________________________
32748 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
32749         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
32750              Fix BuildRules to accept optimization variables.
32751      Branch: maint-5.6/macperl
32752            + macos/bundled_ext/Digest/MD5/Makefile.mk
32753            ! macos/BuildRules.mk macos/Makefile.mk
32754            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
32755            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
32756 ____________________________________________________________________________
32757 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
32758         Log: Integrate changes 11399,11401
32759      Branch: maint-5.6/macperl
32760           !> win32/perlhost.h win32/win32.c
32761 ____________________________________________________________________________
32762 [ 11405] By: nick                                  on 2001/07/18  06:50:33
32763         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
32764              from perl5.6*
32765      Branch: perl
32766           !> win32/perlhost.h win32/win32.c
32767 ____________________________________________________________________________
32768 [ 11404] By: nick                                  on 2001/07/18  06:43:59
32769         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
32770              From:  hv@crypt0.demon.co.uk
32771              Date:  Wed, 18 Jul 2001 05:58:46 +0100
32772              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
32773      Branch: perl
32774            ! ext/POSIX/POSIX.t
32775 ____________________________________________________________________________
32776 [ 11403] By: nick                                  on 2001/07/18  06:38:57
32777         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
32778              From:  hv@crypt0.demon.co.uk
32779              Date:  Wed, 18 Jul 2001 05:21:54 +0100
32780              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
32781      Branch: perl
32782            ! numeric.c t/op/arith.t
32783 ____________________________________________________________________________
32784 [ 11402] By: nick                                  on 2001/07/18  06:19:17
32785         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
32786              From:  mjd@plover.com
32787              Date:  17 Jul 2001 17:59:20 -0000
32788              Message-Id:  <20010717175920.8177.qmail@plover.com>
32789      Branch: perl
32790            ! pod/perlre.pod
32791 ____________________________________________________________________________
32792 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
32793         Log: thinko in change#11400 (duh)
32794      Branch: maint-5.6/perl
32795            ! win32/perlhost.h
32796 ____________________________________________________________________________
32797 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
32798         Log: change#11399 revealed another unrelated bug; this is just a temporary
32799              bandaid
32800      Branch: maint-5.6/perl
32801            ! win32/perlhost.h
32802 ____________________________________________________________________________
32803 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
32804         Log: fix bugs in handling of the virtualized environment under windows;
32805              there were bugs in propagating any changes to %ENV down to the real
32806              environment when such changes happened in the toplevel process
32807              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
32808              problem identification, and for a part of the fix)
32809      Branch: maint-5.6/perl
32810            ! win32/perlhost.h win32/win32.c
32811 ____________________________________________________________________________
32812 [ 11398] By: nick                                  on 2001/07/17  08:26:35
32813         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
32814              From: Peter Prymmer <pvhp@forte.com>
32815              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
32816              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
32817              
32818              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
32819              should not depend on existance of Config.pm
32820      Branch: perl
32821           +> t/lib/commonsense.t
32822            - t/base/commonsense.t
32823            ! MANIFEST t/README
32824 ____________________________________________________________________________
32825 [ 11397] By: nick                                  on 2001/07/17  08:09:58
32826         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
32827              From:  Michael G Schwern <schwern@pobox.com>
32828              Date:  Mon, 16 Jul 2001 18:20:31 -0400
32829              Message-Id:  <20010716182031.A1128@blackrider>
32830      Branch: perl
32831            ! pod/perlhack.pod
32832 ____________________________________________________________________________
32833 [ 11396] By: nick                                  on 2001/07/17  08:04:11
32834         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
32835              From:  Gwyn Judd <b.judd@xtra.co.nz>
32836              Date:  Tue, 17 Jul 2001 20:55:58 +1200
32837              Message-Id:  <20010717205558.A3107@thislove>
32838      Branch: perl
32839            ! pod/perlfunc.pod
32840 ____________________________________________________________________________
32841 [ 11395] By: nick                                  on 2001/07/17  08:02:22
32842         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
32843              From:  Peter Prymmer <pvhp@forte.com>
32844              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
32845              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
32846      Branch: perl
32847            ! t/op/sprintf.t
32848 ____________________________________________________________________________
32849 [ 11394] By: nick                                  on 2001/07/17  07:57:06
32850         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
32851              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
32852              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
32853              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
32854      Branch: perl
32855            ! gv.c
32856 ____________________________________________________________________________
32857 [ 11392] By: nick                                  on 2001/07/17  07:50:12
32858         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
32859              From:  Coral <coral@moonlight.crystalflame.net>
32860              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
32861              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
32862      Branch: perl
32863            ! pp_sys.c thread.h
32864 ____________________________________________________________________________
32865 [ 11391] By: nick                                  on 2001/07/17  07:34:28
32866         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
32867              From:  Jonathan Stowe <gellyfish@gellyfish.com>
32868              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
32869              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
32870      Branch: perl
32871            ! utils/h2xs.PL
32872 ____________________________________________________________________________
32873 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
32874         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
32875              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
32876              and Mac::Apps::Launch, which don't work, and Time::HiRes and
32877              Time::Piece, which don't yet work.
32878      Branch: maint-5.6/macperl
32879            + (add 154 files)
32880 ____________________________________________________________________________
32881 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
32882         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
32883              Also add hack to get around missing setenv for PERL5DB.
32884      Branch: maint-5.6/macperl
32885            ! macos/macish.c macos/macish.h
32886 ____________________________________________________________________________
32887 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
32888         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
32889      Branch: maint-5.6/macperl
32890            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
32891            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
32892 ____________________________________________________________________________
32893 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
32894         Log: Fix up some configuration and make options, add extra
32895              extensions.
32896      Branch: maint-5.6/macperl
32897            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
32898            ! macos/macperl/Makefile.mk
32899 ____________________________________________________________________________
32900 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
32901         Log: From Change 11374 in maintperl.
32902      Branch: maint-5.6/macperl
32903           !> utils/h2ph.PL
32904 ____________________________________________________________________________
32905 [ 11385] By: nick                                  on 2001/07/16  14:12:58
32906         Log: Back out change to h2xs till it passes its test.
32907      Branch: perl
32908            ! utils/h2xs.PL
32909 ____________________________________________________________________________
32910 [ 11384] By: nick                                  on 2001/07/16  14:00:10
32911         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
32912              From:  Jonathan Stowe <gellyfish@gellyfish.com>
32913              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
32914              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
32915      Branch: perl
32916            ! utils/h2xs.PL
32917 ____________________________________________________________________________
32918 [ 11383] By: nick                                  on 2001/07/16  13:53:12
32919         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
32920              From:  Robin Houston <robin@kitsite.com>
32921              Date:  Sun, 15 Jul 2001 18:22:31 +0100
32922              Message-Id:  <20010715182230.A11174@robin>
32923      Branch: perl
32924            ! hints/darwin.sh
32925 ____________________________________________________________________________
32926 [ 11382] By: nick                                  on 2001/07/16  13:52:49
32927         Log: Subject:  [PATCH perl@11372] re_dup
32928              From:  Radu Greab <radu@netsoft.ro>
32929              Date:  Sun, 15 Jul 2001 04:50:06 +0300
32930              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
32931      Branch: perl
32932            ! sv.c
32933 ____________________________________________________________________________
32934 [ 11379] By: nick                                  on 2001/07/16  13:35:39
32935         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
32936              From:  Robin Houston <robin@kitsite.com>
32937              Date:  Sat, 14 Jul 2001 14:28:50 +0100
32938              Message-Id:  <20010714142850.A10205@robin>
32939      Branch: perl
32940            ! ext/B/B/Deparse.pm
32941 ____________________________________________________________________________
32942 [ 11378] By: nick                                  on 2001/07/16  13:30:36
32943         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
32944              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
32945              Date:  Sat, 14 Jul 2001 22:17:42 +0900
32946              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
32947      Branch: perl
32948            + ext/Encode/Encode/euc-jp-0212.enc
32949            ! ext/Encode/Encode/Tcl.pm
32950 ____________________________________________________________________________
32951 [ 11377] By: nick                                  on 2001/07/16  13:17:28
32952         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
32953              From:  Andy Dougherty <doughera@lafayette.edu>
32954              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
32955              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
32956      Branch: perl
32957            ! hints/darwin.sh hints/rhapsody.sh
32958 ____________________________________________________________________________
32959 [ 11376] By: nick                                  on 2001/07/16  09:05:00
32960         Log: Integrate mainline
32961      Branch: perlio
32962           +> ext/Encode/Encode/7bit-greek.enc
32963           +> ext/Encode/Encode/7bit-latin1.enc
32964           +> ext/Encode/Encode/cns11643-1.enc
32965           +> ext/Encode/Encode/cns11643-2.enc
32966           +> ext/Encode/Encode/iso2022-cn.enc
32967           +> ext/Encode/Encode/iso2022-jp1.enc
32968           +> ext/Encode/Encode/iso2022-jp2.enc
32969           !> Changes Configure MANIFEST Makefile.SH
32970           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
32971           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
32972           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
32973           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
32974           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
32975 ____________________________________________________________________________
32976 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
32977         Log: integrate change#11374 from maint-5.6
32978              
32979              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
32980      Branch: perl
32981           !> utils/h2ph.PL
32982 ____________________________________________________________________________
32983 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
32984         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
32985      Branch: maint-5.6/perl
32986            ! utils/h2ph.PL
32987 ____________________________________________________________________________
32988 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
32989         Log: Update Changes.
32990      Branch: perl
32991            ! Changes patchlevel.h
32992 ____________________________________________________________________________
32993 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
32994         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
32995              From: Jonathan Stowe <gellyfish@gellyfish.com>
32996              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
32997              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
32998      Branch: perl
32999            ! utils/h2xs.PL
33000 ____________________________________________________________________________
33001 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
33002         Log: Subject: patch to add DEL to [:cntrl:]
33003              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33004              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
33005              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
33006      Branch: perl
33007            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
33008 ____________________________________________________________________________
33009 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
33010         Log: Metaconfig unit change for #11369; plus a dependency nit.
33011      Branch: metaconfig
33012            ! U/compline/nblock_io.U
33013      Branch: metaconfig/U/perl
33014            ! Extensions.U
33015 ____________________________________________________________________________
33016 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
33017         Log: #include <stdlib.h> so that exit() is prototyped,
33018              noticed by Hugo.
33019      Branch: perl
33020            ! Configure
33021 ____________________________________________________________________________
33022 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
33023         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
33024              From: Peter Prymmer <pvhp@forte.com>
33025              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
33026              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
33027      Branch: perl
33028            ! t/op/sprintf.t
33029 ____________________________________________________________________________
33030 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
33031         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
33032              From: Peter Prymmer <pvhp@forte.com>
33033              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
33034              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
33035      Branch: perl
33036            ! ext/Encode/Encode/Tcl.t
33037 ____________________________________________________________________________
33038 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
33039         Log: Add information about gcc 3.0 basic block profiling.
33040      Branch: perl
33041            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
33042 ____________________________________________________________________________
33043 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
33044         Log: Subject: Error in lib/PerlIO/Via.pm ?
33045              From: Mark-Jason Dominus <mjd@plover.com>
33046              Date: Fri, 13 Jul 2001 15:55:41 -0400
33047              Message-ID: <20010713195541.26751.qmail@plover.com>
33048      Branch: perl
33049            ! ext/PerlIO/Via/Via.pm
33050 ____________________________________________________________________________
33051 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
33052         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
33053              section from the Compiler section.
33054      Branch: perl
33055            ! myconfig.SH
33056 ____________________________________________________________________________
33057 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
33058         Log: Handle glibc style of constant definitions using enum
33059              with intervening #defines; from Brendan O'Dea.
33060      Branch: perl
33061            ! utils/h2ph.PL
33062 ____________________________________________________________________________
33063 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
33064         Log: Add LC_MESSAGES to the locale_h export tag (it already is
33065              in the Makefile.PL and thusly eligible for an XS constant)
33066              (see also maintperl #10543)
33067      Branch: perl
33068            ! ext/POSIX/POSIX.pm
33069 ____________________________________________________________________________
33070 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
33071         Log: Subject: Re: [patch] re_dup
33072              From: Abhijit Menon-Sen <ams@wiw.org>
33073              Date: Fri, 13 Jul 2001 21:41:09 +0530
33074              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
33075      Branch: perl
33076            ! sv.c
33077 ____________________________________________________________________________
33078 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
33079         Log: Subject: [patch] re_dup
33080              From: Doug MacEachern <dougm@covalent.net>
33081              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
33082              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
33083      Branch: perl
33084            ! sv.c
33085 ____________________________________________________________________________
33086 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
33087         Log: Update Changes.
33088      Branch: perl
33089            ! Changes patchlevel.h
33090 ____________________________________________________________________________
33091 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
33092         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
33093              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
33094              Date: Sat, 14 Jul 2001 00:06:30 +0900
33095              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
33096      Branch: perl
33097            + ext/Encode/Encode/7bit-greek.enc
33098            + ext/Encode/Encode/7bit-latin1.enc
33099            + ext/Encode/Encode/cns11643-1.enc
33100            + ext/Encode/Encode/cns11643-2.enc
33101            + ext/Encode/Encode/iso2022-cn.enc
33102            + ext/Encode/Encode/iso2022-jp1.enc
33103            + ext/Encode/Encode/iso2022-jp2.enc
33104            ! MANIFEST ext/Encode/Encode/Tcl.pm
33105            ! ext/Encode/Encode/iso2022-kr.enc
33106 ____________________________________________________________________________
33107 [ 11357] By: nick                                  on 2001/07/13  14:24:06
33108         Log: Blind integrate mainline (as of 5.7.2?)
33109      Branch: perlio
33110           !> AUTHORS Changes Porting/config.sh Porting/config_H
33111           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
33112           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
33113           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33114           !> win32/makefile.mk
33115 ____________________________________________________________________________
33116 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
33117         Log: Snip away the devel patchlevel.
33118      Branch: perl
33119            ! patchlevel.h
33120 ____________________________________________________________________________
33121 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
33122         Log: Bump the version to 5.7.2.
33123      Branch: perl
33124            ! Porting/config.sh Porting/config_H patchlevel.h
33125            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
33126            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33127            ! win32/makefile.mk
33128 ____________________________________________________________________________
33129 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
33130         Log: Update Changes.
33131      Branch: perl
33132            ! Changes
33133 ____________________________________________________________________________
33134 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
33135         Log: Reword.
33136      Branch: perl
33137            ! AUTHORS
33138 ____________________________________________________________________________
33139 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
33140         Log: AUTHORS update.
33141      Branch: perl
33142            ! AUTHORS
33143 ____________________________________________________________________________
33144 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
33145         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
33146              unless ithreads.
33147      Branch: perl
33148            ! makedef.pl
33149 ____________________________________________________________________________
33150 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
33151         Log: Integrate perlio.
33152      Branch: perl
33153           !> win32/distclean.bat
33154 ____________________________________________________________________________
33155 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
33156         Log: Test the encoding transform only iff we have PerlIO,
33157              noticed by H. Merijn Brand.
33158      Branch: perl
33159            ! ext/PerlIO/t/encoding.t
33160 ____________________________________________________________________________
33161 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
33162         Log: README.netware tweaks from Ananth Kesari.
33163      Branch: perl
33164            ! README.netware
33165 ____________________________________________________________________________
33166 [ 11346] By: nick                                  on 2001/07/13  09:18:51
33167         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
33168              to avoid /unicode vs /Unicode issues.
33169      Branch: perlio
33170            ! win32/distclean.bat
33171 ____________________________________________________________________________
33172 [ 11345] By: nick                                  on 2001/07/13  06:24:18
33173         Log: Integrate mainline
33174      Branch: perlio
33175           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
33176            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
33177           !> (integrate 63 files)
33178 ____________________________________________________________________________
33179 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
33180         Log: Add d_bincompat5005 information to perl -V.
33181      Branch: perl
33182            ! myconfig.SH
33183 ____________________________________________________________________________
33184 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
33185         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
33186              From: Abhijit Menon-Sen <ams@wiw.org>
33187              Date: Fri, 13 Jul 2001 07:12:36 +0530
33188              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
33189      Branch: perl
33190            ! sv.c
33191 ____________________________________________________________________________
33192 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
33193         Log: Remove unicode::distinct, as per Inaba Hiroto.
33194      Branch: perl
33195            - lib/unicode/distinct.pm
33196            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
33197            ! t/lib/1_compile.t
33198 ____________________________________________________________________________
33199 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
33200         Log: Paging for Dr Octothorpe.
33201      Branch: perl
33202            ! pod/perlfaq4.pod
33203 ____________________________________________________________________________
33204 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
33205         Log: cut-n-paste error noticed by mjd.
33206      Branch: perl
33207            ! pod/perlfaq4.pod
33208 ____________________________________________________________________________
33209 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
33210         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
33211              From: Peter Prymmer <pvhp@forte.com>
33212              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
33213              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
33214      Branch: perl
33215            ! pod/perlfaq4.pod
33216 ____________________________________________________________________________
33217 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
33218         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
33219              From: Randall Gellens <randy@qualcomm.com>
33220              Date: Thu, 12 Jul 2001 16:56:23 -0700
33221              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
33222      Branch: perl
33223            ! Porting/repository.pod
33224 ____________________________________________________________________________
33225 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
33226         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
33227      Branch: perl
33228            ! thread.h
33229 ____________________________________________________________________________
33230 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
33231         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
33232              From: coral <coral@moonlight.crystalflame.net>
33233              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
33234              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
33235      Branch: perl
33236            ! thread.h
33237 ____________________________________________________________________________
33238 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
33239         Log: Metaconfig unit change for #11134.
33240      Branch: metaconfig
33241            + U/threads/d_pthread_atfork.U
33242 ____________________________________________________________________________
33243 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
33244         Log: Add HAS_PTHREAD_ATFORK.
33245      Branch: perl
33246            ! Configure NetWare/config.wc NetWare/config_H.wc
33247            ! Porting/Glossary Porting/config.sh Porting/config_H
33248            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33249            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
33250            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33251            ! win32/config.gc win32/config.vc win32/config_H.bc
33252            ! win32/config_H.gc win32/config_H.vc
33253 ____________________________________________________________________________
33254 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
33255         Log: Subject: [PATCH] File::Copy fails on tied handles
33256              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
33257              Date: Thu, 12 Jul 2001 15:18:51 -0700
33258              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
33259      Branch: perl
33260            ! lib/File/Copy.pm
33261 ____________________________________________________________________________
33262 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
33263         Log: Subject: [PATCH] Langinfo.t
33264              From: Nicholas Clark <nick@ccl4.org>
33265              Date: Thu, 12 Jul 2001 23:55:38 +0100
33266              Message-ID: <20010712235538.M5827@plum.flirble.org>
33267      Branch: perl
33268            ! ext/I18N/Langinfo/Langinfo.t
33269 ____________________________________________________________________________
33270 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
33271         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
33272              From: Peter Prymmer <pvhp@forte.com>
33273              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
33274              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
33275      Branch: perl
33276            ! pod/perl572delta.pod
33277 ____________________________________________________________________________
33278 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
33279         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
33280              From: Abhijit Menon-Sen <ams@wiw.org>
33281              Date: Fri, 13 Jul 2001 05:21:16 +0530
33282              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
33283      Branch: perl
33284            ! sv.c
33285 ____________________________________________________________________________
33286 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
33287         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
33288              From: Abhijit Menon-Sen <ams@wiw.org>
33289              Date: Fri, 13 Jul 2001 03:04:25 +0530
33290              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
33291      Branch: perl
33292            ! av.c
33293 ____________________________________________________________________________
33294 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
33295         Log: s/^M$//g
33296      Branch: perl
33297            ! win32/Makefile win32/makefile.mk
33298 ____________________________________________________________________________
33299 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
33300         Log: Update Changes.
33301      Branch: perl
33302            ! Changes patchlevel.h
33303 ____________________________________________________________________________
33304 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
33305         Log: Typo spotted by Philip Newton.
33306      Branch: perl
33307            ! pod/perl572delta.pod
33308 ____________________________________________________________________________
33309 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
33310         Log: Subject: [PATCH] fixes perl_clone of perl_clone
33311              From: Artur Bergman <artur@contiller.se>
33312              Date: Thu, 12 Jul 2001 20:57:09 +0200
33313              Message-ID: <B773BFA4.236B%artur@contiller.se>
33314      Branch: perl
33315            ! sv.c
33316 ____________________________________________________________________________
33317 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
33318         Log: Add README.uts from Hal Morris.
33319      Branch: perl
33320            + README.uts
33321            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
33322            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33323 ____________________________________________________________________________
33324 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
33325         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
33326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33327              Date: Thu, 12 Jul 2001 20:32:37 +0200
33328              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
33329      Branch: perl
33330            ! hints/aix.sh
33331 ____________________________________________________________________________
33332 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
33333         Log: Subject: Patch: document reg_data.what member
33334              From: Mark-Jason Dominus <mjd@plover.com>
33335              Message-ID: <20010712182532.14821.qmail@plover.com>
33336              Date: Thu, 12 Jul 2001 14:25:32 -0400
33337      Branch: perl
33338            ! regcomp.c regcomp.h
33339 ____________________________________________________________________________
33340 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
33341         Log: Subject: [PATCH] Perl_re_dup()
33342              From: Abhijit Menon-Sen <ams@wiw.org>
33343              Date: Thu, 12 Jul 2001 23:54:32 +0530
33344              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
33345      Branch: perl
33346            ! embed.h embed.pl perlapi.c proto.h sv.c
33347 ____________________________________________________________________________
33348 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
33349         Log: Regen Configure, modlib, toc.
33350      Branch: perl
33351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33352            ! pod/perlmodlib.pod pod/perltoc.pod
33353 ____________________________________________________________________________
33354 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
33355         Log: The problem seems to be in PerlIO::Layer::->find() not
33356              accepting the ":encoding(blurflur)" arguments.
33357      Branch: perl
33358            ! lib/PerlIO.pm lib/open.pm
33359 ____________________________________________________________________________
33360 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
33361         Log: AIX doc update.
33362      Branch: perl
33363            ! README.aix pod/perl572delta.pod
33364 ____________________________________________________________________________
33365 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
33366         Log: Subject: AIX README update
33367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33368              Date: Thu, 12 Jul 2001 19:28:30 +0200
33369              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
33370      Branch: perl
33371            ! README.aix
33372 ____________________________________________________________________________
33373 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
33374         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
33375              From: Norton Allen <allen@huarp.harvard.edu>
33376              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
33377              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
33378      Branch: perl
33379            ! ext/IO/lib/IO/t/io_unix.t
33380 ____________________________________________________________________________
33381 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
33382         Log: Subject: [PATCH README.qnx hints/qnx.sh]
33383              From: Norton Allen <allen@huarp.harvard.edu>
33384              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
33385              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
33386      Branch: perl
33387            ! README.qnx hints/qnx.sh
33388 ____________________________________________________________________________
33389 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
33390         Log: Subject: [patch] faster PM_GETRE
33391              From: Doug MacEachern <dougm@covalent.net>
33392              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
33393              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
33394      Branch: perl
33395            ! op.h
33396 ____________________________________________________________________________
33397 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
33398         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
33399              From: Doug MacEachern <dougm@covalent.net>
33400              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
33401              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
33402      Branch: perl
33403            ! op.c
33404 ____________________________________________________________________________
33405 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
33406         Log: Tell where the nice Estonian database is.
33407      Branch: perl
33408            ! lib/open.pm
33409 ____________________________________________________________________________
33410 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
33411         Log: Retract #11309 since #11310 is a better fix.
33412      Branch: perl
33413            ! t/lib/1_compile.t
33414 ____________________________________________________________________________
33415 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
33416         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
33417              change#11300 needs to return the status of failed win32_spawnvp())
33418              
33419              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
33420              splitting correctly; remove unused variables; 'require' at run time
33421              rather than 'use' at compile time for I18N::Langinfo, since it
33422              isn't everyware
33423      Branch: perl
33424            ! lib/open.pm win32/win32.c
33425 ____________________________________________________________________________
33426 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
33427         Log: Temporary workaround.
33428      Branch: perl
33429            ! t/lib/1_compile.t
33430 ____________________________________________________________________________
33431 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
33432         Log: UCD typo in #11306 and add also more known-to-be-tested
33433              modules to the skip list.
33434      Branch: perl
33435            ! t/lib/1_compile.t
33436 ____________________________________________________________________________
33437 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
33438         Log: Rename Unicode::UCD to UnicodeCD to avoid
33439              messups with case-insensitive filesystems.
33440      Branch: perl
33441            + lib/UnicodeCD.pm lib/UnicodeCD.t
33442            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
33443            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
33444 ____________________________________________________________________________
33445 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
33446         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
33447              From: daniel@biz.bitpusher.com
33448              Date: Wed, 11 Jul 2001 23:25:47 -0700
33449              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
33450      Branch: perl
33451            ! lib/Tie/Array.pm t/op/splice.t
33452 ____________________________________________________________________________
33453 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
33454         Log: Subject: [PATCH] More accurate line numbers in messages
33455              From: Paul Johnson <paul@pjcj.net>
33456              Date: Thu, 12 Jul 2001 04:14:11 +0200
33457              Message-ID: <20010712041411.A3467@pjcj.net>
33458              
33459              (With prototyping and multiplicity tweaks.)
33460      Branch: perl
33461            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
33462 ____________________________________________________________________________
33463 [ 11304] By: nick                                  on 2001/07/12  12:53:40
33464         Log: Integrate mainline
33465      Branch: perlio
33466           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
33467           !> regexec.c thread.h
33468 ____________________________________________________________________________
33469 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
33470         Log: Cut-and-pasto in #11298.
33471      Branch: perl
33472            ! ext/ByteLoader/bytecode.h
33473 ____________________________________________________________________________
33474 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
33475         Log: Update the AIX known problems section.
33476      Branch: perl
33477            ! pod/perl572delta.pod
33478 ____________________________________________________________________________
33479 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
33480         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
33481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33482              Date: Thu, 12 Jul 2001 12:16:16 +0200
33483              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
33484      Branch: perl
33485            ! hints/aix.sh
33486 ____________________________________________________________________________
33487 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
33488         Log: Integrate perlio.
33489      Branch: perl
33490           !> makedef.pl win32/win32.c
33491 ____________________________________________________________________________
33492 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
33493         Log: Subject: [PATCH] fix for PMOP threadness failures
33494              From: Artur Bergman <artur@contiller.se>
33495              Date: Thu, 12 Jul 2001 09:48:06 +0200
33496              Message-ID: <B77322D6.22DD%artur@contiller.se>
33497      Branch: perl
33498            ! regexec.c
33499 ____________________________________________________________________________
33500 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
33501         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
33502              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33503              Date: Thu, 12 Jul 2001 09:09:48 +0200
33504              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
33505              
33506              More parentheses to keep bcc happy.
33507      Branch: perl
33508            ! ext/ByteLoader/bytecode.h
33509 ____________________________________________________________________________
33510 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
33511         Log: Subject: Re: [patch] pthread_atfork bandaid
33512              From: Doug MacEachern <dougm@covalent.net>
33513              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
33514              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
33515      Branch: perl
33516            ! thread.h
33517 ____________________________________________________________________________
33518 [ 11296] By: nick                                  on 2001/07/12  11:55:48
33519         Log: Exclude reentrant_buffer from .def file
33520      Branch: perlio
33521            ! makedef.pl
33522 ____________________________________________________________________________
33523 [ 11295] By: nick                                  on 2001/07/12  11:11:44
33524         Log: Honour void-ness of my_exit()
33525      Branch: perlio
33526            ! win32/win32.c
33527 ____________________________________________________________________________
33528 [ 11294] By: nick                                  on 2001/07/12  07:51:04
33529         Log: Integrate mainline
33530      Branch: perlio
33531           +> uts/sprintf_wrap.c
33532           !> (integrate 35 files)
33533 ____________________________________________________________________________
33534 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
33535         Log: Retract #11289.
33536      Branch: perl
33537            ! embed.h embed.pl perl.c proto.h thread.h
33538 ____________________________________________________________________________
33539 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
33540         Log: Now the :locale pseudolayer *almost* works...
33541      Branch: perl
33542            ! lib/open.pm
33543 ____________________________________________________________________________
33544 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
33545         Log: Locale encoding tweaks.
33546      Branch: perl
33547            ! lib/open.pm
33548 ____________________________________________________________________________
33549 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
33550         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
33551              From: Mark-Jason Dominus <mjd@plover.com>
33552              Date: Thu, 12 Jul 2001 00:59:31 -0400
33553              Message-ID: <20010712045931.8543.qmail@plover.com>
33554              
33555              Remove the chmod/umask leading zero warning.
33556      Branch: perl
33557            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
33558            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33559 ____________________________________________________________________________
33560 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
33561         Log: (Retracted by #11289.)
33562      Branch: perl
33563            ! embed.h embed.pl perl.c proto.h thread.h
33564 ____________________________________________________________________________
33565 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
33566         Log: Needed by #11283.
33567      Branch: perl
33568            ! intrpvar.h
33569 ____________________________________________________________________________
33570 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
33571         Log: Metaconfig unit change for #11286.
33572      Branch: metaconfig/U/perl
33573            ! patchlevel.U
33574 ____________________________________________________________________________
33575 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
33576         Log: Subject: Re: [PATCH Configure] perl -V broken
33577              From: Andy Dougherty <doughera@lafayette.edu>
33578              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
33579              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
33580      Branch: perl
33581            ! Configure myconfig.SH
33582 ____________________________________________________________________________
33583 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
33584         Log: Retract #11166 (and #11237).
33585      Branch: perl
33586            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
33587            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
33588            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33589 ____________________________________________________________________________
33590 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
33591         Log: UTS tweaks for Hal Morris.
33592      Branch: perl
33593            + uts/sprintf_wrap.c
33594            ! MANIFEST hints/uts.sh perl.h
33595 ____________________________________________________________________________
33596 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
33597         Log: Subject: [PATCH] Use reentrant API glibc
33598              From: Artur Bergman <artur@contiller.se>
33599              Date: Thu, 12 Jul 2001 00:58:21 +0200
33600              Message-ID: <B772A6AD.2288%artur@contiller.se>
33601      Branch: perl
33602            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
33603            ! sv.c
33604 ____________________________________________________________________________
33605 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
33606         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
33607              From: barries <barries@slaysys.com>
33608              Date: Wed, 11 Jul 2001 15:11:46 -0400
33609              Message-ID: <20010711151146.G24560@jester.slaysys.com>
33610      Branch: perl
33611            ! pp_sys.c t/lib/warnings/doio win32/win32.c
33612 ____________________________________________________________________________
33613 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
33614         Log: Subject: [patch] pthread_atfork bandaid
33615              From: Doug MacEachern <dougm@covalent.net>
33616              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
33617              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
33618      Branch: perl
33619            ! miniperlmain.c perl.c
33620 ____________________________________________________________________________
33621 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
33622         Log: Subject: [patch] perl_clone leaks
33623              From: Doug MacEachern <dougm@covalent.net>
33624              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
33625              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
33626      Branch: perl
33627            ! sv.c
33628 ____________________________________________________________________________
33629 [ 11279] By: nick                                  on 2001/07/11  15:49:38
33630         Log: Integrate mainline
33631      Branch: perlio
33632           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
33633           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
33634           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
33635           +> lib/Term/ANSIColor/README
33636           !> (integrate 54 files)
33637 ____________________________________________________________________________
33638 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
33639         Log: Update Changes.
33640      Branch: perl
33641            ! Changes patchlevel.h
33642 ____________________________________________________________________________
33643 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
33644         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
33645              From: Peter Prymmer <pvhp@forte.com>
33646              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
33647              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
33648              
33649              Backport of embed.pl to 5.003.
33650      Branch: perl
33651            ! embed.pl
33652 ____________________________________________________________________________
33653 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
33654         Log: Subject: Re: POSIX test #14 on UTS 
33655              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33656              Date: Wed, 11 Jul 2001 03:02:14 +0100
33657              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
33658      Branch: perl
33659            ! ext/POSIX/POSIX.t
33660 ____________________________________________________________________________
33661 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
33662         Log: Make the I32 an IV to preserve structure alignment and size.
33663      Branch: perl
33664            ! op.h
33665 ____________________________________________________________________________
33666 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
33667         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
33668              From: "Artur Bergman" <artur@contiller.se>
33669              Date: Wed, 11 Jul 2001 14:23:37 +0200
33670              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
33671              
33672              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
33673      Branch: perl
33674            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
33675            ! pod/perlapi.pod sv.c
33676 ____________________________________________________________________________
33677 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
33678         Log: Tweak until Pod::Parser gets updated.
33679      Branch: perl
33680            ! t/pod/special_seqs.xr
33681 ____________________________________________________________________________
33682 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
33683         Log: File::Spec usage tweak.
33684      Branch: perl
33685            ! lib/ExtUtils.t
33686 ____________________________________________________________________________
33687 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
33688         Log: Integrate #11263 from macperl; macos and macosx updates.
33689      Branch: perl
33690           !> pod/perlport.pod
33691 ____________________________________________________________________________
33692 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
33693         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
33694              From: Peter Prymmer <pvhp@forte.com>
33695              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
33696              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
33697      Branch: perl
33698            + ext/Time/HiRes/hints/dynixptx.pl
33699            ! MANIFEST hints/dynixptx.sh
33700 ____________________________________________________________________________
33701 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
33702         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
33703              From: Nicholas Clark <nick@ccl4.org>
33704              Date: Tue, 10 Jul 2001 23:17:43 +0100
33705              Message-ID: <20010710231742.B59620@plum.flirble.org>
33706      Branch: perl
33707            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
33708 ____________________________________________________________________________
33709 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
33710         Log: Subject: [DOC PATCH] Pluggable runops
33711              From: Paul Johnson <paul@pjcj.net>
33712              Date: Tue, 10 Jul 2001 21:53:28 +0200
33713              Message-ID: <20010710215328.B26577@pjcj.net>
33714      Branch: perl
33715            ! pod/perlguts.pod
33716 ____________________________________________________________________________
33717 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
33718         Log: Subject: [PATCH] Authors
33719              From: Artur Bergman <artur@contiller.se>
33720              Date: Tue, 10 Jul 2001 20:39:12 +0200
33721              Message-ID: <B771186F.21CD%artur@contiller.se>
33722      Branch: perl
33723            ! AUTHORS
33724 ____________________________________________________________________________
33725 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
33726         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
33727              From: Doug MacEachern <dougm@covalent.net>
33728              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
33729              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
33730      Branch: perl
33731            ! pp_ctl.c
33732 ____________________________________________________________________________
33733 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
33734         Log: Subject: doc patch; times() in scalar context
33735              From: mjd@plover.com
33736              Date: 10 Jul 2001 18:01:17 -0000
33737              Message-ID: <20010710180117.12477.qmail@plover.com>
33738      Branch: perl
33739            ! pod/perlfunc.pod
33740 ____________________________________________________________________________
33741 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
33742         Log: Subject: [PATCH] Small fix to pp_gmtime
33743              From: Artur Bergman <artur@contiller.se>
33744              Date: Tue, 10 Jul 2001 19:54:52 +0200
33745              Message-ID: <B7710E0B.21C5%artur@contiller.se>
33746      Branch: perl
33747            ! pp_sys.c
33748 ____________________________________________________________________________
33749 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
33750         Log: Integrate changes from mainline perl, add notes about
33751              Mac OS X and Mac OS.
33752      Branch: maint-5.6/macperl
33753            ! pod/perlport.pod
33754 ____________________________________________________________________________
33755 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
33756         Log: A proof of the dangers of package; ?
33757      Branch: perl
33758            ! t/lib/warnings/op
33759 ____________________________________________________________________________
33760 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
33761         Log: Regen toc and modlib.
33762      Branch: perl
33763            ! pod/perlmodlib.pod pod/perltoc.pod
33764 ____________________________________________________________________________
33765 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
33766         Log: Add compexcl(), casefold(), and casespec() interfaces;
33767              and make all interfaces to return hash references instead
33768              of hashes. 
33769      Branch: perl
33770            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33771 ____________________________________________________________________________
33772 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
33773         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
33774              From: "Philip Newton" <Philip.Newton@gmx.net>
33775              Date: Tue, 10 Jul 2001 09:55:59 +0200
33776              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
33777              
33778              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
33779              From: "Philip Newton" <Philip.Newton@gmx.net>
33780              Date: Tue, 10 Jul 2001 09:56:37 +0200
33781              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
33782      Branch: perl
33783            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33784            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
33785 ____________________________________________________________________________
33786 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
33787         Log: Subject: [patch] undef &xsub for 1,2
33788              From: Doug MacEachern <dougm@covalent.net>
33789              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
33790              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
33791              
33792              (This version of the patch with a comment from Gisle.)
33793      Branch: perl
33794            ! op.c
33795 ____________________________________________________________________________
33796 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
33797         Log: Mention package; deprecation and the Win32 problems.
33798      Branch: perl
33799            ! pod/perl572delta.pod
33800 ____________________________________________________________________________
33801 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
33802         Log: Subject: [PATCH] deprecate package with no arguments
33803              From: Robin Houston <robin@kitsite.com>
33804              Date: Tue, 10 Jul 2001 13:33:40 +0100
33805              Message-ID: <20010710133340.A13452@robin.kitsite.com>
33806      Branch: perl
33807            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
33808 ____________________________________________________________________________
33809 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
33810         Log: Upgrade to podlators 1.10.
33811      Branch: perl
33812            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
33813            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
33814            ! pod/pod2man.PL pod/pod2text.PL
33815 ____________________________________________________________________________
33816 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
33817         Log: Upgrade to Term::ANSIColor 1.04.
33818      Branch: perl
33819            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
33820            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
33821 ____________________________________________________________________________
33822 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
33823         Log: Integrate perlio (the right fix for the ":layer(args)")
33824      Branch: perl
33825           !> perlio.c
33826 ____________________________________________________________________________
33827 [ 11252] By: nick                                  on 2001/07/10  06:58:14
33828         Log: Fix open(...,"...:layer(xxx)",...)
33829              - use memEQ not strEQ as there is '(' not '\0'
33830      Branch: perlio
33831            ! perlio.c
33832 ____________________________________________________________________________
33833 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
33834         Log: Telling the number of tests helps.
33835      Branch: perl
33836            ! ext/PerlIO/t/encoding.t
33837 ____________________________________________________________________________
33838 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
33839         Log: Require I18N::Langinfo, not use.
33840      Branch: perl
33841            ! lib/open.pm
33842 ____________________________________________________________________________
33843 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
33844         Log: Add a test for for PerlIO ":encoding(...)" layer.
33845      Branch: perl
33846            + ext/PerlIO/t/encoding.t
33847            ! MANIFEST ext/Encode/Encode.pm
33848 ____________________________________________________________________________
33849 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
33850         Log: PerlIO ":encoding(foobar)" temporary fix.
33851              Not really correct, I think, since the change means
33852              that prefixes match.
33853      Branch: perl
33854            ! perlio.c
33855 ____________________________________________________________________________
33856 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
33857         Log: Update to Math::BigInt 1.36.  The biggest news is
33858              the separation of the backend; now the pure Perl
33859              implementation is in Math::BigInt::Calc, but one
33860              can plugin, say, Math::BigInt::BitVect, and get
33861              considerable speedup.
33862      Branch: perl
33863            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
33864            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33865            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
33866            ! lib/Math/BigInt/t/mbimbf.t
33867 ____________________________________________________________________________
33868 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
33869         Log: Subject: Re: compatibility question
33870              From: Peter Prymmer <pvhp@forte.com>
33871              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
33872              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
33873      Branch: perl
33874            ! lib/ExtUtils/MM_VMS.pm
33875 ____________________________________________________________________________
33876 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
33877         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
33878              From: Norton Allen <allen@huarp.harvard.edu>
33879              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
33880              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
33881      Branch: perl
33882            ! ext/File/Glob/t/basic.t
33883 ____________________________________________________________________________
33884 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
33885         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
33886              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33887              Date: Tue, 10 Jul 2001 00:29:55 +0900
33888              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
33889      Branch: perl
33890            + ext/Encode/Encode/HZ.enc
33891            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
33892            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
33893            ! ext/Encode/Encode/iso2022-jp.enc
33894            ! ext/Encode/Encode/iso2022-kr.enc
33895 ____________________________________________________________________________
33896 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
33897         Log: Add in all them there macos/ files.
33898      Branch: maint-5.6/macperl
33899            + (add 577 files)
33900 ____________________________________________________________________________
33901 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
33902         Log: Add the new modules to the list of having those own tests.
33903      Branch: perl
33904            ! t/lib/1_compile.t
33905 ____________________________________________________________________________
33906 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
33907         Log: Add INOUT to control both ways at the same time.
33908      Branch: perl
33909            ! lib/open.pm
33910 ____________________________________________________________________________
33911 [ 11240] By: nick                                  on 2001/07/09  16:33:50
33912         Log: Integrate mainline
33913      Branch: perlio
33914           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
33915           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
33916           !> (integrate 41 files)
33917 ____________________________________________________________________________
33918 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
33919         Log: More encoding mapping magic.
33920      Branch: perl
33921            ! lib/open.pm
33922 ____________________________________________________________________________
33923 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
33924         Log: Update Changes.
33925      Branch: perl
33926            ! Changes patchlevel.h
33927 ____________________________________________________________________________
33928 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
33929         Log: (Retracted by #11285).
33930              
33931              Subject: [PATCH] OPpCONST_OCTAL fixes
33932              From: Abhijit Menon-Sen <ams@wiw.org>
33933              Date: Mon, 9 Jul 2001 07:38:45 +0530
33934              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
33935      Branch: perl
33936            ! op.c
33937 ____________________________________________________________________________
33938 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
33939         Log: Add a pseudolayer ":locale" to the open pragma which
33940              will get the encoding from the locale.  Yet undocumented
33941              because I can't get the PerlIO :encoding(foobar) to work.
33942      Branch: perl
33943            ! ext/Encode/Encode.pm lib/open.pm
33944 ____________________________________________________________________________
33945 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
33946         Log: Add more encoding mappings.
33947      Branch: perl
33948            ! ext/Encode/Encode.pm
33949 ____________________________________________________________________________
33950 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
33951         Log: Document that using :encoding layer requires using Encode.
33952      Branch: perl
33953            ! ext/Encode/Encode.pm lib/PerlIO.pm
33954 ____________________________________________________________________________
33955 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
33956         Log: Netware tweak from Ananth Kesari.
33957      Branch: perl
33958            ! NetWare/netware.h
33959 ____________________________________________________________________________
33960 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
33961         Log: t/harness doesn't know about run/*.t
33962      Branch: perl
33963            ! t/harness
33964 ____________________________________________________________________________
33965 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
33966         Log: run/exit.t busted on windows
33967      Branch: perl
33968            ! t/run/exit.t
33969 ____________________________________________________________________________
33970 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
33971         Log: fix a couple of UCD.t tests that fail due to bad case
33972      Branch: perl
33973            ! lib/Unicode/UCD.t
33974 ____________________________________________________________________________
33975 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
33976         Log: test skip logic was broken
33977      Branch: perl
33978            ! ext/I18N/Langinfo/Langinfo.t
33979 ____________________________________________________________________________
33980 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
33981         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
33982              failure of ExtUtils.t#27 when built in debug mode)
33983      Branch: perl
33984            ! lib/ExtUtils/MM_Win32.pm
33985 ____________________________________________________________________________
33986 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
33987         Log: I18N::Langinfo is not available on windows
33988      Branch: perl
33989            ! win32/FindExt.pm
33990 ____________________________________________________________________________
33991 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
33992         Log: save a dTHX
33993      Branch: perl
33994            ! ext/POSIX/POSIX.xs
33995 ____________________________________________________________________________
33996 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
33997         Log: Update Changes.
33998      Branch: perl
33999            ! Changes patchlevel.h
34000 ____________________________________________________________________________
34001 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
34002         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
34003              as pointed out by Sarathy.
34004      Branch: perl
34005            ! ext/I18N/Langinfo/Langinfo.xs
34006 ____________________________________________________________________________
34007 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
34008         Log: Retract #11212.
34009      Branch: perl
34010            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
34011 ____________________________________________________________________________
34012 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
34013         Log: Bump up the VERSION of Cwd.xs.
34014      Branch: perl
34015            ! ext/Cwd/Makefile.PL
34016 ____________________________________________________________________________
34017 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
34018         Log: Retract #11220, the problem wasn't the missing leading zero.
34019              Here's the problem:
34020              $ ./perl -we 'chmod(oct("755"), ".")'
34021              Non-octal literal mode (493) specified at -e line 1.
34022              (Did you mean 0493 instead?)
34023      Branch: perl
34024            ! lib/ExtUtils/MM_Unix.pm
34025 ____________________________________________________________________________
34026 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
34027         Log: (Retracted by #11221)
34028              Change the PERM_RW and PERM_RWX to 0644 and 0755
34029              (add the leading zero).
34030      Branch: perl
34031            ! lib/ExtUtils/MM_Unix.pm
34032 ____________________________________________________________________________
34033 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
34034         Log: Integrate changes #11193, 11205, 11209 from macperl.
34035              
34036              Fix up AutoLoader to fudge for Mac paths in import().
34037              
34038              Allow symbols in try_symbol() to begin with "_".
34039              
34040              Small portability fix for Mac OS.
34041      Branch: perl
34042           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
34043 ____________________________________________________________________________
34044 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
34045         Log: Metaconfig unit change for #11217.
34046      Branch: metaconfig/U/perl
34047            ! Extensions.U
34048 ____________________________________________________________________________
34049 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
34050         Log: Detypo, problem noticed by Gerrit P. Haase.
34051      Branch: perl
34052            ! Configure config_h.SH
34053 ____________________________________________________________________________
34054 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
34055         Log: Cwd cleanups.
34056      Branch: perl
34057            ! ext/Cwd/Cwd.xs
34058 ____________________________________________________________________________
34059 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
34060         Log: Slight tweaks on #11213.
34061      Branch: perl
34062            ! toke.c
34063 ____________________________________________________________________________
34064 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
34065         Log: A missing dTHX noticed by Gerrit P. Haase.
34066      Branch: perl
34067            ! ext/POSIX/POSIX.xs
34068 ____________________________________________________________________________
34069 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
34070         Log: Subject: [PATCH toke.c] Simplify yytoke()
34071              From: Simon Cozens <simon@netthink.co.uk>
34072              Date: Sun, 8 Jul 2001 13:24:34 +0100
34073              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
34074              
34075              Split out pending_ident().
34076      Branch: perl
34077            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
34078 ____________________________________________________________________________
34079 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
34080         Log: (Retracted by #11223.)
34081              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
34082              Date: Wed, 05 Nov 1997 17:22:34 -0600
34083              From: Graham Barr <gbarr@ti.com>
34084              Message-Id: <3460FFBA.6DA51F46@ti.com>
34085      Branch: perl
34086            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
34087 ____________________________________________________________________________
34088 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
34089         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
34090      Branch: perl
34091            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
34092            ! pod/perllocale.pod
34093 ____________________________________________________________________________
34094 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
34095         Log: Really do the test under the C locale.
34096      Branch: perl
34097            ! ext/I18N/Langinfo/Langinfo.t
34098 ____________________________________________________________________________
34099 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
34100         Log: Small portability fix for Mac OS.
34101      Branch: maint-5.6/macperl
34102            ! lib/Cwd.pm
34103 ____________________________________________________________________________
34104 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
34105         Log: Metaconfig unit change for #11207.
34106      Branch: metaconfig/U/perl
34107            ! Extensions.U
34108 ____________________________________________________________________________
34109 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
34110         Log: Add I18N::Langinfo, which is basically a wrapper around
34111              nl_langinfo(), which is an additional way to query locale
34112              specific information.
34113      Branch: perl
34114            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
34115            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
34116            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
34117 ____________________________________________________________________________
34118 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
34119         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
34120              used in File::Find tests; replace with if.t.
34121      Branch: maint-5.6/macperl
34122            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
34123            ! t/pragma/warn/op
34124 ____________________________________________________________________________
34125 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
34126         Log: Allow symbols in try_symbol() to begin with "_".
34127      Branch: maint-5.6/macperl
34128            ! makedef.pl
34129 ____________________________________________________________________________
34130 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
34131         Log: Sync up the File::Find changes from the rewrite by
34132              Thomas Wegner, et al.
34133      Branch: maint-5.6/macperl
34134            + t/lib/filefind-taint.t
34135            ! lib/File/Find.pm t/lib/filefind.t
34136 ____________________________________________________________________________
34137 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
34138         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
34139              From: Thomas Wegner <wegner_thomas@yahoo.com>
34140              Date: Thu, 5 Jul 2001 20:31:25 +0200
34141              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
34142      Branch: maint-5.6/macperl
34143            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
34144 ____________________________________________________________________________
34145 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
34146         Log: Some more test portability fixes.
34147      Branch: maint-5.6/macperl
34148            ! t/lib/filecopy.t t/pragma/warn/pp_sys
34149 ____________________________________________________________________________
34150 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
34151         Log: The #11200 removed wrong (non-existent) target.  Duh.
34152      Branch: perl
34153            ! Makefile.SH
34154 ____________________________________________________________________________
34155 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
34156         Log: Zap the lib/re.pm before creating it.
34157      Branch: perl
34158            ! Makefile.SH
34159 ____________________________________________________________________________
34160 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
34161         Log: Another test.  Please ignore.
34162      Branch: maint-5.6/macperl
34163            ! README.macos
34164 ____________________________________________________________________________
34165 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
34166         Log: Portability fixes for a lot of tests, especially IO-related
34167              tests, and warnings, and the harness script.
34168      Branch: maint-5.6/macperl
34169            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
34170            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
34171            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
34172            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
34173            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
34174            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
34175            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
34176            ! t/pragma/warnings.t
34177 ____________________________________________________________________________
34178 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
34179         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
34180              From: Nicholas Clark <nick@ccl4.org>
34181              Date: Sat, 7 Jul 2001 21:00:17 +0100
34182              Message-ID: <20010707210017.H59620@plum.flirble.org>
34183      Branch: perl
34184            ! lib/h2xs.t
34185 ____________________________________________________________________________
34186 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
34187         Log: The UNICOS/mk SysV IPC problem has been fixed.
34188      Branch: perl
34189            ! pod/perl572delta.pod
34190 ____________________________________________________________________________
34191 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
34192         Log: Slight update tweaks on perlunicode.pod.
34193      Branch: perl
34194            ! pod/perlunicode.pod
34195 ____________________________________________________________________________
34196 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
34197         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
34198              From: Mark-Jason Dominus <mjd@plover.com>
34199              Date: Sat, 07 Jul 2001 13:04:04 -0400
34200              Message-ID: <20010707170404.32694.qmail@plover.com>
34201      Branch: perl
34202            ! ext/DB_File/DB_File.pm
34203 ____________________________________________________________________________
34204 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
34205         Log: Fix up AutoLoader to fudge for Mac paths in import().
34206      Branch: maint-5.6/macperl
34207            ! lib/AutoLoader.pm
34208 ____________________________________________________________________________
34209 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
34210         Log: Try to force the lib/re.pm to be there before entering
34211              the extensions builds, should help for parallel makes.
34212      Branch: perl
34213            ! Makefile.SH
34214 ____________________________________________________________________________
34215 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
34216         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
34217              From: Norton Allen <allen@huarp.harvard.edu>
34218              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
34219              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
34220      Branch: perl
34221            ! ext/POSIX/POSIX.xs
34222 ____________________________________________________________________________
34223 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
34224         Log: Subject: [PATCH] Re: op/arith.t
34225              From: Nicholas Clark <nick@ccl4.org>
34226              Date: Sat, 7 Jul 2001 13:04:54 +0100
34227              Message-ID: <20010707130454.D59620@plum.flirble.org>
34228      Branch: perl
34229            ! numeric.c toke.c
34230 ____________________________________________________________________________
34231 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
34232         Log: Subject: [PATCH] h2xs
34233              From: Nicholas Clark <nick@ccl4.org>
34234              Date: Fri, 6 Jul 2001 23:25:14 +0100
34235              Message-ID: <20010706232514.X59620@plum.flirble.org>
34236      Branch: perl
34237            ! utils/h2xs.PL
34238 ____________________________________________________________________________
34239 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
34240         Log: Subject: Re: bleedperl perl_alloc..free leakage
34241              From: Radu Greab <radu@netsoft.ro>
34242              Date: Fri, 6 Jul 2001 19:48:54 +0300
34243              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
34244              
34245              Leak-be-gone.
34246      Branch: perl
34247            ! op.c
34248 ____________________________________________________________________________
34249 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
34250         Log: Test again.  Please ignore.
34251      Branch: maint-5.6/macperl
34252            ! README.macos
34253 ____________________________________________________________________________
34254 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
34255         Log: Test.  Please ignore.
34256      Branch: maint-5.6/macperl
34257            ! README.macos
34258 ____________________________________________________________________________
34259 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
34260         Log: Include changes already sent in separately as patches,
34261              before branch was created.
34262      Branch: maint-5.6/macperl
34263            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
34264            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
34265            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
34266            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
34267            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
34268            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
34269            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
34270            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
34271            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
34272            ! t/pragma/strict.t
34273 ____________________________________________________________________________
34274 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
34275         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
34276              From: Norton Allen <allen@huarp.harvard.edu>
34277              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
34278              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
34279      Branch: perl
34280            ! utf8.h
34281 ____________________________________________________________________________
34282 [ 11183] By: nick                                  on 2001/07/06  16:27:40
34283         Log: Integrate mainline
34284      Branch: perlio
34285           +> (branch 42 files)
34286            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
34287            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
34288            - win32/bin/mdelete.bat
34289           !> (integrate 215 files)
34290 ____________________________________________________________________________
34291 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
34292         Log: The #11166 needed also these updated.
34293      Branch: perl
34294            ! lib/warnings.pm warnings.h
34295 ____________________________________________________________________________
34296 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
34297         Log: Update Changes.
34298      Branch: perl
34299            ! Changes patchlevel.h
34300 ____________________________________________________________________________
34301 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
34302         Log: Regen toc.
34303      Branch: perl
34304            ! pod/perltoc.pod
34305 ____________________________________________________________________________
34306 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
34307         Log: Nit from Abhijit.
34308      Branch: perl
34309            ! lib/CPAN.pm
34310 ____________________________________________________________________________
34311 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
34312         Log: Retract #11172.
34313      Branch: perl
34314            ! t/op/method.t
34315 ____________________________________________________________________________
34316 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
34317         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
34318              From: Norton Allen <allen@huarp.harvard.edu>
34319              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
34320              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
34321      Branch: perl
34322            ! lib/Cwd.pm
34323 ____________________________________________________________________________
34324 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
34325         Log: (Accidentally empty check-in.)
34326      Branch: perl
34327            ! utf8.h
34328 ____________________________________________________________________________
34329 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
34330         Log: Retract #11165 since Sarathy pointed out it'll not
34331              work properly under threads, the problem should be
34332              solved using "the savestack, either via SSNEW() or
34333              using a newSVpv()+SAVEFREESV() combo."
34334      Branch: perl
34335            ! ext/POSIX/POSIX.xs
34336 ____________________________________________________________________________
34337 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
34338         Log: Retract #11125 since NI-S pointed out it'll not work in
34339              cases where the extension has their own handcrafted INC
34340              et alia.
34341      Branch: perl
34342            ! lib/ExtUtils/MM_Unix.pm
34343 ____________________________________________________________________________
34344 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
34345         Log: Subject: RE: [PATCH] -I and MakeMaker again
34346              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
34347              Date: Fri, 6 Jul 2001 09:18:29 +0200
34348              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
34349      Branch: perl
34350            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
34351            ! lib/ExtUtils/MM_Win32.pm
34352 ____________________________________________________________________________
34353 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
34354         Log: (Retracted by #11178)
34355              Subject: [PATCH t/op/method.t] SUPER:: strangeness
34356              From: Piers Cawley <pdcawley@iterative-software.com>
34357              Date: 06 Jul 2001 10:49:01 +0100
34358              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
34359      Branch: perl
34360            ! t/op/method.t
34361 ____________________________________________________________________________
34362 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
34363         Log: VOS README update from Paul Green.
34364      Branch: perl
34365            ! README.vos
34366 ____________________________________________________________________________
34367 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
34368         Log: Subject: [PATCH README.qnx hints/qnx.sh]
34369              From: Norton Allen <allen@huarp.harvard.edu>
34370              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
34371              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
34372      Branch: perl
34373            ! README.qnx hints/qnx.sh
34374 ____________________________________________________________________________
34375 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
34376         Log: Subject: [PATCH] Doc patch for Tie::Hash
34377              From: Artur Bergman <artur@contiller.se>
34378              Date: Thu, 05 Jul 2001 22:51:18 +0200
34379              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
34380      Branch: perl
34381            ! lib/Tie/Hash.pm
34382 ____________________________________________________________________________
34383 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
34384         Log: Subject: [PATCH] perlfaq4.pod
34385              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
34386              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
34387              Date: Thu, 5 Jul 2001 18:44:10 +0100 
34388      Branch: perl
34389            ! pod/perlfaq4.pod
34390 ____________________________________________________________________________
34391 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
34392         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
34393              From: Robin Houston <robin@kitsite.com>
34394              Date: Thu, 5 Jul 2001 18:33:21 +0100
34395              Message-ID: <20010705183321.A27345@robin.kitsite.com>
34396      Branch: perl
34397            ! ext/B/B/Deparse.pm
34398 ____________________________________________________________________________
34399 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
34400         Log: (Retracted by #11285.)
34401              
34402              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
34403              From: Abhijit Menon-Sen <ams@wiw.org>
34404              Date: Fri, 6 Jul 2001 01:26:32 +0530
34405              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
34406      Branch: perl
34407            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
34408            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
34409            ! warnings.pl
34410 ____________________________________________________________________________
34411 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
34412         Log: (Retracted by #11175)
34413              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
34414              From: Norton Allen <allen@huarp.harvard.edu>
34415              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
34416              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
34417      Branch: perl
34418            ! ext/POSIX/POSIX.xs
34419 ____________________________________________________________________________
34420 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
34421         Log: Unterminated C< (noticed by Richard Hatch), and few other
34422              small Unicode doc tweaks.
34423      Branch: perl
34424            ! pod/perlretut.pod
34425 ____________________________________________________________________________
34426 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
34427         Log: More flexible argument understanding; add charblocks() and
34428              charscripts(); make charblock() and charscript() two-way;
34429              add charinrange(); separate the $Unicode::UCD::VERSION and
34430              the version of the Unicode by adding UnicodeVersion().
34431      Branch: perl
34432            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34433 ____________________________________________________________________________
34434 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
34435         Log: Update Unicode::UCD on \p{In...}.
34436      Branch: perl
34437            ! lib/Unicode/UCD.pm
34438 ____________________________________________________________________________
34439 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
34440         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
34441              From: Norton Allen <allen@huarp.harvard.edu>
34442              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
34443              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
34444      Branch: perl
34445            ! lib/ExtUtils/MM_Unix.pm
34446 ____________________________________________________________________________
34447 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
34448         Log: POSIX-BC tweaks from Thomas Dorner.
34449      Branch: perl
34450            ! hints/posix-bc.sh perlio.h
34451 ____________________________________________________________________________
34452 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
34453         Log: Module updates for the delta.
34454      Branch: perl
34455            ! pod/perl572delta.pod
34456 ____________________________________________________________________________
34457 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
34458         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
34459              From: Norton Allen <allen@huarp.harvard.edu>
34460              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
34461              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
34462      Branch: perl
34463            ! ext/IO/lib/IO/t/io_sock.t
34464 ____________________________________________________________________________
34465 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
34466         Log: Subject: [PATCH perldiag.pod] Quick fixes
34467              From: Simon Cozens <simon@netthink.co.uk>
34468              Date: Wed, 4 Jul 2001 20:22:12 +0100
34469              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
34470      Branch: perl
34471            ! pod/perldiag.pod
34472 ____________________________________________________________________________
34473 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
34474         Log: (retracted by #13533)
34475              
34476              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
34477              From: Radu Greab <radu@netsoft.ro>
34478              Date: Wed, 4 Jul 2001 22:13:31 +0300
34479              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
34480      Branch: perl
34481            ! op.c sv.c t/op/pos.t
34482 ____________________________________________________________________________
34483 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
34484         Log: Subject: [PATCH] -I and MakeMaker again
34485              From: Michael G Schwern <schwern@pobox.com>
34486              Date: Wed, 4 Jul 2001 15:03:07 -0400
34487              Message-ID: <20010704150307.I20340@blackrider>
34488              
34489              (and retract #11145)
34490      Branch: perl
34491            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
34492            ! lib/ExtUtils/MakeMaker.pm
34493 ____________________________________________________________________________
34494 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
34495         Log: Subject: Re: PERFORCE change 11142 for review
34496              From: "Philip Newton" <Philip.Newton@gmx.net>
34497              Date: Wed, 4 Jul 2001 20:46:26 +0200
34498              Message-Id: <200107041841.VAA25380@taas.iki.fi>
34499      Branch: perl
34500            ! lib/ExtUtils/MakeMaker.pm
34501 ____________________________________________________________________________
34502 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
34503         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
34504              From: Jonathan Stowe <gellyfish@gellyfish.com>
34505              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
34506              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
34507      Branch: perl
34508            ! utils/pl2pm.PL
34509 ____________________________________________________________________________
34510 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
34511         Log: fix the binary compatibility issue when building with/without
34512              usemymalloc by exporting Perl_malloc() et al as simple wrappers
34513              around the system functions (this allows most extensions built
34514              using one mode to coexist with perls built in the other mode)
34515              
34516              XXX the Perl_mfree() wrapper might need to do return(free()) on
34517              platforms where Free_t isn't "void"
34518      Branch: perl
34519            ! embed.h embed.pl makedef.pl proto.h util.c
34520 ____________________________________________________________________________
34521 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
34522         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
34523              since it doesn't ensure threads other than the one calling fork()
34524              aren't holding any locks; the fix is to use pthread_atfork() to
34525              hold global locks
34526              
34527              building perl with -Dusemymalloc exacerbates the problem since
34528              Perl_malloc() holds a mutex, and perl's exec() calls New()
34529              
34530              XXX the code in win32thread.h may be needed on platforms that have
34531              no pthread_atfork()
34532      Branch: perl
34533            ! perl.c thread.h win32/win32thread.h
34534 ____________________________________________________________________________
34535 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
34536         Log: Integrate #11009 from maintperl.
34537      Branch: maint-5.6/macperl
34538           !> lib/ExtUtils/Manifest.pm
34539 ____________________________________________________________________________
34540 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
34541         Log: Flexing my Perforce muscles.
34542      Branch: maint-5.6/macperl
34543            ! README.macos
34544 ____________________________________________________________________________
34545 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
34546         Log: Update Changes.
34547      Branch: perl
34548            ! Changes patchlevel.h
34549 ____________________________________________________________________________
34550 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
34551         Log: Metaconfig unit change for #11146.
34552      Branch: metaconfig/U/perl
34553            ! d_fcntl_can_lock.U
34554 ____________________________________________________________________________
34555 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
34556         Log: Somehow the #ifdefs of the added code (in #11093) made
34557              HP-UX to fail the fcntl locking test, without the ifdefs
34558              the test seems to be working again.  Reason unknown:
34559              HP-UX cc doesn't complain either way.
34560      Branch: perl
34561            ! Configure
34562 ____________________________________________________________________________
34563 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
34564         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
34565      Branch: perl
34566            ! lib/ExtUtils/MM_Unix.pm
34567 ____________________________________________________________________________
34568 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
34569         Log: gcc -Wall nit.
34570      Branch: perl
34571            ! pp_hot.c
34572 ____________________________________________________________________________
34573 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
34574         Log: When removing tests updating the test count is a good idea, too.
34575      Branch: perl
34576            ! lib/Net/t/require.t
34577 ____________________________________________________________________________
34578 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
34579         Log: Document #11134 and add the new symbols to the list of
34580              of MakeMaker known ones.
34581      Branch: perl
34582            ! lib/ExtUtils/MakeMaker.pm
34583 ____________________________________________________________________________
34584 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
34585         Log: Microperl update.
34586      Branch: perl
34587            ! uconfig.h
34588 ____________________________________________________________________________
34589 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
34590         Log: Update the libnet tests as per #11138.
34591      Branch: perl
34592            - lib/Net/t/ph.t
34593            ! MANIFEST lib/Net/t/require.t
34594 ____________________________________________________________________________
34595 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
34596         Log: Regen toc and modlib.
34597      Branch: perl
34598            ! pod/perlmodlib.pod pod/perltoc.pod
34599 ____________________________________________________________________________
34600 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
34601         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
34602              Graham's request.
34603      Branch: perl
34604            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
34605            ! MANIFEST
34606 ____________________________________________________________________________
34607 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
34608         Log: Add the OS/390 harness results to the delta.
34609      Branch: perl
34610            ! pod/perl572delta.pod
34611 ____________________________________________________________________________
34612 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
34613         Log: Avoid the two study tests in OS/390 until the bug has been solved.
34614      Branch: perl
34615            ! t/op/study.t
34616 ____________________________________________________________________________
34617 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
34618         Log: DOS/DJGPP tweaks from Laszlo Molnar.
34619      Branch: perl
34620            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
34621 ____________________________________________________________________________
34622 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
34623         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
34624              From: Michael G Schwern <schwern@pobox.com>
34625              Date: Wed, 4 Jul 2001 00:01:16 -0400
34626              Message-ID: <20010704000116.C591@blackrider>
34627      Branch: perl
34628            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
34629 ____________________________________________________________________________
34630 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
34631         Log: The #11132 missed singleton characters (not part
34632              of a unilo..unihi range) in Unicode scripts.
34633      Branch: perl
34634            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
34635            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
34636            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
34637            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
34638            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
34639            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
34640            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
34641            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
34642            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
34643            ! lib/unicode/mktables.PL t/op/pat.t
34644 ____________________________________________________________________________
34645 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
34646         Log: Support preferentially the Unicode 'scripts' definition
34647              in the \p{In...} notation since according to Unicode the
34648              scripts concept is more natural for matching than using
34649              the somewhat artificial block names.  The block names are
34650              still available, though, and if there's a name conflict,
34651              the scripts one wins and the blocks one has to do with
34652              'Block' appended to its name.  For more information see
34653              
34654              http://www.unicode.org/unicode/reports/tr24/
34655      Branch: perl
34656            + lib/unicode/In/100.pl lib/unicode/In/101.pl
34657            + lib/unicode/In/102.pl lib/unicode/In/103.pl
34658            + lib/unicode/In/104.pl lib/unicode/In/105.pl
34659            + lib/unicode/In/106.pl lib/unicode/In/107.pl
34660            + lib/unicode/In/108.pl lib/unicode/In/109.pl
34661            + lib/unicode/In/110.pl lib/unicode/In/111.pl
34662            + lib/unicode/In/112.pl lib/unicode/In/113.pl
34663            + lib/unicode/In/114.pl lib/unicode/In/115.pl
34664            + lib/unicode/In/116.pl lib/unicode/In/117.pl
34665            + lib/unicode/In/118.pl lib/unicode/In/119.pl
34666            + lib/unicode/In/120.pl lib/unicode/In/121.pl
34667            + lib/unicode/In/122.pl lib/unicode/In/123.pl
34668            + lib/unicode/In/124.pl lib/unicode/In/125.pl
34669            + lib/unicode/In/126.pl lib/unicode/In/127.pl
34670            + lib/unicode/In/128.pl lib/unicode/In/129.pl
34671            + lib/unicode/In/130.pl lib/unicode/In/131.pl
34672            + lib/unicode/In/132.pl lib/unicode/In/133.pl
34673            + lib/unicode/In/134.pl lib/unicode/In/135.pl
34674            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
34675            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
34676            ! (edit 106 files)
34677 ____________________________________________________________________________
34678 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
34679         Log: Better document the difference between a block and a script.
34680      Branch: perl
34681            ! lib/Unicode/UCD.pm
34682 ____________________________________________________________________________
34683 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
34684         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
34685              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34686              Date: Tue, 3 Jul 2001 15:04:23 -0500
34687              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
34688      Branch: perl
34689            ! lib/CPAN.pm
34690 ____________________________________________________________________________
34691 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
34692         Log: Add tests for charscript().
34693      Branch: perl
34694            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34695 ____________________________________________________________________________
34696 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
34697         Log: Add charscript() to get the UTR#24 script names of characters.
34698      Branch: perl
34699            ! lib/Unicode/UCD.pm
34700 ____________________________________________________________________________
34701 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
34702         Log: Todo updates.
34703      Branch: perl
34704            ! pod/perltodo.pod
34705 ____________________________________________________________________________
34706 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
34707         Log: Unicode::UCD updates.
34708      Branch: perl
34709            ! lib/Unicode/UCD.pm
34710 ____________________________________________________________________________
34711 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
34712         Log: (Retracted by #11174)
34713              Subject: MakeMaker should pass through DEFINE and INC to subdirs
34714              From: Alan Burlison <Alan.Burlison@sun.com>
34715              Date: Tue, 03 Jul 2001 15:20:13 +0100
34716              Message-ID: <3B41D49D.A923D4F9@sun.com>
34717      Branch: perl
34718            ! lib/ExtUtils/MM_Unix.pm
34719 ____________________________________________________________________________
34720 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
34721         Log: Subject: Patch needed for UTS
34722              From: hom00@utsglobal.com (Hal Morris)
34723              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
34724              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
34725              
34726              Replace #11113 with a better version.
34727      Branch: perl
34728            ! perl.h
34729 ____________________________________________________________________________
34730 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
34731         Log: Subject: Re: POINTERRIGOR
34732              From: Andy Dougherty <doughera@lafayette.edu>
34733              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
34734              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
34735      Branch: perl
34736            ! util.c
34737 ____________________________________________________________________________
34738 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
34739         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
34740              From: "Philip Newton" <pnewton@gmx.de>
34741              Date: Tue, 3 Jul 2001 17:03:34 +0200
34742              Message-ID: <3B41FAE6.29564.660E117@localhost>
34743      Branch: perl
34744            ! pp_hot.c
34745 ____________________________________________________________________________
34746 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
34747         Log: Typos.
34748      Branch: perl
34749            ! INSTALL
34750 ____________________________________________________________________________
34751 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
34752         Log: Subject: [PATCH 5.6.1] debugger fixes
34753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34754              Date: Tue, 3 Jul 2001 03:38:18 -0400
34755              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
34756              
34757              The $^S is working again.
34758      Branch: perl
34759            ! lib/perl5db.pl
34760 ____________________________________________________________________________
34761 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
34762         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
34763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34764              Date: Tue, 3 Jul 2001 03:34:06 -0400
34765              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
34766      Branch: perl
34767            ! os2/OS2/Process/Process.pm
34768 ____________________________________________________________________________
34769 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
34770         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
34771              From: "Philip Newton" <Philip.Newton@gmx.net>
34772              Date: Tue, 3 Jul 2001 09:11:27 +0200
34773              Message-Id: <200107030706.KAA04596@taas.iki.fi>
34774      Branch: perl
34775            ! lib/FindBin.pm
34776 ____________________________________________________________________________
34777 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
34778         Log: Delta delta.
34779      Branch: perl
34780            ! pod/perl572delta.pod
34781 ____________________________________________________________________________
34782 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
34783         Log: Metaconfig unit change for 11115.
34784      Branch: metaconfig
34785            ! U/modified/libc.U
34786 ____________________________________________________________________________
34787 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
34788         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
34789              (from Richard Hatch) (this was the cause of pipes() and
34790              times() mysteriously not being found)
34791      Branch: perl
34792            ! Configure
34793 ____________________________________________________________________________
34794 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
34795         Log: Retract #10142, the real culprit found by Richard Hatch,
34796              coming soon to Configure near you.
34797      Branch: perl
34798            ! hints/aix.sh
34799 ____________________________________________________________________________
34800 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
34801         Log: (Replaced by #11124) UTS workaround from Hal Morris.
34802      Branch: perl
34803            ! perl.h
34804 ____________________________________________________________________________
34805 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
34806         Log: Subject: [PATCH] grok not grocking correctly
34807              From: Nicholas Clark <nick@ccl4.org>
34808              Date: Tue, 3 Jul 2001 00:19:08 +0100
34809              Message-ID: <20010703001908.H59620@plum.flirble.org>
34810      Branch: perl
34811            ! numeric.c
34812 ____________________________________________________________________________
34813 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
34814         Log: Subject: [PATCH Deparse.t] test just-posted patches
34815              From: Robin Houston <robin@kitsite.com>
34816              Date: Mon, 2 Jul 2001 23:46:15 +0100
34817              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
34818      Branch: perl
34819            ! ext/B/Deparse.t
34820 ____________________________________________________________________________
34821 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
34822         Log: Subject: [PATCH toke.c] autosplit into @F
34823              From: Robin Houston <robin@kitsite.com>
34824              Date: Mon, 2 Jul 2001 23:18:20 +0100
34825              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
34826      Branch: perl
34827            ! perl.c toke.c
34828 ____________________________________________________________________________
34829 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
34830         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
34831              From: Robin Houston <robin@kitsite.com>
34832              Date: Mon, 2 Jul 2001 23:00:48 +0100
34833              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
34834      Branch: perl
34835            ! ext/B/B/Deparse.pm
34836 ____________________________________________________________________________
34837 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
34838         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
34839              From: "Philip Newton" <Philip.Newton@gmx.net>
34840              Date: Mon, 2 Jul 2001 22:06:22 +0200
34841              (no Message-Id)
34842      Branch: perl
34843            ! ext/NDBM_File/hints/linux.pl
34844 ____________________________________________________________________________
34845 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
34846         Log: Subject: Re: Fixed pack problem - sort of
34847              From: Nicholas Clark <nick@ccl4.org>
34848              Date: Mon, 2 Jul 2001 20:59:20 +0100
34849              Message-ID: <20010702205919.F59620@plum.flirble.org>
34850      Branch: perl
34851            ! pp_pack.c t/op/pack.t
34852 ____________________________________________________________________________
34853 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
34854         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
34855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34856              Date: Mon, 2 Jul 2001 15:45:41 -0400
34857              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
34858      Branch: perl
34859            ! os2/os2.c
34860 ____________________________________________________________________________
34861 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
34862         Log: (Mistaken retraction)
34863      Branch: perl
34864            ! utils/pl2pm.PL
34865 ____________________________________________________________________________
34866 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
34867         Log: Detypo in #11103.
34868      Branch: perl
34869            ! utils/pl2pm.PL
34870 ____________________________________________________________________________
34871 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
34872         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
34873              From: Jonathan Stowe <gellyfish@gellyfish.com>
34874              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
34875              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
34876      Branch: perl
34877            ! utils/pl2pm.PL
34878 ____________________________________________________________________________
34879 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
34880         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
34881              From: "Craig A. Berry" <craigberry@mac.com>
34882              Date: Mon, 02 Jul 2001 14:11:23 -0500
34883              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
34884      Branch: perl
34885            ! lib/Unicode/UCD.pm
34886 ____________________________________________________________________________
34887 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
34888         Log: Subject: [PATCH] Re: op/numconvert.t failures
34889              From: Nicholas Clark <nick@ccl4.org>
34890              Date: Mon, 2 Jul 2001 20:10:48 +0100
34891              Message-ID: <20010702201048.E59620@plum.flirble.org>
34892      Branch: perl
34893            ! t/op/numconvert.t
34894 ____________________________________________________________________________
34895 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
34896         Log: Update Changes.
34897      Branch: perl
34898            ! Changes patchlevel.h
34899 ____________________________________________________________________________
34900 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
34901         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
34902              The real fix must be more involved.  The line of code all the leaky
34903              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
34904              line of Perl_newPMOP().
34905      Branch: perl
34906            ! op.h
34907 ____________________________________________________________________________
34908 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
34909         Log: Based on
34910              
34911              Subject: Re: sizeof(struct sembuf)
34912              From: Nicholas Clark <nick@ccl4.org>
34913              Date: Sun, 1 Jul 2001 22:26:48 +0100
34914              Message-ID: <20010701222648.W59620@plum.flirble.org>
34915              
34916              but do semop() always the slow way.
34917      Branch: perl
34918            ! doio.c
34919 ____________________________________________________________________________
34920 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
34921         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
34922              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34923              Date: Tue, 03 Jul 2001 00:56:30 +0900
34924              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
34925      Branch: perl
34926            ! ext/Encode/Encode/Tcl.t
34927 ____________________________________________________________________________
34928 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
34929         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
34930              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34931              Date: Tue, 03 Jul 2001 00:55:46 +0900
34932              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
34933      Branch: perl
34934            ! ext/Encode/Encode/Tcl.pm
34935 ____________________________________________________________________________
34936 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
34937         Log: Regen api and toc.
34938      Branch: perl
34939            ! pod/perlapi.pod pod/perltoc.pod
34940 ____________________________________________________________________________
34941 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
34942         Log: Metaconfig unit change for #11093.
34943      Branch: metaconfig/U/perl
34944            ! d_fcntl_can_lock.U
34945 ____________________________________________________________________________
34946 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
34947         Log: The fcntl locking test may hang if NFS locking messed up;
34948              break out with alarm(10).
34949      Branch: perl
34950            ! Configure
34951 ____________________________________________________________________________
34952 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
34953         Log: Move the mdelete.bat from win32/bin to win32.
34954      Branch: perl
34955            ! MANIFEST
34956 ____________________________________________________________________________
34957 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
34958         Log: Typo in #11083.
34959      Branch: perl
34960            ! ext/Time/Piece/Piece.t
34961 ____________________________________________________________________________
34962 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
34963         Log: Netware tweaks from Guruprasad.
34964      Branch: perl
34965            - NetWare/perlsdio.h
34966            ! MANIFEST NetWare/Makefile NetWare/interface.c
34967            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
34968            ! perlsdio.h
34969 ____________________________________________________________________________
34970 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
34971         Log: Subject: Re: [PATH] shared -> unique;
34972              From: Abhijit Menon-Sen <ams@wiw.org>
34973              Date: Wed, 27 Jun 2001 03:51:27 +0530
34974              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
34975      Branch: perl
34976            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
34977 ____________________________________________________________________________
34978 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
34979         Log: Subject: Re: AIX / gcc-3.0
34980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34981              Date: Mon, 02 Jul 2001 15:20:21 +0200
34982              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
34983      Branch: perl
34984            ! hints/aix.sh
34985 ____________________________________________________________________________
34986 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
34987         Log: Subject: Re: Bug report: split splits on wrong pattern
34988              From: Abhijit Menon-Sen <ams@wiw.org>
34989              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
34990              Date: Mon, 2 Jul 2001 16:31:33 +0530
34991      Branch: perl
34992            ! pp_ctl.c
34993 ____________________________________________________________________________
34994 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
34995         Log: Subject: [PATCH 5.6.1] test harness
34996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34997              Date: Mon, 2 Jul 2001 06:29:21 -0400
34998              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
34999      Branch: perl
35000            ! lib/Test/Harness.pm
35001 ____________________________________________________________________________
35002 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
35003         Log: Subject: [PATCH 5.6.1] debugger goof
35004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35005              Date: Mon, 2 Jul 2001 06:27:22 -0400
35006              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
35007      Branch: perl
35008            ! lib/perl5db.pl
35009 ____________________________________________________________________________
35010 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
35011         Log: Subject: [PATCH 5.6.1] OS/2 cwd
35012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35013              Date: Mon, 2 Jul 2001 06:21:17 -0400
35014              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
35015      Branch: perl
35016            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
35017 ____________________________________________________________________________
35018 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
35019         Log: Make #11082 more OS/2-specific.
35020      Branch: perl
35021            ! ext/Time/Piece/Piece.t
35022 ____________________________________________________________________________
35023 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
35024         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
35025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35026              Date: Mon, 2 Jul 2001 06:06:34 -0400
35027              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
35028      Branch: perl
35029            ! ext/Time/Piece/Piece.t
35030 ____________________________________________________________________________
35031 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
35032         Log: Subject: [PATCH B::Deparse] version number & changes
35033              From: Robin Houston <robin@kitsite.com>  
35034              Date: Sun, 1 Jul 2001 17:17:29 +0100
35035              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
35036      Branch: perl
35037            ! ext/B/B/Deparse.pm
35038 ____________________________________________________________________________
35039 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
35040         Log: Subject: a small fix.
35041              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35042              Date: Mon, 2 Jul 2001 12:17:53 +0200
35043              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
35044      Branch: perl
35045            ! ext/Thread/Thread.xs
35046 ____________________________________________________________________________
35047 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
35048         Log: Subject: RE: perl@10907
35049              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35050              Date: Mon, 2 Jul 2001 12:06:16 +0200
35051              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
35052              
35053              Borland C vs PerlIO.
35054      Branch: perl
35055            ! win32/config.bc win32/config_H.bc
35056 ____________________________________________________________________________
35057 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
35058         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
35059              From: "H.M. Brand" <merijn@l1.procura.nl>
35060              Date: Mon, 02 Jul 2001 11:18:57 +0200
35061              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
35062      Branch: perl
35063            ! t/op/write.t
35064 ____________________________________________________________________________
35065 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
35066         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
35067              From: Michael G Schwern <schwern@pobox.com>
35068              Date: Mon, 2 Jul 2001 00:26:24 -0400
35069              Message-ID: <20010702002624.A18302@blackrider>
35070      Branch: perl
35071            - ext/util/mkbootstrap
35072 ____________________________________________________________________________
35073 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
35074         Log: Subject: [PATCH op.h] v minor comment tweak
35075              From: Robin Houston <robin@puffinry.freeserve.co.uk>
35076              Date: Mon, 2 Jul 2001 00:42:01 +0100
35077              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
35078      Branch: perl
35079            ! op.h
35080 ____________________________________________________________________________
35081 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
35082         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
35083      Branch: perl
35084            ! pod/perlfunc.pod
35085 ____________________________________________________________________________
35086 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
35087         Log: Subject: Re: sizeof(struct sembuf)
35088              From: Nicholas Clark <nick@ccl4.org>
35089              Date: Sun, 1 Jul 2001 19:23:16 +0100
35090              Message-ID: <20010701192316.V59620@plum.flirble.org>
35091              
35092              s/signaling/signalling/
35093      Branch: perl
35094            ! pod/perlfunc.pod
35095 ____________________________________________________________________________
35096 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
35097         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
35098              From: "Philip Newton" <Philip.Newton@gmx.net>
35099              Date: Sun, 1 Jul 2001 09:37:56 +0200
35100              Message-Id: <200107010733.KAA03920@taas.iki.fi>
35101      Branch: perl
35102            ! pod/perlvar.pod
35103 ____________________________________________________________________________
35104 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
35105         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
35106              From: "Philip Newton" <Philip.Newton@gmx.net>
35107              Date: Sun, 1 Jul 2001 09:37:56 +0200
35108              Message-Id: <200107010733.KAA03925@taas.iki.fi>
35109      Branch: perl
35110            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
35111 ____________________________________________________________________________
35112 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
35113         Log: Metaconfig unit change for #11070.
35114      Branch: metaconfig
35115            ! U/compline/randfunc.U
35116 ____________________________________________________________________________
35117 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
35118         Log: Subject: [PATCH perlsnap] its --> it's --> its
35119              From: "Philip Newton" <Philip.Newton@gmx.net>
35120              Date: Sun, 1 Jul 2001 09:37:56 +0200
35121              Message-Id: <200107010733.KAA03914@taas.iki.fi>
35122      Branch: perl
35123            ! Porting/config_H
35124 ____________________________________________________________________________
35125 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
35126         Log: Sync with Sarathy; integrate with perlio.
35127      Branch: perl
35128           !> gv.c
35129 ____________________________________________________________________________
35130 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
35131         Log: regenerate win32/config_H.?c files
35132      Branch: perl
35133            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35134 ____________________________________________________________________________
35135 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
35136         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
35137              naming discipline
35138              
35139              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
35140              because of this)
35141              
35142              fix a warning about "fd" being used without being set in Cwd.xs
35143      Branch: perl
35144            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
35145            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
35146            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
35147            ! win32/config.vc
35148 ____________________________________________________________________________
35149 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
35150         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
35151              within macro arguments") and warnings ("unary minus applied to
35152              unsigned type", among others)
35153      Branch: perl
35154            ! gv.c hv.c op.c pp.c sv.c toke.c
35155 ____________________________________________________________________________
35156 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
35157         Log: win32 fixes: more spurious CRs
35158      Branch: perl
35159            ! win32/mdelete.bat
35160 ____________________________________________________________________________
35161 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
35162         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
35163              from win32/bin (or it gets deleted by distclean); don't delete
35164              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
35165              NT (should be made Win9x specific, and added to makefile.mk)
35166      Branch: perl
35167           +> win32/mdelete.bat
35168            - win32/bin/mdelete.bat
35169            ! win32/Makefile win32/makefile.mk
35170 ____________________________________________________________________________
35171 [ 11063] By: nick                                  on 2001/07/01  18:54:09
35172         Log: Quick for for #ifdef mess
35173      Branch: perlio
35174            ! gv.c
35175 ____________________________________________________________________________
35176 [ 11062] By: nick                                  on 2001/07/01  18:47:42
35177         Log: Raw integrate - does not build #if mess in gv.c
35178      Branch: perlio
35179           !> (integrate 29 files)
35180 ____________________________________________________________________________
35181 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
35182         Log: Make 'compile' target a little less broken.
35183              Still very broken, though: -Wall warnings from
35184              the generated code, boot_Foo prototypes missing,
35185              can't autoload Fcntl::SEEK_CUR et alia, ...
35186      Branch: perl
35187            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
35188            ! utils/perlcc.PL x2p/Makefile.SH
35189 ____________________________________________________________________________
35190 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
35191         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
35192      Branch: perl
35193            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35194            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
35195 ____________________________________________________________________________
35196 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
35197         Log: Update Changes.
35198      Branch: perl
35199            ! Changes patchlevel.h
35200 ____________________________________________________________________________
35201 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
35202         Log: Still one typo, regen toc.
35203      Branch: perl
35204            ! lib/Unicode/UCD.pm pod/perltoc.pod
35205 ____________________________________________________________________________
35206 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
35207         Log: Detypos and regen toc.
35208      Branch: perl
35209            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
35210 ____________________________________________________________________________
35211 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
35212         Log: VERSION tweak.
35213      Branch: perl
35214            ! ext/List/Util/lib/List/Util.pm
35215 ____________________________________________________________________________
35216 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
35217         Log: Attempt at plugging the leak under ithreads detected by Doug.
35218      Branch: perl
35219            ! op.h
35220 ____________________________________________________________________________
35221 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
35222         Log: gcc -Wall lint after #11051.
35223      Branch: perl
35224            ! pp_sys.c
35225 ____________________________________________________________________________
35226 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
35227         Log: Integrate perlio.
35228      Branch: perl
35229           !> lib/File/Find/taint.t
35230 ____________________________________________________________________________
35231 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
35232         Log: Don't use the v-strings for module VERSIONs.
35233      Branch: perl
35234            ! lib/Unicode/UCD.pm
35235 ____________________________________________________________________________
35236 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
35237         Log: Code cleanup based on turning off the -woffs in IRIX.
35238              Not all of the gripes cleaned up (hairy code in hv.c and
35239              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
35240              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
35241              to the IRIX hints)
35242      Branch: perl
35243            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
35244            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
35245            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
35246            ! regcomp.c sv.c
35247 ____________________________________________________________________________
35248 [ 11050] By: nick                                  on 2001/06/30  20:46:46
35249         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
35250      Branch: perlio
35251            ! lib/File/Find/taint.t
35252 ____________________________________________________________________________
35253 [ 11049] By: nick                                  on 2001/06/30  18:13:33
35254         Log: Integrate mainline
35255      Branch: perlio
35256           +> NetWare/nwstdio.h NetWare/perlsdio.h
35257           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
35258           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
35259           +> lib/Unicode/UCD.t t/run/exit.t
35260           !> (integrate 60 files)
35261 ____________________________________________________________________________
35262 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
35263         Log: Delta delta.
35264      Branch: perl
35265            ! pod/perl572delta.pod
35266 ____________________________________________________________________________
35267 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
35268         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
35269              by CPAN.pm, use rather _00.
35270      Branch: perl
35271            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
35272            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
35273            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
35274            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
35275            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
35276            ! lib/ExtUtils/Embed.pm lib/Test.pm
35277 ____________________________________________________________________________
35278 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
35279         Log: Add a simple Unicode character database interface, Unicode::UCD.
35280      Branch: perl
35281            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
35282            ! MANIFEST
35283 ____________________________________________________________________________
35284 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
35285         Log: Subject: [PATCH] op/numconver.t
35286              From: Nicholas Clark <nick@ccl4.org>
35287              Date: Sat, 30 Jun 2001 15:40:10 +0100
35288              Message-ID: <20010630154010.I59620@plum.flirble.org>
35289      Branch: perl
35290            ! t/op/numconvert.t
35291 ____________________________________________________________________________
35292 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
35293         Log: The $^N is now taken (by #11038).
35294      Branch: perl
35295            ! t/base/lex.t
35296 ____________________________________________________________________________
35297 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
35298         Log: The #11040 had slipped to a wrong function...
35299      Branch: perl
35300            ! sv.c
35301 ____________________________________________________________________________
35302 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
35303         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
35304              the Configure library symbol probe mysteriously finds all
35305              symbols but those of pipe() and times().
35306      Branch: perl
35307            ! hints/aix.sh
35308 ____________________________________________________________________________
35309 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
35310         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
35311              From: Nicholas Clark <nick@ccl4.org>
35312              Date: Fri, 29 Jun 2001 23:49:07 +0100
35313              Message-ID: <20010629234907.D59620@plum.flirble.org>
35314      Branch: perl
35315            ! lib/ExtUtils.t
35316 ____________________________________________________________________________
35317 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
35318         Log: Subject: [PATCH] weakref fix 2, not yet there
35319              From: Artur Bergman <artur@contiller.se>
35320              Date: Sat, 30 Jun 2001 01:18:16 +0200
35321              Message-ID: <B762D957.1CC9%artur@contiller.se>
35322      Branch: perl
35323            ! sv.c
35324 ____________________________________________________________________________
35325 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
35326         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
35327              From: Michael G Schwern <schwern@pobox.com>
35328              Date: Fri, 29 Jun 2001 19:39:11 -0400
35329              Message-ID: <20010629193910.D25304@blackrider>
35330      Branch: perl
35331            + t/run/exit.t
35332            ! MANIFEST
35333 ____________________________________________________________________________
35334 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
35335         Log: Add support for $^N, the most-recently closed group.
35336      Branch: perl
35337            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
35338            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
35339            ! thrdvar.h
35340 ____________________________________________________________________________
35341 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
35342         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
35343              From: lvirden@cas.org
35344              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
35345              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
35346              
35347              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
35348              From: lvirden@cas.org
35349              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
35350              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
35351      Branch: perl
35352            ! README.solaris
35353 ____________________________________________________________________________
35354 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
35355         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
35356              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35357              Date: Sat, 30 Jun 2001 07:33:37 +0900
35358              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
35359              
35360              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
35361              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35362              Date: Sat, 30 Jun 2001 21:38:14 +0900
35363              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
35364      Branch: perl
35365            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
35366            + ext/Encode/Encode/7bit-kr.enc
35367            ! MANIFEST ext/Encode/Encode/Tcl.pm
35368 ____________________________________________________________________________
35369 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
35370         Log: NetWare tweaks from Guruprasad.
35371      Branch: perl
35372            + NetWare/nwstdio.h NetWare/perlsdio.h
35373            ! MANIFEST NetWare/Makefile NetWare/config.wc
35374            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
35375            ! NetWare/t/Readme.txt
35376 ____________________________________________________________________________
35377 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
35378         Log: More module $VERSION bump-ups.
35379      Branch: perl
35380            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
35381            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
35382            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
35383 ____________________________________________________________________________
35384 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
35385         Log: Doc update due to #11032.
35386      Branch: perl
35387            ! pod/perl572delta.pod
35388 ____________________________________________________________________________
35389 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
35390         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
35391              From: Peter Prymmer <pvhp@forte.com>
35392              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
35393              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
35394      Branch: perl
35395            ! ext/Time/HiRes/HiRes.xs
35396 ____________________________________________________________________________
35397 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
35398         Log: -lpthreads missing in AIX.
35399      Branch: perl
35400            ! hints/aix.sh
35401 ____________________________________________________________________________
35402 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
35403         Log: Subject: [PATCH] CLONE && weakrefs
35404              From: Artur Bergman <artur@contiller.se>
35405              Date: Fri, 29 Jun 2001 17:02:00 +0200
35406              Message-ID: <B7626508.1CA0%artur@contiller.se>
35407      Branch: perl
35408            ! sv.c
35409 ____________________________________________________________________________
35410 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
35411         Log: Subject: Re: Bug report: split splits on wrong pattern
35412              From: Radu Greab <radu@netsoft.ro>
35413              Date: Wed, 27 Jun 2001 21:50:52 +0300
35414              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
35415      Branch: perl
35416            ! pp_ctl.c t/op/split.t
35417 ____________________________________________________________________________
35418 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
35419         Log: Metaconfig unit change for #11027.
35420      Branch: metaconfig/U/perl
35421            ! d_modfl.U
35422 ____________________________________________________________________________
35423 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
35424         Log: I thought this Configure glitch for AIX was just recently fixed?
35425      Branch: perl
35426            ! Configure
35427 ____________________________________________________________________________
35428 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
35429         Log: Update Changes.
35430      Branch: perl
35431            ! Changes patchlevel.h
35432 ____________________________________________________________________________
35433 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
35434         Log: Subject: Re: perl@10967, File::Find, and Cwd
35435              From: Mike Guy <mjtg@cam.ac.uk>
35436              Date: Fri, 29 Jun 2001 14:56:49 +0100
35437              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
35438      Branch: perl
35439            ! lib/File/Find/taint.t
35440 ____________________________________________________________________________
35441 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
35442         Log: Update the sv_pvprintify() spec.
35443      Branch: perl
35444            ! pod/perltodo.pod
35445 ____________________________________________________________________________
35446 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
35447         Log: Known test failures update.
35448      Branch: perl
35449            ! pod/perl572delta.pod
35450 ____________________________________________________________________________
35451 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
35452         Log: Based on
35453              
35454              Subject: [PATCH @11016] More );) fixes
35455              From: Richard Soderberg <rs@crystalflame.net>
35456              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
35457              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
35458      Branch: perl
35459            ! ext/Thread/Thread.xs ext/Thread/typemap
35460 ____________________________________________________________________________
35461 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
35462         Log: Subject: [PATCH @11016] Fixes compile errors in four files
35463              From: Richard Soderberg <rs@crystalflame.net>
35464              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
35465              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
35466      Branch: perl
35467            ! mg.c pp.c pp_hot.c util.c
35468 ____________________________________________________________________________
35469 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
35470         Log: AIX hints tweaking continues, from Merijn Brand.
35471      Branch: perl
35472            ! hints/aix.sh
35473 ____________________________________________________________________________
35474 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
35475         Log: HP-UX needs gccversion sooner, from Merijn Brand.
35476      Branch: perl
35477            ! hints/hpux.sh
35478 ____________________________________________________________________________
35479 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
35480         Log: Subject: [PATCH 5.6.1] OS/2 docs
35481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35482              Date: Fri, 29 Jun 2001 02:34:12 -0400
35483              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
35484      Branch: perl
35485            ! README.os2 os2/Changes
35486 ____________________________________________________________________________
35487 [ 11017] By: nick                                  on 2001/06/29  10:20:30
35488         Log: Integrate mainline
35489      Branch: perlio
35490           +> (branch 37 files)
35491            - ext/ODBM_File/sdbm.t
35492           !> (integrate 211 files)
35493 ____________________________________________________________________________
35494 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
35495         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
35496              the modules found using a script written by Larry Schatzer Jr.
35497      Branch: perl
35498            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
35499            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
35500            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
35501            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35502            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
35503            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
35504            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
35505            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
35506            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
35507            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
35508            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
35509            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
35510            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
35511            ! lib/constant.pm lib/fields.pm lib/strict.pm
35512 ____________________________________________________________________________
35513 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
35514         Log: The latest JPL from the anoncvs.
35515      Branch: perl
35516            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35517 ____________________________________________________________________________
35518 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
35519         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
35520      Branch: perl
35521            ! t/op/pat.t
35522 ____________________________________________________________________________
35523 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
35524         Log: Worrying about insecure directories now is a bit too late.
35525      Branch: perl
35526            ! lib/File/Find/taint.t
35527 ____________________________________________________________________________
35528 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
35529         Log: Cannot DIE() in a void function,
35530              from Richard Hatch <rhatch@austin.ibm.com>.
35531      Branch: perl
35532            ! ext/IPC/SysV/SysV.xs
35533 ____________________________________________________________________________
35534 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
35535         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
35536              From: Peter Prymmer <pvhp@forte.com>
35537              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
35538              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
35539              
35540              (unfinished: time/hires tests 3, 5, 14 failing, but better
35541              than wholesale failure)
35542      Branch: perl
35543            ! ext/Time/HiRes/HiRes.xs
35544 ____________________________________________________________________________
35545 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
35546         Log: Subject: [PATCH 5.6.1] OS/2 improvements
35547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35548              Date: Thu, 28 Jun 2001 16:03:14 -0400
35549              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
35550      Branch: perl
35551            + os2/os2_base.t
35552            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
35553            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
35554            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
35555            ! os2/os2ish.h
35556 ____________________________________________________________________________
35557 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
35558         Log: Subject: Incrementing Extutils::Manifest's $VERSION
35559              From: Michael G Schwern <schwern@pobox.com>
35560              Date: Thu, 28 Jun 2001 13:13:49 -0400
35561              Message-ID: <20010628131349.A14738@blackrider>
35562      Branch: maint-5.6/perl
35563            ! lib/ExtUtils/Manifest.pm
35564 ____________________________________________________________________________
35565 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
35566         Log: AIX tweak from Merijn Brand.
35567      Branch: perl
35568            ! hints/aix.sh
35569 ____________________________________________________________________________
35570 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
35571         Log: Create the macperl branch.
35572      Branch: maint-5.6/macperl
35573           +> (branch 1728 files)
35574 ____________________________________________________________________________
35575 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
35576         Log: Update Changes.
35577      Branch: perl
35578            ! Changes patchlevel.h
35579 ____________________________________________________________________________
35580 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
35581         Log: More Perforce lore.
35582      Branch: perl
35583            ! Porting/repository.pod
35584 ____________________________________________________________________________
35585 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
35586         Log: Metaconfig unit changes for #11003.
35587      Branch: metaconfig/U/perl
35588            + d_nl_langinfo.U i_langinfo.U
35589 ____________________________________________________________________________
35590 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
35591         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
35592              Expected not to exist in non-UNIX excepting in VMS, where
35593              according to a quick web survey they just might.
35594      Branch: perl
35595            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
35596            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35597            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
35598            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35599            ! win32/config.bc win32/config.gc win32/config.vc
35600 ____________________________________________________________________________
35601 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
35602         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
35603              in AIX is one is doing a 64-bit build.
35604      Branch: perl
35605            ! hints/aix.sh
35606 ____________________________________________________________________________
35607 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
35608         Log: Metaconfig unit changes for #11000.
35609      Branch: metaconfig/U/perl
35610            ! use64bits.U uselfs.U
35611 ____________________________________________________________________________
35612 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
35613         Log: Move use64bitint and use64bitall before uselargefiles.
35614      Branch: perl
35615            ! Configure
35616 ____________________________________________________________________________
35617 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
35618         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
35619              From: Robert Spier <rspier@pobox.com>
35620              Message-ID: <15162.41164.618712.841415@rls.cx>
35621              Date: Wed, 27 Jun 2001 23:13:16 -0400
35622      Branch: perl
35623            ! doio.c
35624 ____________________________________________________________________________
35625 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
35626         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
35627              From: Peter Prymmer <pvhp@forte.com>
35628              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
35629              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
35630      Branch: perl
35631            ! numeric.c
35632 ____________________________________________________________________________
35633 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
35634         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
35635              From: Peter Prymmer <pvhp@forte.com>
35636              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
35637              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
35638      Branch: perl
35639            ! configure.com ext/Digest/MD5/Makefile.PL
35640 ____________________________________________________________________________
35641 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
35642         Log: Update Changes.
35643      Branch: perl
35644            ! Changes patchlevel.h
35645 ____________________________________________________________________________
35646 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
35647         Log: Tiny EPOC updates.
35648      Branch: perl
35649            ! epoc/config.sh
35650 ____________________________________________________________________________
35651 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
35652         Log: The Test::More and Test::Simple tests required help
35653              thanks to our schizophrenic test scheme.
35654      Branch: perl
35655            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35656            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35657            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35658            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35659            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35660 ____________________________________________________________________________
35661 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
35662         Log: Upgrade to Test::Simple 0.09.
35663      Branch: perl
35664            + lib/Test/Simple/Changes
35665            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
35666            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35667            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35668            ! lib/Test/Simple/t/plan_is_noplan.t
35669 ____________________________________________________________________________
35670 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
35671         Log: Upgrade to Test::More 0.07.
35672      Branch: perl
35673            + lib/Test/More/Changes
35674            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
35675            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
35676            ! lib/Test/More/t/skipall.t
35677 ____________________________________________________________________________
35678 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
35679         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
35680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35681              Date: Wed, 27 Jun 2001 18:40:04 +0200
35682              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
35683      Branch: perl
35684            ! hints/hpux.sh
35685 ____________________________________________________________________________
35686 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
35687         Log: Subject: [PATCH README.qnx hints/qnx.sh]
35688              From: Norton Allen <allen@huarp.harvard.edu>
35689              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
35690              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
35691      Branch: perl
35692            ! README.qnx hints/qnx.sh
35693 ____________________________________________________________________________
35694 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
35695         Log: Subject: [PATCH] two little documentation nits
35696              From: Abhijit Menon-Sen <ams@wiw.org>
35697              Date: Wed, 27 Jun 2001 20:07:50 +0530
35698              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
35699      Branch: perl
35700            ! sv.c sv.h
35701 ____________________________________________________________________________
35702 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
35703         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
35704              From: Norton Allen <allen@huarp.harvard.edu>
35705              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
35706              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
35707      Branch: perl
35708            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
35709 ____________________________________________________________________________
35710 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
35711         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
35712              From: Michael G Schwern <schwern@pobox.com>
35713              Date: Wed, 27 Jun 2001 02:34:58 -0400
35714              Message-ID: <20010627023458.K23874@blackrider>
35715      Branch: perl
35716            ! vms/test.com
35717 ____________________________________________________________________________
35718 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
35719         Log: Add perl_clone_host() for Netware.
35720      Branch: perl
35721            ! NetWare/nw5.c
35722 ____________________________________________________________________________
35723 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
35724         Log: GCC 3.0 hints for HP-UX.
35725      Branch: perl
35726            ! hints/hpux.sh
35727 ____________________________________________________________________________
35728 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
35729         Log: In some Linux distributions the libndbm is broken
35730              (no null key support), therefore link with libgdbm
35731              (if available), since it has a working ndbm emulation,
35732              from Jonathan Stowe.
35733      Branch: perl
35734            + ext/NDBM_File/hints/linux.pl
35735            ! MANIFEST
35736 ____________________________________________________________________________
35737 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
35738         Log: Subject: [PATCH perl@10930] find.t hack for VMS
35739              From: "Craig A. Berry" <craigberry@mac.com>
35740              Date: Tue, 26 Jun 2001 23:40:25 -0500
35741              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
35742      Branch: perl
35743            ! lib/File/Find/find.t
35744 ____________________________________________________________________________
35745 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
35746         Log: AUTHORS updates.
35747      Branch: perl
35748            ! AUTHORS
35749 ____________________________________________________________________________
35750 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
35751         Log: Metaconfig unit change like #10980.
35752      Branch: metaconfig
35753            ! U/compline/d_stdstdio.U
35754 ____________________________________________________________________________
35755 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
35756         Log: "lose the it's", from Abhijit Menon-Sen.
35757              ("It's" not searched, pods not searched.)
35758      Branch: perl
35759            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
35760            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
35761            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
35762            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
35763            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35764            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
35765 ____________________________________________________________________________
35766 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
35767         Log: "lose the looses", from Abhijit Menon-Sen.
35768      Branch: perl
35769            ! ext/B/B/Assembler.pm gv.c
35770 ____________________________________________________________________________
35771 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
35772         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
35773      Branch: perl
35774            ! hints/os390.sh
35775 ____________________________________________________________________________
35776 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
35777         Log: DEC C 5.3 on the VAX simply doesn't seem to like
35778              compiling the MD5 extension, disable it there for now,
35779              from Peter Prymmer.
35780      Branch: perl
35781            ! configure.com
35782 ____________________________________________________________________________
35783 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
35784         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
35785              From: Jonathan Stowe <gellyfish@gellyfish.com>
35786              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
35787              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
35788      Branch: perl
35789            ! pod/perlfaq3.pod
35790 ____________________________________________________________________________
35791 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
35792         Log: Subject: [PATCH 5.6.1] perlxs misprints
35793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35794              Date: Tue, 26 Jun 2001 17:20:00 -0400
35795              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
35796      Branch: perl
35797            ! pod/perlxs.pod
35798 ____________________________________________________________________________
35799 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
35800         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
35801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35802              Date: Tue, 26 Jun 2001 17:27:07 -0400
35803              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
35804      Branch: perl
35805            ! lib/ExtUtils/MM_Unix.pm
35806 ____________________________________________________________________________
35807 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
35808         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
35809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35810              Date: Tue, 26 Jun 2001 17:23:24 -0400
35811              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
35812      Branch: perl
35813            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
35814 ____________________________________________________________________________
35815 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
35816         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
35817              by Olaf Flebbe.
35818      Branch: perl
35819            ! perl.h
35820 ____________________________________________________________________________
35821 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
35822         Log: Detypo.
35823      Branch: perl
35824            ! lib/Memoize/t/tie_sdbm.t
35825 ____________________________________________________________________________
35826 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
35827         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
35828      Branch: perl
35829            ! win32/perllib.c
35830 ____________________________________________________________________________
35831 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
35832         Log: Subject: [patch] perl_clone+CvFILE
35833              From: Doug MacEachern <dougm@covalent.net>
35834              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
35835              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
35836      Branch: perl
35837            ! sv.c
35838 ____________________________________________________________________________
35839 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
35840         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
35841              From: Mark-Jason Dominus <mjd@plover.com>
35842              Date: Tue, 26 Jun 2001 12:33:01 -0400
35843              Message-ID: <20010626163301.31298.qmail@plover.com>
35844      Branch: perl
35845            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35846 ____________________________________________________________________________
35847 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
35848         Log: Update Changes.
35849      Branch: perl
35850            ! Changes patchlevel.h
35851 ____________________________________________________________________________
35852 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
35853         Log: Also catfile() needs now to explicitly exported.
35854      Branch: perl
35855            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35856 ____________________________________________________________________________
35857 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
35858         Log: Regen toc.
35859      Branch: perl
35860            ! pod/perltoc.pod
35861 ____________________________________________________________________________
35862 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
35863         Log: Nonexistent pod command.
35864      Branch: perl
35865            ! pod/perl572delta.pod
35866 ____________________________________________________________________________
35867 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
35868         Log: Be more portable in the quest for tmpdir.
35869      Branch: perl
35870            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35871 ____________________________________________________________________________
35872 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
35873         Log: Be more portable in finding out the home directory,
35874              and use File::Spec to do the concat.
35875              (Come to think of it, couldn't File::Spec provide
35876              for a ->homedir method?)
35877      Branch: perl
35878            ! lib/Net/Config.pm
35879 ____________________________________________________________________________
35880 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
35881         Log: Doc patch for #10959.
35882      Branch: perl
35883            ! pod/perlfunc.pod
35884 ____________________________________________________________________________
35885 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
35886         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
35887              From: "Philip Newton" <pnewton@gmx.de>
35888              Date: Tue, 26 Jun 2001 16:26:47 +0200
35889              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
35890      Branch: perl
35891            ! pod/perldata.pod
35892 ____________________________________________________________________________
35893 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
35894         Log: Subject: [PATH] shared -> unique;
35895              From: "Artur Bergman" <artur@contiller.se>
35896              Date: Tue, 26 Jun 2001 16:18:40 +0200
35897              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
35898              
35899              Because "shared" isn't: it's read-only.
35900      Branch: perl
35901            ! toke.c xsutils.c
35902 ____________________________________________________________________________
35903 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
35904         Log: Escape multiline croak messages.
35905      Branch: perl
35906            ! t/op/ver.t
35907 ____________________________________________________________________________
35908 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
35909         Log: No more pragma/*.t for minitest.
35910      Branch: perl
35911            ! Makefile.SH
35912 ____________________________________________________________________________
35913 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
35914         Log: AUTHORS updates.
35915      Branch: perl
35916            ! AUTHORS
35917 ____________________________________________________________________________
35918 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
35919         Log: delta updates.
35920      Branch: perl
35921            ! pod/perl572delta.pod
35922 ____________________________________________________________________________
35923 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
35924         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
35925              From: Artur Bergman <artur@contiller.se> 
35926              Date: Tue, 26 Jun 2001 15:32:53 +0200
35927              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
35928      Branch: perl
35929            ! makedef.pl sv.c sv.h win32/perllib.c
35930 ____________________________________________________________________________
35931 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
35932         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
35933              From: Jonathan Stowe <gellyfish@gellyfish.com>
35934              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
35935              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
35936              
35937              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
35938      Branch: perl
35939            + ext/Time/HiRes/hints/sco.pl
35940            ! MANIFEST
35941 ____________________________________________________________________________
35942 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
35943         Log: Subject: [PATCH 5.6.1] static build
35944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35945              Date: Tue, 26 Jun 2001 04:22:25 -0400
35946              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
35947      Branch: perl
35948            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
35949            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
35950 ____________________________________________________________________________
35951 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
35952         Log: DJGPP patches from Laszlo Molnar.
35953      Branch: perl
35954            ! djgpp/djgpp.c perl.c util.c
35955 ____________________________________________________________________________
35956 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
35957         Log: Netware patches from Ananth Kesari.
35958      Branch: perl
35959            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
35960            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
35961            ! NetWare/nwtinfo.h
35962 ____________________________________________________________________________
35963 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
35964         Log: Detypo.
35965      Branch: perl
35966            ! ext/Errno/Errno_pm.PL
35967 ____________________________________________________________________________
35968 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
35969         Log: There seems to be two ways of spelling the $^O in *STEP.
35970      Branch: perl
35971            ! ext/Errno/Errno_pm.PL
35972 ____________________________________________________________________________
35973 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
35974         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
35975              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
35976      Branch: perl
35977            ! ext/Errno/Errno_pm.PL
35978 ____________________________________________________________________________
35979 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
35980         Log: Known bugs update.
35981      Branch: perl
35982            ! pod/perl572delta.pod
35983 ____________________________________________________________________________
35984 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
35985         Log: The default installation of Cygwin has 500 as root's uid.
35986      Branch: perl
35987            ! lib/User/pwent.t
35988 ____________________________________________________________________________
35989 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
35990         Log: Be even more relaxed (re-allow having only one entry).
35991      Branch: perl
35992            ! t/op/grent.t t/op/pwent.t
35993 ____________________________________________________________________________
35994 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
35995         Log: Test failure updates.
35996      Branch: perl
35997            ! pod/perl572delta.pod
35998 ____________________________________________________________________________
35999 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
36000         Log: MPE/iX test tweaks from Mark Bixby.
36001      Branch: perl
36002            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
36003            ! t/io/fs.t t/op/stat.t
36004 ____________________________________________________________________________
36005 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
36006         Log: Microperl findings.
36007      Branch: perl
36008            ! perl.h pp_sys.c
36009 ____________________________________________________________________________
36010 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
36011         Log: Touch uconfig.h.
36012      Branch: perl
36013            ! uconfig.h
36014 ____________________________________________________________________________
36015 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
36016         Log: Subject: [PATCH] Proposed fix for Pod::Man
36017              From: Rob Napier <rnapier@employees.org>
36018              Date: Mon, 25 Jun 2001 15:49:24 -0400
36019              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
36020              
36021              Cater for Solaris nroff brokenness (shortchanges daisywheel
36022              printers, but hey, we also no more support PDPs.)
36023      Branch: perl
36024            ! lib/Pod/Man.pm
36025 ____________________________________________________________________________
36026 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
36027         Log: Typo in #10937.
36028      Branch: perl
36029            ! ext/POSIX/sigaction.t
36030 ____________________________________________________________________________
36031 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
36032         Log: SIGCONT not trappable in VMS.
36033      Branch: perl
36034            ! ext/POSIX/sigaction.t
36035 ____________________________________________________________________________
36036 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
36037         Log: Subject: [DRAFT] Encode-Tcl.t
36038              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36039              Date: Tue, 26 Jun 2001 03:38:08 +0900
36040              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
36041      Branch: perl
36042            + ext/Encode/Encode/Tcl.t
36043            ! MANIFEST ext/Encode/Encode/Tcl.pm
36044 ____________________________________________________________________________
36045 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
36046         Log: Because of #10932 retract also the perlfunc hunk of #10910.
36047      Branch: perl
36048            ! pod/perlfunc.pod
36049 ____________________________________________________________________________
36050 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
36051         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
36052              by Ilya Zakharevich in
36053              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
36054      Branch: perl
36055            ! XSUB.h
36056 ____________________________________________________________________________
36057 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
36058         Log: Typo in #10889.
36059      Branch: perl
36060            ! hints/uts.sh
36061 ____________________________________________________________________________
36062 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
36063         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
36064              From: Abhijit Menon-Sen <ams@wiw.org>
36065              Date: Mon, 25 Jun 2001 23:45:45 +0530
36066              Message-ID: <20010625234545.A5022@lustre.linux.in>
36067      Branch: perl
36068            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
36069 ____________________________________________________________________________
36070 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
36071         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
36072              From: Michael G Schwern <schwern@pobox.com>
36073              Date: Mon, 25 Jun 2001 14:35:51 -0400
36074              Message-ID: <20010625143551.H13819@blackrider>
36075      Branch: perl
36076            ! lib/Test.pm
36077 ____________________________________________________________________________
36078 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
36079         Log: Update Changes.
36080      Branch: perl
36081            ! Changes patchlevel.h
36082 ____________________________________________________________________________
36083 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
36084         Log: Regen toc and modlib.
36085      Branch: perl
36086            ! pod/perlmodlib.pod pod/perltoc.pod
36087 ____________________________________________________________________________
36088 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
36089         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
36090              for the benefit of C++ compilers, as suggested by Guruprasad.
36091      Branch: perl
36092            ! embed.pl proto.h
36093 ____________________________________________________________________________
36094 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
36095         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
36096              From: Jonathan Stowe <gellyfish@gellyfish.com>
36097              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
36098              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
36099      Branch: perl
36100            ! pod/perlfaq5.pod
36101 ____________________________________________________________________________
36102 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
36103         Log: Missed from #10925.
36104      Branch: perl
36105            ! gv.c
36106 ____________________________________________________________________________
36107 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
36108         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
36109              From: Robin Houston <robin@kitsite.com>
36110              Date: Sat, 19 May 2001 16:19:34 +0100
36111              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
36112      Branch: perl
36113            ! cv.h gv.h op.c
36114 ____________________________________________________________________________
36115 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
36116         Log: Netware README tweak.
36117      Branch: perl
36118            ! README.netware
36119 ____________________________________________________________________________
36120 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
36121         Log: Subject: [PATCH] Re: overload.t fails
36122              From: Abhijit Menon-Sen <ams@wiw.org>
36123              Date: Mon, 25 Jun 2001 14:52:20 +0530
36124              Message-ID: <20010625145220.A24114@lustre.linux.in>
36125      Branch: perl
36126            ! lib/overload.t
36127 ____________________________________________________________________________
36128 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
36129         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
36130              From: Mike Guy <mjtg@cam.ac.uk>
36131              Date: Mon, 25 Jun 2001 11:43:23 +0100
36132              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
36133      Branch: perl
36134            ! lib/Carp.pm
36135 ____________________________________________________________________________
36136 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
36137         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
36138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36139              Date: Sun, 24 Jun 2001 05:17:05 -0400
36140              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
36141      Branch: perl
36142            ! os2/os2ish.h
36143 ____________________________________________________________________________
36144 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
36145         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
36146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36147              Date: Mon, 25 Jun 2001 05:52:27 -0400
36148              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
36149      Branch: perl
36150            ! hints/os2.sh
36151 ____________________________________________________________________________
36152 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
36153         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
36154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36155              Date: Mon, 25 Jun 2001 05:23:35 -0400
36156              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
36157      Branch: perl
36158            ! os2/os2.c
36159 ____________________________________________________________________________
36160 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
36161         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
36162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36163              Date: Mon, 25 Jun 2001 05:04:32 -0400
36164              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
36165      Branch: perl
36166            ! os2/OS2/REXX/DLL/DLL.pm
36167 ____________________________________________________________________________
36168 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
36169         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
36170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36171              Date: Mon, 25 Jun 2001 05:02:36 -0400
36172              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
36173      Branch: perl
36174            ! mg.c os2/dl_os2.c os2/os2.c
36175 ____________________________________________________________________________
36176 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
36177         Log: Subject: Re: [PATCH 5.6.1] misprints
36178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36179              Date: Mon, 25 Jun 2001 04:50:50 -0400
36180              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
36181      Branch: perl
36182            ! os2/os2.c pp_sys.c
36183 ____________________________________________________________________________
36184 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
36185         Log: Add Test::More and Test::Simple to the delta.
36186      Branch: perl
36187            ! pod/perl572delta.pod
36188 ____________________________________________________________________________
36189 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
36190         Log: Add Test::More, from Michael G Schwern.
36191      Branch: perl
36192            + lib/Test/More.pm lib/Test/More/t/More.t
36193            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
36194            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
36195            + t/lib/Test/More/Catch.pm
36196            ! MANIFEST
36197 ____________________________________________________________________________
36198 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
36199         Log: Add Test::Simple from Michael G Schwern.
36200      Branch: perl
36201            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
36202            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
36203            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
36204            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
36205            + t/lib/Test/Simple/Catch.pm
36206            + t/lib/Test/Simple/sample_tests/death.plx
36207            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
36208            + t/lib/Test/Simple/sample_tests/extras.plx
36209            + t/lib/Test/Simple/sample_tests/five_fail.plx
36210            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
36211            + t/lib/Test/Simple/sample_tests/one_fail.plx
36212            + t/lib/Test/Simple/sample_tests/require.plx
36213            + t/lib/Test/Simple/sample_tests/success.plx
36214            + t/lib/Test/Simple/sample_tests/too_few.plx
36215            + t/lib/Test/Simple/sample_tests/two_fail.plx
36216            ! MANIFEST
36217 ____________________________________________________________________________
36218 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
36219         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
36220              From: "Craig A. Berry" <craigberry@mac.com>
36221              Date: Sun, 24 Jun 2001 23:41:36 -0500
36222              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
36223      Branch: perl
36224            ! pp_sys.c
36225 ____________________________________________________________________________
36226 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
36227         Log: Upgrade to Attribute::Handlers 0.70.
36228      Branch: perl
36229            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
36230            ! MANIFEST lib/Attribute/Handlers.pm
36231 ____________________________________________________________________________
36232 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
36233         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
36234              From: Abhijit Menon-Sen <ams@wiw.org>
36235              Date: Sat, 23 Jun 2001 05:17:44 +0530
36236              Message-ID: <20010623051744.A18583@lustre.linux.in>
36237              
36238              (Can't think of a good place to put tests.)
36239      Branch: perl
36240            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
36241 ____________________________________________________________________________
36242 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
36243         Log: Subject: [PATCH] t/op/pat.t typo fix
36244              From: Richard Soderberg <rs@crystalflame.net>
36245              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
36246              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
36247      Branch: perl
36248            ! t/op/pat.t
36249 ____________________________________________________________________________
36250 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
36251         Log: Move the pack warnings to their own file, as pointed
36252              out by Spider.
36253      Branch: perl
36254            + t/lib/warnings/pp_pack
36255            ! MANIFEST t/lib/warnings/pp
36256 ____________________________________________________________________________
36257 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
36258         Log: Update Changes.
36259      Branch: perl
36260            ! Changes patchlevel.h
36261 ____________________________________________________________________________
36262 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
36263         Log: Partially fix a problem noticed by IRIX compiler:
36264              the initialization of parse_start was bypassed by
36265              several gotos.  Now initialized to zero, which may
36266              not be the best choice.
36267      Branch: perl
36268            ! regcomp.c
36269 ____________________________________________________________________________
36270 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
36271         Log: Relax the group and password tests back to moaning only
36272              if no matches at all are found.  (Even with a small sample
36273              I could find many sites where there are, umm, anomalies in
36274              the said databases.)       
36275      Branch: perl
36276            ! t/op/grent.t t/op/pwent.t
36277 ____________________________________________________________________________
36278 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
36279         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
36280      Branch: perl
36281            ! pp_ctl.c
36282 ____________________________________________________________________________
36283 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
36284         Log: De-cut-and-pasto in #10902.
36285      Branch: perl
36286            ! pp_ctl.c
36287 ____________________________________________________________________________
36288 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
36289         Log: The #10771 didn't take?
36290      Branch: perl
36291            ! pp_ctl.c
36292 ____________________________________________________________________________
36293 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
36294         Log: Undo the filetests part of #10900, under multiplicity
36295              weird errors take place.
36296      Branch: perl
36297            ! pp_sys.c
36298 ____________________________________________________________________________
36299 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
36300         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
36301      Branch: perl
36302            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
36303 ____________________________________________________________________________
36304 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
36305         Log: (Replaced by #10922)
36306              
36307              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
36308              From: Tony Bowden <tony@kasei.com>
36309              Date: Sun, 24 Jun 2001 17:32:40 +0100
36310              Message-ID: <20010624173240.A16293@blackstar.co.uk>
36311              
36312              Document (well, mention) shortmess() and longmess()
36313              to rob people of their fun of reinventing the wheel.
36314      Branch: perl
36315            ! lib/Carp.pm
36316 ____________________________________________________________________________
36317 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
36318         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
36319              From: Brian Jepson <bjepson@oreilly.com>
36320              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
36321              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
36322      Branch: perl
36323            ! pp_sys.c
36324 ____________________________________________________________________________
36325 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
36326         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
36327              From: Robin Barker <rmb1@cise.npl.co.uk> 
36328              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
36329              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
36330      Branch: perl
36331            ! lib/CPAN.pm
36332 ____________________________________________________________________________
36333 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
36334         Log: Memoize patch from mjd.
36335      Branch: perl
36336            ! lib/Memoize/t/tie_storable.t
36337 ____________________________________________________________________________
36338 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
36339         Log: Spec the sv_pvprintify() a bit more.
36340      Branch: perl
36341            ! pod/perltodo.pod
36342 ____________________________________________________________________________
36343 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
36344         Log: Upgrade to Memoize 0.65.
36345      Branch: perl
36346            + lib/Memoize/t/array_confusion.t
36347            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
36348            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
36349            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
36350            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
36351            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
36352            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
36353            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
36354            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
36355            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
36356            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
36357            ! lib/Memoize/t/tie_storable.t
36358 ____________________________________________________________________________
36359 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
36360         Log: Metaconfig unit change for #10892.
36361      Branch: metaconfig
36362            ! U/modified/Options.U
36363 ____________________________________________________________________________
36364 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
36365         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
36366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36367              Date: Sun, 24 Jun 2001 05:24:40 -0400
36368              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
36369      Branch: perl
36370            ! Configure hints/os2.sh
36371 ____________________________________________________________________________
36372 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
36373         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
36374              From: Mike Guy <mjtg@cam.ac.uk>
36375              Date: Sun, 24 Jun 2001 15:28:39 +0100
36376              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
36377              
36378              Fix an ancient (5.002) bug.
36379      Branch: perl
36380            ! lib/Carp/Heavy.pm
36381 ____________________________________________________________________________
36382 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
36383         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
36384              variables.
36385      Branch: perl
36386            ! pp_sys.c
36387 ____________________________________________________________________________
36388 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
36389         Log: Make UTS as per #10888.
36390      Branch: perl
36391            ! hints/uts.sh
36392 ____________________________________________________________________________
36393 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
36394         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
36395      Branch: perl
36396            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
36397            ! mpeix/mpeixish.h perl.h unixish.h
36398 ____________________________________________________________________________
36399 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
36400         Log: AUTHORS update.
36401      Branch: perl
36402            ! AUTHORS
36403 ____________________________________________________________________________
36404 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
36405         Log: Subject: Encode::Tcl for multibyte doesnot work
36406              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36407              Date: Sun, 24 Jun 2001 22:48:21 +0900
36408              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
36409      Branch: perl
36410            ! ext/Encode/Encode/Tcl.pm
36411 ____________________________________________________________________________
36412 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
36413         Log: Subject: [PATCH] Remove tautology in error messages
36414              From: Mike Guy <mjtg@cam.ac.uk>
36415              Date: Sun, 24 Jun 2001 13:31:00 +0100
36416              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
36417      Branch: perl
36418            ! pp_sys.c
36419 ____________________________________________________________________________
36420 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
36421         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
36422      Branch: perl
36423            ! hints/darwin.sh
36424 ____________________________________________________________________________
36425 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
36426         Log: Subject: Re: [PATCH 5.6.1] test suite
36427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36428              Date: Sun, 24 Jun 2001 05:47:05 -0400
36429              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
36430              
36431              Test suite fixes.
36432      Branch: perl
36433            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
36434 ____________________________________________________________________________
36435 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
36436         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
36437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36438              Date: Sun, 24 Jun 2001 05:37:19 -0400
36439              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
36440      Branch: perl
36441            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
36442 ____________________________________________________________________________
36443 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
36444         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
36445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36446              Date: Sun, 24 Jun 2001 05:34:50 -0400
36447              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
36448              
36449              Pacify compiler warnings.
36450      Branch: perl
36451            ! pp_sys.c
36452 ____________________________________________________________________________
36453 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
36454         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36456              Date: Sun, 24 Jun 2001 05:21:18 -0400
36457              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
36458              
36459              Enable compression of executables during link time.
36460      Branch: perl
36461            ! hints/os2.sh
36462 ____________________________________________________________________________
36463 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
36464         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36466              Date: Sun, 24 Jun 2001 05:15:11 -0400
36467              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
36468              
36469              Add ordinals to the export list for Perl DLL.
36470              (Breaks intra-version DLL compatibility.)
36471      Branch: perl
36472            ! makedef.pl
36473 ____________________________________________________________________________
36474 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
36475         Log: Allow (displaying and) re-editing the Subject in perlbug.
36476              Also abstract the Subject quality control into a function.
36477      Branch: perl
36478            ! utils/perlbug.PL
36479 ____________________________________________________________________________
36480 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
36481         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
36482      Branch: perl
36483            ! utils/perlbug.PL
36484 ____________________________________________________________________________
36485 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
36486         Log: Regen toc and modlib.
36487      Branch: perl
36488            ! pod/perlmodlib.pod pod/perltoc.pod
36489 ____________________________________________________________________________
36490 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
36491         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
36492              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
36493              attribute semantics as much as possible, or 'ntsec' which uses
36494              native NTFS semantics.)  (See also #10877.)
36495      Branch: perl
36496            ! perl.c
36497 ____________________________________________________________________________
36498 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
36499         Log: (Retracted by #11586)
36500              
36501              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
36502      Branch: perl
36503            ! lib/Test/Harness.pm
36504 ____________________________________________________________________________
36505 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
36506         Log: Just zap the -uPerlio.
36507      Branch: perl
36508            ! ext/B/Stash.t
36509 ____________________________________________________________________________
36510 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
36511         Log: Do not test PerlIO if PerlIO not used.
36512      Branch: perl
36513            ! ext/PerlIO/PerlIO.t
36514 ____________________________________________________________________________
36515 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
36516         Log: Regen perlapi.
36517      Branch: perl
36518            ! pod/perlapi.pod
36519 ____________________________________________________________________________
36520 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
36521         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
36522              From: Nicholas Clark <nick@ccl4.org>
36523              Date: Sat, 23 Jun 2001 22:55:47 +0100
36524              Message-ID: <20010623225547.Z98663@plum.flirble.org>
36525      Branch: perl
36526            ! numeric.c
36527 ____________________________________________________________________________
36528 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
36529         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
36530              From: Prymmer/Kahn <pvhp@best.com>
36531              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
36532              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
36533      Branch: perl
36534            ! lib/h2xs.t
36535 ____________________________________________________________________________
36536 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
36537         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
36538              cygwin does not taint cwd, just like win32.
36539      Branch: perl
36540            ! lib/File/Find/taint.t t/op/taint.t
36541 ____________________________________________________________________________
36542 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
36543         Log: Retract #10865, the patch should be unnecessary.
36544              (But seemingly helpful in Cygwin?  Strange.)
36545      Branch: perl
36546            ! lib/Memoize/t/tie_ndbm.t
36547 ____________________________________________________________________________
36548 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
36549         Log: Misplaced test file; plus Cygwin filesystem semantics.
36550      Branch: perl
36551            + ext/SDBM_File/sdbm.t
36552            - ext/ODBM_File/sdbm.t
36553            ! MANIFEST
36554 ____________________________________________________________________________
36555 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
36556         Log: (Retracted by #10867.)
36557      Branch: perl
36558            ! lib/Memoize/t/tie_ndbm.t
36559 ____________________________________________________________________________
36560 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
36561         Log: Metaconfig unit change for #10863.
36562      Branch: metaconfig/U/perl
36563            ! Extensions.U
36564 ____________________________________________________________________________
36565 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
36566         Log: In Cygwin do not build NDBM_File and ODBM_File unless
36567              -lndbm and -ldbm are available.
36568      Branch: perl
36569            ! Configure config_h.SH
36570 ____________________________________________________________________________
36571 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
36572         Log: More Cygwin filesystem semantics.
36573      Branch: perl
36574            ! t/io/fs.t t/op/stat.t
36575 ____________________________________________________________________________
36576 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
36577         Log: More DOSish permission semantics for Cygwin.
36578      Branch: perl
36579            ! lib/AnyDBM_File.t
36580 ____________________________________________________________________________
36581 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
36582         Log: Cygwin too has different permission semantics.
36583      Branch: perl
36584            ! ext/GDBM_File/gdbm.t
36585 ____________________________________________________________________________
36586 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
36587         Log: The group (and assumedly passwd) databases can have
36588              only one entry (this is the case in cygwin).
36589      Branch: perl
36590            ! t/op/grent.t t/op/pwent.t
36591 ____________________________________________________________________________
36592 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
36593         Log: Also in Cygwin use Socket to figure out domainname
36594              (if any) (avoids trying to call external 'domainname',
36595              which doesn't at the moment exist in Cygwin)
36596      Branch: perl
36597            ! lib/Net/Domain.pm
36598 ____________________________________________________________________________
36599 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
36600         Log: Remove also the lib$Foo.def, not just $Foo.def.
36601      Branch: perl
36602            ! lib/ExtUtils/MM_Unix.pm
36603 ____________________________________________________________________________
36604 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
36605         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
36606      Branch: perl
36607            ! unixish.h
36608 ____________________________________________________________________________
36609 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
36610         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
36611              to match the whole isprint(), only the space character.
36612      Branch: perl
36613            ! handy.h pod/perlre.pod t/op/pat.t
36614 ____________________________________________________________________________
36615 [ 10854] By: nick                                  on 2001/06/23  08:09:33
36616         Log: Integrate mainline
36617      Branch: perlio
36618           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
36619           !> lib/ExtUtils.t lib/File/Find/taint.t
36620           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
36621           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
36622           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36623 ____________________________________________________________________________
36624 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
36625         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
36626              with its floats    in os390 and s390 (UTS).
36627      Branch: perl
36628            ! lib/Math/BigInt/t/bigintpm.t
36629 ____________________________________________________________________________
36630 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
36631         Log: Add also UTS (s390) to the non-IEEE float platforms.
36632      Branch: perl
36633            ! t/op/sprintf.t
36634 ____________________________________________________________________________
36635 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
36636         Log: Subject: RFC: what are applicable standards for exponent sizes?
36637              From: Peter Prymmer <pvhp@forte.com>
36638              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
36639              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
36640      Branch: perl
36641            ! t/op/sprintf.t
36642 ____________________________________________________________________________
36643 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
36644         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
36645              From: Peter Prymmer <pvhp@forte.com>
36646              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
36647              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
36648      Branch: perl
36649            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36650 ____________________________________________________________________________
36651 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
36652         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
36653              From: Peter Prymmer <pvhp@forte.com>
36654              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
36655              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
36656      Branch: perl
36657            ! lib/ExtUtils.t
36658 ____________________________________________________________________________
36659 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
36660         Log: Retract #10845.
36661      Branch: perl
36662            ! lib/File/Find/taint.t
36663 ____________________________________________________________________________
36664 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
36665         Log: Yet another error message.
36666      Branch: perl
36667            ! t/op/mkdir.t
36668 ____________________________________________________________________________
36669 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
36670         Log: The croak message for nonexistent socket functions may vary.
36671      Branch: perl
36672            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
36673 ____________________________________________________________________________
36674 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
36675         Log: (Retracted by #10848.)
36676      Branch: perl
36677            ! lib/File/Find/taint.t
36678 ____________________________________________________________________________
36679 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
36680         Log: Integrate perlio.
36681      Branch: perl
36682           !> lib/File/Find/taint.t t/op/write.t
36683 ____________________________________________________________________________
36684 [ 10843] By: nick                                  on 2001/06/22  21:24:51
36685         Log: Back out debug in taint.t
36686      Branch: perlio
36687            ! lib/File/Find/taint.t
36688 ____________________________________________________________________________
36689 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
36690         Log: setitimer() does not exist in Unicos, despite of what
36691              Configure thinks, from Mark P. Lutz.
36692      Branch: perl
36693            ! hints/unicos.sh
36694 ____________________________________________________________________________
36695 [ 10841] By: nick                                  on 2001/06/22  21:19:36
36696         Log: Skip cwd test on Win32 ???
36697      Branch: perlio
36698            ! lib/File/Find/taint.t
36699 ____________________________________________________________________________
36700 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
36701         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
36702              and Tru64 gcc -Wall happy.
36703      Branch: perl
36704            ! mg.c
36705 ____________________________________________________________________________
36706 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
36707         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
36708      Branch: perl
36709            ! ext/IPC/SysV/Semaphore.pm
36710 ____________________________________________________________________________
36711 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
36712         Log: Metaconfig unit change for #10837.
36713      Branch: metaconfig/U/perl
36714            ! Cross.U
36715 ____________________________________________________________________________
36716 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
36717         Log: Cleanup of the cross-compilation unit.
36718      Branch: perl
36719            ! Configure
36720 ____________________________________________________________________________
36721 [ 10836] By: nick                                  on 2001/06/22  20:45:12
36722         Log: Skip |- based op/write.t on Win32 as well as VMS
36723      Branch: perlio
36724            ! t/op/write.t
36725 ____________________________________________________________________________
36726 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
36727         Log: Integrate perlio.
36728      Branch: perl
36729           !> util.c
36730 ____________________________________________________________________________
36731 [ 10834] By: nick                                  on 2001/06/22  20:41:54
36732         Log: Integrate mainline
36733      Branch: perlio
36734           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36735           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
36736           !> vos/config.ga.h
36737 ____________________________________________________________________________
36738 [ 10833] By: nick                                  on 2001/06/22  20:22:58
36739         Log: Patcho fix.
36740      Branch: perlio
36741            ! util.c
36742 ____________________________________________________________________________
36743 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
36744         Log: Metaconfig unit changes for #10831.
36745      Branch: metaconfig
36746            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
36747 ____________________________________________________________________________
36748 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
36749         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
36750              From: Andy Dougherty <doughera@lafayette.edu>
36751              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
36752              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
36753      Branch: perl
36754            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36755            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
36756 ____________________________________________________________________________
36757 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
36758         Log: MPE/iX prototype nits from Mark Bixby.
36759      Branch: perl
36760            ! pp_sys.c
36761 ____________________________________________________________________________
36762 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
36763         Log: Detypo.
36764      Branch: perl
36765            ! util.c
36766 ____________________________________________________________________________
36767 [ 10828] By: nick                                  on 2001/06/22  15:33:37
36768         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
36769      Branch: perlio
36770           +> lib/h2xs.t
36771           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
36772           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
36773           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
36774           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
36775           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36776           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
36777           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
36778           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
36779           !> vms/vmsish.h
36780 ____________________________________________________________________________
36781 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
36782         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
36783              Date: Fri, 22 Jun 2001 10:08:35 -0500
36784              From: "Craig A. Berry" <craigberry@mac.com>
36785              Message-Id: <a05101001b75908704194@[192.168.56.145]>
36786      Branch: perl
36787            ! vms/vms.c vms/vmsish.h
36788 ____________________________________________________________________________
36789 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
36790         Log: NetWare scripts tweak from Ananth Kesari.
36791      Branch: perl
36792            ! NetWare/t/NWScripts.pl
36793 ____________________________________________________________________________
36794 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
36795         Log: Update Changes.
36796      Branch: perl
36797            ! Changes patchlevel.h
36798 ____________________________________________________________________________
36799 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
36800         Log: Add .i and .s targets.
36801      Branch: perl
36802            ! Makefile.SH
36803 ____________________________________________________________________________
36804 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
36805         Log: Upgrade to Locale::Maketext 1.03.
36806      Branch: perl
36807            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36808            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
36809 ____________________________________________________________________________
36810 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
36811         Log: Upgrade to I18N::LangTags 0.26.
36812      Branch: perl
36813            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36814            ! lib/I18N/LangTags/test.pl
36815 ____________________________________________________________________________
36816 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
36817         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
36818              Philip Newton.
36819      Branch: perl
36820            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
36821            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36822 ____________________________________________________________________________
36823 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
36824         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
36825              From: Prymmer/Kahn <pvhp@best.com>
36826              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
36827              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
36828      Branch: perl
36829            + lib/h2xs.t
36830            ! MANIFEST utils/h2xs.PL
36831 ____________________________________________________________________________
36832 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
36833         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
36834              From: Prymmer/Kahn <pvhp@best.com>
36835              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
36836              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
36837      Branch: perl
36838            ! lib/ExtUtils.t
36839 ____________________________________________________________________________
36840 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
36841         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
36842              From: Prymmer/Kahn <pvhp@best.com>
36843              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
36844              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
36845      Branch: perl
36846            ! t/pod/plainer.t
36847 ____________________________________________________________________________
36848 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
36849         Log: AUTHORS update.
36850      Branch: perl
36851            ! AUTHORS
36852 ____________________________________________________________________________
36853 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
36854         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
36855              From: "Craig A. Berry" <craigberry@mac.com>
36856              Date: Thu, 21 Jun 2001 18:20:38 -0500
36857              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
36858      Branch: perl
36859            ! ext/POSIX/POSIX.xs
36860 ____________________________________________________________________________
36861 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
36862         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
36863              From: "Craig A. Berry" <craigberry@mac.com>
36864              Date: Thu, 21 Jun 2001 09:58:52 -0500
36865              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
36866      Branch: perl
36867            ! ext/B/Deparse.t t/op/write.t
36868 ____________________________________________________________________________
36869 [ 10814] By: nick                                  on 2001/06/22  08:13:09
36870         Log: Integrate mainline.
36871      Branch: perlio
36872           !> (integrate 46 files)
36873 ____________________________________________________________________________
36874 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
36875         Log: Change the prefixes only if $prefix is unset,
36876              as originally patched by Marcel Grunauer.
36877      Branch: perl
36878            ! hints/darwin.sh hints/rhapsody.sh
36879 ____________________________________________________________________________
36880 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
36881         Log: Subject: Re: Patch for hints/darwin.sh
36882              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
36883              Date: Thu, 21 Jun 2001 11:23:46 -0700
36884              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
36885      Branch: perl
36886            ! hints/darwin.sh hints/rhapsody.sh
36887 ____________________________________________________________________________
36888 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
36889         Log: Add .PHONY targets for non-file targets,
36890              from Wilfredo Sánchez.  Should help saying
36891              "make install" on case-insensitive filesystems.
36892      Branch: perl
36893            ! Makefile.SH
36894 ____________________________________________________________________________
36895 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
36896         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
36897              From: Doug MacEachern <dougm@covalent.net>
36898              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
36899              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
36900              
36901              plus reword the getcwd() comment, plus use getcwd() buffer
36902              size minus one.
36903      Branch: perl
36904            ! util.c
36905 ____________________________________________________________________________
36906 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
36907         Log: More gprofing from Doug MacEachern.
36908      Branch: perl
36909            ! Makefile.SH
36910 ____________________________________________________________________________
36911 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
36912         Log: Metaconfig unit change for #10807.
36913      Branch: metaconfig/U/perl
36914            ! d_sfio.U
36915 ____________________________________________________________________________
36916 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
36917         Log: Tell that you are removing the unneeded -lsfio.
36918      Branch: perl
36919            ! Configure
36920 ____________________________________________________________________________
36921 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
36922         Log: More MPE/iX tweaks from Mark Bixby.
36923      Branch: perl
36924            ! perl.c t/op/magic.t
36925 ____________________________________________________________________________
36926 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
36927         Log: The fchdir() proto is supposed to live in <unistd.h>.
36928      Branch: perl
36929            ! ext/Cwd/Cwd.xs
36930 ____________________________________________________________________________
36931 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
36932         Log: This town is too small for the Cwd extension and me,
36933              it would seem...
36934      Branch: perl
36935            ! ext/Cwd/Cwd.xs
36936 ____________________________________________________________________________
36937 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
36938         Log: Metaconfig unit change for #10802.
36939      Branch: metaconfig/U/perl
36940            ! d_modfl.U
36941 ____________________________________________________________________________
36942 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
36943         Log: More d'ohs.
36944      Branch: perl
36945            ! Configure
36946 ____________________________________________________________________________
36947 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
36948         Log: Off-by-one.  I'm so classic.
36949      Branch: perl
36950            ! util.c
36951 ____________________________________________________________________________
36952 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
36953         Log: Update Changes.
36954      Branch: perl
36955            ! Changes patchlevel.h
36956 ____________________________________________________________________________
36957 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
36958         Log: Subject: Documentation patch for Net::FTP
36959              From: Marcel Grunauer <marcel@codewerk.com>
36960              Date: Wed, 20 Jun 2001 23:03:26 +0200
36961              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
36962      Branch: perl
36963            ! lib/Net/FTP.pm
36964 ____________________________________________________________________________
36965 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
36966         Log: Retract the #10417 mg.c and embed.pl parts because of
36967              strange SEGVs in 64bit x86 FreeBSD observed by
36968              Nicholas Clark.
36969      Branch: perl
36970            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
36971 ____________________________________________________________________________
36972 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
36973         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
36974      Branch: perl
36975            ! Configure NetWare/config.wc NetWare/config_H.wc
36976            ! Porting/Glossary Porting/config.sh Porting/config_H
36977            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36978            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36979            ! vos/config.ga.h win32/config.bc win32/config.gc
36980            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36981            ! win32/config_H.vc
36982 ____________________________________________________________________________
36983 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
36984         Log: Cwd tweak from Doug MacEachern.
36985      Branch: perl
36986            ! ext/Cwd/Cwd.xs
36987 ____________________________________________________________________________
36988 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
36989         Log: Protect the fchdir() and lstat() with ifdefs.
36990              fchdir() needs a Configure probe.
36991      Branch: perl
36992            ! ext/Cwd/Cwd.xs
36993 ____________________________________________________________________________
36994 [ 10794] By: nick                                  on 2001/06/21  17:11:35
36995         Log: Integrate mainline
36996      Branch: perlio
36997           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
36998           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
36999           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
37000           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
37001           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
37002           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
37003           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
37004           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
37005            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
37006            - lib/File/Glob/case.t lib/File/Glob/global.t
37007            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
37008            - lib/File/Temp/posix.t lib/File/Temp/security.t
37009            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
37010            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
37011            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
37012            - lib/Text/Wrap/wrap.t
37013           !> (integrate 41 files)
37014 ____________________________________________________________________________
37015 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
37016         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
37017              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
37018              Date: Thu, 21 Jun 2001 13:04:54 -0500
37019              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
37020      Branch: perl
37021            ! ext/Cwd/Cwd.xs
37022 ____________________________________________________________________________
37023 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
37024         Log: Subject: [PATCH pod] overlong =item
37025              From: Robin Barker <rmb1@cise.npl.co.uk>
37026              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
37027              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
37028      Branch: perl
37029            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
37030            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37031 ____________________________________________________________________________
37032 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
37033         Log: Subject: [PATCH perlio.c] format 
37034              From: Robin Barker <rmb1@cise.npl.co.uk>
37035              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
37036              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
37037      Branch: perl
37038            ! perlio.c
37039 ____________________________________________________________________________
37040 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
37041         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
37042              From: Radu Greab <radu@netsoft.ro>
37043              Date: Thu, 21 Jun 2001 19:06:02 +0300
37044              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
37045      Branch: perl
37046            ! pod/perlapi.pod sv.c
37047 ____________________________________________________________________________
37048 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
37049         Log: The metaconfig unit changes for #10788.
37050      Branch: metaconfig/U/perl
37051            ! Cross.U fflushall.U
37052 ____________________________________________________________________________
37053 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
37054         Log: Cross-configuration changes: make $from to rm the files
37055              before copying them over (this means that he rm can be
37056              removed from the fflushall test), create $targetmkdir      
37057              (not documented in install since it is supposed to internal
37058              use only), make $run to copy over the executable only if
37059              a stamp file .xok doesn't already exist (to avoid unnecessary
37060              copying of the executable)
37061      Branch: perl
37062            ! Configure Makefile.SH
37063 ____________________________________________________________________________
37064 [ 10787] By: nick                                  on 2001/06/21  14:16:18
37065         Log: Integrate mainline
37066      Branch: perlio
37067           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
37068           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
37069           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
37070            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
37071           !> (integrate 34 files)
37072 ____________________________________________________________________________
37073 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
37074         Log: Re-add the files as text.
37075      Branch: perl
37076            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
37077 ____________________________________________________________________________
37078 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
37079         Log: Delete the binary files.
37080      Branch: perl
37081            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
37082 ____________________________________________________________________________
37083 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
37084         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
37085              From: Andy Dougherty <doughera@lafayette.edu>
37086              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
37087              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
37088      Branch: perl
37089            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
37090            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
37091            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
37092            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
37093 ____________________________________________________________________________
37094 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
37095         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
37096              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
37097              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
37098              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
37099              
37100              Setting umask to something friendlier.
37101      Branch: perl
37102            ! installman installperl
37103 ____________________________________________________________________________
37104 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
37105         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
37106              Resort MANIFEST with sort -f, looks much better.
37107      Branch: perl
37108            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
37109            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
37110            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
37111            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
37112            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
37113            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
37114            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
37115            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
37116            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
37117            - lib/File/Glob/case.t lib/File/Glob/global.t
37118            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
37119            - lib/File/Temp/posix.t lib/File/Temp/security.t
37120            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
37121            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
37122            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
37123            - lib/Text/Wrap/wrap.t
37124            ! MANIFEST
37125 ____________________________________________________________________________
37126 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
37127         Log: Upgrade to I18N::LangTags 0.25.
37128      Branch: perl
37129            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37130            ! lib/I18N/LangTags/List.pm
37131 ____________________________________________________________________________
37132 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
37133         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
37134              From: Richard Soderberg <rs@crystalflame.net>
37135              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
37136              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
37137      Branch: perl
37138            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
37139            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
37140 ____________________________________________________________________________
37141 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
37142         Log: Test obsoleted by change #10777.
37143      Branch: perl
37144            ! t/op/sub_lval.t
37145 ____________________________________________________________________________
37146 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
37147         Log: Case of confused test numbering.
37148      Branch: perl
37149            ! t/op/pat.t
37150 ____________________________________________________________________________
37151 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
37152         Log: Subject: Re: Opinion on undef lvalue
37153              From: Abhijit Menon-Sen <ams@wiw.org>
37154              Date: Sun, 17 Jun 2001 13:04:46 +0530
37155              Message-ID: <20010617130446.B27925@lustre.linux.in>
37156              
37157              Allow lvalue subs to return undef in array context.
37158      Branch: perl
37159            ! pp_hot.c
37160 ____________________________________________________________________________
37161 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
37162         Log: Just a guess that using the same hack for cygwin as
37163              for win32 might help.
37164      Branch: perl
37165            ! lib/File/Find/find.t
37166 ____________________________________________________________________________
37167 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
37168         Log: NetWare tweaks from Guruprasad.
37169      Branch: perl
37170            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
37171            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
37172            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
37173            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
37174 ____________________________________________________________________________
37175 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
37176         Log: Subject: Re: perl@10722: Bogus warnings on REs 
37177              From: Hugo <hv@crypt.compulink.co.uk>
37178              Date: Thu, 21 Jun 2001 09:51:17 +0100
37179              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
37180              
37181              Unroll to avoid a UTS compiler bug.
37182      Branch: perl
37183            ! regcomp.c
37184 ____________________________________________________________________________
37185 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
37186         Log: Subject: Re: [PATCH] Make /o work under i?threads
37187              From: Artur Bergman <artur@contiller.se>
37188              Date: Thu, 21 Jun 2001 14:38:03 +0200
37189              Message-ID: <B757B74A.184D%artur@contiller.se>
37190      Branch: perl
37191            ! t/op/pat.t
37192 ____________________________________________________________________________
37193 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
37194         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
37195              From: Artur Bergman <artur@contiller.se> 
37196              Date: Thu, 21 Jun 2001 14:27:33 +0200
37197              Message-ID: <B757B4D4.1849%artur@contiller.se>
37198              
37199              Plus extra parentheses.
37200      Branch: perl
37201            ! op.h
37202 ____________________________________________________________________________
37203 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
37204         Log: Subject: [PATCH] Make /o work under i?threads
37205              From: Richard Soderberg <rs@crystalflame.net>
37206              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
37207              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
37208      Branch: perl
37209            ! pp_ctl.c
37210 ____________________________________________________________________________
37211 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
37212         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
37213              From: Artur Bergman <artur@contiller.se>
37214              Date: Thu, 21 Jun 2001 14:04:54 +0200
37215              Message-ID: <B757AF86.1842%artur@contiller.se>
37216      Branch: perl
37217            ! op.h
37218 ____________________________________________________________________________
37219 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
37220         Log: Subject: Re: perl@10765: sv.c not OK on win32
37221              From: Artur Bergman <artur@contiller.se>
37222              Date: Thu, 21 Jun 2001 10:31:06 +0200
37223              Message-ID: <B7577D69.182C%artur@contiller.se>
37224      Branch: perl
37225            ! sv.c
37226 ____________________________________________________________________________
37227 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
37228         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
37229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37230              Date: Thu, 21 Jun 2001 06:23:56 -0400
37231              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
37232              
37233              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
37234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37235              Date: Thu, 21 Jun 2001 06:32:21 -0400
37236              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
37237      Branch: perl
37238            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
37239 ____________________________________________________________________________
37240 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
37241         Log: Subject: [PATCH] make syslog test more verbose
37242              From: Robert Spier <rspier@pobox.com>
37243              Date: Thu, 21 Jun 2001 00:54:32 -0400
37244              Message-ID: <15153.32264.295807.333073@rls.cx>
37245      Branch: perl
37246            ! ext/Sys/Syslog/syslog.t
37247 ____________________________________________________________________________
37248 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
37249         Log: Subject: op/study.t refinements
37250              From: Hugo <hv@crypt.compulink.co.uk>
37251              Date: Thu, 21 Jun 2001 00:29:07 +0100
37252              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
37253      Branch: perl
37254            ! t/op/study.t
37255 ____________________________________________________________________________
37256 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
37257         Log: Update Changes.
37258      Branch: perl
37259            ! Changes patchlevel.h
37260 ____________________________________________________________________________
37261 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
37262         Log: Subject: Re: [PATCH] djgpp updates
37263              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37264              Date: Wed, 20 Jun 2001 10:05:15 +0200
37265              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
37266      Branch: perl
37267            ! djgpp/config.over
37268 ____________________________________________________________________________
37269 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
37270         Log: Fix for ID 20010619.002 "When building hash, hash keys that
37271              are function calls are not being called", from Abhijit.
37272      Branch: perl
37273            ! t/base/lex.t toke.c
37274 ____________________________________________________________________________
37275 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
37276         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
37277      Branch: perl
37278            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
37279            + lib/Locale/Maketext/test.pl
37280            - lib/Locale/Maketext.t
37281            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37282            ! lib/Locale/Maketext/TPJ13.pod
37283 ____________________________________________________________________________
37284 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
37285         Log: Metaconfig unit change for #10760.
37286      Branch: metaconfig
37287            ! U/modified/Cppsym.U
37288 ____________________________________________________________________________
37289 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
37290         Log: Do not remove the ccsym* Cppsym* files since
37291              they are useful for metaconfig units coming after us.
37292              (This is the Configure nit mentioned in #10752.)
37293      Branch: perl
37294            ! Configure
37295 ____________________________________________________________________________
37296 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
37297         Log: Update to I18N::LangTags 0.24, from Sean Burke.
37298      Branch: perl
37299            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
37300            + lib/I18N/LangTags/README
37301            - lib/I18N/LangTags/List.pod
37302            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
37303 ____________________________________________________________________________
37304 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
37305         Log: Regen headers.
37306      Branch: perl
37307            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
37308            ! pod/perlapi.pod proto.h
37309 ____________________________________________________________________________
37310 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
37311         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
37312              From: Artur Bergman <artur@contiller.se>
37313              Date: Wed, 20 Jun 2001 11:31:32 +0200
37314              Message-ID: <B7563A14.17D8%artur@contiller.se>
37315      Branch: perl
37316            ! embed.pl hv.c intrpvar.h sv.c sv.h
37317 ____________________________________________________________________________
37318 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
37319         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
37320              From: Tim Sweetman <tim@aldigital.co.uk> 
37321              Date: Wed, 13 Jun 2001 14:25:17 +0100 
37322              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
37323      Branch: perl
37324            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
37325 ____________________________________________________________________________
37326 [ 10755] By: nick                                  on 2001/06/20  16:12:37
37327         Log: Integrate mainline
37328      Branch: perlio
37329           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
37330           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
37331           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
37332           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
37333           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
37334           !> t/op/study.t util.c
37335 ____________________________________________________________________________
37336 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
37337         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
37338              but not Makefile)
37339      Branch: maint-5.6/perl
37340            ! win32/Makefile
37341 ____________________________________________________________________________
37342 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
37343         Log: Security tweak on readlink().
37344      Branch: perl
37345            ! pp_sys.c
37346 ____________________________________________________________________________
37347 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
37348         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
37349      Branch: perl
37350            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
37351            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
37352            ! mpeix/relink t/op/pwent.t
37353 ____________________________________________________________________________
37354 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
37355         Log: Reinstate #10725 (with probe for alarm()).
37356      Branch: perl
37357            ! t/op/study.t
37358 ____________________________________________________________________________
37359 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
37360         Log: Replace our implementation of realpath() with OpenBSD's
37361              (src/lib/libc/stdlib/realpath.c 1.4).
37362      Branch: perl
37363            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
37364            ! pod/perldiag.pod proto.h util.c
37365 ____________________________________________________________________________
37366 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
37367         Log: Integrate perlio.
37368      Branch: perl
37369           !> perlio.c
37370 ____________________________________________________________________________
37371 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
37372         Log: No point in going into memory-saving contortions
37373              with getcwd() since there's a danger of buffer overflow.
37374              Also make the POSIX extension to use sv_getcwd().
37375              Finally, a missed proto.h fragment.
37376      Branch: perl
37377            ! ext/POSIX/POSIX.xs proto.h util.c
37378 ____________________________________________________________________________
37379 [ 10747] By: nick                                  on 2001/06/20  12:38:26
37380         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
37381      Branch: perlio
37382            ! perlio.c
37383 ____________________________________________________________________________
37384 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
37385         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
37386              From: Graham Barr <gbarr@pobox.com>
37387              Date: Wed, 20 Jun 2001 11:05:49 +0100
37388              Message-ID: <20010620110549.I19188@pobox.com>
37389              
37390              reported in        
37391              
37392              Subject: Bug in IO::Socket::INET module (repeat)
37393              From: "Harmon S. Nine" <hnine@netarx.com>
37394              Date: Tue, 19 Jun 2001 09:41:35 -0400
37395              Message-ID: <3B2F568F.8080605@netarx.com>
37396              
37397              The bug was that the IO::Socket::INET constructor
37398              did not allow a 'LocalPort' of 0.
37399      Branch: perl
37400            ! ext/IO/lib/IO/Socket/INET.pm
37401 ____________________________________________________________________________
37402 [ 10745] By: nick                                  on 2001/06/20  08:56:39
37403         Log: Integrate mainline.
37404      Branch: perlio
37405           !> (integrate 37 files)
37406 ____________________________________________________________________________
37407 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
37408         Log: After some reading I don't think we can blindly
37409              use systems' realpath().  Too many security problems,
37410              too many buggy implementations.
37411              
37412              TODO: the realpath() emulation code in util.c doesn't
37413              seem fully operational?  (readlink(), for example?)
37414      Branch: perl
37415            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
37416            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
37417            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
37418            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
37419            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
37420            ! win32/config_H.gc win32/config_H.vc
37421 ____________________________________________________________________________
37422 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
37423         Log: Metaconfig unit change for #10738.
37424      Branch: metaconfig
37425            ! U/compline/d_gconvert.U
37426 ____________________________________________________________________________
37427 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
37428         Log: Integrate change #10739 from maintperl:
37429              
37430              C<eval "/x$\r\n/x"> fails to compile correctly 
37431      Branch: perl
37432           !> t/op/pat.t toke.c
37433 ____________________________________________________________________________
37434 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
37435         Log: Retract #10725 (Hugo asked NOT to apply the patch)
37436      Branch: perl
37437            ! t/op/study.t
37438 ____________________________________________________________________________
37439 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
37440         Log: The test.third results were funnily named because of the
37441              new test scheme.
37442      Branch: perl
37443            ! t/TEST
37444 ____________________________________________________________________________
37445 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
37446         Log: C<eval "/x$\r\n/x"> fails to compile correctly
37447      Branch: maint-5.6/perl
37448            ! t/op/pat.t toke.c
37449 ____________________________________________________________________________
37450 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
37451         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
37452              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37453              Date: Tue, 19 Jun 2001 19:15:40 -0400
37454              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
37455              
37456              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
37457              because "1e+129" being expected but "1.e+129" being returned.
37458              The culprit (at least in Tru64) is the use of gcvt().
37459      Branch: perl
37460            ! Configure
37461 ____________________________________________________________________________
37462 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
37463         Log: Subject: [PATCH perl@10722] test hunting on VMS
37464              From: "Craig A. Berry" <craigberry@mac.com>
37465              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
37466              Date: Tue, 19 Jun 2001 18:59:01 -0500
37467      Branch: perl
37468            ! vms/test.com
37469 ____________________________________________________________________________
37470 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
37471         Log: Subject: [PATCH] s/typos//
37472              From: Abhijit Menon-Sen <ams@wiw.org>
37473              Date: Wed, 20 Jun 2001 02:15:02 +0530
37474              Message-ID: <20010620021502.A14541@lustre.linux.in>
37475              
37476              Without the op.h s/bearword/bareword/ hunk, see
37477              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
37478      Branch: perl
37479            ! util.c
37480 ____________________________________________________________________________
37481 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
37482         Log: Metaconfig unit change for #10732 and #10733.
37483      Branch: metaconfig/U/perl
37484            ! fflushall.U
37485 ____________________________________________________________________________
37486 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
37487         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
37488              From: "Craig A. Berry" <craigberry@mac.com>
37489              Date: Tue, 19 Jun 2001 17:19:48 -0500
37490              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
37491      Branch: perl
37492            ! configure.com vms/descrip_mms.template
37493 ____________________________________________________________________________
37494 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
37495         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
37496              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37497              Date: Tue, 19 Jun 2001 16:48:07 -0400
37498              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
37499              
37500              Further fixes to fflush(NULL) detection.
37501      Branch: perl
37502            ! Configure
37503 ____________________________________________________________________________
37504 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
37505         Log: AIX test -s hangs with non-existent files?
37506              (A genuine logic bug in Configure, but AIX also broken?)
37507      Branch: perl
37508            ! Configure
37509 ____________________________________________________________________________
37510 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
37511         Log: AUTHORS updates.
37512      Branch: perl
37513            ! AUTHORS
37514 ____________________________________________________________________________
37515 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
37516         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
37517              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37518              Date: Tue, 19 Jun 2001 15:33:25 -0400
37519              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
37520      Branch: perl
37521            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
37522            ! t/lib/warnings/pp
37523 ____________________________________________________________________________
37524 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
37525         Log: Integrate perlio.
37526      Branch: perl
37527           !> lib/File/Find/find.t win32/distclean.bat
37528 ____________________________________________________________________________
37529 [ 10728] By: nick                                  on 2001/06/19  18:24:53
37530         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
37531      Branch: perlio
37532            ! lib/File/Find/find.t win32/distclean.bat
37533 ____________________________________________________________________________
37534 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
37535         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
37536              also add information how to find out whether one has PerlIO.
37537      Branch: perl
37538            ! pod/perlfunc.pod
37539 ____________________________________________________________________________
37540 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
37541         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
37542              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37543              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
37544              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
37545      Branch: perl
37546            ! pod/perlfunc.pod
37547 ____________________________________________________________________________
37548 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
37549         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37550              From: Hugo <hv@crypt.compulink.co.uk>
37551              Date: Tue, 19 Jun 2001 12:37:30 +0100
37552              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
37553      Branch: perl
37554            ! t/op/study.t
37555 ____________________________________________________________________________
37556 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
37557         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37558              From: Hugo <hv@crypt.compulink.co.uk>
37559              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
37560              Date: Tue, 19 Jun 2001 13:15:17 +0100
37561      Branch: perl
37562            ! util.c
37563 ____________________________________________________________________________
37564 [ 10723] By: nick                                  on 2001/06/19  14:46:15
37565         Log: Integrate mainline
37566      Branch: perlio
37567           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
37568           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
37569           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
37570           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
37571           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
37572           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37573            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37574            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37575            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37576            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37577            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37578            - ext/Thread/unsync4.t
37579           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
37580           !> djgpp/config.over djgpp/fixpmain
37581           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
37582           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
37583           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
37584 ____________________________________________________________________________
37585 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
37586         Log: Update Changes.
37587      Branch: perl
37588            ! Changes patchlevel.h
37589 ____________________________________________________________________________
37590 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
37591         Log: The existence shall be MANIFESted.
37592      Branch: perl
37593            ! MANIFEST
37594 ____________________________________________________________________________
37595 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
37596         Log: The old libnet.cfg is first searched from the current directory,
37597              only then from the module path.
37598      Branch: perl
37599            ! utils/libnetcfg.PL
37600 ____________________________________________________________________________
37601 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
37602         Log: NetWare tweaks from Guruprasad.
37603      Branch: perl
37604            ! NetWare/Makefile NetWare/config.wc
37605 ____________________________________________________________________________
37606 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
37607         Log: Subject: [PATCH] djgpp updates
37608              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37609              Date: Tue, 19 Jun 2001 10:59:06 +0200
37610              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
37611      Branch: perl
37612            ! djgpp/config.over djgpp/fixpmain
37613 ____________________________________________________________________________
37614 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
37615         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
37616              From: Prymmer/Kahn <pvhp@best.com>
37617              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
37618              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
37619      Branch: perl
37620            ! win32/Makefile
37621 ____________________________________________________________________________
37622 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
37623         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
37624              to happen right after the inclusion of <inttypes.h>,
37625              from Edward Moy.
37626      Branch: perl
37627            ! handy.h perl.h
37628 ____________________________________________________________________________
37629 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
37630         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
37631              From: Doug MacEachern <dougm@covalent.net>
37632              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
37633              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
37634      Branch: perl
37635            ! ext/DynaLoader/DynaLoader_pm.PL
37636 ____________________________________________________________________________
37637 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
37638         Log: Revert #10656 for performance reasons but leave in the
37639              use of Hv*() macros -- in comments, so that grepping the
37640              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
37641              suggested by Sarathy, also by Abhijit.)
37642      Branch: perl
37643            ! hv.c
37644 ____________________________________________________________________________
37645 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
37646         Log: Subject: [patch] .s MakeMaker suffix
37647              From: Doug MacEachern <dougm@covalent.net>
37648              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
37649              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
37650      Branch: perl
37651            ! lib/ExtUtils/MM_Unix.pm
37652 ____________________________________________________________________________
37653 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
37654         Log: One test lost in the big shuffle restored.
37655      Branch: perl
37656            + ext/IPC/SysV/ipcsysv.t
37657            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
37658 ____________________________________________________________________________
37659 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
37660         Log: Rename the old non-standard threads tests so that
37661              they won't be invoked.
37662      Branch: perl
37663            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
37664            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
37665            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
37666            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
37667            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
37668            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37669            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37670            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37671            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37672            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37673            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37674            - ext/Thread/unsync4.t
37675            ! MANIFEST
37676 ____________________________________________________________________________
37677 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
37678         Log: Integrate perlio.
37679      Branch: perl
37680           !> win32/config_sh.PL
37681 ____________________________________________________________________________
37682 [ 10709] By: nick                                  on 2001/06/19  08:18:18
37683         Log: Integrate mainline
37684      Branch: perlio
37685           +> (branch 40 files)
37686            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
37687            - lib/strict/subs lib/strict/vars lib/warnings/1global
37688            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
37689            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
37690            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
37691            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
37692            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
37693            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
37694            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
37695            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
37696            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
37697            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
37698            - lib/warnings/utf8 lib/warnings/util
37699           !> (integrate 57 files)
37700 ____________________________________________________________________________
37701 [ 10708] By: nick                                  on 2001/06/19  07:57:10
37702         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
37703      Branch: perlio
37704            ! win32/config_sh.PL
37705 ____________________________________________________________________________
37706 [ 10707] By: nick                                  on 2001/06/19  07:05:07
37707         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
37708      Branch: perl
37709            ! perly.c perly.y perly_c.diff vms/perly_c.vms
37710 ____________________________________________________________________________
37711 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
37712         Log: More perl572delta tweaks.
37713      Branch: perl
37714            ! pod/perl572delta.pod
37715 ____________________________________________________________________________
37716 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
37717         Log: Update perl572delta.
37718      Branch: perl
37719            ! pod/perl572delta.pod
37720 ____________________________________________________________________________
37721 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
37722         Log: VOS updates from Paul Green.
37723      Branch: perl
37724            ! vos/Changes vos/build.cm vos/perl.bind
37725 ____________________________________________________________________________
37726 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
37727         Log: Update the vos/config.*.* files.
37728      Branch: perl
37729            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37730            ! vos/config.ga.h
37731 ____________________________________________________________________________
37732 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
37733         Log: Add a makefile for more painless adding of symbols to the
37734              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
37735              takes care of the adding)
37736      Branch: perl
37737            + vos/Makefile
37738 ____________________________________________________________________________
37739 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
37740         Log: Make libnetcfg by default display the libnet configuration,
37741              -c to change, add -i for old config, document all options,
37742              regen toc.
37743      Branch: perl
37744            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
37745 ____________________________________________________________________________
37746 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
37747         Log: gcc -Wall sweep.
37748      Branch: perl
37749            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
37750 ____________________________________________________________________________
37751 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
37752         Log: So there.
37753      Branch: perl
37754            ! universal.c
37755 ____________________________________________________________________________
37756 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
37757         Log: Document the need for sv_printify().
37758              
37759              Document that 'use utf8' has been considered.
37760              
37761              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
37762      Branch: perl
37763            ! pod/perltodo.pod universal.c
37764 ____________________________________________________________________________
37765 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
37766         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
37767              From: Nicholas Clark <nick@ccl4.org>
37768              Date: Mon, 18 Jun 2001 23:29:23 +0100
37769              Message-ID: <20010618232923.I98663@plum.flirble.org>
37770      Branch: perl
37771            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
37772            ! ext/Sys/Syslog/Makefile.PL
37773 ____________________________________________________________________________
37774 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
37775         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
37776              From: Scott.L.Miller@Compaq.com
37777              Date: Mon, 18 Jun 2001 10:12:27 -0500
37778              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
37779      Branch: perl
37780            ! lib/perl5db.pl pod/perldebug.pod
37781 ____________________________________________________________________________
37782 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
37783         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
37784              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
37785              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
37786              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
37787      Branch: perl
37788            ! lib/Carp/Heavy.pm
37789 ____________________________________________________________________________
37790 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
37791         Log: Subject: [PATCH] Documentation changes for CLONE
37792              From: Artur Bergman <artur@contiller.se>
37793              Date: Mon, 18 Jun 2001 22:06:37 +0200
37794              Message-ID: <B7542BEC.1719%artur@contiller.se>
37795      Branch: perl
37796            ! pod/perlmod.pod pod/perlsub.pod
37797 ____________________________________________________________________________
37798 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
37799         Log: Subject: Re: configure.com
37800              From: "Craig A. Berry" <craigberry@mac.com>
37801              Date: Mon, 18 Jun 2001 16:04:38 -0500
37802              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
37803      Branch: perl
37804            ! configure.com
37805 ____________________________________________________________________________
37806 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
37807         Log: Subject: PL_nullstash + perl_clone()
37808              From: Doug MacEachern <dougm@covalent.net>
37809              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
37810              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
37811      Branch: perl
37812            ! sv.c
37813 ____________________________________________________________________________
37814 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
37815         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
37816              From: davem@fdgroup.co.uk
37817              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
37818              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
37819      Branch: perl
37820            ! embed.pl pod/perlapi.pod
37821 ____________________________________________________________________________
37822 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
37823         Log: More cross-compilation defaults gleaned from -Dcc
37824              if it is CPU-OS-gcc.
37825      Branch: metaconfig
37826            ! U/modified/libc.U
37827      Branch: metaconfig/U/perl
37828            ! Cross.U
37829      Branch: perl
37830            ! Configure INSTALL
37831 ____________________________________________________________________________
37832 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
37833         Log: Update Changes.
37834      Branch: perl
37835            ! Changes patchlevel.h
37836 ____________________________________________________________________________
37837 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
37838         Log: Subject: [PATCH 5.7.1] sv.c documentation
37839              From: davem@fdgroup.co.uk
37840              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
37841              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
37842      Branch: perl
37843            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
37844            ! sv.c sv.h
37845 ____________________________________________________________________________
37846 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
37847         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
37848              From: "Jon Gunnip" <jongunnip@hotmail.com>
37849              Date: Sun, 17 Jun 2001 18:24:29 -0400
37850              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
37851      Branch: perl
37852            ! pod/perlvar.pod
37853 ____________________________________________________________________________
37854 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
37855         Log: Move the locale/strict/warnings helper files back
37856              under the t/lib; this way the amount of non-installabled
37857              stuff under lib/ stays smaller.
37858      Branch: perl
37859            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
37860            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
37861            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
37862            + t/lib/warnings/5nolint t/lib/warnings/6default
37863            + t/lib/warnings/7fatal t/lib/warnings/8signal
37864            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
37865            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
37866            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
37867            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
37868            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
37869            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
37870            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
37871            + t/lib/warnings/taint t/lib/warnings/toke
37872            + t/lib/warnings/universal t/lib/warnings/utf8
37873            + t/lib/warnings/util
37874            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
37875            - lib/strict/subs lib/strict/vars lib/warnings/1global
37876            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
37877            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
37878            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
37879            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
37880            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
37881            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
37882            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
37883            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
37884            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
37885            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
37886            - lib/warnings/utf8 lib/warnings/util
37887            ! MANIFEST installperl lib/locale.t lib/strict.t
37888 ____________________________________________________________________________
37889 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
37890         Log: Split off the pack/unpack code, from Nicholas Clark.
37891      Branch: perl
37892            + pp_pack.c
37893            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
37894            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
37895            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
37896 ____________________________________________________________________________
37897 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
37898         Log: Guard the SysV IPC tests against being invoked in
37899              SysV-IPC-less places.
37900      Branch: perl
37901            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
37902 ____________________________________________________________________________
37903 [ 10683] By: nick                                  on 2001/06/18  12:24:42
37904         Log: Integrate mainline (new test scheme now ok on Linux).
37905      Branch: perlio
37906           +> lib/warnings.t
37907           !> dump.c sv.c
37908 ____________________________________________________________________________
37909 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
37910         Log: Add the locale.c and numeric.c to the microperl sources.
37911      Branch: perl
37912            ! Makefile.micro win32/Makefile
37913 ____________________________________________________________________________
37914 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
37915         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
37916              From: Abhijit Menon-Sen <ams@wiw.org>
37917              Date: Mon, 18 Jun 2001 14:23:44 +0530
37918              Message-ID: <20010618142344.A13136@lustre.linux.in>
37919      Branch: perl
37920            ! dump.c
37921 ____________________________________________________________________________
37922 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
37923         Log: Subject: Re: [PATCH] more anonymous stash cleanups
37924              From: Abhijit Menon-Sen <ams@wiw.org>
37925              Date: Mon, 18 Jun 2001 15:50:32 +0530
37926              Message-ID: <20010618155032.A13223@lustre.linux.in>
37927              
37928              Plus the comment left in as suggested by NI-S.
37929      Branch: perl
37930            ! sv.c
37931 ____________________________________________________________________________
37932 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
37933         Log: One missed file.
37934      Branch: perl
37935            + lib/warnings.t
37936 ____________________________________________________________________________
37937 [ 10678] By: nick                                  on 2001/06/18  08:05:29
37938         Log: Integrate mainline (part2 - the deletes)
37939      Branch: perlio
37940            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
37941            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
37942            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
37943            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
37944            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
37945            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
37946            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
37947            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
37948            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
37949            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
37950            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
37951 ____________________________________________________________________________
37952 [ 10677] By: nick                                  on 2001/06/18  08:04:44
37953         Log: Integrate mainline (part1)
37954      Branch: perlio
37955           +> (branch 376 files)
37956            - (delete 219 files)
37957           !> (integrate 151 files)
37958 ____________________________________________________________________________
37959 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
37960         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
37961              No doubt I made some mistakes like missed some files or
37962              misnamed some files.  The naming rules were more or less:
37963              (1) if the module is from CPAN, follows its ways, be it
37964              t/*.t or test.pl.
37965              (2) otherwise if there are multiple tests for a module
37966              put them in a t/
37967              (3) otherwise if there's only one test put it in Module.t
37968              (4) helper files go to module/ (locale, strict, warnings)
37969              (5) use longer filenames now that we can (but e.g. the
37970              compat-0.6.t and the Text::Balanced test files still
37971              were renamed to be more civil against the 8.3 people)
37972              installperl was updated appropriately not to install the
37973              *.t files or the help files from under lib.
37974              
37975              TODO: some helper files still remain under t/ that could
37976              follow their 'masters'.  UPDATE: On second thoughts, why
37977              should they.  They can continue to live under t/lib, and
37978              in fact the locale/strict/warnings helpers that were moved
37979              could be moved back.  This way the amount of non-installable
37980              stuff under lib/ stays smaller.
37981      Branch: perl
37982            + (add 253 files)
37983            - (delete 254 files)
37984            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
37985 ____________________________________________________________________________
37986 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
37987         Log: The warning no more comes from util.c, it comes from numeric.c.
37988      Branch: perl
37989            ! README.tru64
37990 ____________________________________________________________________________
37991 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
37992         Log: Subject: Re: anyone good at casting spells?
37993              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37994              Date: Sun, 17 Jun 2001 21:21:04 -0400
37995              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
37996      Branch: perl
37997            ! ext/POSIX/POSIX.xs hv.h
37998 ____________________________________________________________________________
37999 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
38000         Log: Protect the (original) thread tests against testing if no 5.005
38001              threads have been configured.
38002      Branch: perl
38003            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
38004            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
38005            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
38006            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
38007            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
38008            ! ext/Thread/unsync4.t
38009 ____________________________________________________________________________
38010 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
38011         Log: Try the new test scanning scheme on Text::Abbrev.
38012      Branch: perl
38013            + lib/Text/Abbrev.t
38014            - lib/Text/Abbrev/t/abbrev.t
38015            ! MANIFEST
38016 ____________________________________________________________________________
38017 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
38018         Log: Change the scan policy of the *.t and test.pl files,
38019              now the *.t do not need to live in a t/ directory.
38020      Branch: perl
38021            ! t/TEST t/harness
38022 ____________________________________________________________________________
38023 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
38024         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
38025              From: Ilmari Karonen <iltzu@sci.fi>
38026              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
38027              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
38028      Branch: perl
38029            ! pod/perlfaq7.pod
38030 ____________________________________________________________________________
38031 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
38032         Log: Quench the warnings from Tru64; the HP-UX is still
38033              broken because it really, REALLY, doesn't like the
38034              HvARRAY() being lvalue:
38035              
38036              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
38037              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
38038      Branch: perl
38039            ! hv.c
38040 ____________________________________________________________________________
38041 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
38042         Log: Integrate change #10667 from maintperl:
38043              
38044              change#10449 broke the special-case that makes lexicals inside the
38045              eval"" within DB::DB() visible
38046      Branch: perl
38047           !> op.c
38048 ____________________________________________________________________________
38049 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
38050         Log: change#10449 broke the special-case that makes lexicals inside the
38051              eval"" within DB::DB() visible
38052      Branch: maint-5.6/perl
38053            ! op.c
38054 ____________________________________________________________________________
38055 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
38056         Log: Still spurious output; indent the code a bit.
38057              
38058              TODO1: separate the utility functions like MkDir
38059              into a helper script?
38060              
38061              TODO2: I see a lot of repetition in the filepath()
38062              and dirpath() calls.
38063      Branch: perl
38064            ! t/lib/filefind.t t/lib/findtaint.t
38065 ____________________________________________________________________________
38066 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
38067         Log: Regen modlib, toc.
38068      Branch: perl
38069            ! pod/perlmodlib.pod pod/perltoc.pod
38070 ____________________________________________________________________________
38071 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
38072         Log: Add libnetcfg to perlutil.
38073      Branch: perl
38074            ! pod/perlutil.pod
38075 ____________________________________________________________________________
38076 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
38077         Log: Initial integration of libnet-1.0703.
38078              The Configure script renamed as libnetcfg, will be
38079              installed along other utilities.
38080      Branch: perl
38081            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
38082            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
38083            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
38084            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
38085            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
38086            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
38087            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
38088            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
38089            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
38090            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
38091            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
38092            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38093            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
38094            + utils/libnetcfg.PL
38095            ! MANIFEST utils.lst utils/Makefile
38096 ____________________________________________________________________________
38097 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
38098         Log: Less potentially test-harness-confusing output.
38099      Branch: perl
38100            ! lib/Memoize/t/expire_module_t.t
38101 ____________________________________________________________________________
38102 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
38103         Log: The final print annoys make test.
38104      Branch: perl
38105            ! t/lib/filefind.t t/lib/findtaint.t
38106 ____________________________________________________________________________
38107 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
38108         Log: Add an option for handling dangling symbolic links.
38109      Branch: perl
38110            ! lib/File/Find.pm t/lib/filefind.t
38111 ____________________________________________________________________________
38112 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
38113         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
38114              From: Thomas Wegner <wegner_thomas@yahoo.com>
38115              Date: Sun, 17 Jun 2001 14:43:11 +0200
38116              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
38117      Branch: perl
38118            + t/lib/findtaint.t
38119            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
38120 ____________________________________________________________________________
38121 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
38122         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
38123              From: Jonathan Stowe <gellyfish@gellyfish.com>
38124              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
38125              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
38126      Branch: perl
38127            ! lib/ExtUtils/MM_Unix.pm
38128 ____________________________________________________________________________
38129 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
38130         Log: Subject: [PATCH] more anonymous stash cleanups
38131              From: Abhijit Menon-Sen <ams@wiw.org>
38132              Date: Sun, 17 Jun 2001 11:44:06 +0530
38133              Message-ID: <20010617114406.A25203@lustre.linux.in>
38134      Branch: perl
38135            ! op.c
38136 ____________________________________________________________________________
38137 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
38138         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
38139              From: Abhijit Menon-Sen <ams@wiw.org>
38140              Date: Sun, 17 Jun 2001 08:02:59 +0530
38141              Message-ID: <20010617080259.A28776@lustre.linux.in>
38142              
38143              Subject: [PATCH #2/7] xhv_eiter
38144              From: Abhijit Menon-Sen <ams@wiw.org>
38145              Date: Sun, 17 Jun 2001 08:13:18 +0530
38146              Message-ID: <20010617081318.B28776@lustre.linux.in>
38147              
38148              Subject: [PATCH #3/7] xhv_fill
38149              From: Abhijit Menon-Sen <ams@wiw.org>
38150              Date: Sun, 17 Jun 2001 08:25:16 +0530
38151              Message-ID: <20010617082516.C28776@lustre.linux.in>
38152              
38153              Subject: [PATCH #4/7] xhv_keys
38154              From: Abhijit Menon-Sen <ams@wiw.org>
38155              Date: Sun, 17 Jun 2001 08:36:17 +0530
38156              Message-ID: <20010617083617.D28776@lustre.linux.in>
38157              
38158              Subject: [PATCH #5/7] xhv_max
38159              From: Abhijit Menon-Sen <ams@wiw.org>
38160              Date: Sun, 17 Jun 2001 08:39:48 +0530
38161              Message-ID: <20010617083948.E28776@lustre.linux.in>
38162              
38163              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
38164              From: Abhijit Menon-Sen <ams@wiw.org>
38165              Date: Sun, 17 Jun 2001 08:51:11 +0530
38166              Message-ID: <20010617085111.F28776@lustre.linux.in>
38167      Branch: perl
38168            ! hv.c
38169 ____________________________________________________________________________
38170 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
38171         Log: Update Changes.
38172      Branch: perl
38173            ! Changes patchlevel.h
38174 ____________________________________________________________________________
38175 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
38176         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
38177              From: Abhijit Menon-Sen <ams@wiw.org>
38178              Date: Sat, 16 Jun 2001 07:41:19 +0530
38179              Message-ID: <20010616074119.A24720@lustre.linux.in>
38180      Branch: perl
38181            ! hv.c perl.c vms/vmsish.h win32/win32.h
38182 ____________________________________________________________________________
38183 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
38184         Log: Document tests failing when threaded, since we now have more.
38185      Branch: perl
38186            ! pod/perl572delta.pod
38187 ____________________________________________________________________________
38188 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
38189         Log: -Wall cleanup.
38190      Branch: perl
38191            ! ext/Thread/Thread.xs
38192 ____________________________________________________________________________
38193 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
38194         Log: pthread_attr_setstacksize() isn't absolutely necessary
38195              to call, only iff THREAD_CREATE_NEEDS_STACK.
38196      Branch: perl
38197            ! ext/Thread/Thread.xs
38198 ____________________________________________________________________________
38199 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
38200         Log: -Wall strays.
38201      Branch: perl
38202            ! perl.c util.c
38203 ____________________________________________________________________________
38204 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
38205         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
38206              (and INT64_MIN) brokenness.
38207      Branch: perl
38208            ! hints/darwin.sh perl.h
38209 ____________________________________________________________________________
38210 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
38211         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
38212              From: Nicholas Clark <nick@ccl4.org>
38213              Date: Sun, 17 Jun 2001 00:16:05 +0100
38214              Message-ID: <20010617001605.V98663@plum.flirble.org>
38215      Branch: perl
38216            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
38217            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
38218            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38219 ____________________________________________________________________________
38220 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
38221         Log: Add perlnetware to docs; regen toc; supply skeleton
38222              docs for some Memoize submodules.
38223      Branch: perl
38224            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
38225            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
38226            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
38227            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
38228            ! win32/Makefile win32/makefile.mk
38229 ____________________________________________________________________________
38230 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
38231         Log: pod cleanup.
38232      Branch: perl
38233            ! README.netware
38234 ____________________________________________________________________________
38235 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
38236         Log: Integrate Memoize 0.64.  Few tweaks were required in
38237              the test scripts.  Note that the speed and expire*
38238              tests take several dozen seconds to run.
38239      Branch: perl
38240            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
38241            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
38242            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
38243            + lib/Memoize/README lib/Memoize/SDBM_File.pm
38244            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
38245            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
38246            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
38247            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
38248            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38249            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38250            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38251            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38252            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38253            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38254            ! MANIFEST t/lib/1_compile.t
38255 ____________________________________________________________________________
38256 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
38257         Log: Document the cross-compilation options.
38258      Branch: perl
38259            ! Cross/README INSTALL
38260 ____________________________________________________________________________
38261 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
38262         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
38263      Branch: perl
38264            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
38265            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
38266            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
38267            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
38268            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
38269            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
38270            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
38271            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
38272            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
38273            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
38274            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
38275            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
38276            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
38277            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
38278            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
38279            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
38280            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
38281            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
38282            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
38283            + lib/ExtUtils/MM_NW5.pm
38284            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
38285            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
38286            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38287            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
38288            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
38289            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
38290            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
38291            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
38292            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
38293            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
38294            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
38295            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
38296            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
38297            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
38298            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
38299            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
38300            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
38301            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
38302            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
38303            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
38304            ! util.h x2p/a2py.c
38305 ____________________________________________________________________________
38306 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
38307         Log: Resort MANIFEST.
38308      Branch: perl
38309            ! MANIFEST
38310 ____________________________________________________________________________
38311 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
38312         Log: Integrate perlio.
38313      Branch: perl
38314           +> win32/win32io.c
38315           !> MANIFEST perlio.c perliol.h win32/makefile.mk
38316 ____________________________________________________________________________
38317 [ 10640] By: nick                                  on 2001/06/16  18:38:31
38318         Log: Disable :win32 layer as default till I get it working
38319      Branch: perlio
38320            ! MANIFEST perlio.c
38321 ____________________________________________________________________________
38322 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
38323         Log: Try the new scheme by moving the Text::Abbrev test
38324              to a new place under lib.
38325      Branch: perl
38326            + lib/Text/Abbrev/t/abbrev.t
38327            - t/lib/abbrev.t
38328            ! MANIFEST
38329 ____________________________________________________________________________
38330 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
38331         Log: Make the code even more dynamical so that testname
38332              suffix length can change.
38333      Branch: perl
38334            ! lib/Test/Harness.pm t/TEST
38335 ____________________________________________________________________________
38336 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
38337         Log: Allow for deeper t/ and also a single test.pl.
38338      Branch: perl
38339            ! t/TEST t/harness
38340 ____________________________________________________________________________
38341 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
38342         Log: #define fix from Nicholas Clark.
38343      Branch: perl
38344            ! ext/POSIX/POSIX.xs
38345 ____________________________________________________________________________
38346 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
38347         Log: Initialization is nice.
38348      Branch: perl
38349            ! lib/Test/Harness.pm
38350 ____________________________________________________________________________
38351 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
38352         Log: Make t/TEST and t/harness to test also the t/ tests
38353              under the main lib/ and ext/ directories.  Fix Test::Harness
38354              to dynamically change the width of its "foo/bar....ok" output.
38355      Branch: perl
38356            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
38357 ____________________________________________________________________________
38358 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
38359         Log: Subject: [PATCH] Re: perl@10611 
38360              From: Nicholas Clark <nick@ccl4.org>
38361              Date: Sat, 16 Jun 2001 16:52:47 +0100
38362              Message-ID: <20010616165247.O98663@plum.flirble.org>
38363              
38364              The .xs parts, too.
38365      Branch: perl
38366            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
38367            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
38368 ____________________________________________________________________________
38369 [ 10632] By: nick                                  on 2001/06/16  16:44:35
38370         Log: Work-in-progress win32 layer semi-functional, checking 
38371              for UNIX breakage.
38372      Branch: perlio
38373            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
38374 ____________________________________________________________________________
38375 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
38376         Log: Subject: [PATCH] Re: perl@10611 
38377              From: Nicholas Clark <nick@ccl4.org>
38378              Date: Sat, 16 Jun 2001 16:52:47 +0100
38379              Message-ID: <20010616165247.O98663@plum.flirble.org>
38380      Branch: perl
38381            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
38382            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
38383            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
38384            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
38385            ! lib/ExtUtils/Constant.pm
38386 ____________________________________________________________________________
38387 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
38388         Log: Metaconfig unit change for #10629.
38389      Branch: metaconfig
38390            ! U/modified/Finish.U
38391 ____________________________________________________________________________
38392 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
38393         Log: The extraction changed directories.
38394      Branch: perl
38395            ! Configure
38396 ____________________________________________________________________________
38397 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
38398         Log: Math::BigInt 1.35 from Tels.
38399      Branch: perl
38400            + t/lib/mbimbf.t
38401            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38402            ! t/lib/bigfltpm.t t/lib/bigintpm.t
38403 ____________________________________________________________________________
38404 [ 10627] By: nick                                  on 2001/06/16  14:54:52
38405         Log: Work in progress UNIX-side edit of win32 PerLIO layer
38406      Branch: perlio
38407            + win32/win32io.c
38408            ! perlio.c win32/makefile.mk
38409 ____________________________________________________________________________
38410 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
38411         Log: Subject: [PATCH 5.6.1] os2/diff-configure
38412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38413              Date: Fri, 15 Jun 2001 01:19:36 -0400
38414              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
38415              
38416              Empty all of it because I think #10624 made even the
38417              last patch hunk unnecessary.
38418      Branch: perl
38419            ! os2/diff.configure
38420 ____________________________________________________________________________
38421 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
38422         Log: Metaconfig unit change for 10624.
38423      Branch: metaconfig
38424            ! U/modified/libc.U
38425      Branch: perl
38426            ! config_h.SH
38427 ____________________________________________________________________________
38428 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
38429         Log: Move the initialization of libnames to the beginning so
38430              that can one 'seed' it (as OS/2 does.)
38431      Branch: perl
38432            ! Configure
38433 ____________________________________________________________________________
38434 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
38435         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
38436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38437              Date: Fri, 15 Jun 2001 19:10:57 -0400
38438              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
38439      Branch: perl
38440            ! os2/OS2/REXX/DLL/DLL.pm
38441 ____________________________________________________________________________
38442 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
38443         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
38444              From: "Craig A. Berry" <craigberry@mac.com>
38445              Date: Fri, 15 Jun 2001 17:00:03 -0500
38446              Message-Id: <a05101007b750342599be@[172.16.52.1]>
38447      Branch: perl
38448            ! vms/descrip_mms.template
38449 ____________________________________________________________________________
38450 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
38451         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
38452              From: "Craig A. Berry" <craigberry@mac.com>
38453              Date: Fri, 15 Jun 2001 18:39:42 -0500
38454              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
38455      Branch: perl
38456            ! lib/File/Spec/VMS.pm t/lib/extutils.t
38457 ____________________________________________________________________________
38458 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
38459         Log: Integrate perlio.
38460      Branch: perl
38461           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
38462           !> t/io/utf8.t t/lib/io_scalar.t
38463 ____________________________________________________________________________
38464 [ 10619] By: nick                                  on 2001/06/15  21:05:19
38465         Log: Generated files
38466      Branch: perlio
38467            ! embed.h proto.h
38468 ____________________________________________________________________________
38469 [ 10618] By: nick                                  on 2001/06/15  20:27:42
38470         Log: Fix open.pm to work via XS-implemented method calls rather
38471              than *open::layers variables which caused all the HV/AV hassle.
38472      Branch: perlio
38473            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
38474            ! t/lib/io_scalar.t
38475 ____________________________________________________________________________
38476 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
38477         Log: Integrate perlio.
38478      Branch: perl
38479           !> lib/ExtUtils/Constant.pm
38480 ____________________________________________________________________________
38481 [ 10616] By: nick                                  on 2001/06/15  18:46:47
38482         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
38483      Branch: perlio
38484            ! lib/ExtUtils/Constant.pm
38485 ____________________________________________________________________________
38486 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
38487         Log: Integrate perlio.
38488      Branch: perl
38489           !> ext/Socket/Socket.xs
38490 ____________________________________________________________________________
38491 [ 10614] By: nick                                  on 2001/06/15  18:33:37
38492         Log: MULTIPLICITY fix for Socket.xs
38493      Branch: perlio
38494            ! ext/Socket/Socket.xs
38495 ____________________________________________________________________________
38496 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
38497         Log: Subject: Re: perl@10611
38498              From: Doug MacEachern <dougm@covalent.net>
38499              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
38500              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
38501      Branch: perl
38502            ! ext/Socket/Socket.xs
38503 ____________________________________________________________________________
38504 [ 10612] By: nick                                  on 2001/06/15  16:14:38
38505         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
38506      Branch: perlio
38507           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38508           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
38509           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
38510           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
38511           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
38512           !> utils/h2ph.PL
38513 ____________________________________________________________________________
38514 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
38515         Log: Update Changes.
38516      Branch: perl
38517            ! Changes patchlevel.h
38518 ____________________________________________________________________________
38519 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
38520         Log: Upping the test count.
38521      Branch: perl
38522            ! t/lib/filefind.t
38523 ____________________________________________________________________________
38524 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
38525         Log: Integrate perlio.
38526      Branch: perl
38527           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38528 ____________________________________________________________________________
38529 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
38530         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38531              From: andreas.koenig@anima.de (Andreas J. Koenig)
38532              Date: 15 Jun 2001 13:30:39 +0200
38533              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
38534              
38535              Record the grim history.
38536      Branch: perl
38537            ! lib/File/Find.pm
38538 ____________________________________________________________________________
38539 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
38540         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38541              From: Brian McCauley <nobull@mail.com>
38542              Date: 15 Jun 2001 07:51:26 +0100
38543              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
38544      Branch: perl
38545            ! lib/File/Find.pm t/lib/filefind.t
38546 ____________________________________________________________________________
38547 [ 10606] By: nick                                  on 2001/06/15  14:00:08
38548         Log: regen_config_h for Win32.
38549      Branch: perlio
38550            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38551 ____________________________________________________________________________
38552 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
38553         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
38554              From: Peter Prymmer <pvhp@forte.com>
38555              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
38556              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
38557      Branch: perl
38558            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
38559 ____________________________________________________________________________
38560 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
38561         Log: Some filesystems require writability for rename/unlink.
38562      Branch: perl
38563            ! opcode.pl
38564 ____________________________________________________________________________
38565 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
38566         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
38567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38568              Date: Fri, 15 Jun 2001 12:08:53 +0200
38569              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
38570      Branch: perl
38571            ! perlio.c
38572 ____________________________________________________________________________
38573 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
38574         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
38575              From: Mike Guy <mjtg@cam.ac.uk>
38576              Date: Fri, 15 Jun 2001 14:11:49 +0100
38577              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
38578      Branch: perl
38579            ! opcode.pl
38580 ____________________________________________________________________________
38581 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
38582         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
38583              From: Nicholas Clark <nick@ccl4.org>
38584              Date: Thu, 14 Jun 2001 23:52:56 +0100
38585              Message-ID: <20010614235256.G98663@plum.flirble.org>
38586      Branch: perl
38587            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
38588            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38589 ____________________________________________________________________________
38590 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
38591         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38592              From: Russ Allbery <rra@stanford.edu>
38593              Date: 14 Jun 2001 13:24:43 -0700
38594              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
38595      Branch: perl
38596            ! ext/GDBM_File/GDBM_File.pm
38597 ____________________________________________________________________________
38598 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
38599         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38600              From: Nicholas Clark <nick@ccl4.org>
38601              Date: Thu, 14 Jun 2001 20:37:47 +0100
38602              Message-ID: <20010614203747.F98663@plum.flirble.org>
38603      Branch: perl
38604            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38605            ! t/lib/gdbm.t
38606 ____________________________________________________________________________
38607 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
38608         Log: Integrate perlio.
38609      Branch: perl
38610           !> makedef.pl sv.c
38611 ____________________________________________________________________________
38612 [ 10597] By: nick                                  on 2001/06/15  11:08:13
38613         Log: Check that HVs with HvNAME() != NULL are really stashes before
38614              treating them as such. Also be more defensive on the GvCV.
38615              Win32 fork and dprof now working again. 
38616      Branch: perlio
38617            ! sv.c
38618 ____________________________________________________________________________
38619 [ 10596] By: nick                                  on 2001/06/15  10:11:20
38620         Log: Integrate mainline.
38621      Branch: perlio
38622           +> Cross/README
38623           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
38624           !> Porting/config_H config_h.SH configure.com epoc/config.sh
38625           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
38626           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38627           !> vos/config.ga.h win32/config.bc win32/config.gc
38628           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38629           !> win32/config_H.vc
38630 ____________________________________________________________________________
38631 [ 10595] By: nick                                  on 2001/06/15  09:37:17
38632         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
38633              - Win32 (VC++) now builds but fails:
38634              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
38635              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
38636              write.t    - open(...,"|-") not implemented on Win32 
38637      Branch: perlio
38638            ! makedef.pl
38639 ____________________________________________________________________________
38640 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
38641         Log: Integrate perlio.
38642      Branch: perl
38643           !> perlio.c win32/makefile.mk
38644 ____________________________________________________________________________
38645 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
38646         Log: Metaconfig unit changes for #10592.
38647      Branch: metaconfig
38648            + U/modified/i_varhdr.U U/modified/startsh.U
38649            - U/a_dvisory/crosscompile.U U/target/Target.U
38650            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
38651            ! U/compline/bitpbyte.U U/compline/byteorder.U
38652            ! U/compline/ccflags.U U/compline/charsize.U
38653            ! U/compline/d_casti32.U U/compline/d_castneg.U
38654            ! U/compline/d_closedir.U U/compline/d_fd_set.U
38655            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
38656            ! U/compline/d_keepsig.U U/compline/d_open3.U
38657            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
38658            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
38659            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
38660            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
38661            ! U/compline/doublesize.U U/compline/floatsize.U
38662            ! U/compline/nblock_io.U U/compline/orderlib.U
38663            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
38664            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
38665            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
38666            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
38667            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
38668            ! U/modified/spitshell.U U/threads/archname.U
38669            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
38670            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
38671            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
38672            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
38673            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
38674      Branch: metaconfig/U/perl
38675            + Cross.U
38676            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
38677            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
38678            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
38679            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
38680            ! stdio_streams.U uselfs.U
38681 ____________________________________________________________________________
38682 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
38683         Log: The first steps towards cross-compilation.
38684              
38685              Abstract execution of compiled test executables with $run,
38686              and abstract transfer of files with $to and $from.
38687              
38688              Under cross-compilation the $run, $to, and $from will point
38689              to appropriate wrapper scripts, by default ssh and scp,
38690              but also rsh, rcp, and cp are supported.  If not
38691              cross-compiling, they will be set to '', ':', and ':',
38692              respectively.
38693              
38694              With these patches I was able to get Configure for
38695              iPAQ ARM Linux on an Intel Linux about 95% right
38696              (only a few tests failed to execute or they produced
38697              incorrect results), and I was able to compile
38698              a functional miniperl.
38699              
38700              The symbol crosscompile renamed to be usecrosscompile,
38701              the corresponding C symbol from CROSSCOMPILE to
38702              USE_CROSS_COMPILE.
38703      Branch: perl
38704            ! Configure Cross/README Makefile.SH Porting/Glossary
38705            ! Porting/config.sh Porting/config_H config_h.SH configure.com
38706            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
38707            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38708            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38709            ! win32/config.gc win32/config.vc win32/config_H.bc
38710            ! win32/config_H.gc win32/config_H.vc
38711 ____________________________________________________________________________
38712 [ 10591] By: nick                                  on 2001/06/14  20:00:12
38713         Log: Steps along the road toward Win32 building again.
38714      Branch: perlio
38715            ! perlio.c win32/makefile.mk
38716 ____________________________________________________________________________
38717 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
38718         Log: Integrate perlio.
38719      Branch: perl
38720           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38721 ____________________________________________________________________________
38722 [ 10589] By: nick                                  on 2001/06/14  13:54:07
38723         Log: Routine regen_config_h for Win32
38724      Branch: perlio
38725            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38726 ____________________________________________________________________________
38727 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
38728         Log: Integrate perlio.
38729      Branch: perl
38730           +> perlyline.pl
38731           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
38732 ____________________________________________________________________________
38733 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
38734         Log: A placeholder.
38735      Branch: perl
38736            + Cross/README
38737 ____________________________________________________________________________
38738 [ 10586] By: nick                                  on 2001/06/14  08:25:07
38739         Log: Add new step to run_byacc which:
38740              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
38741              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
38742      Branch: perlio
38743            + perlyline.pl
38744            ! MANIFEST Makefile.SH perly.c
38745 ____________________________________________________________________________
38746 [ 10585] By: nick                                  on 2001/06/14  08:22:29
38747         Log: Integrate mainline
38748      Branch: perlio
38749           +> locale.c numeric.c
38750           !> Changes cygwin/Makefile.SHs embed.h embed.pl
38751           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
38752           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
38753           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
38754           !> x2p/Makefile.SH
38755 ____________________________________________________________________________
38756 [ 10584] By: nick                                  on 2001/06/14  08:05:53
38757         Log: Hack to remove insecure directories from PATH so test will run.
38758      Branch: perlio
38759            ! t/lib/filefind.t
38760 ____________________________________________________________________________
38761 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
38762         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
38763      Branch: perl
38764            - t/lib/mbimbf.t
38765            ! MANIFEST
38766 ____________________________________________________________________________
38767 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
38768         Log: Detypo.
38769      Branch: perl
38770            ! x2p/Makefile.SH
38771 ____________________________________________________________________________
38772 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
38773         Log: de-$CONFIG continues.
38774      Branch: perl
38775            ! cygwin/Makefile.SHs x2p/Makefile.SH
38776 ____________________________________________________________________________
38777 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
38778         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
38779              From: Nicholas Clark <nick@ccl4.org>
38780              Date: Wed, 13 Jun 2001 21:20:13 +0100
38781              Message-ID: <20010613212013.D98663@plum.flirble.org>
38782      Branch: perl
38783            ! opcode.pl
38784 ____________________________________________________________________________
38785 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
38786         Log: Subject: splitting util.c
38787              From: Hugo <hv@crypt.compulink.co.uk>
38788              Date: Thu, 14 Jun 2001 00:41:08 +0100
38789              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
38790      Branch: perl
38791            + locale.c numeric.c
38792            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
38793            ! pod/perlapi.pod proto.h util.c
38794 ____________________________________________________________________________
38795 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
38796         Log: Upgrade to Math::BigInt 1.34 from Tels.
38797      Branch: perl
38798            + t/lib/mbimbf.t
38799            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38800            ! t/lib/bigfltpm.t t/lib/bigintpm.t
38801 ____________________________________________________________________________
38802 [ 10577] By: nick                                  on 2001/06/13  19:02:48
38803         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
38804      Branch: perlio
38805           !> (integrate 125 files)
38806 ____________________________________________________________________________
38807 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
38808         Log: Update Changes.
38809      Branch: perl
38810            ! Changes patchlevel.h
38811 ____________________________________________________________________________
38812 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
38813         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
38814              From: "Craig A. Berry" <craigberry@mac.com>
38815              Date: Wed, 13 Jun 2001 13:24:28 -0500
38816              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
38817      Branch: perl
38818            ! ext/re/Makefile.PL
38819 ____________________________________________________________________________
38820 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
38821         Log: Mc.u.c. for #10573.
38822      Branch: metaconfig
38823            ! U/threads/usethreads.U
38824 ____________________________________________________________________________
38825 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
38826         Log: It would be also be good if I could type.
38827      Branch: perl
38828            ! Configure
38829 ____________________________________________________________________________
38830 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
38831         Log: Metaconfig unit change for #10571.
38832      Branch: metaconfig
38833            ! U/threads/usethreads.U
38834 ____________________________________________________________________________
38835 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
38836         Log: A non-empty default is a good thing.
38837      Branch: perl
38838            ! Configure
38839 ____________________________________________________________________________
38840 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
38841         Log: Metaconfig unit change for #10569.
38842      Branch: metaconfig
38843            ! U/threads/usethreads.U
38844 ____________________________________________________________________________
38845 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
38846         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
38847              extremely experimental, not even prompted for.
38848      Branch: perl
38849            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38850            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
38851            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
38852            ! win32/config.bc win32/config.gc win32/config.vc
38853 ____________________________________________________________________________
38854 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
38855         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
38856      Branch: perl
38857            ! pod/perlfaq6.pod
38858 ____________________________________________________________________________
38859 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
38860         Log: Integrate perlio; conflicts, accept Nick's versions.
38861      Branch: perl
38862           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38863           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
38864 ____________________________________________________________________________
38865 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
38866         Log: Subject: Re: ext/ + -Wall
38867              From: Doug MacEachern <dougm@covalent.net>
38868              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
38869              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
38870      Branch: perl
38871            ! XSUB.h lib/ExtUtils/xsubpp perl.h
38872 ____________________________________________________________________________
38873 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
38874         Log: Similar logic as DB_File.xs, using the modern macros and
38875              defines them to older ones for older Perls where PERL_VERSION
38876              is not defined, from Doug MacEachern.
38877      Branch: perl
38878            ! ext/Storable/Storable.xs
38879 ____________________________________________________________________________
38880 [ 10564] By: nick                                  on 2001/06/13  15:22:01
38881         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
38882              and using that instead (name lookups are sequential search for now).
38883      Branch: perlio
38884            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38885            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
38886 ____________________________________________________________________________
38887 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
38888         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
38889              From: "Richard Soderberg" <rs@crystalflame.net>
38890              Date: Sat, 26 May 2001 06:44:20 -0700
38891              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
38892      Branch: perl
38893            ! sv.c t/op/glob.t
38894 ____________________________________________________________________________
38895 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
38896         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
38897              From: "Craig A. Berry" <craigberry@mac.com>
38898              Date: Tue, 12 Jun 2001 23:55:26 -0500
38899              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
38900      Branch: perl
38901            ! ext/re/Makefile.PL ext/re/re.xs
38902 ____________________________________________________________________________
38903 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
38904         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
38905              suggested by NI-S.
38906      Branch: perl
38907            ! XSUB.h malloc.c perl.h
38908 ____________________________________________________________________________
38909 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
38910         Log: Regen toc.
38911      Branch: perl
38912            ! pod/perltoc.pod
38913 ____________________________________________________________________________
38914 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
38915         Log: Subject: [patch] perl.gprof control
38916              From: Doug MacEachern <dougm@covalent.net>
38917              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
38918              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
38919      Branch: perl
38920            ! miniperlmain.c perl.h
38921 ____________________________________________________________________________
38922 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
38923         Log: Subject: Re: ext/ + -Wall
38924              From: Doug MacEachern <dougm@covalent.net>
38925              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
38926              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
38927              
38928              Document ax and break up dXSARGS.
38929      Branch: perl
38930            ! XSUB.h pod/perlapi.pod
38931 ____________________________________________________________________________
38932 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
38933         Log: More AIX tweakage from Merijn.
38934      Branch: perl
38935            ! hints/aix.sh
38936 ____________________________________________________________________________
38937 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
38938         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
38939              From: "Craig A. Berry" <craigberry@mac.com>
38940              Date: Tue, 12 Jun 2001 22:57:45 -0500
38941              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
38942      Branch: perl
38943            ! vms/descrip_mms.template
38944 ____________________________________________________________________________
38945 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
38946         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
38947              From: "Craig A. Berry" <craigberry@mac.com>
38948              Date: Tue, 12 Jun 2001 22:21:39 -0500
38949              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
38950      Branch: perl
38951            ! configure.com util.c
38952 ____________________________________________________________________________
38953 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
38954         Log: New AIX dynaloading code from Jens-Uwe Mager.
38955              Does break binary compatibility.
38956      Branch: perl
38957            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38958 ____________________________________________________________________________
38959 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
38960         Log: VMS DEC C compiler found nits by Peter Prymmer.
38961      Branch: perl
38962            ! util.c
38963 ____________________________________________________________________________
38964 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
38965         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
38966              From: Peter Prymmer <pvhp@forte.com>
38967              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
38968              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
38969      Branch: perl
38970            ! t/lib/filecomp.t
38971 ____________________________________________________________________________
38972 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
38973         Log: I wonder how many $CONFIGs still lurk in the shadows.
38974      Branch: perl
38975            ! pod/Makefile.SH x2p/cflags.SH
38976 ____________________________________________________________________________
38977 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
38978         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
38979      Branch: perl
38980            ! pod/checkpods.PL
38981 ____________________________________________________________________________
38982 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
38983         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
38984      Branch: perl
38985            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
38986 ____________________________________________________________________________
38987 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
38988         Log: Subject: [patch] rid local_patches warnings
38989              From: Doug MacEachern <dougm@covalent.net>
38990              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
38991              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
38992      Branch: perl
38993            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
38994 ____________________________________________________________________________
38995 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
38996         Log: Subject: Re: ext/ + -Wall
38997              From: Doug MacEachern <dougm@covalent.net>
38998              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
38999              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
39000      Branch: perl
39001            ! ext/attrs/attrs.xs
39002 ____________________________________________________________________________
39003 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
39004         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
39005              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39006              Date: Tue, 12 Jun 2001 14:36:20 -0400
39007              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
39008      Branch: perl
39009            ! pod/perlretut.pod
39010 ____________________________________________________________________________
39011 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
39012         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
39013              From: Mike Guy <mjtg@cam.ac.uk>
39014              Date: Tue, 12 Jun 2001 19:10:31 +0100
39015              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
39016              
39017              Subject: Re: [ID 20010612.001] out of memory during regex compilation
39018              From: Mike Guy <mjtg@cam.ac.uk>
39019              Date: Tue, 12 Jun 2001 19:21:01 +0100
39020              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
39021      Branch: perl
39022            ! pod/perlop.pod
39023 ____________________________________________________________________________
39024 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
39025         Log: AIX tweaks from Merijn H. Brand.
39026      Branch: perl
39027            ! hints/aix.sh
39028 ____________________________________________________________________________
39029 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
39030         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
39031              From: "Brendan O'Dea" <bod@compusol.com.au>
39032              Date: Wed, 13 Jun 2001 05:16:47 +1000
39033              Message-ID: <20010613051647.A8945@compusol.com.au>
39034      Branch: maint-5.6/perl
39035            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39036 ____________________________________________________________________________
39037 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
39038         Log: Subject: Small bcopy cleanup
39039              From: Andy Dougherty <doughera@lafayette.edu>
39040              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
39041              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
39042      Branch: perl
39043            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
39044 ____________________________________________________________________________
39045 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
39046         Log: Subject: [PATCH] Re: ext/ + -Wall
39047              From: Nicholas Clark <nick@ccl4.org>
39048              Date: Wed, 13 Jun 2001 00:04:30 +0100
39049              Message-ID: <20010613000430.M5901@plum.flirble.org>
39050      Branch: perl
39051            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39052 ____________________________________________________________________________
39053 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
39054         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
39055              From: Nicholas Clark <nick@ccl4.org>
39056              Date: Tue, 12 Jun 2001 23:53:07 +0100
39057              Message-ID: <20010612235307.L5901@plum.flirble.org>
39058      Branch: perl
39059            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39060 ____________________________________________________________________________
39061 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
39062         Log: MPE/iX tweaks from Mark Bixby.
39063      Branch: perl
39064            ! hints/mpeix.sh mpeix/mpeixish.h util.c
39065 ____________________________________________________________________________
39066 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
39067         Log: Update Changes.
39068      Branch: perl
39069            ! Changes patchlevel.h
39070 ____________________________________________________________________________
39071 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
39072         Log: One less -Wall whine (found under DEBUGGING).
39073      Branch: perl
39074            ! x2p/Makefile.SH x2p/a2p.c
39075 ____________________________________________________________________________
39076 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
39077         Log: s/case-independent/case-insensitive/g
39078      Branch: perl
39079            ! pod/perldebug.pod
39080 ____________________________________________________________________________
39081 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
39082         Log: As suggested in    
39083              
39084              Subject: Re: ext/ + -Wall
39085              From: Gurusamy Sarathy <gsar@ActiveState.com>
39086              Date: Mon, 11 Jun 2001 23:34:31 -0700
39087              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
39088      Branch: perl
39089            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
39090            ! perl.h
39091 ____________________________________________________________________________
39092 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
39093         Log: Subject: ext/ + -Wall
39094              From: Doug MacEachern <dougm@covalent.net>
39095              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
39096              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
39097      Branch: perl
39098            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
39099            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
39100            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
39101            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
39102            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
39103            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
39104            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
39105            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
39106            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
39107            ! lib/ExtUtils/xsubpp
39108 ____________________________________________________________________________
39109 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
39110         Log: Subject: [PATCH] anonymous stashes
39111              From: Abhijit Menon-Sen <ams@wiw.org>
39112              Date: Tue, 12 Jun 2001 12:47:04 +0530
39113              Message-ID: <20010612124704.A29029@lustre.linux.in>
39114      Branch: perl
39115            ! dump.c gv.c sv.c xsutils.c
39116 ____________________________________________________________________________
39117 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
39118         Log: One more test for $^S.
39119      Branch: perl
39120            ! t/op/magic.t
39121 ____________________________________________________________________________
39122 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
39123         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
39124              From: Abhijit Menon-Sen <ams@wiw.org>
39125              Date: Tue, 12 Jun 2001 17:35:55 +0530
39126              Message-ID: <20010612173555.A32426@lustre.linux.in>
39127      Branch: perl
39128            ! mg.c t/op/magic.t
39129 ____________________________________________________________________________
39130 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
39131         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
39132              From: Mike Guy <mjtg@cam.ac.uk>
39133              Date: Tue, 12 Jun 2001 13:14:15 +0100
39134              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
39135      Branch: perl
39136            ! pod/perlop.pod
39137 ____________________________________________________________________________
39138 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
39139         Log: AUTHORS updates.
39140      Branch: perl
39141            ! AUTHORS
39142 ____________________________________________________________________________
39143 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
39144         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
39145              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
39146              Content-Transfer-Encoding: 7bit
39147              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
39148      Branch: perl
39149            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
39150 ____________________________________________________________________________
39151 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
39152         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
39153              From: "Philip Newton" <Philip.Newton@gmx.net>
39154              Date: Mon, 11 Jun 2001 07:08:03 +0200
39155              Message-Id: <200106120802.LAA08992@taas.iki.fi>
39156      Branch: perl
39157            ! t/base/term.t
39158 ____________________________________________________________________________
39159 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
39160         Log: Cleanup the a2p.c for -Wall.
39161      Branch: perl
39162            ! x2p/Makefile.SH x2p/a2p.c
39163 ____________________________________________________________________________
39164 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
39165         Log: File::Find update for MacOS from Chris Nandor.
39166      Branch: perl
39167            ! lib/File/Find.pm t/lib/filefind.t
39168 ____________________________________________________________________________
39169 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
39170         Log: gcc -Wall nits picked out by a non-UNIX system
39171              (courtesy of Mark Bixby)
39172      Branch: perl
39173            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
39174            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
39175            ! pp_sys.c util.c
39176 ____________________________________________________________________________
39177 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
39178         Log: Metaconfig unit change for #10522.  (The d_modfl changes
39179              placate metalint.)
39180      Branch: metaconfig/U/perl
39181            ! d_modfl.U d_u32align.U
39182 ____________________________________________________________________________
39183 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
39184         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
39185              be "./try 2>&1 >/dev/null".
39186      Branch: perl
39187            ! Configure
39188 ____________________________________________________________________________
39189 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
39190         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
39191              From: "Craig A. Berry" <craigberry@mac.com>
39192              Date: Mon, 11 Jun 2001 14:00:32 -0500
39193              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
39194      Branch: perl
39195            ! configure.com
39196 ____________________________________________________________________________
39197 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
39198         Log: Move the full \p\P lists to perlunicode.
39199      Branch: perl
39200            ! pod/perlretut.pod pod/perlunicode.pod
39201 ____________________________________________________________________________
39202 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
39203         Log: VOS build tweak for 5.6.1 from Paul Green.
39204      Branch: maint-5.6/perl
39205            ! vos/build.cm
39206 ____________________________________________________________________________
39207 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
39208         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
39209              From: "Craig A. Berry" <craigberry@mac.com>
39210              Date: Fri, 8 Jun 2001 18:08:18 -0500
39211              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
39212      Branch: perl
39213            ! vms/vms.c
39214 ____________________________________________________________________________
39215 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
39216         Log: Update Changes.
39217      Branch: perl
39218            ! Changes patchlevel.h
39219 ____________________________________________________________________________
39220 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
39221         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
39222      Branch: perl
39223            ! vos/config.alpha.h vos/config.ga.h
39224 ____________________________________________________________________________
39225 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
39226         Log: VOS updates from Paul Green for @10476.
39227      Branch: perl
39228            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
39229            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39230            ! vos/config.ga.h vos/configure_perl.cm
39231 ____________________________________________________________________________
39232 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
39233         Log: Subject: [PATCH] Not many people know this ...
39234              From: Mike Guy <mjtg@cam.ac.uk>
39235              Date: Mon, 11 Jun 2001 14:55:15 +0100
39236              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
39237      Branch: perl
39238            ! pod/perldebug.pod
39239 ____________________________________________________________________________
39240 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
39241         Log: Add final commas to lists as suggested by Philip Newton.
39242      Branch: perl
39243            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39244 ____________________________________________________________________________
39245 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
39246         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
39247              Date: Sun, 10 Jun 2001 23:35:38 -0400
39248              From: Chris Nandor <pudge@pobox.com>
39249              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
39250      Branch: perl
39251            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
39252            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
39253            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
39254            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
39255            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
39256            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
39257            ! t/op/write.t t/pragma/strict.t
39258 ____________________________________________________________________________
39259 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
39260         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
39261              From: Chris Nandor <pudge@pobox.com>
39262              Date: Mon, 11 Jun 2001 08:24:28 -0400
39263              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
39264      Branch: perl
39265            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
39266            ! t/lib/io_dir.t
39267 ____________________________________________________________________________
39268 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
39269         Log: One more run_byacc (a hand-tweaked version had slipped in).
39270      Branch: perl
39271            ! perly.c vms/perly_c.vms
39272 ____________________________________________________________________________
39273 [ 10509] By: nick                                  on 2001/06/11  07:49:15
39274         Log: Integrate mainline
39275      Branch: perlio
39276           !> Makefile.SH embed.h embed.pl global.sym
39277           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
39278           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
39279           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
39280           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
39281 ____________________________________________________________________________
39282 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
39283         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
39284              From: Mike Guy <mjtg@cam.ac.uk>
39285              Reply-To: mjtg@cam.ac.uk
39286              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
39287      Branch: perl
39288            ! lib/ExtUtils/Manifest.pm
39289 ____________________________________________________________________________
39290 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
39291         Log: Subject: [PATCH] ExtUtils::Constant
39292              From: Nicholas Clark <nick@ccl4.org>
39293              Date: Sun, 10 Jun 2001 23:25:41 +0100
39294              Message-ID: <20010610232540.C76396@plum.flirble.org>
39295      Branch: perl
39296            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39297 ____________________________________________________________________________
39298 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
39299         Log: Integrate perlio.
39300      Branch: perl
39301           !> iperlsys.h
39302 ____________________________________________________________________________
39303 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
39304         Log: Move the grok_number and its lieutenant grok_numeric_radix
39305              from sv.c statics to util.c and public.
39306      Branch: perl
39307            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
39308            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
39309 ____________________________________________________________________________
39310 [ 10504] By: nick                                  on 2001/06/10  17:47:06
39311         Log: Fix (valid) -Wall warnings in perlio.c
39312      Branch: perlio
39313            ! iperlsys.h
39314 ____________________________________________________________________________
39315 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
39316         Log: Update perly_c.diff, update perly.fixer to edit away
39317              some of the -Wall noise.
39318      Branch: perl
39319            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
39320 ____________________________________________________________________________
39321 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
39322         Log: Check the version of byacc.
39323      Branch: perl
39324            ! Makefile.SH
39325 ____________________________________________________________________________
39326 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
39327         Log: Subject: [PATCH] perly.y overhaul
39328              From: Simon Cozens <simon@netthink.co.uk>
39329              Date: Sun, 10 Jun 2001 16:56:54 +0100
39330              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
39331              
39332              Plus make run_byacc.
39333      Branch: perl
39334            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
39335 ____________________________________________________________________________
39336 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
39337         Log: Integrate perlio.
39338      Branch: perl
39339           !> perlio.c perlsfio.h
39340 ____________________________________________________________________________
39341 [ 10499] By: nick                                  on 2001/06/10  15:01:08
39342         Log: Integrate mainline
39343      Branch: perlio
39344           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
39345           !> t/pragma/locale.t util.c
39346 ____________________________________________________________________________
39347 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
39348         Log: Put some meat on the perl572delta bones.  The list of
39349              selected bug fixes needs more work, as does still the
39350              whole document.
39351      Branch: perl
39352            ! pod/perl572delta.pod
39353 ____________________________________________________________________________
39354 [ 10497] By: nick                                  on 2001/06/10  12:27:51
39355         Log: Paper over a crack or two with USE_SFIO
39356      Branch: perlio
39357            ! perlio.c perlsfio.h
39358 ____________________________________________________________________________
39359 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
39360         Log: Update Changes.
39361      Branch: perl
39362            ! Changes patchlevel.h
39363 ____________________________________________________________________________
39364 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
39365         Log: Subject: Re: pragma/locale.t #107
39366              From: Hugo <hv@crypt.compulink.co.uk>
39367              Date: Sun, 10 Jun 2001 11:23:30 +0100
39368              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
39369              
39370              Encapsulate the scan of the decimal radix separator.
39371      Branch: perl
39372            ! embed.h embed.pl proto.h sv.c
39373 ____________________________________________________________________________
39374 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
39375         Log: Try to grok numbers both with the locale specific separator
39376              and with the usual "." (if different from the lss); add a test
39377              to locale.t to do also a little bit of math in addition to just
39378              equalness testing; remove extraneous logic as suggested in
39379              
39380              Subject: Re: pragma/locale.t #107
39381              From: Nicholas Clark <nick@ccl4.org>
39382              Date: Sat, 9 Jun 2001 22:37:36 +0100
39383              Message-ID: <20010609223735.Y76396@plum.flirble.org>
39384      Branch: perl
39385            ! sv.c t/pragma/locale.t
39386 ____________________________________________________________________________
39387 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
39388         Log: Metaconfig unit change for #10492.
39389      Branch: metaconfig/U/perl
39390            ! Extensions.U
39391 ____________________________________________________________________________
39392 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
39393         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
39394              From: Artur Bergman <artur@contiller.se> 
39395              Date: Sat, 09 Jun 2001 21:03:51 +0200
39396              Message-ID: <B7483FB6.1398%artur@contiller.se>
39397      Branch: perl
39398            ! Configure
39399 ____________________________________________________________________________
39400 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
39401         Log: Integrate perlio.
39402      Branch: perl
39403           !> perlsfio.h
39404 ____________________________________________________________________________
39405 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
39406         Log: Do locale specific separator if only in locale.
39407      Branch: perl
39408            ! util.c
39409 ____________________________________________________________________________
39410 [ 10489] By: nick                                  on 2001/06/09  19:13:25
39411         Log: Make XS/Typemap compile (but fail) with sfio
39412      Branch: perlio
39413            ! perlsfio.h
39414 ____________________________________________________________________________
39415 [ 10488] By: nick                                  on 2001/06/09  19:12:51
39416         Log: Re-integrate mainline
39417      Branch: perlio
39418           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
39419           !> proto.h sv.c util.c
39420 ____________________________________________________________________________
39421 [ 10487] By: nick                                  on 2001/06/09  16:26:29
39422         Log: Integrate mainline
39423      Branch: perlio
39424           !> (integrate 31 files)
39425 ____________________________________________________________________________
39426 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
39427         Log: Subject: [PATCH] New attempt to clone callack
39428              From: Artur Bergman <artur@contiller.se> 
39429              Date: Thu, 07 Jun 2001 11:52:16 +0200
39430              Message-ID: <B7451B6F.12B7%artur@contiller.se>
39431      Branch: perl
39432            ! embedvar.h intrpvar.h perlapi.h sv.c
39433 ____________________________________________________________________________
39434 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
39435         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
39436      Branch: perl
39437            ! embed.h embed.pl perl.h proto.h sv.c util.c
39438 ____________________________________________________________________________
39439 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
39440         Log: Subject: Re: pragma/locale.t #107
39441              From: Nicholas Clark <nick@ccl4.org>
39442              Date: Sat, 9 Jun 2001 16:26:10 +0100
39443              Message-ID: <20010609162609.V76396@plum.flirble.org>
39444              
39445              A missing NVification.
39446      Branch: perl
39447            ! sv.c
39448 ____________________________________________________________________________
39449 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
39450         Log: Redo the #10482, there already was a test script for formats.
39451      Branch: perl
39452            - t/io/format.t
39453            ! MANIFEST t/op/write.t
39454 ____________________________________________________________________________
39455 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
39456         Log: Twisted format testing, from Merijn.
39457      Branch: perl
39458            + t/io/format.t
39459            ! MANIFEST
39460 ____________________________________________________________________________
39461 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
39462         Log: More \p{In...} testing, combined with \N{...}.
39463      Branch: perl
39464            ! lib/utf8_heavy.pl t/op/pat.t
39465 ____________________________________________________________________________
39466 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
39467         Log: Metaconfig changes for #10479.
39468      Branch: metaconfig
39469            ! U/Glossary.patch
39470      Branch: metaconfig/U/perl
39471            ! d_modfl.U
39472 ____________________________________________________________________________
39473 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
39474         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
39475      Branch: perl
39476            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39477            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
39478            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39479            ! win32/config.bc win32/config.gc win32/config.vc
39480 ____________________________________________________________________________
39481 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
39482         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
39483              From: "Craig A. Berry" <craigberry@mac.com>
39484              Date: Thu, 7 Jun 2001 14:27:20 -0500
39485              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
39486      Branch: perl
39487            ! vms/perlvms.pod
39488 ____________________________________________________________________________
39489 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
39490         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
39491              From: Gisle Aas <gisle@ActiveState.com>
39492              Date: 07 Jun 2001 17:04:29 -0700
39493              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
39494      Branch: perl
39495            ! ext/re/re.xs
39496 ____________________________________________________________________________
39497 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
39498         Log: Update Changes.
39499      Branch: perl
39500            ! Changes patchlevel.h
39501 ____________________________________________________________________________
39502 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
39503         Log: Regen Glossary et alia.
39504      Branch: perl
39505            ! Porting/Glossary Porting/config.sh Porting/config_H
39506 ____________________________________________________________________________
39507 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
39508         Log: Metaconfig unit changes for #10473.
39509      Branch: metaconfig/U/perl
39510            ! d_modfl.U
39511 ____________________________________________________________________________
39512 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
39513         Log: Harumph, also AIX will spill its guts (i.e. dump core)
39514              if an executable contains modfl() but it hasn't been
39515              compiled right (in the case of AIX, with cc -qlongdouble).
39516      Branch: perl
39517            ! Configure
39518 ____________________________________________________________________________
39519 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
39520         Log: integrate change#10471 from mainline
39521              
39522              in change#10451, check that CvOUTSIDE is a CV before looking in
39523              (it can apparently be SVt_NULL during global destruction)
39524      Branch: maint-5.6/perl
39525           !> op.c
39526 ____________________________________________________________________________
39527 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
39528         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
39529              (it can apparently be SVt_NULL during global destruction)
39530      Branch: perl
39531            ! op.c
39532 ____________________________________________________________________________
39533 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
39534         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
39535              From: Robin Barker <rmb1@cise.npl.co.uk>
39536              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
39537              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
39538      Branch: perl
39539            ! lib/diagnostics.pm pod/perldiag.pod
39540 ____________________________________________________________________________
39541 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
39542         Log: Subject: [PATCH perl@10439] long =item
39543              From: Robin Barker <rmb1@cise.npl.co.uk>
39544              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
39545              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
39546      Branch: perl
39547            ! README.amiga lib/Attribute/Handlers.pm
39548            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39549 ____________________________________________________________________________
39550 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
39551         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
39552              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
39553              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
39554              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
39555      Branch: perl
39556            ! pod/perlguts.pod
39557 ____________________________________________________________________________
39558 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
39559         Log: Integrate perlio.
39560      Branch: perl
39561           !> sv.c
39562 ____________________________________________________________________________
39563 [ 10466] By: nick                                  on 2001/06/07  10:25:40
39564         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
39565              whitespace tweaks.
39566              Still coredumps in pragma/overload.t - what a nice hard fail that is...
39567      Branch: perlio
39568            ! sv.c
39569 ____________________________________________________________________________
39570 [ 10465] By: nick                                  on 2001/06/07  08:41:58
39571         Log: Raw integrate of mainline for S_grok_number debug
39572              (sv.c has MULTIPLICITY issues as well as whatever else ...)
39573      Branch: perlio
39574            - plan9/perlplan9.doc plan9/perlplan9.pod
39575           !> (integrate 46 files)
39576 ____________________________________________________________________________
39577 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
39578         Log: The proper prototyping for #10463.
39579      Branch: perl
39580            ! embed.h embed.pl proto.h sv.c
39581 ____________________________________________________________________________
39582 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
39583         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
39584              From: Nicholas Clark <nick@ccl4.org>
39585              Date: Thu, 7 Jun 2001 00:29:59 +0100
39586              Message-ID: <20010607002959.Z76396@plum.flirble.org>
39587      Branch: perl
39588            ! sv.c
39589 ____________________________________________________________________________
39590 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
39591         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
39592              From: "Craig A. Berry" <craigberry@mac.com>
39593              Date: Wed, 06 Jun 2001 17:54:30 -0500
39594              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
39595      Branch: perl
39596            ! vms/perlvms.pod
39597 ____________________________________________________________________________
39598 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
39599         Log: Podify the remaining README.platform files;
39600              merge README.plan9 and plan9/perlplan9.pod;
39601              delete plan9/perlplan9.* (the perlplan.doc needs to
39602              be regenerated in Plan 9); make the =head1 and =head2
39603              in the README.platform to be a little more verbose
39604              (skipped README.os2 not to anger Ilya) so that they
39605              look better in the toc; regen toc.
39606      Branch: perl
39607            - plan9/perlplan9.doc plan9/perlplan9.pod
39608            ! MANIFEST README.aix README.amiga README.apollo README.beos
39609            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
39610            ! README.hpux README.hurd README.machten README.macos
39611            ! README.micro README.mint README.mpeix README.os390
39612            ! README.plan9 README.qnx README.solaris README.threads
39613            ! README.tru64 README.vmesa README.vms README.vos README.win32
39614            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39615            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39616 ____________________________________________________________________________
39617 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
39618         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
39619              From: Mike Guy <mjtg@cam.ac.uk>
39620              Reply-To: mjtg@cam.ac.uk
39621              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
39622      Branch: perl
39623            ! pod/perlguts.pod
39624 ____________________________________________________________________________
39625 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
39626         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
39627              From: Mike Guy <mjtg@cam.ac.uk>
39628              Reply-To: mjtg@cam.ac.uk
39629              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
39630      Branch: perl
39631            ! pod/perlsec.pod
39632 ____________________________________________________________________________
39633 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
39634         Log: Disable long doubles from pre-5.0 Tru64s.
39635      Branch: perl
39636            ! README.tru64 hints/dec_osf.sh
39637 ____________________________________________________________________________
39638 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
39639         Log: The #10455 exposed that modfl() is fundamentally busted
39640              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
39641              testing it.
39642      Branch: perl
39643            ! hints/dec_osf.sh
39644 ____________________________________________________________________________
39645 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
39646         Log: Metaconfig unit change for #10455.
39647      Branch: metaconfig/U/perl
39648            ! d_modfl.U
39649 ____________________________________________________________________________
39650 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
39651         Log: Configure check for geborken modfl(), inspired by
39652              
39653              Subject: Re: [20010118.017] op/int.t failure 
39654              From: Hugo <hv@crypt.compulink.co.uk>
39655              Date: Tue, 05 Jun 2001 13:43:27 +0100
39656              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
39657      Branch: perl
39658            ! Configure
39659 ____________________________________________________________________________
39660 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
39661         Log: Integrate changes #10450 and #10451 from maintperl:
39662              
39663              optimize change#10448 slightly (don't repeat search in eval""s lexical
39664              scope, since that has already been searched)
39665              
39666              change#9108 needs subtler treatment for case of closures created
39667              within eval""
39668      Branch: perl
39669           !> op.c t/op/misc.t
39670 ____________________________________________________________________________
39671 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
39672         Log: MakeMaker magic to compile (when no dynamic loading)
39673              List/Util.xsc as (ListUtil.c and) ListUtil.o since
39674              POSIX-BC (BS2000) linker has an evil limitation of
39675              being unable to include in the same executable several
39676              object files with the same name - case-insensitively -
39677              because otherwise we conflict with util.c.
39678              Strictly speaking currently required only in POSIX-BC
39679              but probably will do no harm elsewhere where static
39680              linking is required.
39681      Branch: perl
39682            ! ext/List/Util/Makefile.PL
39683 ____________________________________________________________________________
39684 [ 10452] By: nick                                  on 2001/06/06  08:59:51
39685         Log: Integrate mainline.
39686      Branch: perlio
39687           +> lib/Attribute/Handlers/demo/Demo.pm
39688           +> lib/Attribute/Handlers/demo/Descriptions.pm
39689           +> lib/Attribute/Handlers/demo/MyClass.pm
39690           +> lib/Attribute/Handlers/demo/demo.pl
39691           +> lib/Attribute/Handlers/demo/demo2.pl
39692           +> lib/Attribute/Handlers/demo/demo3.pl
39693           +> lib/Attribute/Handlers/demo/demo4.pl
39694           +> lib/Attribute/Handlers/demo/demo_call.pl
39695           +> lib/Attribute/Handlers/demo/demo_chain.pl
39696           +> lib/Attribute/Handlers/demo/demo_cycle.pl
39697           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
39698           +> lib/Attribute/Handlers/demo/demo_phases.pl
39699           +> lib/Attribute/Handlers/demo/demo_range.pl
39700           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
39701           +> uts/strtol_wrap.c
39702           !> (integrate 91 files)
39703 ____________________________________________________________________________
39704 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
39705         Log: change#9108 needs subtler treatment for case of closures created
39706              within eval""
39707      Branch: maint-5.6/perl
39708            ! op.c t/op/misc.t
39709 ____________________________________________________________________________
39710 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
39711         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
39712              scope, since that has already been searched)
39713      Branch: maint-5.6/perl
39714            ! op.c
39715 ____________________________________________________________________________
39716 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
39717         Log: Integrate change #10448 from maintperl; lexicals
39718              outside an eval"" weren't resolved correctly inside a subroutine
39719              definition inside the eval"" if they were not already referenced
39720              in the toplevel of the eval""-ed code
39721      Branch: perl
39722           !> cop.h op.c pp_ctl.c t/op/misc.t
39723 ____________________________________________________________________________
39724 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
39725         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
39726              outside an eval"" weren't resolved correctly inside a subroutine
39727              definition inside the eval"" if they were not already referenced
39728              in the toplevel of the eval""-ed code
39729      Branch: maint-5.6/perl
39730            ! cop.h op.c pp_ctl.c t/op/misc.t
39731 ____________________________________________________________________________
39732 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
39733         Log: Subject: [PATCH] perl570delta.pod
39734              From: Peter Scott <Peter@PSDT.com> 
39735              Date: Tue, 05 Jun 2001 18:51:02 -0700
39736              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
39737      Branch: perl
39738            ! pod/perl570delta.pod
39739 ____________________________________________________________________________
39740 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
39741         Log: The fudge factor is no more needed.  I hope.
39742      Branch: perl
39743            ! t/lib/posix.t
39744 ____________________________________________________________________________
39745 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
39746         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
39747              From: Hugo <hv@crypt.compulink.co.uk>
39748              Date: Tue, 05 Jun 2001 12:58:19 +0100
39749              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
39750      Branch: perl
39751            ! util.c
39752 ____________________________________________________________________________
39753 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
39754         Log: Make up prototypes only for those who have the functions
39755              but not the prototypes.
39756      Branch: perl
39757            ! perl.h
39758 ____________________________________________________________________________
39759 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
39760         Log: Subject: Re: Not OK: perl@10439 on win32 
39761              From: Prymmer/Kahn <pvhp@best.com> 
39762              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
39763              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
39764      Branch: perl
39765            ! perl.h util.c
39766 ____________________________________________________________________________
39767 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
39768         Log: The metaconfig units changes for #10441.
39769      Branch: metaconfig
39770            ! U/modified/Extract.U U/modified/Extractall.U
39771            ! U/modified/Finish.U
39772 ____________________________________________________________________________
39773 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
39774         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
39775      Branch: perl
39776            ! Configure
39777 ____________________________________________________________________________
39778 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
39779         Log: Unnecessary fuzziness undone, noted by Mike Guy.
39780      Branch: perl
39781            ! t/op/tr.t
39782 ____________________________________________________________________________
39783 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
39784         Log: Update Changes.
39785      Branch: perl
39786            ! Changes patchlevel.h
39787 ____________________________________________________________________________
39788 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
39789         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
39790              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
39791              leakage patch.
39792      Branch: perl
39793            ! t/op/misc.t
39794 ____________________________________________________________________________
39795 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
39796         Log: Test case for #10433/#10424.
39797      Branch: perl
39798            ! t/op/misc.t
39799 ____________________________________________________________________________
39800 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
39801         Log: Subject: One fix for strtoul not setting errno
39802              From: hom00@utsglobal.com (Hal Morris)
39803              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
39804              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
39805      Branch: perl
39806            + uts/strtol_wrap.c
39807            ! MANIFEST hints/uts.sh
39808 ____________________________________________________________________________
39809 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
39810         Log: Metaconfig units changes for #10434.
39811      Branch: metaconfig
39812            ! U/modified/Cppsym.U
39813      Branch: metaconfig/U/perl
39814            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
39815            + d_syscallproto.U d_usleepproto.U
39816            ! longdblfio.U quadfio.U
39817 ____________________________________________________________________________
39818 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
39819         Log: Configure tweaks; add prototype probes, make the cpp symbols
39820              probe to cast, not whine; test for %Ld and %Lf before %lld and
39821              %llf because the L is the ANSI way.
39822      Branch: perl
39823            ! Configure config_h.SH configure.com epoc/config.sh
39824            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
39825            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39826            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
39827 ____________________________________________________________________________
39828 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
39829         Log: Sigh.  This is what #10424 was supposed to check in.
39830      Branch: perl
39831            ! op.c sv.c sv.h
39832 ____________________________________________________________________________
39833 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
39834         Log: More verbose failure.
39835      Branch: perl
39836            ! t/op/ver.t
39837 ____________________________________________________________________________
39838 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
39839         Log: The .pm changes to go with #10428.
39840      Branch: perl
39841            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
39842            ! ext/Sys/Syslog/Syslog.pm
39843 ____________________________________________________________________________
39844 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
39845         Log: On second thoughts show to utf8 skippage message only
39846              on failures, it's too confusing otherwise,
39847      Branch: perl
39848            ! t/pragma/locale.t
39849 ____________________________________________________________________________
39850 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
39851         Log: Do not import anything from Encode.
39852      Branch: perl
39853            ! ext/MIME/Base64/QuotedPrint.pm
39854 ____________________________________________________________________________
39855 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
39856         Log: The #10402 didn't take.  Weird.
39857      Branch: perl
39858            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
39859            ! ext/Sys/Syslog/Syslog.xs
39860 ____________________________________________________________________________
39861 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
39862         Log: Eradicate traces of 'asciirange' re subpragma.
39863      Branch: perl
39864            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
39865            ! pod/perldiag.pod
39866 ____________________________________________________________________________
39867 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
39868         Log: use is a compile-time thing.
39869      Branch: perl
39870            ! ext/MIME/Base64/QuotedPrint.pm
39871 ____________________________________________________________________________
39872 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
39873         Log: Subject: [PATCH perl@10419] -Wall casting patch
39874              From: Robin Barker <rmb1@cise.npl.co.uk>
39875              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
39876              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
39877      Branch: perl
39878            ! ext/Devel/DProf/DProf.xs mg.c
39879 ____________________________________________________________________________
39880 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
39881         Log: Subject: [PATCH #2] introducing SVpad_TYPED
39882              From: Abhijit Menon-Sen <ams@wiw.org>
39883              Date: Mon, 4 Jun 2001 12:26:02 +0530
39884              Message-ID: <20010604122602.A5775@lustre.linux.in>
39885      Branch: perl
39886            ! op.c sv.c sv.h
39887 ____________________________________________________________________________
39888 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
39889         Log: testsuite for change#10192 (from Gisle Aas)
39890      Branch: perl
39891            + t/op/override.t
39892            ! MANIFEST
39893 ____________________________________________________________________________
39894 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
39895         Log: integrate changes#10414-10416 from mainline
39896              
39897              Potential buffer overrun if the radix separator is more than
39898              one byte.  Also, under locales, prefer the locale-specific
39899              separator over the old boring ".".
39900              
39901              "10.", that is, decimal numbers can have no decimal part at all.
39902              
39903              The non-locale places need love, too.
39904      Branch: maint-5.6/perl
39905           !> perl.h sv.c
39906 ____________________________________________________________________________
39907 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
39908         Log: Missed from #10420.
39909      Branch: perl
39910            ! epoc/config.sh
39911 ____________________________________________________________________________
39912 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
39913         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
39914              often this prototype goes with HAS_SETRESUID_PROTO.
39915      Branch: perl
39916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39917            ! config_h.SH configure.com perl.h uconfig.h
39918 ____________________________________________________________________________
39919 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
39920         Log: Update Changes.
39921      Branch: perl
39922            ! Changes patchlevel.h
39923 ____________________________________________________________________________
39924 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
39925         Log: -Wall "subscript has type `char'" cleanup.
39926      Branch: perl
39927            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
39928 ____________________________________________________________________________
39929 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
39930         Log: Various "cast to pointer from integer of different size"
39931              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
39932              wide but I32 (int) only 32 bits wide).
39933              
39934              WARNING: the classnum and tagnum changes in Storable.xs
39935              may not be wise, they may be breaking binary compatibility
39936              (in 64-bit platforms), asked Raphael Manfredi about the changes.
39937      Branch: perl
39938            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
39939            ! mg.c proto.h
39940 ____________________________________________________________________________
39941 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
39942         Log: The non-locale places need love, too.
39943      Branch: perl
39944            ! perl.h
39945 ____________________________________________________________________________
39946 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
39947         Log: "10.", that is, decimal numbers can have no decimal part at all.
39948      Branch: perl
39949            ! perl.h
39950 ____________________________________________________________________________
39951 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
39952         Log: Potential buffer overrun if the radix separator is more than
39953              one byte.  Also, under locales, prefer the locale-specific
39954              separator over the old boring ".".
39955      Branch: perl
39956            ! perl.h sv.c
39957 ____________________________________________________________________________
39958 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
39959         Log: Integrate change #10412 from maintperl; locale is now
39960              per-cop, not per-op; plus retweak the locale.t to always
39961              list the skipped utf8 locales.
39962      Branch: perl
39963            ! t/pragma/locale.t
39964           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
39965           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
39966 ____________________________________________________________________________
39967 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
39968         Log: rationalize locale handling to fix the bugs uncovered by change#10394
39969              
39970              the major issue was that the runtime was looking at PL_hints rather
39971              than op_private to notice whether locale was enabled
39972              
39973              the secondary issue was that many locale-sensitive numeric ops didn't
39974              have HINT_LOCALE propagated into their op_private
39975              
39976              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
39977              instead of per-op, just like HINT_BYTE and the hints for lexical
39978              warnings (this makes the hint available to every op via PL_curcop)
39979              
39980              pragma/locale.t may need to be reworked with these fixes in mind
39981              (it currently passes its tests)
39982      Branch: maint-5.6/perl
39983            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
39984            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
39985 ____________________________________________________________________________
39986 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
39987         Log: More verbose debugging.
39988      Branch: perl
39989            ! t/pragma/locale.t
39990 ____________________________________________________________________________
39991 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
39992         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
39993              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39994              Date: Sat, 2 Jun 2001 22:53:33 +0100
39995              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
39996      Branch: perl
39997            ! regcomp.c t/pragma/warn/regcomp
39998 ____________________________________________________________________________
39999 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
40000         Log: Mention that lexicalizing $a or $b is a bad idea if one
40001              wants to use sort().
40002      Branch: perl
40003            ! pod/perlvar.pod
40004 ____________________________________________________________________________
40005 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
40006         Log: Tweak the test to be happy if the accuracy is 'good enough'.
40007      Branch: perl
40008            ! t/lib/posix.t
40009 ____________________________________________________________________________
40010 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
40011         Log: Upgrade to Attribute::Handlers 0.70.
40012              
40013              NOTE: this unearthed the "too late for CHECK block" bug,
40014              that's why the 1_compile.t change.
40015      Branch: perl
40016            + lib/Attribute/Handlers/demo/Demo.pm
40017            + lib/Attribute/Handlers/demo/Descriptions.pm
40018            + lib/Attribute/Handlers/demo/MyClass.pm
40019            + lib/Attribute/Handlers/demo/demo.pl
40020            + lib/Attribute/Handlers/demo/demo2.pl
40021            + lib/Attribute/Handlers/demo/demo3.pl
40022            + lib/Attribute/Handlers/demo/demo4.pl
40023            + lib/Attribute/Handlers/demo/demo_call.pl
40024            + lib/Attribute/Handlers/demo/demo_chain.pl
40025            + lib/Attribute/Handlers/demo/demo_cycle.pl
40026            + lib/Attribute/Handlers/demo/demo_hashdir.pl
40027            + lib/Attribute/Handlers/demo/demo_phases.pl
40028            + lib/Attribute/Handlers/demo/demo_range.pl
40029            + lib/Attribute/Handlers/demo/demo_rawdata.pl
40030            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
40031            ! t/lib/attrhand.t
40032 ____________________________________________________________________________
40033 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
40034         Log: One less -Wall whine.
40035      Branch: perl
40036            ! regcomp.c
40037 ____________________________________________________________________________
40038 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
40039         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
40040      Branch: perl
40041           !> t/op/eval.t
40042 ____________________________________________________________________________
40043 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
40044         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
40045              aren't "normally" visible inside eval""s contained in subs unless
40046              a cloned reference to them already exists)
40047              
40048              strangely enough, t/harness didn't show this up as a failure
40049              (harness needs fixing?)
40050      Branch: maint-5.6/perl
40051            ! t/op/eval.t
40052 ____________________________________________________________________________
40053 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
40054         Log: Update to Text::Balanced 1.85.
40055      Branch: perl
40056            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
40057 ____________________________________________________________________________
40058 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
40059         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
40060              From: Nicholas Clark <nick@ccl4.org>
40061              Date: Sun, 3 Jun 2001 17:54:36 +0100
40062              Message-ID: <20010603175436.E76396@plum.flirble.org> 
40063      Branch: perl
40064            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
40065            ! ext/Sys/Syslog/Syslog.xs
40066 ____________________________________________________________________________
40067 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
40068         Log: Unused variables.
40069      Branch: perl
40070            ! util.c
40071 ____________________________________________________________________________
40072 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
40073         Log: Subject: [PATCH] APIfy op_clear 
40074              From: Simon Cozens <simon@netthink.co.uk>
40075              Date: Sun, 3 Jun 2001 13:51:46 +0100
40076              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
40077              
40078              (despite the subject line, op_null is APIfied by the patch)
40079      Branch: perl
40080            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40081 ____________________________________________________________________________
40082 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
40083         Log: Subject: [PATCH] t/lib/extutils.t
40084              From: Nicholas Clark <nick@ccl4.org>
40085              Date: Sat, 2 Jun 2001 23:57:05 +0100
40086              Message-ID: <20010602235705.Q12698@plum.flirble.org>
40087      Branch: perl
40088            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
40089 ____________________________________________________________________________
40090 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
40091         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
40092              From: Prymmer/Kahn <pvhp@best.com>
40093              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
40094              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
40095      Branch: perl
40096            ! win32/Makefile win32/makefile.mk
40097 ____________________________________________________________________________
40098 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
40099         Log: Subject: Re: 'decimal digits' macro? 
40100              From: Hugo <hv@crypt.compulink.co.uk>
40101              Date: Sun, 03 Jun 2001 04:26:36 +0100
40102              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
40103      Branch: perl
40104            ! handy.h t/lib/posix.t t/op/tr.t
40105 ____________________________________________________________________________
40106 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
40107         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
40108              From: Hugo <hv@crypt.compulink.co.uk>
40109              Date: Sun, 03 Jun 2001 14:56:30 +0100
40110              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
40111      Branch: perl
40112            ! util.c
40113 ____________________________________________________________________________
40114 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
40115         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
40116      Branch: perl
40117           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
40118           !> vms/perly_c.vms
40119 ____________________________________________________________________________
40120 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
40121         Log: fix leakage of lexicals at file scope into subroutines that were
40122              declared before them; this appears to be a longstanding bug that
40123              meant that lexicals at file scope were never "deintroduced", meaning
40124              their scope range was never properly closed, and their visibility
40125              extended to all subsequent eval""s or requires
40126              
40127              added a test case
40128              
40129              seems to also fix a case of bogus duplicate warnings
40130      Branch: maint-5.6/perl
40131            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
40132            ! vms/perly_c.vms
40133 ____________________________________________________________________________
40134 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
40135         Log: More VMS tweaks from Craig A. Berry.
40136      Branch: perl
40137            ! configure.com t/lib/extutils.t
40138 ____________________________________________________________________________
40139 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
40140         Log: -Wall cleanup continues.
40141      Branch: perl
40142            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
40143            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
40144            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
40145            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
40146            ! run.c toke.c util.c
40147 ____________________________________________________________________________
40148 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
40149         Log: The metaconfig unit change for #10390.
40150      Branch: metaconfig/U/perl
40151            ! gccvers.U
40152 ____________________________________________________________________________
40153 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
40154         Log: Drop the -ansi from the default gcc flags.
40155              
40156              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
40157              that struct cannot be compared with a flat integer, such as STRLEN.
40158              The -ansi will also cause a lot of noise in Solaris because of:
40159              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
40160      Branch: perl
40161            ! Configure
40162 ____________________________________________________________________________
40163 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
40164         Log: Integrate perlio.
40165      Branch: perl
40166           !> pod/perlapi.pod util.c
40167 ____________________________________________________________________________
40168 [ 10388] By: nick                                  on 2001/06/02  08:01:12
40169         Log: Integrate mainline
40170      Branch: perlio
40171           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
40172           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
40173           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
40174           !> t/lib/1_compile.t t/lib/mimeqp.t
40175 ____________________________________________________________________________
40176 [ 10387] By: nick                                  on 2001/06/02  07:39:17
40177         Log: Tweak util.c's atof2 for MULTIPLICITY
40178      Branch: perlio
40179            ! util.c
40180 ____________________________________________________________________________
40181 [ 10386] By: nick                                  on 2001/06/02  07:38:33
40182         Log: Integrate mainline
40183      Branch: perlio
40184           !> (integrate 41 files)
40185 ____________________________________________________________________________
40186 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
40187         Log: Add Attribute::Handlers 0.61 from Damian Conway.
40188      Branch: perl
40189            + lib/Attribute/Handlers.pm t/lib/attrhand.t
40190            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
40191 ____________________________________________________________________________
40192 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
40193         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
40194              From: Peter Prymmer <pvhp@forte.com>
40195              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
40196              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
40197      Branch: perl
40198            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
40199 ____________________________________________________________________________
40200 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
40201         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
40202              From: Jeff Pinyan <jeffp@crusoe.net>
40203              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
40204              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
40205      Branch: perl
40206            ! lib/File/Find.pm
40207 ____________________________________________________________________________
40208 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
40209         Log: Subject: [PATCH perl@10381] configure.com tweaks
40210              From: "Craig A. Berry" <craigberry@mac.com>
40211              Date: Fri, 1 Jun 2001 13:55:43 -0500
40212              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
40213      Branch: perl
40214            ! configure.com
40215 ____________________________________________________________________________
40216 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
40217         Log: Update Changes.
40218      Branch: perl
40219            ! Changes patchlevel.h
40220 ____________________________________________________________________________
40221 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
40222         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
40223              From: Mike Guy <mjtg@cam.ac.uk>
40224              Date: Fri, 01 Jun 2001 18:17:02 +0100
40225              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
40226      Branch: perl
40227            ! lib/perl5db.pl
40228 ____________________________________________________________________________
40229 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
40230         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
40231              From: Hugo <hv@crypt.compulink.co.uk>
40232              Date: Thu, 31 May 2001 20:49:48 +0100
40233              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
40234      Branch: perl
40235            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
40236            ! util.c
40237 ____________________________________________________________________________
40238 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
40239         Log: Zero() is not available in x2p (or, rather, some of its
40240              implementations like memzero() might not be available.)
40241      Branch: perl
40242            ! x2p/hash.c
40243 ____________________________________________________________________________
40244 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
40245         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
40246              From: Michael G Schwern <schwern@pobox.com>
40247              Date: Fri, 1 Jun 2001 12:00:29 +0100
40248              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
40249              
40250              (But use Zero() instead of memset.)
40251      Branch: perl
40252            ! x2p/hash.c
40253 ____________________________________________________________________________
40254 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
40255         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
40256              From: Jeff Pinyan <jeffp@crusoe.net>
40257              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
40258              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
40259      Branch: perl
40260            ! pod/perldiag.pod regcomp.c t/op/pat.t
40261 ____________________________________________________________________________
40262 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
40263         Log: Retract #10324 and #10333; not needed.
40264      Branch: perl
40265            ! hints/irix_6.sh hints/linux.sh
40266 ____________________________________________________________________________
40267 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
40268         Log: The #10370 wasn't quite right.
40269      Branch: perl
40270            ! ext/XS/Typemap/Typemap.xs
40271 ____________________________________________________________________________
40272 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
40273         Log: The metaconfig units changes for #10372.
40274      Branch: metaconfig/U/perl
40275            + d_realpath.U d_sresgproto.U d_sresuproto.U
40276            ! gccvers.U i_db.U
40277 ____________________________________________________________________________
40278 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
40279         Log: Configure tweaks; record the Berkeley DB version,
40280              probe for realpath(), for setresuid() and setresgid()
40281              prototypes; use realpath() (try to be paranoid enough),
40282              use the setres[ug]id prototypes because glibc has the functions
40283              but not their prototypes; add -Wall -ansi to gcc ccflags;
40284              regen toc.
40285      Branch: perl
40286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40287            ! config_h.SH configure.com epoc/config.sh
40288            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
40289            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
40290            ! vos/config.ga.def win32/config.bc win32/config.gc
40291            ! win32/config.vc
40292 ____________________________________________________________________________
40293 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
40294         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
40295              From: Michael G Schwern <schwern@pobox.com>
40296              Date: Fri, 1 Jun 2001 11:28:14 +0100
40297              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
40298      Branch: perl
40299            ! lib/attributes.pm xsutils.c
40300 ____________________________________________________________________________
40301 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
40302         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
40303              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40304              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
40305              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
40306      Branch: perl
40307            ! ext/XS/Typemap/Typemap.xs
40308 ____________________________________________________________________________
40309 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
40310         Log: Subject: [patch] Cwd.xs optimizations/abstraction
40311              From: Doug MacEachern <dougm@covalent.net>
40312              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
40313              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
40314      Branch: perl
40315            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
40316            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
40317 ____________________________________________________________________________
40318 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
40319         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!])
40320              From: Nicholas Clark <nick@ccl4.org>
40321              Date: Thu, 31 May 2001 23:56:40 +0100
40322              Message-ID: <20010531235640.F12698@plum.flirble.org>
40323              
40324              Make the test work also under only static extensions
40325              (sh Configure -Uusedl fakes this nicely)
40326      Branch: perl
40327            ! t/lib/extutils.t
40328 ____________________________________________________________________________
40329 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
40330         Log: Subject: [PATCH hv.c] Eliminating trigraph
40331              From: Michael G Schwern <schwern@pobox.com>
40332              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
40333              Date: Fri, 1 Jun 2001 11:49:56 +0100
40334      Branch: perl
40335            ! hv.c
40336 ____________________________________________________________________________
40337 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
40338         Log: Subject: Re: [PATCH] Tests for File::Compare 
40339              From: "Philip Newton" <Philip.Newton@gmx.net>
40340              Date: Thu, 31 May 2001 19:44:05 +0200
40341              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
40342              
40343              Unnecessary "quotation marks".
40344      Branch: perl
40345            ! t/lib/filecomp.t
40346 ____________________________________________________________________________
40347 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
40348         Log: Integrate perlio.
40349      Branch: perl
40350           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
40351 ____________________________________________________________________________
40352 [ 10364] By: nick                                  on 2001/06/01  10:13:31
40353         Log: Cleanup dll.base and dll.exp created by GCC builds.
40354      Branch: perlio
40355            ! lib/ExtUtils/MM_Win32.pm
40356 ____________________________________________________________________________
40357 [ 10363] By: nick                                  on 2001/06/01  10:02:17
40358         Log: Make filecomp test work on CRLF platforms by adding binmode.
40359      Branch: perlio
40360            ! t/lib/filecomp.t
40361 ____________________________________________________________________________
40362 [ 10362] By: nick                                  on 2001/06/01  08:37:17
40363         Log: Integrate mainline
40364      Branch: perlio
40365           !> Changes Configure patchlevel.h perlio.c
40366 ____________________________________________________________________________
40367 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
40368         Log: panic:claustrophobia.
40369      Branch: perl
40370            ! perlio.c
40371 ____________________________________________________________________________
40372 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
40373         Log: Update Changes.
40374      Branch: perl
40375            ! Changes patchlevel.h
40376 ____________________________________________________________________________
40377 [ 10359] By: nick                                  on 2001/05/31  12:35:50
40378         Log: Integrate mainline.
40379      Branch: perlio
40380           +> t/lib/filecomp.t
40381           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
40382           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
40383 ____________________________________________________________________________
40384 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
40385         Log: Integrate perlio.
40386      Branch: perl
40387           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
40388           !> win32/config_H.vc
40389 ____________________________________________________________________________
40390 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
40391         Log: Metaconfig unit change for #10356.
40392      Branch: metaconfig
40393            ! U/installdirs/inc_version_list.U
40394 ____________________________________________________________________________
40395 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
40396         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
40397              (idea from Sarathy; implementation from Andy)
40398      Branch: perl
40399            ! Configure
40400 ____________________________________________________________________________
40401 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
40402         Log: More AUTHORS.
40403      Branch: perl
40404            ! AUTHORS
40405 ____________________________________________________________________________
40406 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
40407         Log: Subject: Re: [PATCH] Tests for File::Compare
40408              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
40409              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
40410              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
40411      Branch: perl
40412            + t/lib/filecomp.t
40413            ! MANIFEST t/lib/1_compile.t
40414 ____________________________________________________________________________
40415 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
40416         Log: Subject: [PATCH] DEBUG_* macro cleanups
40417              From: Abhijit Menon-Sen <ams@wiw.org>
40418              Date: Thu, 31 May 2001 12:16:22 +0530
40419              Message-ID: <20010531121622.B4829@lustre.linux.in>
40420              
40421              Subject: Re: [PATCH] DEBUG_* macro cleanups
40422              From: Abhijit Menon-Sen <ams@wiw.org>
40423              Date: Thu, 31 May 2001 13:57:01 +0530
40424              Message-ID: <20010531135701.A21775@lustre.linux.in>
40425              
40426              (The DEBUG_ definitions in perl.h changed to use the
40427              STMT_START and STMT_END.)
40428      Branch: perl
40429            ! perl.h pp_ctl.c sv.c toke.c
40430 ____________________________________________________________________________
40431 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
40432         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
40433              From: Abhijit Menon-Sen <ams@wiw.org>
40434              Date: Thu, 31 May 2001 08:27:55 +0530
40435              Message-ID: <20010531082755.A10018@lustre.linux.in>
40436      Branch: perl
40437            ! ext/Storable/Storable.xs gv.c perl.c
40438 ____________________________________________________________________________
40439 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
40440         Log: Subject: [PATCH] AUTHORS
40441              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40442              Date: Thu, 31 May 2001 01:27:59 -0500
40443              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
40444              
40445              Subject: Re: [PATCH] AUTHORS
40446              From: "Philip Newton" <Philip.Newton@gmx.net>
40447              Date: Thu, 31 May 2001 10:08:06 +0200
40448              (Message-Id missing?)
40449      Branch: perl
40450            ! AUTHORS
40451 ____________________________________________________________________________
40452 [ 10350] By: nick                                  on 2001/05/31  11:40:43
40453         Log: win32 - dmake regen_config_h
40454      Branch: perlio
40455            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40456 ____________________________________________________________________________
40457 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
40458         Log: Subject: Re: [PATCH util.c] More warning cleanups.
40459              From: "Philip Newton" <Philip.Newton@gmx.net>
40460              Date: Thu, 31 May 2001 07:41:36 +0200
40461              Message-Id: <200105310538.IAA25458@taku.hut.fi>
40462              
40463              Undo C++-ism that snekt in.
40464      Branch: perl
40465            ! util.c
40466 ____________________________________________________________________________
40467 [ 10348] By: nick                                  on 2001/05/31  11:36:46
40468         Log: Tolerate Win32 numerics
40469      Branch: perlio
40470            ! t/pragma/warn/toke
40471 ____________________________________________________________________________
40472 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
40473         Log: Integrate perlio.
40474      Branch: perl
40475           !> perlio.c win32/win32.h
40476 ____________________________________________________________________________
40477 [ 10346] By: nick                                  on 2001/05/31  10:54:55
40478         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
40479              perlio.c change 10255.
40480      Branch: perlio
40481            ! perlio.c
40482 ____________________________________________________________________________
40483 [ 10345] By: nick                                  on 2001/05/31  10:01:57
40484         Log: Conditionally put back some "unused" dTHX which are used
40485              with PERL_IMPLICIT_SYS
40486      Branch: perlio
40487            ! perlio.c
40488 ____________________________________________________________________________
40489 [ 10344] By: nick                                  on 2001/05/31  10:00:59
40490         Log: Fix Win32 for new spelling IN_BYTES 
40491      Branch: perlio
40492            ! win32/win32.h
40493 ____________________________________________________________________________
40494 [ 10343] By: nick                                  on 2001/05/31  08:01:32
40495         Log: perlio.c -Wall cleaner under MULTIPLICITY
40496              - still minor noise with linux stdio
40497      Branch: perlio
40498            ! perlio.c
40499 ____________________________________________________________________________
40500 [ 10342] By: nick                                  on 2001/05/31  07:52:23
40501         Log: Integrate mainline.
40502      Branch: perlio
40503           !> (integrate 42 files)
40504 ____________________________________________________________________________
40505 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
40506         Log: AUTHORS updates.
40507      Branch: perl
40508            ! AUTHORS
40509 ____________________________________________________________________________
40510 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
40511         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
40512              From: Peter Prymmer <pvhp@forte.com>
40513              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
40514              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
40515      Branch: perl
40516            ! t/lib/md5-file.t
40517 ____________________________________________________________________________
40518 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
40519         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
40520              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
40521              to match the pragma name; various robustness cleanups.
40522      Branch: perl
40523            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
40524            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
40525 ____________________________________________________________________________
40526 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
40527         Log: More -Wall sweeping.
40528      Branch: perl
40529            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
40530            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
40531            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
40532            ! regcomp.c sv.c toke.c utf8.c
40533 ____________________________________________________________________________
40534 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
40535         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
40536              From: Nicholas Clark <nick@ccl4.org>
40537              Date: Wed, 30 May 2001 22:34:41 +0100
40538              Message-ID: <20010530223441.Y86445@plum.flirble.org>
40539      Branch: perl
40540            ! t/op/cmp.t
40541 ____________________________________________________________________________
40542 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
40543         Log: It's is not, it isn't ain't, and it's it's, not its,
40544              if you mean it is. If you don't, it's its. Then too,
40545              it's hers. It isn't her's. It isn't our's either.
40546              It's ours, and likewise yours and theirs.
40547              -- Oxford University Press, Edpress News
40548      Branch: perl
40549            ! lib/autouse.pm
40550 ____________________________________________________________________________
40551 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
40552         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
40553      Branch: perl
40554            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
40555            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
40556            ! x2p/str.c x2p/walk.c xsutils.c
40557 ____________________________________________________________________________
40558 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
40559         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40560              From: Michael G Schwern <schwern@pobox.com>
40561              Date: Wed, 30 May 2001 17:10:38 +0100
40562              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
40563              
40564              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40565              From: Abhijit Menon-Sen <ams@wiw.org>
40566              Date: Wed, 30 May 2001 23:16:13 +0530
40567              Message-ID: <20010530231613.A31933@lustre.linux.in>
40568      Branch: perl
40569            ! perl.c t/run/runenv.t
40570 ____________________________________________________________________________
40571 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
40572         Log: (Retracted by #10375.)
40573              
40574              IRIX hints patch from Merijn Broeren.
40575              
40576              TODO: (this and the earlier Linux hints patch) should be solved
40577              at Configure level.  Merijn: -ldb should not be used on any platform
40578              for perl, just when linking DBFile itself. Trying to be helpful here
40579              is counterproductive.
40580      Branch: perl
40581            ! hints/irix_6.sh
40582 ____________________________________________________________________________
40583 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
40584         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
40585              From: Nicholas Clark <nick@ccl4.org>
40586              Date: Wed, 30 May 2001 23:20:58 +0100
40587              Message-ID: <20010530232058.B86445@plum.flirble.org>
40588      Branch: perl
40589            ! doop.c
40590 ____________________________________________________________________________
40591 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
40592         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40593              From: Michael G Schwern <schwern@pobox.com> 
40594              Date: Wed, 30 May 2001 15:24:20 +0100
40595              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
40596      Branch: perl
40597            ! t/pragma/autouse.t
40598 ____________________________________________________________________________
40599 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
40600         Log: The regex trick wasn't a good idea.
40601      Branch: perl
40602            ! pod/perlfaq4.pod
40603 ____________________________________________________________________________
40604 [ 10329] By: nick                                  on 2001/05/30  18:34:35
40605         Log: Integrate mainline
40606      Branch: perlio
40607           !> (integrate 40 files)
40608 ____________________________________________________________________________
40609 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
40610         Log: Update Changes.
40611      Branch: perl
40612            ! Changes patchlevel.h
40613 ____________________________________________________________________________
40614 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
40615         Log: The metaconfig unit change for #10325.
40616      Branch: metaconfig
40617            + U/modified/afs.U
40618 ____________________________________________________________________________
40619 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
40620         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
40621              is now wrong.
40622      Branch: perl
40623            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
40624 ____________________________________________________________________________
40625 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
40626         Log: Introduce $Config{afsroot}.
40627      Branch: perl
40628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40629            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
40630            ! win32/config.gc win32/config.vc
40631 ____________________________________________________________________________
40632 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
40633         Log: (Retracted by #10375.)
40634              
40635              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
40636      Branch: perl
40637            ! hints/linux.sh
40638 ____________________________________________________________________________
40639 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
40640         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
40641              (Also Configure tweaks needed; coming up soon.)
40642      Branch: perl
40643            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
40644 ____________________________________________________________________________
40645 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
40646         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
40647              From: Michael G Schwern <schwern@pobox.com>
40648              Date: Sun, 27 May 2001 10:29:43 +0100
40649              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
40650      Branch: perl
40651            ! lib/perl5db.pl
40652 ____________________________________________________________________________
40653 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
40654         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
40655              and Abhijit Menon-Sen.
40656      Branch: perl
40657            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
40658            ! perl.c pp_sys.c regcomp.c
40659 ____________________________________________________________________________
40660 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
40661         Log: Fix the BOOT section to call myU2time properly.
40662      Branch: perl
40663            ! ext/Time/HiRes/HiRes.xs
40664 ____________________________________________________________________________
40665 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
40666         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
40667              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
40668              Date: Wed, 30 May 2001 09:44:29 -0400
40669              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
40670              
40671              Detypo; plus add one more trick.
40672      Branch: perl
40673            ! pod/perlfaq4.pod
40674 ____________________________________________________________________________
40675 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
40676         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)
40677              From: Michael G Schwern <schwern@pobox.com>
40678              Date: Wed, 30 May 2001 14:39:06 +0100
40679              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
40680      Branch: perl
40681            ! lib/autouse.pm t/pragma/autouse.t
40682 ____________________________________________________________________________
40683 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
40684         Log: Subject: Re: AIX and gcc (moving targets)
40685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40686              Date: Wed, 30 May 2001 15:25:08 +0200
40687              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
40688      Branch: perl
40689            ! ext/Time/HiRes/HiRes.xs
40690 ____________________________________________________________________________
40691 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
40692         Log: Subject: [PATCH t/TEST] sorting tests
40693              From: Michael G Schwern <schwern@pobox.com>
40694              Date: Wed, 30 May 2001 10:24:02 +0100
40695              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
40696      Branch: perl
40697            ! t/TEST
40698 ____________________________________________________________________________
40699 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
40700         Log: Subject: [ID 20010529.002] typos in man page perlre
40701              From: bart@cg681574-a.adubn1.nj.home.com 
40702              Date: Tue, 29 May 2001 13:58:59 -0500
40703              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
40704      Branch: perl
40705            ! pod/perlre.pod
40706 ____________________________________________________________________________
40707 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
40708         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40709              From: "Craig A. Berry" <craigberry@mac.com>
40710              Date: Tue, 29 May 2001 23:23:45 -0500
40711              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
40712      Branch: perl
40713            ! t/lib/extutils.t t/pragma/autouse.t
40714 ____________________________________________________________________________
40715 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
40716         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)
40717              From: David Dyck <dcd@tc.fluke.com>
40718              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
40719              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
40720      Branch: perl
40721            ! t/lib/filefind.t
40722 ____________________________________________________________________________
40723 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
40724         Log: AIX hints update for gcc from Merijn H. Brand.
40725      Branch: perl
40726            ! hints/aix.sh
40727 ____________________________________________________________________________
40728 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
40729         Log: Retract #10295 and #10296: a more generic solution
40730              is needed (there's something funny with gcc on AIX).
40731      Branch: perl
40732            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
40733 ____________________________________________________________________________
40734 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
40735         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
40736              From: Hugo <hv@crypt.compulink.co.uk>
40737              Date: Wed, 30 May 2001 11:59:19 +0100
40738              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
40739              
40740              localizing $@ has unfortunate semantics - if you die past
40741              a local $@, the die message is lost.
40742      Branch: perl
40743            ! lib/utf8_heavy.pl
40744 ____________________________________________________________________________
40745 [ 10309] By: nick                                  on 2001/05/30  08:23:02
40746         Log: Integrate mainline (autouse works again.)
40747      Branch: perlio
40748           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
40749           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
40750           !> pod/perlvar.pod t/op/cmp.t
40751 ____________________________________________________________________________
40752 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
40753         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
40754              From: David Dyck <dcd@tc.fluke.com>
40755              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
40756              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
40757      Branch: perl
40758            ! lib/File/Find.pm
40759 ____________________________________________________________________________
40760 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
40761         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
40762              From: Nicholas Clark <nick@ccl4.org>
40763              Date: Tue, 29 May 2001 23:16:09 +0100
40764              Message-ID: <20010529231609.U86445@plum.flirble.org>
40765              
40766              Make the test output slightly clearer by distinguishing
40767              between '' and undef.
40768      Branch: perl
40769            ! t/op/cmp.t
40770 ____________________________________________________________________________
40771 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
40772         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
40773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40774              Date: Tue, 29 May 2001 19:15:19 -0400
40775              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
40776      Branch: perl
40777            ! hints/os2.sh
40778 ____________________________________________________________________________
40779 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
40780         Log: Subject: perlvar.pod addition
40781              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
40782              Date: Fri, 25 May 2001 20:23:12 +0200
40783              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
40784              
40785              Subject: Re: perlvar.pod addition
40786              From: "Abigail" <abigail@foad.org> 
40787              Date: Fri, 25 May 2001 22:00:39 +0200
40788              Message-ID: <20010525200039.28029.qmail@foad.org>
40789              
40790              Mention $a and $b in perlvar.
40791      Branch: perl
40792            ! pod/perlvar.pod
40793 ____________________________________________________________________________
40794 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
40795         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
40796              From: Jeff Pinyan <jeffp@crusoe.net>
40797              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
40798              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
40799      Branch: perl
40800            ! pod/perlvar.pod
40801 ____________________________________________________________________________
40802 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
40803         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
40804              From: Jeff Pinyan <jeffp@crusoe.net>
40805              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
40806              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
40807      Branch: perl
40808            ! pod/perlfaq6.pod
40809 ____________________________________________________________________________
40810 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
40811         Log: Mention Time::localtime and Time::gmtime.
40812      Branch: perl
40813            ! ext/Time/Piece/Piece.pm
40814 ____________________________________________________________________________
40815 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
40816         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
40817              From: Michael G Schwern <schwern@pobox.com>
40818              Date: Tue, 29 May 2001 18:51:32 +0100
40819              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
40820      Branch: perl
40821            ! pod/perlfaq4.pod
40822 ____________________________________________________________________________
40823 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
40824         Log: Retract #10243.
40825      Branch: perl
40826            ! lib/autouse.pm
40827 ____________________________________________________________________________
40828 [ 10299] By: nick                                  on 2001/05/29  18:41:19
40829         Log: Post weekend integrate mainline (fails one test pragma/autouse).
40830      Branch: perlio
40831           +> (branch 29 files)
40832           !> (integrate 91 files)
40833 ____________________________________________________________________________
40834 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
40835         Log: Update Changes.
40836      Branch: perl
40837            ! Changes patchlevel.h
40838 ____________________________________________________________________________
40839 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
40840         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
40841              before Perl_load_module/Perl_call_method and restore the value
40842              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
40843      Branch: perl
40844            ! utf8.c
40845 ____________________________________________________________________________
40846 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
40847         Log: Subject: Re: AIX and gcc (moving targets)
40848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40849              Date: Tue, 29 May 2001 17:59:40 +0200
40850              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
40851      Branch: perl
40852            ! ext/Storable/Makefile.PL
40853 ____________________________________________________________________________
40854 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
40855         Log: Subject: Re: AIX and gcc (moving targets)
40856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40857              Date: Tue, 29 May 2001 12:32:57 +0200
40858              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
40859      Branch: perl
40860            ! ext/POSIX/Makefile.PL
40861 ____________________________________________________________________________
40862 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
40863         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
40864              From: Michael G Schwern <schwern@pobox.com>
40865              Date: Tue, 29 May 2001 09:53:29 +0100
40866              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
40867              
40868              (#10280 retracted)
40869      Branch: perl
40870            ! lib/Test/Harness.pm t/lib/test-harness.t
40871 ____________________________________________________________________________
40872 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
40873         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
40874              From: Michael G Schwern <schwern@pobox.com>
40875              Date: Tue, 29 May 2001 09:19:52 +0100
40876              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
40877      Branch: perl
40878            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
40879            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
40880            + t/lib/Test/todo.t
40881            ! MANIFEST lib/Test.pm t/TEST
40882 ____________________________________________________________________________
40883 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
40884         Log: From: Michael G Schwern <schwern@pobox.com>
40885              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
40886              Date: Tue, 29 May 2001 08:26:09 +0100
40887              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
40888      Branch: perl
40889            ! t/TEST
40890 ____________________________________________________________________________
40891 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
40892         Log: Add tests for Time::gmtime and Time::localtime.
40893      Branch: perl
40894            + t/lib/time-gmtime.t t/lib/time-localtime.t
40895            ! MANIFEST t/lib/1_compile.t
40896 ____________________________________________________________________________
40897 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
40898         Log: Add test for File::stat.
40899      Branch: perl
40900            + t/lib/filestat.t
40901            ! MANIFEST t/lib/1_compile.t
40902 ____________________________________________________________________________
40903 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
40904         Log: Add test for Net::servent.
40905      Branch: perl
40906            + t/lib/net-sent.t
40907            ! MANIFEST t/lib/1_compile.t
40908 ____________________________________________________________________________
40909 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
40910         Log: Add test for Net::protoent.
40911      Branch: perl
40912            + t/lib/net-pent.t
40913            ! MANIFEST t/lib/1_compile.t
40914 ____________________________________________________________________________
40915 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
40916         Log: Add test for Net::netent.
40917      Branch: perl
40918            + t/lib/net-nent.t
40919            ! MANIFEST t/lib/1_compile.t
40920 ____________________________________________________________________________
40921 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
40922         Log: Add test for User::grent.  Portability doubtful.
40923      Branch: perl
40924            + t/lib/user-grent.t
40925            ! MANIFEST t/lib/1_compile.t
40926 ____________________________________________________________________________
40927 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
40928         Log: Add test for User::pwent.
40929              Probably will fall down somewhere for portability reasons.
40930      Branch: perl
40931            + t/lib/user-pwent.t
40932            ! MANIFEST t/lib/1_compile.t
40933 ____________________________________________________________________________
40934 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
40935         Log: Metaconfig units changes for #10283.
40936      Branch: metaconfig
40937            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
40938            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
40939            ! U/installdirs/sitescript.U U/modified/Signal.U
40940 ____________________________________________________________________________
40941 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
40942         Log: Subject: [PATCH 5.6.1] signal names in Configure
40943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40944              Date: Tue, 29 May 2001 03:52:25 -0400
40945              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
40946              
40947              Subject: [PATCH 5.6.1] older perl in Configure
40948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40949              Date: Tue, 29 May 2001 03:55:40 -0400
40950              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
40951              
40952              Subject: [PATCH 5.6.1] goofs in Configure
40953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40954              Date: Tue, 29 May 2001 04:13:07 -0400
40955              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
40956              
40957              Configure portability tweaks.
40958      Branch: perl
40959            ! Configure
40960 ____________________________________________________________________________
40961 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
40962         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
40963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40964              Date: Tue, 29 May 2001 04:07:06 -0400
40965              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
40966      Branch: perl
40967            ! os2/os2.c
40968 ____________________________________________________________________________
40969 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
40970         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
40971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40972              Date: Tue, 29 May 2001 04:01:38 -0400
40973              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
40974      Branch: perl
40975            ! hints/os2.sh os2/Makefile.SHs
40976 ____________________________________________________________________________
40977 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
40978         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
40979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40980              Date: Tue, 29 May 2001 03:50:18 -0400
40981              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
40982      Branch: perl
40983            ! lib/Test/Harness.pm
40984 ____________________________________________________________________________
40985 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
40986         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
40987      Branch: perl
40988            ! lib/utf8_heavy.pl
40989 ____________________________________________________________________________
40990 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
40991         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
40992              From: Hugo <hv@crypt.compulink.co.uk>
40993              Date: Tue, 29 May 2001 03:03:45 +0100
40994              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
40995              
40996              Explanation why the $@ always gets the UTF8 flag when under use utf8--
40997              because we told it to have the flag when under use utf8.
40998      Branch: perl
40999            ! pp_ctl.c
41000 ____________________________________________________________________________
41001 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
41002         Log: At least a partial fix for 20010528.004.
41003      Branch: perl
41004            ! lib/utf8_heavy.pl
41005 ____________________________________________________________________________
41006 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
41007         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
41008              From: Nicholas Clark <nick@ccl4.org> 
41009              Date: Mon, 28 May 2001 23:39:38 +0100
41010              Message-ID: <20010528233938.M86445@plum.flirble.org>
41011              
41012              More portable non-zero UV.
41013      Branch: perl
41014            ! t/lib/extutils.t
41015 ____________________________________________________________________________
41016 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
41017         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
41018              From: Nicholas Clark <nick@ccl4.org>
41019              Date: Mon, 28 May 2001 22:46:09 +0100
41020              Message-ID: <20010528224608.L86445@plum.flirble.org>
41021              
41022              Test also "make clean".
41023      Branch: perl
41024            ! t/lib/extutils.t
41025 ____________________________________________________________________________
41026 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
41027         Log: Subject: Re: Would -Wno-unused -Wall be better?
41028              From: Michael G Schwern <schwern@pobox.com>
41029              Date: Tue, 29 May 2001 00:55:54 +0100
41030              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
41031      Branch: perl
41032            ! pp.h
41033 ____________________________________________________________________________
41034 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
41035         Log: Add a test for 20010528.007, fixed in #10272.
41036      Branch: perl
41037            ! t/op/misc.t toke.c
41038 ____________________________________________________________________________
41039 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
41040         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
41041              From: Hugo <hv@crypt.compulink.co.uk>
41042              Date: Tue, 29 May 2001 00:23:23 +0100
41043              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
41044      Branch: perl
41045            ! toke.c
41046 ____________________________________________________________________________
41047 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
41048         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
41049              From: Michael G Schwern <schwern@pobox.com>
41050              Date: Tue, 29 May 2001 00:42:59 +0100
41051              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
41052      Branch: perl
41053            ! t/pragma/autouse.t
41054 ____________________________________________________________________________
41055 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
41056         Log: Some shells seemingly arrange the signal handlers differently
41057              (bug id 20010521.004).
41058      Branch: perl
41059            ! t/lib/sigaction.t
41060 ____________________________________________________________________________
41061 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
41062         Log: Regen perlmodlib.
41063      Branch: perl
41064            ! pod/perlmodlib.pod
41065 ____________________________________________________________________________
41066 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
41067         Log: Update Changes.
41068      Branch: perl
41069            ! Changes patchlevel.h
41070 ____________________________________________________________________________
41071 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
41072         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
41073              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41074              Date: Mon, 28 May 2001 14:56:35 -0500
41075              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
41076      Branch: perl
41077            ! pod/perlnewmod.pod
41078 ____________________________________________________________________________
41079 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
41080         Log: Regen toc.
41081      Branch: perl
41082            ! pod/perltoc.pod
41083 ____________________________________________________________________________
41084 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
41085         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
41086              From: "Richard Soderberg" <rs@crystalflame.net>
41087              Date: Mon, 28 May 2001 12:31:23 -0700
41088              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
41089      Branch: perl
41090            ! t/op/splice.t
41091 ____________________________________________________________________________
41092 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
41093         Log: The #10260 was too bold: locales and utf8 still do not mix.
41094      Branch: perl
41095            ! t/pragma/locale.t
41096 ____________________________________________________________________________
41097 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
41098         Log: Subject: [PATCH] Pod nitpicks
41099              From: "Richard Soderberg" <rs@crystalflame.net>
41100              Date: Mon, 28 May 2001 10:08:58 -0700
41101              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
41102      Branch: perl
41103            ! pod/perl571delta.pod pod/perlapi.pod sv.h
41104 ____________________________________________________________________________
41105 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
41106         Log: Upgrade to I18N::LangTags 0.22.
41107      Branch: perl
41108            + lib/I18N/LangTags/List.pod
41109            ! MANIFEST lib/I18N/LangTags.pm
41110 ____________________________________________________________________________
41111 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
41112         Log: A slightly more serious bug found by -Mutf8; op/misc and
41113              lib/complex dumped core.
41114      Branch: perl
41115            ! regexec.c
41116 ____________________________________________________________________________
41117 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
41118         Log: Various buglets shaken out by -Mutf8.
41119      Branch: perl
41120            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
41121            ! t/pragma/locale.t
41122 ____________________________________________________________________________
41123 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
41124         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
41125      Branch: perl
41126            ! t/lib/carp.t
41127 ____________________________________________________________________________
41128 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
41129         Log: Subject: [PATCH] todo patch
41130              From: Artur Bergman <artur@contiller.se> 
41131              Date: Mon, 28 May 2001 17:03:51 +0200
41132              Message-ID: <B7383577.F34%artur@contiller.se>
41133      Branch: perl
41134            ! pod/perltodo.pod
41135 ____________________________________________________________________________
41136 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
41137         Log: Subject: typo in perlguts.pod
41138              From: "John P. Linderman" <jpl@research.att.com>
41139              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
41140              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
41141      Branch: perl
41142            ! pod/perlguts.pod
41143 ____________________________________________________________________________
41144 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
41145         Log: Subject: AIX and gcc (moving targets)
41146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41147              Date: Mon, 28 May 2001 12:54:04 +0200
41148              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
41149      Branch: perl
41150            ! hints/aix.sh
41151 ____________________________________________________________________________
41152 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
41153         Log: Subject: Re: perlio + multiple perl_alloc..destruct
41154              From: Doug MacEachern <dougm@covalent.net>
41155              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
41156              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
41157      Branch: perl
41158            ! perlio.c
41159 ____________________________________________________________________________
41160 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
41161         Log: The #10251 wasn't quite up-to-the-code.
41162      Branch: perl
41163            ! t/op/misc.t
41164 ____________________________________________________________________________
41165 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
41166         Log: Test case for bug 20010526.004, fixed in #10252.
41167      Branch: perl
41168            ! t/op/taint.t
41169 ____________________________________________________________________________
41170 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
41171         Log: Subject: Re: [ID 20010526.004] Taint looses value
41172              From: Hugo <hv@crypt.compulink.co.uk>
41173              Date: Sun, 27 May 2001 20:39:32 +0100
41174              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
41175      Branch: perl
41176            ! sv.c
41177 ____________________________________________________________________________
41178 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
41179         Log: Test case for 20010422.005, fixed by #10250.
41180      Branch: perl
41181            ! t/op/misc.t
41182 ____________________________________________________________________________
41183 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
41184         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
41185              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41186              Date: Mon, 28 May 2001 06:39:12 -0400
41187              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
41188      Branch: perl
41189            ! toke.c
41190 ____________________________________________________________________________
41191 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
41192         Log: Linerewrapping.
41193      Branch: perl
41194            ! lib/open.pm
41195 ____________________________________________________________________________
41196 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
41197         Log: Updates on the modules list.
41198      Branch: perl
41199            ! t/lib/1_compile.t
41200 ____________________________________________________________________________
41201 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
41202         Log: Add a test for PerlIO.
41203              
41204              (I probably got the crlf/raw thing wrong for clrfy platforms...)
41205      Branch: perl
41206            + t/lib/perlio.t
41207            ! MANIFEST lib/PerlIO.pm
41208 ____________________________________________________________________________
41209 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
41210         Log: Add a test for carp et alia.
41211      Branch: perl
41212            + t/lib/carp.t
41213            ! MANIFEST
41214 ____________________________________________________________________________
41215 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
41216         Log: Adding the new test would be swell.
41217      Branch: perl
41218            + t/pragma/autouse.t
41219 ____________________________________________________________________________
41220 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
41221         Log: Add a test for the autouse pragma.
41222      Branch: perl
41223            ! MANIFEST
41224 ____________________________________________________________________________
41225 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
41226         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
41227              From: dLux <dlux@spam.sch.bme.hu>
41228              Date: Sun, 27 May 2001 16:14:26 +0200
41229              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
41230      Branch: perl
41231            ! lib/autouse.pm
41232 ____________________________________________________________________________
41233 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
41234         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
41235              From: "Richard Soderberg" <rs@crystalflame.net>
41236              Date: Mon, 28 May 2001 03:56:36 -0700
41237              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
41238      Branch: perl
41239            ! utils/dprofpp.PL
41240 ____________________________________________________________________________
41241 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
41242         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
41243              From: "Stephen P. Potter" <spp@spotter.yi.org>
41244              Date: Tue, 22 May 2001 11:40:25 -0400
41245              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
41246              
41247              Subject: Re: [ID 20010522.003] Time::Local module bug
41248              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
41249              Date: Tue, 22 May 2001 11:50:19 -0400
41250              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
41251      Branch: perl
41252            ! lib/Time/Local.pm
41253 ____________________________________________________________________________
41254 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
41255         Log: The PERL_DL_NONLAZY can have whitespace in front.
41256      Branch: perl
41257            ! t/lib/extutils.t
41258 ____________________________________________________________________________
41259 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
41260         Log: Document strftime() and strptime().
41261      Branch: perl
41262            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
41263 ____________________________________________________________________________
41264 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
41265         Log: Make Time::Piece::strptime() to be a function, not a method.
41266      Branch: perl
41267            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
41268 ____________________________________________________________________________
41269 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
41270         Log: Tweak the test to be more portable.
41271      Branch: perl
41272            ! t/lib/extutils.t
41273 ____________________________________________________________________________
41274 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
41275         Log: Subject: PATCH: Re: Re: Attributes that tie
41276              From: Leon Brocard <acme@astray.com>
41277              Date: Sun, 27 May 2001 12:37:29 +0100
41278              Message-ID: <20010527123729.A22663@ns0.astray.com>
41279              
41280              Document that variable attributes are not currently usable
41281              for tieing.  (An ugly limitation that should be fixed.)
41282      Branch: perl
41283            ! lib/attributes.pm
41284 ____________________________________________________________________________
41285 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
41286         Log: Microperl tweaks.
41287      Branch: perl
41288            ! Makefile.micro uconfig.h uconfig.sh
41289 ____________________________________________________________________________
41290 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
41291         Log: Add make target for microperl (kind of silly, but convenient).
41292      Branch: perl
41293            ! Makefile.SH
41294 ____________________________________________________________________________
41295 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
41296         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
41297              for microperl.)
41298      Branch: perl
41299            ! doio.c
41300 ____________________________________________________________________________
41301 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
41302         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
41303              From: rspier@pobox.com (Robert Spier)
41304              Date: Sat, 26 May 2001 20:05:23 -0400
41305              Message-ID: <15120.17603.148648.12430@rls.cx>
41306              
41307              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
41308              From: rspier@pobox.com (Robert Spier)
41309              Date: Sun, 27 May 2001 00:23:12 -0400
41310              Message-ID: <15120.33072.511966.767230@rls.cx>
41311      Branch: perl
41312            ! doio.c pod/perlfunc.pod
41313 ____________________________________________________________________________
41314 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
41315         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
41316      Branch: perl
41317            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41318 ____________________________________________________________________________
41319 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
41320         Log: Add README.tru64.
41321      Branch: perl
41322            + README.tru64
41323 ____________________________________________________________________________
41324 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
41325         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
41326      Branch: perl
41327            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41328            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
41329            ! MANIFEST
41330 ____________________________________________________________________________
41331 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
41332         Log: Integrate I18N::LangTags from Sean Burke.
41333              
41334              TODO: the language list from RFC 3066 needs to be integrated
41335              and made available somehow.  The list is included in the
41336              I18N-LangTags 0.21 distribution, but it is undocumented
41337              and unconnected to the module.
41338      Branch: perl
41339            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
41340            ! MANIFEST
41341 ____________________________________________________________________________
41342 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
41343         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
41344              envisioned by Sarathy.
41345      Branch: perl
41346            ! t/op/ver.t toke.c
41347 ____________________________________________________________________________
41348 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
41349         Log: Subject: [ID 20010525.001] Pod typo nits fixed
41350              From: lvirden@cas.org
41351              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
41352              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
41353              
41354              minus the perlsolaris decimation plus the
41355              
41356              Subject: Re: [ID 20010525.001] Pod typo nits fixed
41357              From: "Philip Newton" <Philip.Newton@gmx.net>
41358              Date: Fri, 25 May 2001 18:05:55 +0200
41359              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
41360      Branch: perl
41361            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
41362            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
41363            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
41364            ! pod/perlutil.pod pod/perlxstut.pod
41365 ____________________________________________________________________________
41366 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
41367         Log: return clauses are nice.
41368      Branch: perl
41369            ! sv.c
41370 ____________________________________________________________________________
41371 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
41372         Log: Subject: change 10199 backwards?
41373              From: Doug MacEachern <dougm@covalent.net>
41374              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
41375              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
41376      Branch: perl
41377            ! sv.c
41378 ____________________________________________________________________________
41379 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
41380         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
41381              From: Hugo <hv@crypt.compulink.co.uk>
41382              Date: Sat, 26 May 2001 17:05:12 +0100
41383              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
41384      Branch: perl
41385            + t/op/gmagic.t
41386            ! MANIFEST doop.c embed.h embed.pl global.sym
41387            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
41388            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
41389 ____________________________________________________________________________
41390 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
41391         Log: Regen headers for #10221.
41392      Branch: perl
41393            ! global.sym objXSUB.h perlapi.c
41394 ____________________________________________________________________________
41395 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
41396         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
41397              From: Juha Laiho <juha.laiho@Elma.Net>
41398              Date: Thu, 3 May 2001 09:51:30 +0300
41399              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
41400      Branch: perl
41401            ! embed.pl
41402 ____________________________________________________________________________
41403 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
41404         Log: Subject: Re: [PATCH] Re: stability of sort()?
41405              From: "John P. Linderman" <jpl@research.att.com>
41406              Date: Sat, 26 May 2001 13:27:19 -0400
41407              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
41408      Branch: perl
41409            ! pod/perlfunc.pod
41410 ____________________________________________________________________________
41411 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
41412         Log: Integrate perlio.
41413      Branch: perl
41414           !> pod/perlguts.pod
41415 ____________________________________________________________________________
41416 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
41417         Log: Subject: [PATCH perl@10210] PerlIO for VMS
41418              From: "Craig A. Berry" <craigberry@mac.com>
41419              Date: Sat, 26 May 2001 09:34:11 -0500
41420              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
41421      Branch: perl
41422            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
41423            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
41424            ! vms/vmsish.h
41425 ____________________________________________________________________________
41426 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
41427         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
41428              From: David Dyck <dcd@tc.fluke.com>
41429              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
41430              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
41431      Branch: perl
41432            ! lib/perl5db.pl
41433 ____________________________________________________________________________
41434 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
41435         Log: Subject: utf8 regexp tests
41436              From: Hugo <hv@crypt.compulink.co.uk>
41437              Date: Fri, 25 May 2001 22:35:01 +0100
41438              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
41439      Branch: perl
41440            ! t/op/regexp.t
41441 ____________________________________________________________________________
41442 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
41443         Log: Subject: [PATCH] Re: stability of sort()?
41444              From: Nicholas Clark <nick@ccl4.org>
41445              Date: Fri, 25 May 2001 22:40:19 +0100
41446              Message-ID: <20010525224019.B86445@plum.flirble.org>
41447      Branch: perl
41448            ! pod/perlfunc.pod
41449 ____________________________________________________________________________
41450 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
41451         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
41452              From: John Peacock <jpeacock@rowman.com>
41453              Date: Thu, 24 May 2001 22:14:01 -0400
41454              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
41455      Branch: perl
41456            ! mg.c scope.c sv.c
41457 ____________________________________________________________________________
41458 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
41459         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
41460              From: Nicholas Clark <nick@ccl4.org>
41461              Date: Sun, 20 May 2001 19:24:13 +0100
41462              Message-ID: <20010520192413.G83222@plum.flirble.org>
41463      Branch: perl
41464            + lib/ExtUtils/Constant.pm t/lib/extutils.t
41465            ! MANIFEST utils/h2xs.PL
41466 ____________________________________________________________________________
41467 [ 10212] By: nick                                  on 2001/05/26  09:49:28
41468         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
41469              add a few more notes there on use of mortals on the stack.
41470      Branch: perlio
41471            ! pod/perlguts.pod
41472 ____________________________________________________________________________
41473 [ 10211] By: nick                                  on 2001/05/26  09:05:36
41474         Log: Integrate mainline
41475      Branch: perlio
41476           +> t/lib/fcntl.t t/pragma/vars.t
41477           !> (integrate 49 files)
41478 ____________________________________________________________________________
41479 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
41480         Log: Update Changes.
41481      Branch: perl
41482            ! Changes patchlevel.h
41483 ____________________________________________________________________________
41484 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
41485         Log: Based on
41486              
41487              Subject: [PATCH pp.c] Wrapping pack("C",256)
41488              From: Simon Cozens <simon@netthink.co.uk>
41489              Date: Sat, 12 May 2001 17:58:41 +0100
41490              Message-ID: <20010512175841.A6132@netthink.co.uk>
41491      Branch: perl
41492            ! pod/perldiag.pod pp.c t/pragma/warn/pp
41493 ____________________________________________________________________________
41494 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
41495         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
41496              From: "Brendan O'Dea" <bod@compusol.com.au>
41497              Date: Fri, 25 May 2001 11:18:29 +1000
41498              Message-ID: <20010525111829.A28411@compusol.com.au>
41499              
41500              (Slightly modified.)
41501      Branch: perl
41502            ! lib/Term/Cap.pm
41503 ____________________________________________________________________________
41504 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
41505         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
41506              From: Hugo <hv@crypt.compulink.co.uk>
41507              Date: Fri, 25 May 2001 02:13:25 +0100
41508              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
41509      Branch: perl
41510            ! t/op/misc.t
41511 ____________________________________________________________________________
41512 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
41513         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
41514              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
41515              Date: Fri, 25 May 2001 10:25:36 +0900
41516              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
41517      Branch: perl
41518            ! regcomp.c regexec.c
41519 ____________________________________________________________________________
41520 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
41521         Log: Subject: [PATCH #2] stash autovivification and method call error messages
41522              From: Ilmari Karonen <iltzu@sci.fi>
41523              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
41524              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
41525      Branch: perl
41526            ! gv.c pp_hot.c t/op/method.t
41527 ____________________________________________________________________________
41528 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
41529         Log: Add make target and documentation for gprof profiling.
41530      Branch: perl
41531            ! Makefile.SH pod/perlhack.pod
41532 ____________________________________________________________________________
41533 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
41534         Log: Subject: Don't think about UTF8 
41535              From: Mike Guy <mjtg@cam.ac.uk> 
41536              Date: Tue, 22 May 2001 14:35:39 +0100
41537              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
41538      Branch: perl
41539            ! sv.h
41540 ____________________________________________________________________________
41541 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
41542         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
41543              From: Geraint A Edwards <gedge@serf.org> 
41544              Date: Thu, 24 May 2001 22:51:24 +0100
41545              Message-Id: <20010524225124.A34981@cymru.serf.org>
41546      Branch: perl
41547            ! x2p/find2perl.PL
41548 ____________________________________________________________________________
41549 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
41550         Log: DB_File has its own attribute story.
41551      Branch: perl
41552            ! ext/DB_File/DB_File.xs
41553 ____________________________________________________________________________
41554 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
41555         Log: Subject: Re: Making perl with -Wall
41556              From: Andy Dougherty <doughera@lafayette.edu>
41557              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
41558              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
41559      Branch: perl
41560            ! perl.h
41561 ____________________________________________________________________________
41562 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
41563         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
41564              From: "Richard Soderberg" <rs@crystalflame.net>
41565              Date: Thu, 24 May 2001 08:58:16 -0700
41566              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
41567      Branch: perl
41568            ! sv.c
41569 ____________________________________________________________________________
41570 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
41571         Log: IV/UV casting fixes from Nicholas Clark.
41572      Branch: perl
41573            ! perl.h pp_sys.c util.c
41574 ____________________________________________________________________________
41575 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
41576         Log: Subject: Re: Making perl with -Wall
41577              From: Michael G Schwern <schwern@pobox.com>
41578              Date: Thu, 24 May 2001 15:40:28 +0100
41579              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
41580      Branch: perl
41581            ! malloc.c perl.h
41582 ____________________________________________________________________________
41583 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
41584         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
41585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41586              Date: Tue, 22 May 2001 11:49:37 +0200
41587              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
41588      Branch: metaconfig
41589            ! U/modified/Oldsym.U
41590      Branch: metaconfig/U/perl
41591            ! patchlevel.U
41592      Branch: perl
41593            ! Configure config_h.SH myconfig.SH
41594 ____________________________________________________________________________
41595 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
41596         Log: Under versiononly install also the scripts with the version suffix.
41597              (e.g. .../bin/h2xs5.7.1)
41598      Branch: perl
41599            ! installperl
41600 ____________________________________________________________________________
41601 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
41602         Log: Subject: [PATCH] Stop segfault in mg.c:636
41603              From: "Richard Soderberg" <rs@crystalflame.net>
41604              Date: Thu, 24 May 2001 05:51:52 -0700
41605              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
41606      Branch: perl
41607            ! mg.c
41608 ____________________________________________________________________________
41609 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
41610         Log: Iteration continues; hopefully convergently.
41611      Branch: perl
41612            ! t/lib/b-stash.t
41613 ____________________________________________________________________________
41614 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
41615         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
41616              From: Gisle Aas <gisle@ActiveState.com>
41617              Date: 23 May 2001 16:13:10 -0700
41618              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
41619      Branch: perl
41620            ! op.c toke.c
41621 ____________________________________________________________________________
41622 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
41623         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
41624              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41625              Date: Thu, 24 May 2001 05:05:22 -0500
41626              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
41627      Branch: perl
41628            ! lib/dumpvar.pl lib/perl5db.pl
41629 ____________________________________________________________________________
41630 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
41631         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
41632              From: David Dyck <dcd@tc.fluke.com>
41633              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
41634              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
41635      Branch: perl
41636            ! lib/perl5db.pl
41637 ____________________________________________________________________________
41638 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
41639         Log: Tiny pod nits on READMEs, mostly whitespace issues.
41640      Branch: perl
41641            ! README.amiga README.dos README.macos README.mpeix README.vmesa
41642            ! README.win32
41643 ____________________________________________________________________________
41644 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
41645         Log: The DG/UX part of the 20010521.005.
41646      Branch: perl
41647            ! README.dgux
41648 ____________________________________________________________________________
41649 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
41650         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
41651              From: Hugo <hv@crypt.compulink.co.uk>
41652              Date: Mon, 21 May 2001 16:32:02 +0100
41653              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
41654      Branch: perl
41655            ! regcomp.c t/op/misc.t
41656 ____________________________________________________________________________
41657 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
41658         Log: Subject: [PATCH] Extra UNIVERSAL tests
41659              From: Mike Guy <mjtg@cam.ac.uk>
41660              Date: Wed, 23 May 2001 12:29:20 +0100
41661              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
41662      Branch: perl
41663            ! t/op/universal.t
41664 ____________________________________________________________________________
41665 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
41666         Log: Subject: [PATCH] Remove EQ keyword
41667              From: Mike Guy <mjtg@cam.ac.uk>
41668              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
41669              Date: Wed, 23 May 2001 11:17:29 +0100
41670      Branch: perl
41671            ! keywords.h keywords.pl
41672 ____________________________________________________________________________
41673 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
41674         Log: Subject: [PATCH] lib/perl5db.pl
41675              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41676              Date: Wed, 23 May 2001 02:18:03 -0500
41677              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
41678      Branch: perl
41679            ! lib/perl5db.pl
41680 ____________________________________________________________________________
41681 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
41682         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
41683              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41684              Date: Tue, 22 May 2001 23:34:41 -0500
41685              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
41686      Branch: perl
41687            ! lib/Term/Cap.pm
41688 ____________________________________________________________________________
41689 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
41690         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
41691              From: davem@fdgroup.co.uk
41692              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
41693              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
41694      Branch: perl
41695            ! emacs/e2ctags.pl
41696 ____________________________________________________________________________
41697 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
41698         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
41699              From: Michael G Schwern <schwern@pobox.com>
41700              Date: Tue, 22 May 2001 14:15:09 +0100
41701              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
41702      Branch: perl
41703            ! lib/vars.pm
41704 ____________________________________________________________________________
41705 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
41706         Log: Subject: [PATCH lib/vars.pm] Odd code nit
41707              From: Michael G Schwern <schwern@pobox.com>
41708              Date: Tue, 22 May 2001 14:14:28 +0100
41709              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
41710      Branch: perl
41711            ! lib/vars.pm
41712 ____________________________________________________________________________
41713 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
41714         Log: Use the new use vars feature.
41715      Branch: perl
41716            ! t/lib/b-stash.t
41717 ____________________________________________________________________________
41718 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
41719         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
41720              From: Mike Guy <mjtg@cam.ac.uk>
41721              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41722              Date: Tue, 22 May 2001 13:11:39 +0100
41723      Branch: perl
41724            + t/pragma/vars.t
41725            ! MANIFEST lib/vars.pm t/lib/1_compile.t
41726 ____________________________________________________________________________
41727 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
41728         Log: -qlongdouble considered harmful by Merijn.
41729      Branch: perl
41730            ! hints/aix.sh
41731 ____________________________________________________________________________
41732 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
41733         Log: Update Changes.
41734      Branch: perl
41735            ! Changes patchlevel.h
41736 ____________________________________________________________________________
41737 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
41738         Log: Add a test of its very own for Fcntl.  Hopefully portable.
41739      Branch: perl
41740            + t/lib/fcntl.t
41741            ! MANIFEST
41742 ____________________________________________________________________________
41743 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
41744         Log: Must be trickier for 'minitest' not to die.
41745      Branch: perl
41746            ! t/op/taint.t
41747 ____________________________________________________________________________
41748 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
41749         Log: Can't declare other people's variables.
41750      Branch: perl
41751            ! t/lib/b-stash.t
41752 ____________________________________________________________________________
41753 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
41754         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
41755      Branch: perl
41756            ! doio.c t/op/taint.t
41757 ____________________________________________________________________________
41758 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
41759         Log: The OS/2 variable needs to be declared.
41760      Branch: perl
41761            ! t/lib/b-stash.t
41762 ____________________________________________________________________________
41763 [ 10170] By: nick                                  on 2001/05/20  16:48:29
41764         Log: Integrate mainline
41765      Branch: perlio
41766           !> (integrate 41 files)
41767 ____________________________________________________________________________
41768 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
41769         Log: Small perlsec updates: clarify the taintedness of filename
41770              globbing; suggest using Scalar::Util::tainted().
41771      Branch: perl
41772            ! pod/perlsec.pod
41773 ____________________________________________________________________________
41774 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
41775         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
41776              From: Dave Mitchell <davem@fdgroup.co.uk>
41777              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
41778              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
41779      Branch: perl
41780            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
41781            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
41782            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
41783            ! xsutils.c
41784 ____________________________________________________________________________
41785 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
41786         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
41787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41788              Date: Sat, 19 May 2001 04:08:46 -0400
41789              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
41790      Branch: perl
41791            ! lib/ExtUtils/Mksymlists.pm makedef.pl
41792 ____________________________________________________________________________
41793 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
41794         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
41795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41796              Date: Sat, 19 May 2001 04:30:45 -0400
41797              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
41798      Branch: perl
41799            ! os2/os2.c
41800 ____________________________________________________________________________
41801 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
41802         Log: Subject: [PATCH 5.6.1] build bugs OS/2
41803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41804              Date: Sat, 19 May 2001 04:35:28 -0400
41805              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
41806      Branch: perl
41807            ! os2/Makefile.SHs os2/os2.c
41808 ____________________________________________________________________________
41809 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
41810         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
41811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41812              Date: Sat, 19 May 2001 04:04:23 -0400
41813              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
41814              
41815              (In bleadperl patched b-stash.t instead of b.t)
41816      Branch: perl
41817            ! t/lib/b-stash.t t/lib/bigfltpm.t
41818 ____________________________________________________________________________
41819 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
41820         Log: Subject: [PATCH 5.6.1] perl5db
41821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41822              Date: Sat, 19 May 2001 03:49:09 -0400
41823              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
41824      Branch: perl
41825            ! lib/perl5db.pl
41826 ____________________________________________________________________________
41827 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
41828         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
41829              From: Gisle Aas <gisle@ActiveState.com>
41830              Date: 18 May 2001 14:24:51 -0700
41831              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
41832      Branch: perl
41833            ! pp_ctl.c
41834 ____________________________________________________________________________
41835 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
41836         Log: Subject: [PATCH] Chomp should not always stringify
41837              From: Gisle Aas <gisle@ActiveState.com>
41838              Date: 18 May 2001 07:55:25 -0700
41839              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
41840      Branch: perl
41841            ! doop.c t/op/chop.t
41842 ____________________________________________________________________________
41843 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
41844         Log: Integrate perlio.
41845      Branch: perl
41846           !> pod/perlfunc.pod
41847 ____________________________________________________________________________
41848 [ 10159] By: nick                                  on 2001/05/20  09:39:46
41849         Log: Document some more of open's features.
41850      Branch: perlio
41851            ! pod/perlfunc.pod
41852 ____________________________________________________________________________
41853 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
41854         Log: back out change#10153 (it has compatibility issues such as the
41855              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
41856              benefit for 5.6.x doesn't seem worth the risk)
41857      Branch: maint-5.6/perl
41858            ! toke.c
41859 ____________________________________________________________________________
41860 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
41861         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
41862      Branch: perl
41863            ! x2p/s2p.PL
41864 ____________________________________________________________________________
41865 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
41866         Log: Update Changes.
41867      Branch: perl
41868            ! Changes patchlevel.h
41869 ____________________________________________________________________________
41870 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
41871         Log: Integrate change #10144 from maintperl.
41872              
41873              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
41874      Branch: perl
41875           !> win32/config.bc win32/config.gc win32/config.vc
41876           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41877 ____________________________________________________________________________
41878 [ 10154] By: nick                                  on 2001/05/18  07:23:03
41879         Log: Integrate mainline.
41880      Branch: perlio
41881           +> README.dgux t/lib/i18n-collate.t utils.lst
41882           !> (integrate 49 files)
41883 ____________________________________________________________________________
41884 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
41885         Log: Integrate change #7224 from mainline into maintperl.
41886              
41887              Allow @+ and @- to be doublequoted, from Simon Cozens. 
41888              (Approved by Larry, see Tom's comment in 20000830.005.)
41889      Branch: maint-5.6/perl
41890           !> toke.c
41891 ____________________________________________________________________________
41892 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
41893         Log: Subject: [PATCH bleadperl] small lookbehind fix
41894              From: Hugo <hv@crypt.compulink.co.uk>
41895              Date: Fri, 18 May 2001 00:07:19 +0100
41896              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
41897      Branch: perl
41898            ! regexec.c
41899 ____________________________________________________________________________
41900 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
41901         Log: Detypos.
41902      Branch: perl
41903            ! installman utils.lst
41904 ____________________________________________________________________________
41905 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
41906         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
41907              in 20001222.001.
41908      Branch: perl
41909            ! t/lib/glob-basic.t
41910 ____________________________________________________________________________
41911 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
41912         Log: Subject: [PATCH] Test for bug 20010515.004
41913              From: Benjamin Sugars <bsugars@canoe.ca>
41914              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
41915              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
41916      Branch: perl
41917            ! t/op/misc.t
41918 ____________________________________________________________________________
41919 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
41920         Log: Integrate #10145 from maintperl.
41921              
41922              fix for ID 20010515.004 (needs test)
41923      Branch: perl
41924           !> pp_hot.c
41925 ____________________________________________________________________________
41926 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
41927         Log: Thinko noticed by Doug MacEachern.
41928      Branch: perl
41929            ! thread.h
41930 ____________________________________________________________________________
41931 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
41932         Log: Subject: Re: [PATCH] HERE mark in regex
41933              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41934              Date: Thu, 17 May 2001 12:20:33 -0400
41935              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
41936      Branch: perl
41937            ! t/op/re_tests
41938 ____________________________________________________________________________
41939 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
41940         Log: fix for ID 20010515.004 (needs test)
41941      Branch: maint-5.6/perl
41942            ! pp_hot.c
41943 ____________________________________________________________________________
41944 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
41945         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
41946      Branch: maint-5.6/perl
41947            ! win32/config.bc win32/config.gc win32/config.vc
41948            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41949 ____________________________________________________________________________
41950 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
41951         Log: Macrofy the getspecific (and use it also in util.c)
41952      Branch: perl
41953            ! thread.h util.c
41954 ____________________________________________________________________________
41955 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
41956         Log: Use the unchecked thread-specific key fetch also in Tru64.
41957      Branch: perl
41958            ! thread.h
41959 ____________________________________________________________________________
41960 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
41961         Log: Subject: [PATCH 5.6.1]Quick thread speedup
41962              From: Dan Sugalski <dan@sidhe.org> 
41963              Date: Wed, 16 May 2001 18:05:19 -0400
41964              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
41965      Branch: perl
41966            ! thread.h util.c
41967 ____________________________________________________________________________
41968 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
41969         Log: I think this is quite enough testing for a deprecated feature.
41970      Branch: perl
41971            + t/lib/i18n-collate.t
41972            ! MANIFEST t/lib/1_compile.t
41973 ____________________________________________________________________________
41974 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
41975         Log: More HP-UX lore from Jeff Okamoto.
41976      Branch: perl
41977            ! README.hpux
41978 ____________________________________________________________________________
41979 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
41980         Log: Sort utils.lst for easier maintenance.
41981      Branch: perl
41982            ! utils.lst
41983 ____________________________________________________________________________
41984 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
41985         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
41986              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41987              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
41988              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
41989              
41990              Add pod2latex to utils.lst.
41991      Branch: perl
41992            ! MANIFEST utils.lst
41993 ____________________________________________________________________________
41994 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
41995         Log: Subject: Re: [PATCH] HERE mark in regex
41996              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41997              Date: Wed, 16 May 2001 13:04:43 -0400
41998              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
41999      Branch: perl
42000            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42001            ! t/op/regmesg.t t/pragma/warn/regcomp
42002 ____________________________________________________________________________
42003 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
42004         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
42005              From: Simon Cozens <simon@netthink.co.uk>
42006              Date: Wed, 16 May 2001 18:02:08 +0100
42007              Message-ID: <20010516180208.A6458@netthink.co.uk>
42008      Branch: perl
42009            ! installman utils.lst
42010 ____________________________________________________________________________
42011 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
42012         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
42013              From: "Philip Newton" <pnewton@gmx.de>
42014              Date: Tue, 15 May 2001 15:09:30 +0200
42015              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
42016              
42017              Test case for #10128.
42018      Branch: perl
42019            ! t/pragma/warn/pp_hot
42020 ____________________________________________________________________________
42021 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
42022         Log: Update Changes.
42023      Branch: perl
42024            ! Changes patchlevel.h
42025 ____________________________________________________________________________
42026 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
42027         Log: Deprecate pseudo-hashes.
42028      Branch: perl
42029            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
42030 ____________________________________________________________________________
42031 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
42032         Log: HP-UX hints update from Merijn.
42033      Branch: perl
42034            ! hints/hpux.sh
42035 ____________________________________________________________________________
42036 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
42037         Log: README.hpux update from Merijn.
42038      Branch: perl
42039            ! README.hpux
42040 ____________________________________________________________________________
42041 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
42042         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
42043              From: Simon Cozens <simon@netthink.co.uk>
42044              Date: Wed, 16 May 2001 15:57:55 +0100
42045              Message-ID: <20010516155755.A4728@netthink.co.uk>
42046      Branch: perl
42047            + utils.lst
42048            ! MANIFEST installman installperl
42049 ____________________________________________________________________________
42050 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
42051         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
42052              From: "Philip Newton" <pnewton@gmx.de>
42053              Date: Tue, 15 May 2001 16:31:05 +0200
42054              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
42055              
42056              Fix PERL_Y2KWARN test to check before rather than after appending.
42057      Branch: perl
42058            ! pp_hot.c
42059 ____________________________________________________________________________
42060 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
42061         Log: Regen Porting stuff.
42062      Branch: perl
42063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42064            ! config_h.SH
42065 ____________________________________________________________________________
42066 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
42067         Log: Metaconfig unit change for #10125.
42068      Branch: metaconfig
42069            ! U/modified/Oldconfig.U
42070 ____________________________________________________________________________
42071 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
42072         Log: Use OSVERS.
42073      Branch: perl
42074            ! Configure config_h.SH perl.c
42075 ____________________________________________________________________________
42076 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
42077         Log: Regen toc.
42078      Branch: perl
42079            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42080 ____________________________________________________________________________
42081 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
42082         Log: Adding the README.dgux to the MANIFEST would be a good idea.
42083      Branch: perl
42084            ! MANIFEST
42085 ____________________________________________________________________________
42086 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
42087         Log: Move the stack desire definition to thread.h.
42088      Branch: perl
42089            ! ext/Thread/Thread.xs thread.h
42090 ____________________________________________________________________________
42091 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
42092         Log: DG-UX threading patches, including a README.dgux,
42093              from Takis Psarogiannakopoulos.
42094      Branch: perl
42095            + README.dgux
42096            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
42097 ____________________________________________________________________________
42098 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
42099         Log: Subject: [PATCH B::Deparse] More on /x regexes
42100              From: Robin Houston <robin@kitsite.com>
42101              Date: Tue, 15 May 2001 19:09:35 +0100
42102              Message-ID: <20010515190935.A27268@penderel>
42103      Branch: perl
42104            ! ext/B/B/Deparse.pm
42105 ____________________________________________________________________________
42106 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
42107         Log: Document that the core time() may be rounding rather
42108              than truncating, would have saved at least my confusion.
42109      Branch: perl
42110            ! ext/Time/HiRes/HiRes.pm
42111 ____________________________________________________________________________
42112 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
42113         Log: Subject: perl-current/t/time-hires.t
42114              From: John Peacock <jpeacock@rowman.com>
42115              Date: Fri, 11 May 2001 14:09:41 -0400
42116              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
42117      Branch: perl
42118            ! t/lib/time-hires.t
42119 ____________________________________________________________________________
42120 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
42121         Log: Subject: [PATCH dump.c] Op private flags
42122              From: Simon Cozens <simon@netthink.co.uk>
42123              Date: Sun, 13 May 2001 20:20:36 +0100
42124              Message-ID: <20010513202036.A21896@netthink.co.uk>
42125      Branch: perl
42126            ! dump.c
42127 ____________________________________________________________________________
42128 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
42129         Log: Upgrade to Switch 2.03.
42130      Branch: perl
42131            ! lib/Switch.pm
42132 ____________________________________________________________________________
42133 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
42134         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
42135              to PERL_CONFIG_SH and use it consistently.
42136      Branch: maint-5.6/perl
42137           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
42138           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
42139           !> myconfig.SH writemain.SH
42140 ____________________________________________________________________________
42141 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
42142         Log: Metaconfig units changes for #10113.
42143      Branch: metaconfig
42144            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
42145 ____________________________________________________________________________
42146 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
42147         Log: The problem described in 20010514.031 still wasn't
42148              fully cured, there were remnants of $CONFIG when
42149              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
42150              to avoid future conflicts.
42151      Branch: perl
42152            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
42153            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
42154            ! myconfig.SH writemain.SH
42155 ____________________________________________________________________________
42156 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
42157         Log: Half of #10107 got lost.
42158      Branch: perl
42159            ! ext/B/B/Deparse.pm
42160 ____________________________________________________________________________
42161 [ 10111] By: nick                                  on 2001/05/15  08:39:14
42162         Log: Integrate mainline.
42163      Branch: perlio
42164           +> ext/POSIX/hints/uts.pl
42165            - Todo Todo-5.6 t/camel-III/vstring.t
42166           !> (integrate 48 files)
42167 ____________________________________________________________________________
42168 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
42169         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
42170              From: Robin Houston <robin@kitsite.com>
42171              Date: Mon, 14 May 2001 22:27:08 +0100
42172              Message-ID: <20010514222708.A22963@penderel>
42173      Branch: perl
42174            ! t/TestInit.pm
42175 ____________________________________________________________________________
42176 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
42177         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
42178              From: Robin Houston <robin@kitsite.com>
42179              Date: Mon, 14 May 2001 22:16:43 +0100
42180              Message-ID: <20010514221643.A22437@penderel>
42181      Branch: perl
42182            ! ext/B/B/Deparse.pm
42183 ____________________________________________________________________________
42184 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
42185         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
42186              From: Robin Houston <robin@kitsite.com>
42187              Date: Mon, 14 May 2001 22:03:44 +0100
42188              Message-ID: <20010514220344.A20643@penderel>
42189      Branch: perl
42190            ! ext/B/B/Deparse.pm
42191 ____________________________________________________________________________
42192 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
42193         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
42194              From: Robin Houston <robin@kitsite.com>
42195              Date: Mon, 14 May 2001 22:10:07 +0100
42196              Message-ID: <20010514221007.A21118@penderel>
42197      Branch: perl
42198            ! ext/B/B/Deparse.pm
42199 ____________________________________________________________________________
42200 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
42201         Log: Fix for 20010514.037; substr() didn't invalidate the locale
42202              collation magic.
42203      Branch: perl
42204            ! pp.c
42205 ____________________________________________________________________________
42206 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
42207         Log: Update Changes.
42208      Branch: perl
42209            ! Changes patchlevel.h
42210 ____________________________________________________________________________
42211 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
42212         Log: Retract #10094.
42213      Branch: perl
42214            ! lib/Pod/Text.pm
42215 ____________________________________________________________________________
42216 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
42217         Log: Integrate change #10100 from maintperl.
42218              
42219              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
42220              bug ID 20010514.027)
42221      Branch: perl
42222           !> mg.c pp_ctl.c
42223 ____________________________________________________________________________
42224 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
42225         Log: Document the deprecatedness of suidperl.
42226      Branch: perl
42227            ! INSTALL pod/perlfaq1.pod
42228 ____________________________________________________________________________
42229 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
42230         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
42231              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42232              Date: Mon, 14 May 2001 09:38:59 -0400
42233              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
42234      Branch: perl
42235            ! lib/ExtUtils/MM_Unix.pm
42236 ____________________________________________________________________________
42237 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
42238         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
42239              bug ID 20010514.027)
42240              
42241              TODO: this needs a testsuite addition
42242      Branch: maint-5.6/perl
42243            ! mg.c pp_ctl.c
42244 ____________________________________________________________________________
42245 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
42246         Log: More DWIMminess for Class::Struct: calling the array or hash
42247              accessors only with one argument, an array or a hash reference,
42248              sets the underlying array or hash.  This mirrors nicely also
42249              the usage in the constructor.
42250              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
42251      Branch: perl
42252            ! lib/Class/Struct.pm t/lib/class-struct.t
42253 ____________________________________________________________________________
42254 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
42255         Log: Reference cmp'ing should go through the whole stringification
42256              process shebang, as pointed out by Sarathy in #10091.
42257      Branch: perl
42258            ! pp.c
42259 ____________________________________________________________________________
42260 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
42261         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
42262              From: Simon Cozens <simon@netthink.co.uk>
42263              Date: Sat, 12 May 2001 16:36:27 +0100
42264              Message-ID: <20010512163627.A5522@netthink.co.uk>
42265              
42266              with some additions salvaged from Todo and Todo-5.6 before
42267              retiring them.
42268      Branch: perl
42269            - Todo Todo-5.6
42270            ! MANIFEST pod/perltodo.pod
42271 ____________________________________________________________________________
42272 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
42273         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
42274              From: "Golubev I. N." <gin@mo.msk.ru>
42275              Date: Mon, 07 May 2001 14:33:34 (GMT)
42276              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
42277      Branch: perl
42278            ! perl.h
42279 ____________________________________________________________________________
42280 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
42281         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
42282              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42283              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
42284              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
42285      Branch: perl
42286            ! lib/ExtUtils/MM_Unix.pm
42287 ____________________________________________________________________________
42288 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
42289         Log: (Retracted by #10104.)
42290              
42291              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
42292              From: barries <barries@slaysys.com>
42293              Date: Sat, 12 May 2001 01:28:10 -0400
42294              Message-ID: <20010512012810.B26358@jester.slaysys.com>
42295      Branch: perl
42296            ! lib/Pod/Text.pm
42297 ____________________________________________________________________________
42298 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
42299         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
42300              From: Mike Guy <mjtg@cam.ac.uk>
42301              Date: Sat, 12 May 2001 19:24:33 +0100
42302              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
42303      Branch: perl
42304            ! lib/AutoSplit.pm
42305 ____________________________________________________________________________
42306 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
42307         Log: Yet another HP-UX hints tweak from Merijn.
42308      Branch: perl
42309            ! hints/hpux.sh
42310 ____________________________________________________________________________
42311 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
42312         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
42313              isn't defined (changes#9366,9368,9370 from mainline without the
42314              pp_scmp() change)
42315      Branch: maint-5.6/perl
42316            ! pp.c pp.h pp_hot.c
42317 ____________________________________________________________________________
42318 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
42319         Log: The sorting seems to happen now automatically.
42320      Branch: perl
42321            ! t/lib/glob-basic.t
42322 ____________________________________________________________________________
42323 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
42324         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
42325              From: Benjamin Sugars <bsugars@canoe.ca>
42326              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
42327              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
42328      Branch: perl
42329            ! pod/perlfunc.pod
42330 ____________________________________________________________________________
42331 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
42332         Log: Subject: Re: undef(&foo) does not work for XS functions
42333              From: Doug MacEachern <dougm@covalent.net>
42334              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
42335              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
42336      Branch: perl
42337            ! op.c
42338 ____________________________________________________________________________
42339 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
42340         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
42341              From: Peter Prymmer <pvhp@forte.com>
42342              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
42343              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
42344      Branch: perl
42345            ! t/op/append.t
42346 ____________________________________________________________________________
42347 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
42348         Log: Update Changes.
42349      Branch: perl
42350            ! Changes patchlevel.h
42351 ____________________________________________________________________________
42352 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
42353         Log: Remove the 'asciir' re subpragma.  Should instead implement
42354              the 'physical vs logical' range scheme:
42355              
42356              \xAA-\xCC is a native physical range, you want that range of
42357              codepoints in your native encoding.  In EBCDIC the codepoints
42358              in the gaps (between i-j and r-s) should be included.
42359              
42360              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
42361              codepoints in Unicode.
42362              
42363              a-z is a logical range, you want that range of 'logical' codepoints
42364              in your native encoding.  In EBCDIC the codepoints in the gaps
42365              (between i-j and r-s) should not be included.
42366              
42367              Mixed cases (a-\xAA, etc) should either be errors, or maybe
42368              the 'logical' endpoints should be converted to native/Unicode
42369              codepoints, and the range handled as a physical range.
42370              
42371              'Logical endpoints' are to be recognized only in the A-Z, a-z,
42372              and 0-9 ranges.  Probably a warning should be given for mixed
42373              cases like A-z or a-9 (since such expressions are encoding
42374              dependent), with a recommendation to use physical ranges.
42375      Branch: perl
42376            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
42377            ! t/op/regexp.t
42378 ____________________________________________________________________________
42379 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
42380         Log: Make the test to cleanup the test directory tree
42381              both before and after the testing so that we always
42382              have a clean slate to work with.
42383      Branch: perl
42384            ! t/lib/filefind.t
42385 ____________________________________________________________________________
42386 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
42387         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
42388              From: Jon Eveland <jweveland@yahoo.com>
42389              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
42390              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
42391      Branch: perl
42392            ! pod/perlfunc.pod
42393 ____________________________________________________________________________
42394 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
42395         Log: Merge the camel-III/vstring.t with op/ver.t.
42396      Branch: perl
42397            - t/camel-III/vstring.t
42398            ! MANIFEST t/TEST t/harness t/op/ver.t
42399 ____________________________________________________________________________
42400 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
42401         Log: Add test.deparse make target.
42402      Branch: perl
42403            ! Makefile.SH
42404 ____________________________________________________________________________
42405 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
42406         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
42407              From: Robin Houston <robin@kitsite.com>
42408              Date: Fri, 11 May 2001 12:02:22 +0100
42409              Message-ID: <20010511120222.A11529@penderel>
42410      Branch: perl
42411            ! ext/B/B/Deparse.pm t/op/method.t
42412 ____________________________________________________________________________
42413 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
42414         Log: A nicely working combination for UTS from Hal Morris.
42415      Branch: perl
42416            + ext/POSIX/hints/uts.pl
42417            ! MANIFEST hints/uts.sh
42418 ____________________________________________________________________________
42419 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
42420         Log: i_ieeefp=undef for UTS.
42421      Branch: perl
42422            ! hints/uts.sh
42423 ____________________________________________________________________________
42424 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
42425         Log: Subject: RE: rand(0) is rand(1)
42426              From: Larry Shatzer <lshatzer@islanddata.com>
42427              Date: Thu, 10 May 2001 11:09:27 -0700
42428              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
42429      Branch: perl
42430            ! pod/perlfunc.pod
42431 ____________________________________________________________________________
42432 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
42433         Log: Subject: [patch] make op_{clear,null} public
42434              From: Doug MacEachern <dougm@covalent.net>
42435              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
42436              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
42437      Branch: perl
42438            ! embed.h embed.pl op.c proto.h
42439 ____________________________________________________________________________
42440 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
42441         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
42442              From: Robin Houston <robin@kitsite.com>
42443              Date: Thu, 10 May 2001 18:54:59 +0100
42444              Message-ID: <20010510185459.A5995@penderel>
42445      Branch: perl
42446            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
42447 ____________________________________________________________________________
42448 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
42449         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
42450              From: Robin Houston <robin@kitsite.com>
42451              Date: Thu, 10 May 2001 12:56:39 +0100
42452              Message-ID: <20010510125639.A2119@penderel>
42453      Branch: perl
42454            ! ext/B/B/Deparse.pm
42455 ____________________________________________________________________________
42456 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
42457         Log: Retract #10070, not ready yet.
42458      Branch: perl
42459            ! ext/B/B/Deparse.pm
42460 ____________________________________________________________________________
42461 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
42462         Log: The metaconfig unit change for #10071.
42463      Branch: metaconfig
42464            ! U/modified/mallocsrc.U
42465 ____________________________________________________________________________
42466 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
42467         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
42468      Branch: perl
42469            ! Configure
42470 ____________________________________________________________________________
42471 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
42472         Log: (Retracted by #10073)
42473              
42474              Subject: Re: [PATCH t/TEST] B::Deparse tester 
42475              From: Hugo <hv@crypt.compulink.co.uk>
42476              Date: Thu, 10 May 2001 05:48:09 +0100
42477              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
42478      Branch: perl
42479            ! ext/B/B/Deparse.pm
42480 ____________________________________________________________________________
42481 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
42482         Log: Add a for(func()) test.
42483      Branch: perl
42484            ! t/cmd/for.t
42485 ____________________________________________________________________________
42486 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
42487         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
42488              From: Robin Houston <robin@kitsite.com>
42489              Date: Thu, 10 May 2001 13:50:08 +0100
42490              Message-ID: <20010510135008.A2454@penderel>
42491      Branch: perl
42492            ! ext/B/B/Deparse.pm
42493 ____________________________________________________________________________
42494 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
42495         Log: A thinko in #10065.
42496      Branch: perl
42497            ! hv.c
42498 ____________________________________________________________________________
42499 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
42500         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
42501              From: Robin Houston <robin@kitsite.com>
42502              Date: Thu, 10 May 2001 02:10:34 +0100
42503              Message-ID: <20010510021034.A19421@penderel>
42504      Branch: perl
42505            ! ext/B/B.xs ext/B/B/Deparse.pm
42506 ____________________________________________________________________________
42507 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
42508         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
42509              From: Doug MacEachern <dougm@covalent.net>
42510              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
42511              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
42512      Branch: perl
42513            ! hv.c
42514 ____________________________________________________________________________
42515 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
42516         Log: One more workaround for the UTS compiler from Hal Morris.
42517      Branch: perl
42518            ! perl.h
42519 ____________________________________________________________________________
42520 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
42521         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
42522              From: Robin Houston <robin@kitsite.com>
42523              Date: Thu, 10 May 2001 01:02:08 +0100
42524              Message-ID: <20010510010208.A18200@penderel>
42525      Branch: perl
42526            ! ext/B/B/Debug.pm
42527 ____________________________________________________________________________
42528 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
42529         Log: Subject: [PATCH] Simplify deb_curcv() a bit
42530              From: Benjamin Sugars <bsugars@canoe.ca>
42531              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
42532              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
42533      Branch: perl
42534            ! run.c
42535 ____________________________________________________________________________
42536 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
42537         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
42538              From: Benjamin Sugars <bsugars@canoe.ca>
42539              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
42540              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
42541      Branch: perl
42542            ! t/lib/io_scalar.t
42543 ____________________________________________________________________________
42544 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
42545         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
42546              From: Peter Prymmer <pvhp@forte.com>
42547              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
42548              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
42549      Branch: perl
42550            ! t/lib/md5-file.t
42551 ____________________________________________________________________________
42552 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
42553         Log: Subject: [PATCH t/TEST] B::Deparse tester
42554              From: Robin Houston <robin@kitsite.com>
42555              Date: Wed, 9 May 2001 19:17:50 +0100
42556              Message-ID: <20010509191750.A16940@penderel>
42557      Branch: perl
42558            ! ext/B/O.pm t/TEST
42559 ____________________________________________________________________________
42560 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
42561         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
42562              From: Jeff Pinyan <jeffp@crusoe.net>
42563              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
42564              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
42565      Branch: perl
42566            ! lib/Pod/Html.pm
42567 ____________________________________________________________________________
42568 [ 10057] By: nick                                  on 2001/05/09  18:37:56
42569         Log: Integrate mainline.
42570      Branch: perlio
42571           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
42572           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
42573 ____________________________________________________________________________
42574 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
42575         Log: Update Changes.
42576      Branch: perl
42577            ! Changes patchlevel.h
42578 ____________________________________________________________________________
42579 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
42580         Log: Integrate perlio.
42581      Branch: perl
42582           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42583 ____________________________________________________________________________
42584 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
42585         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
42586              From: Benjamin Sugars <bsugars@canoe.ca>
42587              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
42588              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
42589      Branch: perl
42590            ! perlio.c
42591 ____________________________________________________________________________
42592 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
42593         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
42594              From: Benjamin Sugars <bsugars@canoe.ca>
42595              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
42596              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
42597      Branch: perl
42598            ! ext/PerlIO/Scalar/Scalar.xs
42599 ____________________________________________________________________________
42600 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
42601         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
42602              From: Jeff Pinyan <jeffp@crusoe.net>
42603              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
42604              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
42605      Branch: perl
42606            ! lib/Pod/Html.pm
42607 ____________________________________________________________________________
42608 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
42609         Log: EPOC tweak from Olaf Flebbe.
42610      Branch: perl
42611            ! epoc/epocish.h
42612 ____________________________________________________________________________
42613 [ 10050] By: nick                                  on 2001/05/09  14:37:57
42614         Log: win32, regen_config_h
42615      Branch: perlio
42616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42617 ____________________________________________________________________________
42618 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
42619         Log: Integrate perlio.
42620      Branch: perl
42621           !> pp_sys.c
42622 ____________________________________________________________________________
42623 [ 10048] By: nick                                  on 2001/05/09  11:59:50
42624         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
42625              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
42626      Branch: perlio
42627            ! pp_sys.c
42628 ____________________________________________________________________________
42629 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
42630         Log: Integrate perlio.
42631      Branch: perl
42632           !> run.c
42633 ____________________________________________________________________________
42634 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
42635         Log: Subject: Re: Less warnings during configure
42636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42637              Date: Wed, 09 May 2001 13:12:49 +0200
42638              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
42639      Branch: perl
42640            ! hints/hpux.sh
42641 ____________________________________________________________________________
42642 [ 10045] By: nick                                  on 2001/05/09  09:56:59
42643         Log: MULTIPLICITY/DEBUGGING build fix.
42644      Branch: perlio
42645            ! run.c
42646 ____________________________________________________________________________
42647 [ 10044] By: nick                                  on 2001/05/09  09:46:37
42648         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
42649      Branch: perlio
42650           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
42651            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42652           !> (integrate 65 files)
42653 ____________________________________________________________________________
42654 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
42655         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42656              From: Robin Houston <robin@kitsite.com>
42657              Date: Tue, 8 May 2001 19:38:00 +0100
42658              Message-ID: <20010508193800.A4389@penderel>
42659              
42660              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42661              From: Robin Houston <robin@kitsite.com>
42662              Date: Tue, 8 May 2001 20:03:57 +0100
42663              Message-ID: <20010508200357.A4614@penderel>
42664              
42665              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42666              From: Robin Houston <robin@kitsite.com>
42667              Date: Wed, 9 May 2001 00:12:05 +0100
42668              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
42669      Branch: perl
42670            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
42671 ____________________________________________________________________________
42672 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
42673         Log: Retract #10031.
42674      Branch: perl
42675            ! pod/perlfunc.pod
42676 ____________________________________________________________________________
42677 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
42678         Log: The metaconfig unit changes for #10040.
42679      Branch: metaconfig/U/perl
42680            ! Checkcc.U d_dlsymun.U dlsrc.U
42681 ____________________________________________________________________________
42682 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
42683         Log: The Configure half of
42684              
42685              Subject: Less warnings during configure
42686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42687              Date: Tue, 08 May 2001 08:44:02 +0200
42688              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42689      Branch: perl
42690            ! Configure
42691 ____________________________________________________________________________
42692 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
42693         Log: Subject: Less warnings during configure
42694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42695              Date: Tue, 08 May 2001 08:44:02 +0200
42696              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42697      Branch: perl
42698            ! hints/hpux.sh
42699 ____________________________________________________________________________
42700 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
42701         Log: Don't forget to whine about \d__\d.
42702      Branch: perl
42703            ! t/pragma/warn/toke toke.c
42704 ____________________________________________________________________________
42705 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
42706         Log: Allow underscores also in the exponent part.
42707      Branch: perl
42708            ! t/pragma/warn/toke toke.c
42709 ____________________________________________________________________________
42710 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
42711         Log: CodeMagicCD doesn't look like an *I*DE.
42712      Branch: perl
42713            ! pod/perlfaq3.pod
42714 ____________________________________________________________________________
42715 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
42716         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
42717              to be consistently down).
42718      Branch: perl
42719            ! pod/perlfaq3.pod
42720 ____________________________________________________________________________
42721 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
42722         Log: Upgrade to Text::Balanced 1.84.
42723      Branch: perl
42724            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
42725 ____________________________________________________________________________
42726 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
42727         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
42728              From: Benjamin Sugars <bsugars@canoe.ca>
42729              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
42730              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
42731      Branch: perl
42732            ! run.c
42733 ____________________________________________________________________________
42734 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
42735         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
42736              From: Peter Prymmer <pvhp@forte.com>
42737              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
42738              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
42739      Branch: perl
42740            ! t/pod/plainer.t
42741 ____________________________________________________________________________
42742 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
42743         Log: (Retracted by #10042)
42744              
42745              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
42746              From: "Philip Newton" <pnewton@gmx.de>
42747              Date: Tue, 8 May 2001 09:18:10 +0200
42748              Message-ID: <3AF7B9D2.28861.603732@localhost>
42749      Branch: perl
42750            ! pod/perlfunc.pod
42751 ____________________________________________________________________________
42752 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
42753         Log: Subject: [PATCH B::Deparse] Document known bugs
42754              From: Robin Houston <robin@kitsite.com>
42755              Date: Tue, 8 May 2001 01:53:34 +0100
42756              Message-ID: <20010508015334.A32394@penderel>
42757      Branch: perl
42758            ! ext/B/B/Deparse.pm
42759 ____________________________________________________________________________
42760 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
42761         Log: Subject: Re: Perl book, magazine and website updates.
42762              From: "Philip Newton" <pnewton@gmx.de>
42763              Date: Mon, 7 May 2001 17:03:58 +0200
42764              Message-ID: <3AF6D57E.5387.1E29930@localhost>
42765      Branch: perl
42766            ! pod/perlfaq2.pod
42767 ____________________________________________________________________________
42768 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
42769         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
42770              From: Peter Prymmer <pvhp@forte.com>
42771              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
42772              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
42773      Branch: perl
42774            ! t/io/fflush.t
42775 ____________________________________________________________________________
42776 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
42777         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
42778              From: Robin Houston <robin@kitsite.com>
42779              Date: Tue, 8 May 2001 01:14:55 +0100
42780              Message-ID: <20010508011455.A32162@penderel>
42781      Branch: perl
42782            ! ext/B/B/Deparse.pm
42783 ____________________________________________________________________________
42784 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
42785         Log: Typo in #10025.
42786      Branch: perl
42787            ! hints/uts.sh
42788 ____________________________________________________________________________
42789 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
42790         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
42791      Branch: perl
42792            ! hints/uts.sh
42793 ____________________________________________________________________________
42794 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
42795         Log: Subject: Re: [ID 20010506.045] question about hash syntax
42796              From: Peter Scott <Peter@PSDT.com>
42797              Date: Sun, 06 May 2001 13:10:40 -0700
42798              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
42799      Branch: perl
42800            ! pod/perl56delta.pod
42801 ____________________________________________________________________________
42802 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
42803         Log: Configure should figure out the list of dynamic extensions
42804              just fine in UTS-- and in fact it does, as reported by Hal Morris.
42805      Branch: perl
42806            ! hints/uts.sh
42807 ____________________________________________________________________________
42808 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
42809         Log: Update Changes.
42810      Branch: perl
42811            ! Changes patchlevel.h
42812 ____________________________________________________________________________
42813 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
42814         Log: Subject: [PATCH regcomp.c] Insecure regexes
42815              From: Robin Houston <robin@kitsite.com>
42816              Date: Mon, 7 May 2001 21:56:12 +0100
42817              Message-ID: <20010507215612.A31114@penderel>
42818      Branch: perl
42819            ! regcomp.c
42820 ____________________________________________________________________________
42821 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
42822         Log: Drop the foobar.perl.com references for now until Simon
42823              gets them sorted out.
42824      Branch: perl
42825            ! pod/perlfaq2.pod
42826 ____________________________________________________________________________
42827 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
42828         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
42829              From: Prymmer/Kahn <pvhp@best.com>
42830              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
42831              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
42832      Branch: perl
42833            ! lib/Devel/SelfStubber.pm
42834 ____________________________________________________________________________
42835 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
42836         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
42837              From: Prymmer/Kahn <pvhp@best.com>
42838              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
42839              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
42840      Branch: perl
42841            ! win32/Makefile
42842 ____________________________________________________________________________
42843 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
42844         Log: s/WebTechnique's/WebTechniques/
42845      Branch: perl
42846            ! pod/perlfaq2.pod
42847 ____________________________________________________________________________
42848 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
42849         Log: Llama 3 updates from Randal.
42850      Branch: perl
42851            ! pod/perlfaq2.pod
42852 ____________________________________________________________________________
42853 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
42854         Log: Subject: [PATCH] Help -Dt show correct pad variables
42855              From: Benjamin Sugars <ben.sugars@home.com>
42856              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
42857              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
42858      Branch: perl
42859            ! embed.h embed.pl proto.h run.c
42860 ____________________________________________________________________________
42861 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
42862         Log: Subject: [PATCH] Document C<our $foo : shared>
42863              From: Benjamin Sugars <ben.sugars@home.com>
42864              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
42865              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
42866      Branch: perl
42867            ! pod/perlfunc.pod
42868 ____________________________________________________________________________
42869 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
42870         Log: Subject: [PATCH B::Deparse] undefined folded constants
42871              From: Robin Houston <robin@kitsite.com>
42872              Date: Sun, 6 May 2001 17:19:09 +0100
42873              Message-ID: <20010506171909.A7046@penderel>
42874      Branch: perl
42875            ! ext/B/B/Deparse.pm
42876 ____________________________________________________________________________
42877 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
42878         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
42879              From: Robin Houston <robin@kitsite.com>
42880              Message-ID: <20010506164654.A6848@penderel>
42881              Date: Sun, 6 May 2001 16:46:54 +0100
42882      Branch: perl
42883            ! ext/B/B/Deparse.pm
42884 ____________________________________________________________________________
42885 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
42886         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
42887              From: Robin Houston <robin@kitsite.com>
42888              Date: Sun, 6 May 2001 14:47:02 +0100
42889              Message-ID: <20010506144702.A6308@penderel>
42890      Branch: perl
42891            ! t/op/my_stash.t
42892 ____________________________________________________________________________
42893 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
42894         Log: Subject: Perl book, magazine and website updates.
42895              From: Simon Cozens <simon@netthink.co.uk>
42896              Date: Sun, 6 May 2001 16:55:36 +0100
42897              Message-ID: <20010506165536.A1795@netthink.co.uk>
42898      Branch: perl
42899            ! pod/perlbook.pod pod/perlfaq2.pod
42900 ____________________________________________________________________________
42901 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
42902         Log: Tweaks on the Tru64 prof options.
42903      Branch: perl
42904            ! pod/perlhack.pod
42905 ____________________________________________________________________________
42906 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
42907         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
42908              From: Robin Houston <robin@kitsite.com>
42909              Date: Sun, 6 May 2001 14:40:51 +0100
42910              Message-ID: <20010506144051.A6279@penderel>
42911      Branch: perl
42912            ! t/pod/testp2pt.pl
42913 ____________________________________________________________________________
42914 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
42915         Log: Subject: [PATCH B::Deparse] scoping
42916              From: Robin Houston <robin@kitsite.com>
42917              Date: Sun, 6 May 2001 14:36:56 +0100
42918              Message-ID: <20010506143656.A4006@penderel>
42919      Branch: perl
42920            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
42921 ____________________________________________________________________________
42922 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
42923         Log: Document the undefinedness of bitshifting out of range.
42924      Branch: perl
42925            ! pod/perlop.pod
42926 ____________________________________________________________________________
42927 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
42928         Log: Retract #10003 and update the IDE descriptions a bit.
42929      Branch: perl
42930            ! pod/perlfaq3.pod
42931 ____________________________________________________________________________
42932 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
42933         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
42934              From: Prymmer/Kahn <pvhp@best.com>
42935              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
42936              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
42937      Branch: perl
42938            ! win32/Makefile win32/buildext.pl win32/config.bc
42939            ! win32/config.gc win32/config.vc
42940 ____________________________________________________________________________
42941 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
42942         Log: (Retracted by #10005.)
42943      Branch: perl
42944            ! pod/perlfaq3.pod
42945 ____________________________________________________________________________
42946 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
42947         Log: It's "psed", not "sed".
42948      Branch: perl
42949            ! x2p/s2p.PL
42950 ____________________________________________________________________________
42951 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
42952         Log: Update Changes.
42953      Branch: perl
42954            ! Changes patchlevel.h
42955 ____________________________________________________________________________
42956 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
42957         Log: Subject: Re: bleadperl make install fails due to "psed"
42958              From: andreas.koenig@anima.de (Andreas J. Koenig)
42959              Date: 05 May 2001 18:23:28 +0200
42960              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
42961      Branch: perl
42962            ! x2p/Makefile.SH x2p/s2p.PL
42963 ____________________________________________________________________________
42964 [  9999] By: jhi                                   on 2001/05/05  18:28:09
42965         Log: AUTHORS updates.
42966      Branch: perl
42967            ! AUTHORS
42968 ____________________________________________________________________________
42969 [  9998] By: jhi                                   on 2001/05/05  18:16:00
42970         Log: Updates on the pods related to the modules included since 5.6.
42971              
42972              TODO: perltodo really could use major updating.
42973      Branch: perl
42974            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
42975            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
42976            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
42977            ! pod/perlsyn.pod pod/perltodo.pod
42978 ____________________________________________________________________________
42979 [  9997] By: jhi                                   on 2001/05/05  17:35:17
42980         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
42981              from Kurt Skauen.
42982      Branch: perl
42983            + hints/atheos.sh
42984            ! MANIFEST
42985 ____________________________________________________________________________
42986 [  9996] By: jhi                                   on 2001/05/05  17:25:00
42987         Log: Add preemptive #undefs for some of the shorter and more prone
42988              to collision regcomp.h #defines.  (Background: the MASK collided
42989              with a system header #define in Rhapsody.)
42990      Branch: perl
42991            ! regcomp.h
42992 ____________________________________________________________________________
42993 [  9995] By: jhi                                   on 2001/05/05  13:24:21
42994         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
42995              From: Nicholas Clark <nick@ccl4.org>
42996              Date: Sat, 5 May 2001 14:46:39 +0100
42997              Message-ID: <20010505144639.O53513@plum.flirble.org>
42998              
42999              Add a test for the constants (if any) being processed correctly.
43000      Branch: perl
43001            ! utils/h2xs.PL
43002 ____________________________________________________________________________
43003 [  9994] By: jhi                                   on 2001/05/05  02:11:03
43004         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
43005              From: Peter Prymmer <pvhp@forte.com>
43006              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
43007              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
43008      Branch: perl
43009            ! t/lib/b-stash.t
43010 ____________________________________________________________________________
43011 [  9993] By: jhi                                   on 2001/05/05  02:03:49
43012         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
43013              From: Peter Prymmer <pvhp@forte.com>
43014              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
43015              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
43016      Branch: perl
43017            ! perlio.c vms/vmsish.h
43018 ____________________________________________________________________________
43019 [  9992] By: jhi                                   on 2001/05/04  17:21:12
43020         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
43021              From: Robin Barker <rmb1@cise.npl.co.uk>
43022              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
43023              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
43024      Branch: perl
43025            + t/pod/plainer.t
43026            ! MANIFEST
43027 ____________________________________________________________________________
43028 [  9991] By: jhi                                   on 2001/05/04  16:47:45
43029         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
43030              From: Robin Barker <rmb1@cise.npl.co.uk>
43031              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
43032              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
43033      Branch: perl
43034            ! regcomp.c
43035 ____________________________________________________________________________
43036 [  9990] By: jhi                                   on 2001/05/04  14:37:20
43037         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
43038              From: Prymmer/Kahn <pvhp@best.com>
43039              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
43040              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
43041      Branch: perl
43042            ! t/lib/b-stash.t
43043 ____________________________________________________________________________
43044 [  9989] By: jhi                                   on 2001/05/04  14:03:58
43045         Log: Introduce perl572delta, update Todo, add the missing
43046              mention about signal safety since 5.7.1 (though this
43047              requires verification and more details.)
43048      Branch: perl
43049            + pod/perl572delta.pod
43050            ! MANIFEST Todo pod/perl571delta.pod
43051 ____________________________________________________________________________
43052 [  9988] By: jhi                                   on 2001/05/04  12:41:51
43053         Log: Subject: [PATCH perl@9944] long =item
43054              From: Robin Barker <rmb1@cise.npl.co.uk>
43055              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
43056              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
43057      Branch: perl
43058            ! ext/Time/HiRes/HiRes.pm
43059 ____________________________________________________________________________
43060 [  9987] By: jhi                                   on 2001/05/04  12:39:19
43061         Log: The #9901 had removed one line essential for EBCDIC.
43062      Branch: perl
43063            ! regcomp.c
43064 ____________________________________________________________________________
43065 [  9986] By: jhi                                   on 2001/05/04  12:30:23
43066         Log: Subject: cygwin/Makefile.SHs INSTALL patch
43067              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
43068              Date: Mon, 08 Jan 2001 04:59:21 +0200
43069              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
43070      Branch: perl
43071            ! cygwin/Makefile.SHs
43072 ____________________________________________________________________________
43073 [  9985] By: jhi                                   on 2001/05/04  03:51:39
43074         Log: Encode/IO doc tweaks.
43075      Branch: perl
43076            ! ext/Encode/Encode.pm
43077 ____________________________________________________________________________
43078 [  9984] By: jhi                                   on 2001/05/04  03:29:34
43079         Log: Remove GDBM_File from the dynamic extensions for UTS,
43080              GDBM is not a standard feature.
43081      Branch: perl
43082            ! hints/uts.sh
43083 ____________________________________________________________________________
43084 [  9983] By: jhi                                   on 2001/05/04  03:22:59
43085         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
43086      Branch: perl
43087            ! pod/perlretut.pod
43088 ____________________________________________________________________________
43089 [  9982] By: jhi                                   on 2001/05/03  23:21:03
43090         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
43091              From: Benjamin Sugars <bsugars@canoe.ca>
43092              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
43093              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
43094      Branch: perl
43095            ! dump.c
43096 ____________________________________________________________________________
43097 [  9981] By: jhi                                   on 2001/05/03  23:20:05
43098         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
43099              From: Benjamin Sugars <bsugars@canoe.ca>
43100              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
43101              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
43102      Branch: perl
43103            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43104 ____________________________________________________________________________
43105 [  9980] By: jhi                                   on 2001/05/03  23:15:29
43106         Log: Integrate perlio.
43107      Branch: perl
43108           !> ext/Encode/Encode.pm
43109 ____________________________________________________________________________
43110 [  9979] By: jhi                                   on 2001/05/03  16:54:59
43111         Log: Install psed man page.
43112      Branch: perl
43113            ! installman
43114 ____________________________________________________________________________
43115 [  9978] By: jhi                                   on 2001/05/03  16:45:58
43116         Log: Remove unused files; noted by Sarathy.
43117      Branch: perl
43118            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
43119            ! MANIFEST
43120 ____________________________________________________________________________
43121 [  9977] By: jhi                                   on 2001/05/03  16:42:30
43122         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
43123              From: Andy Dougherty <doughera@lafayette.edu>
43124              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
43125              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
43126      Branch: perl
43127            ! INSTALL
43128 ____________________________________________________________________________
43129 [  9976] By: nick                                  on 2001/05/03  16:40:42
43130         Log: Allow $answer = encode($object,$text); like it says in docs.
43131      Branch: perlio
43132            ! ext/Encode/Encode.pm
43133 ____________________________________________________________________________
43134 [  9975] By: nick                                  on 2001/05/03  16:22:30
43135         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
43136              to be in scope (fair enough), and also a package variable (our) for eval to see it.
43137      Branch: perlio
43138            ! ext/Encode/Encode.pm
43139 ____________________________________________________________________________
43140 [  9974] By: nick                                  on 2001/05/03  15:48:17
43141         Log: Integrate mainline.
43142      Branch: perlio
43143           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
43144           +> t/lib/filter-simple.t t/lib/next.t
43145           !> (integrate 70 files)
43146 ____________________________________________________________________________
43147 [  9973] By: jhi                                   on 2001/05/03  13:09:09
43148         Log: Update Changes.
43149      Branch: perl
43150            ! Changes patchlevel.h
43151 ____________________________________________________________________________
43152 [  9972] By: jhi                                   on 2001/05/03  12:58:33
43153         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
43154              From: Prymmer/Kahn <pvhp@best.com>
43155              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
43156              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
43157      Branch: perl
43158            ! t/io/fflush.t
43159 ____________________________________________________________________________
43160 [  9971] By: jhi                                   on 2001/05/03  12:57:26
43161         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
43162              From: Prymmer/Kahn <pvhp@best.com>
43163              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
43164              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
43165      Branch: perl
43166            ! win32/FindExt.pm
43167 ____________________________________________________________________________
43168 [  9970] By: jhi                                   on 2001/05/03  02:42:46
43169         Log: Can't croak sans thread context, from Doug MacEachern.
43170      Branch: perl
43171            ! toke.c
43172 ____________________________________________________________________________
43173 [  9969] By: jhi                                   on 2001/05/03  01:23:48
43174         Log: Subject: Random input test and Perl
43175              From: Ilya Zakharevich <ilya@math.berkeley.edu>
43176              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
43177              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
43178      Branch: perl
43179            ! toke.c
43180 ____________________________________________________________________________
43181 [  9968] By: jhi                                   on 2001/05/02  22:17:21
43182         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
43183              From: Peter Prymmer <pvhp@forte.com>
43184              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
43185              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
43186      Branch: perl
43187            ! pod/perlfunc.pod pod/perlport.pod
43188 ____________________________________________________________________________
43189 [  9967] By: jhi                                   on 2001/05/02  20:12:45
43190         Log: Workaround for UTS compiler casting bug from Hal Morris.
43191      Branch: perl
43192            ! perl.h
43193 ____________________________________________________________________________
43194 [  9966] By: jhi                                   on 2001/05/02  18:31:37
43195         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
43196              From: Dan Sugalski <dan@sidhe.org>
43197              Date: Wed, 02 May 2001 15:23:22 -0400
43198              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
43199      Branch: perl
43200            ! perl.c vms/vms.c
43201 ____________________________________________________________________________
43202 [  9965] By: jhi                                   on 2001/05/02  18:21:29
43203         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
43204      Branch: perl
43205            ! pod/perlfunc.pod
43206 ____________________________________________________________________________
43207 [  9964] By: jhi                                   on 2001/05/02  18:15:01
43208         Log: Document large files in INSTALL, document also the %x
43209              limitation if not use64bitint, closes bug 20010326.007.
43210      Branch: perl
43211            ! INSTALL
43212 ____________________________________________________________________________
43213 [  9963] By: jhi                                   on 2001/05/02  17:24:47
43214         Log: perlmodlib tweaks; regen pods.
43215      Branch: perl
43216            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
43217            ! pod/perltoc.pod
43218 ____________________________________________________________________________
43219 [  9962] By: jhi                                   on 2001/05/02  17:14:00
43220         Log: Fix for a segfault, from Marc Lehmann.
43221      Branch: perl
43222            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
43223 ____________________________________________________________________________
43224 [  9961] By: jhi                                   on 2001/05/02  15:55:53
43225         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
43226              From: "Philip Newton" <pnewton@gmx.de>
43227              Date: Wed, 2 May 2001 18:39:03 +0200
43228              Message-ID: <3AF05447.15525.173B588@localhost>
43229      Branch: perl
43230            ! pod/perlop.pod
43231 ____________________________________________________________________________
43232 [  9960] By: jhi                                   on 2001/05/02  15:35:37
43233         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
43234              From: Dan Sugalski <dan@sidhe.org>
43235              Date: Wed, 02 May 2001 11:37:27 -0400
43236              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
43237      Branch: perl
43238            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
43239            ! thread.h vms/vms.c vms/vmsish.h
43240 ____________________________________________________________________________
43241 [  9959] By: jhi                                   on 2001/05/02  15:21:08
43242         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
43243              From: Benjamin Sugars <bsugars@canoe.ca>
43244              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
43245              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
43246      Branch: perl
43247            ! ext/PerlIO/Scalar/Scalar.xs
43248 ____________________________________________________________________________
43249 [  9958] By: jhi                                   on 2001/05/02  15:15:53
43250         Log: Bug in #9915, spotted by Mike Guy.
43251      Branch: perl
43252            ! installperl
43253 ____________________________________________________________________________
43254 [  9957] By: jhi                                   on 2001/05/02  13:26:01
43255         Log: Add a test for not griping about references as array
43256              indices if the reference has magic in it (overloaded
43257              methods).
43258      Branch: perl
43259            ! pod/perldiag.pod t/pragma/warn/pp_hot
43260 ____________________________________________________________________________
43261 [  9956] By: jhi                                   on 2001/05/02  13:07:01
43262         Log: Retracted a bit too much in #9952.
43263      Branch: perl
43264            ! t/pragma/sub_lval.t
43265 ____________________________________________________________________________
43266 [  9955] By: jhi                                   on 2001/05/02  13:05:38
43267         Log: Test for #9952.
43268      Branch: perl
43269            ! t/op/tie.t
43270 ____________________________________________________________________________
43271 [  9954] By: jhi                                   on 2001/05/02  11:48:18
43272         Log: Additional note on the encoding example: one cannot
43273              convert string constants in-place.
43274      Branch: perl
43275            ! ext/Encode/Encode.pm
43276 ____________________________________________________________________________
43277 [  9953] By: jhi                                   on 2001/05/02  11:43:51
43278         Log: Note that if you have recent enough Perl you already
43279              have Filter::Util::Call.
43280      Branch: perl
43281            ! lib/Filter/Simple.pm
43282 ____________________________________________________________________________
43283 [  9952] By: jhi                                   on 2001/05/02  11:31:53
43284         Log: Retract changes #8254 and #8255, causes coredump in
43285              'tie FH, "main"', reported by Abigail, culprit found by
43286              Benjamin Sugars.  Mirrors maintperl change #9950.
43287      Branch: perl
43288            ! op.c t/pragma/sub_lval.t
43289 ____________________________________________________________________________
43290 [  9951] By: jhi                                   on 2001/05/02  11:14:29
43291         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
43292      Branch: perl
43293            + t/lib/MyFilter.pm
43294 ____________________________________________________________________________
43295 [  9950] By: gsar                                  on 2001/05/02  03:17:11
43296         Log: revert integration of changes#8254,8255 in change#8620 (causes
43297              a coredump in C<tie FH, 'foo'>; the idea itself may need better
43298              rationalization)
43299      Branch: maint-5.6/perl
43300            ! op.c t/pragma/sub_lval.t
43301 ____________________________________________________________________________
43302 [  9949] By: gsar                                  on 2001/05/02  02:56:32
43303         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
43304              
43305              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
43306              
43307              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
43308      Branch: maint-5.6/perl
43309           !> hints/svr5.sh
43310 ____________________________________________________________________________
43311 [  9948] By: gsar                                  on 2001/05/02  02:49:15
43312         Log: pod/find.t breaks on VMS (from Craig Berry)
43313      Branch: maint-5.6/perl
43314            ! t/pod/find.t
43315 ____________________________________________________________________________
43316 [  9947] By: jhi                                   on 2001/05/02  02:43:09
43317         Log: Add an encoding conversion example.
43318      Branch: perl
43319            ! ext/Encode/Encode.pm
43320 ____________________________________________________________________________
43321 [  9946] By: jhi                                   on 2001/05/02  01:34:22
43322         Log: Another coat of paint but still nowhere finished.
43323              Need to decide on the semantics of strptime(): should
43324              strptime() be a function instead of a method?  To do
43325              the week/monthname-strptiming the i18n/l10n bullet needs
43326              to be bitten with gusto.
43327      Branch: perl
43328            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
43329 ____________________________________________________________________________
43330 [  9945] By: jhi                                   on 2001/05/01  23:40:52
43331         Log: Update Changes.
43332      Branch: perl
43333            ! Changes patchlevel.h
43334 ____________________________________________________________________________
43335 [  9944] By: jhi                                   on 2001/05/01  23:33:37
43336         Log: Add known-to-be-tested modules to the list-to-be-skipped.
43337      Branch: perl
43338            ! t/lib/1_compile.t
43339 ____________________________________________________________________________
43340 [  9943] By: jhi                                   on 2001/05/01  23:24:40
43341         Log: Subject: BorlandC++ fix
43342              From: "Vadim Konovalov" <watman@inbox.ru>
43343              Date: Mon, 30 Apr 2001 20:12:26 -0700
43344              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
43345      Branch: perl
43346            ! win32/makefile.mk
43347 ____________________________________________________________________________
43348 [  9942] By: jhi                                   on 2001/05/01  23:18:02
43349         Log: Update to Filter::Simple 0.60, create a test for it.
43350      Branch: perl
43351            + t/lib/filter-simple.t
43352            ! MANIFEST lib/Filter/Simple.pm
43353 ____________________________________________________________________________
43354 [  9941] By: jhi                                   on 2001/05/01  19:47:24
43355         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
43356              From: Hugo <hv@crypt.compulink.co.uk>
43357              Date: Tue, 01 May 2001 20:12:20 +0100
43358              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
43359      Branch: perl
43360            ! pp_hot.c t/op/re_tests
43361 ____________________________________________________________________________
43362 [  9940] By: jhi                                   on 2001/05/01  19:42:16
43363         Log: Integrate perlio.
43364      Branch: perl
43365           !> lib/base.pm t/lib/fields.t
43366 ____________________________________________________________________________
43367 [  9939] By: jhi                                   on 2001/05/01  19:39:51
43368         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
43369              From: Benjamin Sugars <bsugars@canoe.ca>
43370              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
43371              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
43372      Branch: perl
43373            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43374 ____________________________________________________________________________
43375 [  9938] By: jhi                                   on 2001/05/01  19:34:09
43376         Log: Add NEXT, a pseudo-class for method redispatching.
43377              <Damian>NEXT.pm probably offers more bang-for-buck
43378              than anything else I've ever written.</Damian>
43379      Branch: perl
43380            + lib/NEXT.pm t/lib/next.t
43381            ! MANIFEST
43382 ____________________________________________________________________________
43383 [  9937] By: jhi                                   on 2001/05/01  19:21:41
43384         Log: Update to Switch 2.02.
43385      Branch: perl
43386            ! lib/Switch.pm t/lib/switch.t
43387 ____________________________________________________________________________
43388 [  9936] By: nick                                  on 2001/05/01  19:09:21
43389         Log: Fix for base.pm clobbering $VERSION
43390      Branch: perlio
43391            ! lib/base.pm
43392 ____________________________________________________________________________
43393 [  9935] By: nick                                  on 2001/05/01  18:54:38
43394         Log: Test for base.pm clobbering $VERSION.
43395      Branch: perlio
43396            ! t/lib/fields.t
43397 ____________________________________________________________________________
43398 [  9934] By: jhi                                   on 2001/05/01  18:39:10
43399         Log: Add information about Scalar::Util::blessed.
43400      Branch: perl
43401            ! pod/perlobj.pod
43402 ____________________________________________________________________________
43403 [  9933] By: jhi                                   on 2001/05/01  18:33:51
43404         Log: Subject: Extra UNIVERSAL documentation
43405              From: Mike Guy <mjtg@cam.ac.uk>
43406              Date: Tue, 01 May 2001 20:12:11 +0100
43407              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
43408      Branch: perl
43409            ! pod/perlobj.pod
43410 ____________________________________________________________________________
43411 [  9932] By: jhi                                   on 2001/05/01  18:26:54
43412         Log: Subject: Autoflush in tests as appropriate
43413              From: Mike Guy <mjtg@cam.ac.uk>
43414              Date: Tue, 01 May 2001 20:05:31 +0100
43415              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
43416      Branch: perl
43417            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
43418            ! t/op/taint.t
43419 ____________________________________________________________________________
43420 [  9931] By: jhi                                   on 2001/05/01  18:02:29
43421         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
43422              From: Benjamin Sugars <bsugars@canoe.ca>
43423              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
43424              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
43425      Branch: perl
43426            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43427 ____________________________________________________________________________
43428 [  9930] By: jhi                                   on 2001/05/01  15:12:26
43429         Log: Subject: Re: Finally got a round tuit
43430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43431              Date: Tue, 01 May 2001 14:14:10 +0200
43432              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
43433              
43434              The -DP part, slightly modified.
43435      Branch: perl
43436            ! perl.c
43437 ____________________________________________________________________________
43438 [  9929] By: jhi                                   on 2001/05/01  14:17:15
43439         Log: Subject: Re: Finally got a round tuit
43440              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43441              Date: Tue, 01 May 2001 16:34:06 +0200
43442              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
43443              
43444              cpp and optimization tweaks for HP-UX.
43445      Branch: perl
43446            ! hints/hpux.sh
43447 ____________________________________________________________________________
43448 [  9928] By: jhi                                   on 2001/05/01  13:24:20
43449         Log: Tune the scan_num() comments to reality.
43450      Branch: perl
43451            ! toke.c
43452 ____________________________________________________________________________
43453 [  9927] By: jhi                                   on 2001/05/01  13:14:01
43454         Log: Subject: [PATCH B::Deparse] optimised sort
43455              From: Robin Houston <robin@kitsite.com>
43456              Date: Tue, 1 May 2001 14:07:12 +0100
43457              Message-ID: <20010501140712.A4266@penderel>
43458      Branch: perl
43459            ! ext/B/B/Deparse.pm
43460 ____________________________________________________________________________
43461 [  9926] By: jhi                                   on 2001/05/01  13:10:53
43462         Log: Subject: [PATCH t/lib/b-deparse.t] 
43463              From: Robin Houston <robin@kitsite.com>
43464              Date: Tue, 1 May 2001 13:37:42 +0100
43465              Message-ID: <20010501133742.A4082@penderel>
43466      Branch: perl
43467            ! t/lib/b-deparse.t
43468 ____________________________________________________________________________
43469 [  9925] By: jhi                                   on 2001/05/01  13:10:13
43470         Log: Subject: [PATCH B::Deparse] for(;;), sort
43471              From: Robin Houston <robin@kitsite.com>
43472              Date: Tue, 1 May 2001 13:35:00 +0100
43473              Message-ID: <20010501133500.A4061@penderel>
43474      Branch: perl
43475            ! ext/B/B/Deparse.pm
43476 ____________________________________________________________________________
43477 [  9924] By: jhi                                   on 2001/05/01  13:09:22
43478         Log: Subject: [PATCH B::Deparse] do, warn, use
43479              From: Robin Houston <robin@kitsite.com>
43480              Date: Tue, 1 May 2001 13:31:03 +0100
43481              Message-ID: <20010501133103.A4041@penderel>
43482      Branch: perl
43483            ! ext/B/B/Deparse.pm
43484 ____________________________________________________________________________
43485 [  9923] By: jhi                                   on 2001/05/01  11:45:36
43486         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
43487              From: Benjamin Sugars <ben.sugars@home.com>
43488              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
43489              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
43490      Branch: perl
43491            + t/io/fflush.t
43492            ! MANIFEST
43493 ____________________________________________________________________________
43494 [  9922] By: jhi                                   on 2001/05/01  11:35:42
43495         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
43496              From: Peter Prymmer <pvhp@forte.com>
43497              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
43498              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
43499      Branch: perl
43500            ! t/lib/selfstubber.t
43501 ____________________________________________________________________________
43502 [  9921] By: jhi                                   on 2001/04/30  16:34:33
43503         Log: Subject: [PATCH B::Concise] suppress warning
43504              From: Robin Houston <robin@kitsite.com>
43505              Date: Mon, 30 Apr 2001 16:09:49 +0100
43506              Message-ID: <20010430160949.A25086@penderel>
43507      Branch: perl
43508            ! ext/B/B/Concise.pm
43509 ____________________________________________________________________________
43510 [  9920] By: jhi                                   on 2001/04/30  13:56:04
43511         Log: Strip the *markers* from #9919.
43512      Branch: perl
43513            ! pod/perlfaq.pod pod/perlfaq5.pod
43514 ____________________________________________________________________________
43515 [  9919] By: jhi                                   on 2001/04/30  13:54:04
43516         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
43517              From: Gwyn Judd <b.judd@xtra.co.nz>
43518              Date: Sun, 29 Apr 2001 01:47:49 +1200
43519              Message-ID: <20010429014749.A4418@thislove>
43520      Branch: perl
43521            ! pod/perlfaq.pod pod/perlfaq5.pod
43522 ____________________________________________________________________________
43523 [  9918] By: jhi                                   on 2001/04/30  13:13:54
43524         Log: More_tweakage.
43525      Branch: perl
43526            ! pod/perldata.pod pod/perldiag.pod
43527 ____________________________________________________________________________
43528 [  9917] By: jhi                                   on 2001/04/30  13:01:27
43529         Log: Update Changes.
43530      Branch: perl
43531            ! Changes patchlevel.h
43532 ____________________________________________________________________________
43533 [  9916] By: jhi                                   on 2001/04/30  12:57:03
43534         Log: T_w_e_a_k_a_g_e.
43535      Branch: perl
43536            ! pod/perldata.pod pod/perldiag.pod
43537 ____________________________________________________________________________
43538 [  9915] By: jhi                                   on 2001/04/30  12:39:29
43539         Log: Install s2p also as psed.
43540              
43541              TODO: psed documentation?
43542      Branch: perl
43543            ! installperl
43544 ____________________________________________________________________________
43545 [  9914] By: jhi                                   on 2001/04/30  12:29:21
43546         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
43547              From: Jens Hamisch <jens@Strawberry.COM>
43548              Date: Fri, 27 Apr 2001 17:00:36 +0200
43549              Message-ID: <20010427170036.K1372@Strawberry.COM>
43550              
43551              SOCKS5_VERSION_NAME is the right symbol to detect
43552              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
43553              function called socks5_init() is available, and even that is
43554              not universal, most SOCKS5 installations use SOCKSinit()).
43555      Branch: perl
43556            ! perlio.c
43557 ____________________________________________________________________________
43558 [  9913] By: jhi                                   on 2001/04/30  12:22:15
43559         Log: Allow a zero timeout on IO::Socket accept and connect--
43560              though one really shouldn't do that.  Based on
43561              
43562              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
43563              From: "John Holdsworth" <coldwave@bigfoot.com>
43564              Date: Sun, 4 Feb 2001 12:48:18 +0100
43565              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
43566      Branch: perl
43567            ! ext/IO/lib/IO/Socket.pm
43568 ____________________________________________________________________________
43569 [  9912] By: jhi                                   on 2001/04/30  11:27:27
43570         Log: Save the spot of regprev (see #9911) for binary compatibility;
43571              regen API.
43572      Branch: perl
43573            ! embedvar.h perlapi.h thrdvar.h
43574 ____________________________________________________________________________
43575 [  9911] By: jhi                                   on 2001/04/30  11:22:03
43576         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
43577              From: Hugo <hv@crypt.compulink.co.uk>
43578              Date: Sun, 29 Apr 2001 17:09:30 +0100
43579              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
43580      Branch: perl
43581            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
43582 ____________________________________________________________________________
43583 [  9910] By: jhi                                   on 2001/04/30  11:15:12
43584         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
43585              a dummy for PL_numeric_radix); no pressing reason to break
43586              binary compatibility; regen API.
43587      Branch: perl
43588            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
43589            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
43590 ____________________________________________________________________________
43591 [  9909] By: jhi                                   on 2001/04/30  10:56:08
43592         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
43593              From: Walt Mankowski <waltman@netaxs.com>
43594              Date: Sun, 29 Apr 2001 21:53:48 -0400
43595              Message-ID: <20010429215348.A3971@netaxs.com>
43596      Branch: perl
43597            ! pod/perlfunc.pod
43598 ____________________________________________________________________________
43599 [  9908] By: jhi                                   on 2001/04/30  10:49:40
43600         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
43601      Branch: perl
43602            ! t/lib/selfstubber.t
43603 ____________________________________________________________________________
43604 [  9907] By: nick                                  on 2001/04/30  09:26:50
43605         Log: Integrate mainline.
43606      Branch: perlio
43607           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43608 ____________________________________________________________________________
43609 [  9906] By: jhi                                   on 2001/04/29  23:24:20
43610         Log: Abigail spotted a thinko in #9905.
43611      Branch: perl
43612            ! pod/perldiag.pod
43613 ____________________________________________________________________________
43614 [  9905] By: jhi                                   on 2001/04/29  15:55:39
43615         Log: Changed the underscore/undebar syntax in numeric constants;
43616              now any grouping will do, as long as the underscores are not
43617              consecutive (so "zero-grouping" is out), and they do not begin
43618              or end the integer or fractional parts.
43619      Branch: perl
43620            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43621 ____________________________________________________________________________
43622 [  9904] By: nick                                  on 2001/04/29  15:43:22
43623         Log: Integrate mainline.
43624      Branch: perlio
43625           +> (branch 98 files)
43626            - lib/unicode/Block.pl
43627            - lib/unicode/In/AlphabeticPresentationForms.pl
43628            - lib/unicode/In/Arabic.pl
43629            - lib/unicode/In/ArabicPresentationForms-A.pl
43630            - lib/unicode/In/ArabicPresentationForms-B.pl
43631            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43632            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43633            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43634            - lib/unicode/In/BopomofoExtended.pl
43635            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43636            - lib/unicode/In/CJKCompatibility.pl
43637            - lib/unicode/In/CJKCompatibilityForms.pl
43638            - lib/unicode/In/CJKCompatibilityIdeographs.pl
43639            - lib/unicode/In/CJKRadicalsSupplement.pl
43640            - lib/unicode/In/CJKSymbolsandPunctuation.pl
43641            - lib/unicode/In/CJKUnifiedIdeographs.pl
43642            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
43643            - lib/unicode/In/Cherokee.pl
43644            - lib/unicode/In/CombiningDiacriticalMarks.pl
43645            - lib/unicode/In/CombiningHalfMarks.pl
43646            - lib/unicode/In/CombiningMarksforSymbols.pl
43647            - lib/unicode/In/ControlPictures.pl
43648            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
43649            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
43650            - lib/unicode/In/EnclosedAlphanumerics.pl
43651            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
43652            - lib/unicode/In/Ethiopic.pl
43653            - lib/unicode/In/GeneralPunctuation.pl
43654            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
43655            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
43656            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
43657            - lib/unicode/In/HalfwidthandFullwidthForms.pl
43658            - lib/unicode/In/HangulCompatibilityJamo.pl
43659            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
43660            - lib/unicode/In/Hebrew.pl
43661            - lib/unicode/In/HighPrivateUseSurrogates.pl
43662            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
43663            - lib/unicode/In/IPAExtensions.pl
43664            - lib/unicode/In/IdeographicDescriptionCharacters.pl
43665            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
43666            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
43667            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
43668            - lib/unicode/In/Latin-1Supplement.pl
43669            - lib/unicode/In/LatinExtended-A.pl
43670            - lib/unicode/In/LatinExtended-B.pl
43671            - lib/unicode/In/LatinExtendedAdditional.pl
43672            - lib/unicode/In/LetterlikeSymbols.pl
43673            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
43674            - lib/unicode/In/MathematicalOperators.pl
43675            - lib/unicode/In/MiscellaneousSymbols.pl
43676            - lib/unicode/In/MiscellaneousTechnical.pl
43677            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
43678            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
43679            - lib/unicode/In/OpticalCharacterRecognition.pl
43680            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
43681            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
43682            - lib/unicode/In/SmallFormVariants.pl
43683            - lib/unicode/In/SpacingModifierLetters.pl
43684            - lib/unicode/In/Specials.pl
43685            - lib/unicode/In/SuperscriptsandSubscripts.pl
43686            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
43687            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
43688            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
43689            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
43690            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
43691           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
43692           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
43693           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
43694           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
43695           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
43696           !> utf8.c win32/Makefile
43697 ____________________________________________________________________________
43698 [  9903] By: jhi                                   on 2001/04/29  14:30:53
43699         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
43700              From: Prymmer/Kahn <pvhp@best.com>
43701              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
43702              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
43703      Branch: perl
43704            ! win32/Makefile
43705 ____________________________________________________________________________
43706 [  9902] By: jhi                                   on 2001/04/29  02:52:44
43707         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
43708              From: "Abigail" <abigail@foad.org>
43709              Date: Sun, 29 Apr 2001 03:14:25 +0200
43710              Message-ID: <20010429011425.24503.qmail@foad.org>
43711      Branch: perl
43712            ! ext/IO/lib/IO/Seekable.pm
43713 ____________________________________________________________________________
43714 [  9901] By: jhi                                   on 2001/04/29  02:04:46
43715         Log: In character classes one couldn't have 0x80..0xff characters
43716              at the left hand side if there were 0x100.. characters in the
43717              character class.
43718      Branch: perl
43719            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
43720            ! t/op/pat.t utf8.c
43721 ____________________________________________________________________________
43722 [  9900] By: jhi                                   on 2001/04/28  22:55:04
43723         Log: Forgot the latest mktables.PL from #9899.
43724      Branch: perl
43725            ! lib/unicode/mktables.PL
43726 ____________________________________________________________________________
43727 [  9899] By: jhi                                   on 2001/04/28  22:53:28
43728         Log: Explain the \p{} and \P{} error message better and
43729              have prettier prettyprint in In.pl.
43730      Branch: perl
43731            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
43732            ! pod/perldiag.pod
43733 ____________________________________________________________________________
43734 [  9898] By: jhi                                   on 2001/04/28  21:03:34
43735         Log: Add one possible explanation for the "Invalid [] range" error.
43736      Branch: perl
43737            ! pod/perldiag.pod
43738 ____________________________________________________________________________
43739 [  9897] By: jhi                                   on 2001/04/28  17:18:26
43740         Log: Add a level of indirection to the implementation of \p{InFoo}
43741              so that we don't have to have long filenames.  (Nothing changes
43742              in the user interface.)   The indirection is defined in
43743              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
43744              Also rename some the character classes by removing '-' from
43745              the classnames, and finally renamed Block.pl as Blocks.pl.
43746      Branch: perl
43747            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
43748            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
43749            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
43750            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
43751            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
43752            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
43753            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
43754            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
43755            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
43756            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
43757            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
43758            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
43759            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
43760            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
43761            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
43762            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
43763            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
43764            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
43765            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
43766            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
43767            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
43768            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
43769            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
43770            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
43771            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
43772            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
43773            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
43774            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
43775            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
43776            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
43777            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
43778            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
43779            + lib/unicode/In/94.pl lib/unicode/In/95.pl
43780            - lib/unicode/Block.pl
43781            - lib/unicode/In/AlphabeticPresentationForms.pl
43782            - lib/unicode/In/Arabic.pl
43783            - lib/unicode/In/ArabicPresentationForms-A.pl
43784            - lib/unicode/In/ArabicPresentationForms-B.pl
43785            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43786            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43787            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43788            - lib/unicode/In/BopomofoExtended.pl
43789            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43790            - lib/unicode/In/CJKCompatibility.pl
43791            - lib/unicode/In/CJKCompatibilityForms.pl
43792            - lib/unicode/In/CJKCompatibilityIdeographs.pl
43793            - lib/unicode/In/CJKRadicalsSupplement.pl
43794            - lib/unicode/In/CJKSymbolsandPunctuation.pl
43795            - lib/unicode/In/CJKUnifiedIdeographs.pl
43796            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
43797            - lib/unicode/In/Cherokee.pl
43798            - lib/unicode/In/CombiningDiacriticalMarks.pl
43799            - lib/unicode/In/CombiningHalfMarks.pl
43800            - lib/unicode/In/CombiningMarksforSymbols.pl
43801            - lib/unicode/In/ControlPictures.pl
43802            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
43803            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
43804            - lib/unicode/In/EnclosedAlphanumerics.pl
43805            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
43806            - lib/unicode/In/Ethiopic.pl
43807            - lib/unicode/In/GeneralPunctuation.pl
43808            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
43809            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
43810            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
43811            - lib/unicode/In/HalfwidthandFullwidthForms.pl
43812            - lib/unicode/In/HangulCompatibilityJamo.pl
43813            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
43814            - lib/unicode/In/Hebrew.pl
43815            - lib/unicode/In/HighPrivateUseSurrogates.pl
43816            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
43817            - lib/unicode/In/IPAExtensions.pl
43818            - lib/unicode/In/IdeographicDescriptionCharacters.pl
43819            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
43820            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
43821            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
43822            - lib/unicode/In/Latin-1Supplement.pl
43823            - lib/unicode/In/LatinExtended-A.pl
43824            - lib/unicode/In/LatinExtended-B.pl
43825            - lib/unicode/In/LatinExtendedAdditional.pl
43826            - lib/unicode/In/LetterlikeSymbols.pl
43827            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
43828            - lib/unicode/In/MathematicalOperators.pl
43829            - lib/unicode/In/MiscellaneousSymbols.pl
43830            - lib/unicode/In/MiscellaneousTechnical.pl
43831            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
43832            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
43833            - lib/unicode/In/OpticalCharacterRecognition.pl
43834            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
43835            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
43836            - lib/unicode/In/SmallFormVariants.pl
43837            - lib/unicode/In/SpacingModifierLetters.pl
43838            - lib/unicode/In/Specials.pl
43839            - lib/unicode/In/SuperscriptsandSubscripts.pl
43840            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
43841            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
43842            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
43843            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
43844            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
43845            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
43846            ! pod/perlunicode.pod
43847 ____________________________________________________________________________
43848 [  9896] By: jhi                                   on 2001/04/28  14:33:17
43849         Log: Update the information on shared library path on HP-UX.
43850      Branch: perl
43851            ! INSTALL
43852 ____________________________________________________________________________
43853 [  9895] By: jhi                                   on 2001/04/28  14:32:30
43854         Log: Because #9894 seems to do the trick, this workaround can be removed.
43855      Branch: perl
43856            ! t/lib/selfstubber.t
43857 ____________________________________________________________________________
43858 [  9894] By: jhi                                   on 2001/04/28  14:26:13
43859         Log: For PerlIO flush the children's file handles (on fork/exec/system).
43860      Branch: perl
43861            ! perl.h
43862 ____________________________________________________________________________
43863 [  9893] By: jhi                                   on 2001/04/28  14:23:15
43864         Log: Test tweak for #9891.
43865      Branch: perl
43866            ! t/lib/b-deparse.t
43867 ____________________________________________________________________________
43868 [  9892] By: jhi                                   on 2001/04/28  14:10:13
43869         Log: New HP-UX hints from Merijn.
43870      Branch: perl
43871            ! hints/hpux.sh
43872 ____________________________________________________________________________
43873 [  9891] By: jhi                                   on 2001/04/28  14:07:27
43874         Log: Subject: [PATCH B::Deparse] non-block scopes
43875              From: Robin Houston <robin@kitsite.com>
43876              Date: Fri, 27 Apr 2001 19:15:14 +0100
43877              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
43878      Branch: perl
43879            ! ext/B/B/Deparse.pm
43880 ____________________________________________________________________________
43881 [  9890] By: nick                                  on 2001/04/27  19:41:25
43882         Log: Integrate mainline
43883      Branch: perlio
43884           +> t/lib/selfstubber.t
43885           !> (integrate 50 files)
43886 ____________________________________________________________________________
43887 [  9889] By: jhi                                   on 2001/04/27  18:23:46
43888         Log: Subject: Re: selfstubber test fail on bleadperl
43889              From: Mike Guy <mjtg@cam.ac.uk>
43890              Date: Fri, 27 Apr 2001 19:31:18 +0100
43891              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
43892      Branch: perl
43893            ! t/lib/selfstubber.t
43894 ____________________________________________________________________________
43895 [  9888] By: jhi                                   on 2001/04/27  16:20:54
43896         Log: Test tweak for #9886.
43897      Branch: perl
43898            ! t/lib/b-deparse.t
43899 ____________________________________________________________________________
43900 [  9887] By: jhi                                   on 2001/04/27  16:16:33
43901         Log: Buffering issue at least in Solaris (even with perlio).
43902      Branch: perl
43903            ! t/lib/selfstubber.t
43904 ____________________________________________________________________________
43905 [  9886] By: jhi                                   on 2001/04/27  14:59:23
43906         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
43907              From: Robin Houston <robin@kitsite.com>
43908              Date: Fri, 27 Apr 2001 16:53:20 +0100
43909              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
43910      Branch: perl
43911            ! ext/B/B/Deparse.pm
43912 ____________________________________________________________________________
43913 [  9885] By: jhi                                   on 2001/04/27  14:23:51
43914         Log: Update Changes.
43915      Branch: perl
43916            ! Changes patchlevel.h
43917 ____________________________________________________________________________
43918 [  9884] By: jhi                                   on 2001/04/27  14:14:12
43919         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
43920              From: "Philip Newton" <pnewton@gmx.de>
43921              Date: Fri, 27 Apr 2001 16:40:13 +0200
43922              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
43923      Branch: perl
43924            ! pod/perldata.pod
43925 ____________________________________________________________________________
43926 [  9883] By: jhi                                   on 2001/04/27  13:28:19
43927         Log: Add LOG_PERROR; prettify the "removed".
43928      Branch: perl
43929            ! ext/Sys/Syslog/Syslog.xs
43930 ____________________________________________________________________________
43931 [  9882] By: jhi                                   on 2001/04/27  13:13:18
43932         Log: h2xs tweaks: use NV instead of double, "quote" the removed
43933              prefixes for clarity (especially when nothing is removed),
43934              slight pod reformats.
43935      Branch: perl
43936            ! utils/h2xs.PL
43937 ____________________________________________________________________________
43938 [  9881] By: jhi                                   on 2001/04/27  12:58:48
43939         Log: Don't bother creating existing directories.
43940      Branch: perl
43941            ! utils/h2xs.PL
43942 ____________________________________________________________________________
43943 [  9880] By: jhi                                   on 2001/04/27  12:45:39
43944         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
43945              From: Mike Schilli <m@perlmeister.com>
43946              Date: Wed, 25 Apr 2001 01:29:21 -0700
43947              Message-id: <3AE68AE1.6A981723@perlmeister.com>
43948      Branch: perl
43949            ! utils/h2xs.PL
43950 ____________________________________________________________________________
43951 [  9879] By: jhi                                   on 2001/04/27  12:40:55
43952         Log: break is not yet Perl.  Added the template license also to README.
43953      Branch: perl
43954            ! utils/h2xs.PL
43955 ____________________________________________________________________________
43956 [  9878] By: jhi                                   on 2001/04/27  03:08:20
43957         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
43958              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43959              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
43960              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
43961      Branch: perl
43962            ! t/lib/xs-typemap.t
43963 ____________________________________________________________________________
43964 [  9877] By: jhi                                   on 2001/04/26  23:54:40
43965         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
43966              From: "Abigail" <abigail@foad.org>
43967              Date: Fri, 27 Apr 2001 01:44:28 +0200
43968              Message-ID: <20010426234428.19786.qmail@foad.org>
43969      Branch: perl
43970            ! utils/h2xs.PL
43971 ____________________________________________________________________________
43972 [  9876] By: jhi                                   on 2001/04/26  23:52:06
43973         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
43974              From: Peter Prymmer <pvhp@forte.com>
43975              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
43976              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
43977      Branch: perl
43978            ! t/lib/selfstubber.t
43979 ____________________________________________________________________________
43980 [  9875] By: jhi                                   on 2001/04/26  23:48:10
43981         Log: Deparse nits.
43982      Branch: perl
43983            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
43984 ____________________________________________________________________________
43985 [  9874] By: jhi                                   on 2001/04/26  22:46:05
43986         Log: Document ANYOF_CLASS.
43987      Branch: perl
43988            ! regcomp.h
43989 ____________________________________________________________________________
43990 [  9873] By: jhi                                   on 2001/04/26  22:35:03
43991         Log: Subject: Re: [PATCH @9846] dumping ANYOF
43992              From: Hugo <hv@crypt.compulink.co.uk>
43993              Date: Thu, 26 Apr 2001 23:33:38 +0100
43994              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
43995      Branch: perl
43996            ! regcomp.c regcomp.h
43997 ____________________________________________________________________________
43998 [  9872] By: jhi                                   on 2001/04/26  22:34:31
43999         Log: Subject: [PATCH] more for Devel::SelfStubber
44000              From: Nicholas Clark <nick@ccl4.org>
44001              Date: Fri, 27 Apr 2001 00:13:52 +0100
44002              Message-ID: <20010427001351.K88186@plum.flirble.org>
44003      Branch: perl
44004            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
44005 ____________________________________________________________________________
44006 [  9871] By: jhi                                   on 2001/04/26  21:59:17
44007         Log: Subject: [PATCH B::Deparse] formats must be flush left
44008              From: Robin Houston <robin@kitsite.com>
44009              Date: Thu, 26 Apr 2001 23:54:29 +0100
44010              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
44011      Branch: perl
44012            ! ext/B/B/Deparse.pm
44013 ____________________________________________________________________________
44014 [  9870] By: jhi                                   on 2001/04/26  21:57:37
44015         Log: If some of the constants are prefixes of others,
44016              the prefixes may never get recognized.  (See 20010426.006.)
44017      Branch: perl
44018            ! utils/h2xs.PL
44019 ____________________________________________________________________________
44020 [  9869] By: jhi                                   on 2001/04/26  21:50:42
44021         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
44022              From: Chris Bongaarts <cab@tc.umn.edu>
44023              Date: Thu, 26 Apr 2001 17:10:31 -0500
44024              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
44025      Branch: perl
44026            ! ext/Sys/Syslog/Syslog.xs
44027 ____________________________________________________________________________
44028 [  9868] By: jhi                                   on 2001/04/26  21:35:12
44029         Log: Further cuts and more docs from Graham Barr.
44030      Branch: perl
44031            ! ext/List/Util/lib/List/Util.pm
44032            ! ext/List/Util/lib/Scalar/Util.pm
44033 ____________________________________________________________________________
44034 [  9867] By: jhi                                   on 2001/04/26  21:18:57
44035         Log: Subject: [PATCH 5.7.1] DB_File-1.77
44036              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
44037              Date: Thu, 26 Apr 2001 22:37:53 +0100
44038              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
44039      Branch: perl
44040            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44041            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44042 ____________________________________________________________________________
44043 [  9866] By: jhi                                   on 2001/04/26  21:12:31
44044         Log: Subject: [PATCH B::Deparse] fix easy bugs
44045              From: Robin Houston <robin@kitsite.com>
44046              Date: Thu, 26 Apr 2001 23:03:33 +0100
44047              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
44048      Branch: perl
44049            ! ext/B/B/Deparse.pm
44050 ____________________________________________________________________________
44051 [  9865] By: jhi                                   on 2001/04/26  20:26:13
44052         Log: Update Changes.
44053      Branch: perl
44054            ! Changes patchlevel.h
44055 ____________________________________________________________________________
44056 [  9864] By: jhi                                   on 2001/04/26  19:27:48
44057         Log: Dethinko from Robin Houston.
44058      Branch: perl
44059            ! ext/B/B/Deparse.pm
44060 ____________________________________________________________________________
44061 [  9863] By: jhi                                   on 2001/04/26  19:10:35
44062         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
44063              From: Robin Houston <robin@kitsite.com>
44064              Date: Thu, 26 Apr 2001 21:08:32 +0100
44065              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
44066      Branch: perl
44067            ! ext/B/B/Deparse.pm
44068 ____________________________________________________________________________
44069 [  9862] By: jhi                                   on 2001/04/26  19:04:23
44070         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44071              From: Robin Houston <robin@kitsite.com>
44072              Date: Thu, 26 Apr 2001 20:52:50 +0100
44073              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
44074      Branch: perl
44075            ! ext/B/B/Deparse.pm
44076 ____________________________________________________________________________
44077 [  9861] By: jhi                                   on 2001/04/26  18:56:14
44078         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
44079              From: Mike Guy <mjtg@cam.ac.uk>
44080              Date: Thu, 26 Apr 2001 14:22:40 +0100
44081              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
44082      Branch: perl
44083            ! pod/perlobj.pod
44084 ____________________________________________________________________________
44085 [  9860] By: jhi                                   on 2001/04/26  18:46:42
44086         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44087              From: Robin Houston <robin@kitsite.com>
44088              Date: Thu, 26 Apr 2001 20:34:29 +0100
44089              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
44090              
44091              Hashes do not interpolate.
44092      Branch: perl
44093            ! ext/B/B/Deparse.pm
44094 ____________________________________________________________________________
44095 [  9859] By: jhi                                   on 2001/04/26  18:43:51
44096         Log: Subject: The Time::Piece conspiracy unmasked!!!
44097              From: Mike Guy <mjtg@cam.ac.uk>
44098              Date: Thu, 26 Apr 2001 19:02:50 +0100
44099              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
44100              
44101              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
44102              From: Mike Guy <mjtg@cam.ac.uk>
44103              Date: Thu, 26 Apr 2001 19:08:21 +0100
44104              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
44105              
44106              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
44107              From: Graham Barr <gbarr@pobox.com>
44108              Date: Thu, 26 Apr 2001 19:12:03 +0100
44109              Message-ID: <20010426191203.A70835@pobox.com>
44110              
44111              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
44112      Branch: perl
44113            ! ext/List/Util/lib/List/Util.pm
44114            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
44115 ____________________________________________________________________________
44116 [  9858] By: jhi                                   on 2001/04/26  18:17:42
44117         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
44118              From: Robin Houston <robin@kitsite.com>
44119              Date: Thu, 26 Apr 2001 16:09:35 +0100
44120              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
44121      Branch: perl
44122            ! t/comp/proto.t
44123 ____________________________________________________________________________
44124 [  9857] By: jhi                                   on 2001/04/26  18:04:59
44125         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
44126              From: barries <barries@slaysys.com>
44127              Date: Thu, 26 Apr 2001 12:01:10 -0400
44128              Message-ID: <20010426120110.E29698@jester.slaysys.com>
44129      Branch: perl
44130            ! pod/perldiag.pod
44131 ____________________________________________________________________________
44132 [  9856] By: jhi                                   on 2001/04/26  18:03:33
44133         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
44134              Date: Thu, 26 Apr 2001 17:13:41 +0100
44135              From: Robin Houston <robin@kitsite.com>
44136              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
44137              
44138              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44139              From: Robin Houston <robin@kitsite.com>
44140              Date: Thu, 26 Apr 2001 18:44:29 +0100
44141              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
44142      Branch: perl
44143            ! ext/B/B/Deparse.pm
44144 ____________________________________________________________________________
44145 [  9855] By: jhi                                   on 2001/04/26  17:56:04
44146         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
44147              From: Robin Houston <robin@kitsite.com>
44148              Date: Thu, 26 Apr 2001 17:04:08 +0100
44149              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
44150      Branch: perl
44151            ! ext/B/B/Deparse.pm
44152 ____________________________________________________________________________
44153 [  9854] By: jhi                                   on 2001/04/26  17:47:26
44154         Log: Subject: Re: Short test case for undef %stash:: crash
44155              From: Benjamin Sugars <bsugars@canoe.ca> 
44156              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
44157              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
44158              Changed and moved the perldiag entry.
44159      Branch: perl
44160            ! gv.c pod/perldiag.pod
44161 ____________________________________________________________________________
44162 [  9853] By: jhi                                   on 2001/04/26  14:35:16
44163         Log: Beginnings of strptime().  Do not touch the wet paint.
44164      Branch: perl
44165            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
44166 ____________________________________________________________________________
44167 [  9852] By: jhi                                   on 2001/04/26  13:17:21
44168         Log: Retract #9851, core dumps from pod2man.
44169      Branch: perl
44170            ! regcomp.c
44171 ____________________________________________________________________________
44172 [  9851] By: jhi                                   on 2001/04/26  11:54:41
44173         Log: (Retracted by #9852.)
44174              
44175              Subject: [PATCH @9846] dumping ANYOF
44176              From: Hugo <hv@crypt.compulink.co.uk>
44177              Date: Thu, 26 Apr 2001 05:32:38 +0100
44178              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
44179      Branch: perl
44180            ! regcomp.c
44181 ____________________________________________________________________________
44182 [  9850] By: jhi                                   on 2001/04/26  02:34:44
44183         Log: If ccflags was empty the _previous_ $* containing all the
44184              environment variables and Configure variables was used,
44185              which lead, among other bad things, into $ccflags being your
44186              uname -a output, which lead into test compile with cc failing,
44187              which lead into gcc being selected, which didn't work that well
44188              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
44189              with large files, et cetera.
44190      Branch: perl
44191            ! hints/hpux.sh
44192 ____________________________________________________________________________
44193 [  9849] By: jhi                                   on 2001/04/26  01:44:57
44194         Log: Make selfstubber test more portable.
44195      Branch: perl
44196            ! t/lib/selfstubber.t
44197 ____________________________________________________________________________
44198 [  9848] By: jhi                                   on 2001/04/26  00:50:26
44199         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
44200              From: Benjamin Sugars <ben.sugars@home.com>
44201              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
44202              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
44203      Branch: perl
44204            ! ext/Cwd/Cwd.xs
44205 ____________________________________________________________________________
44206 [  9847] By: jhi                                   on 2001/04/26  00:46:58
44207         Log: Subject: [PATCH: perl@9841] VMS updates
44208              From: Peter Prymmer <pvhp@forte.com>
44209              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
44210              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
44211      Branch: perl
44212            ! README.vms configure.com vms/descrip_mms.template
44213            ! vms/ext/filespec.t
44214 ____________________________________________________________________________
44215 [  9846] By: jhi                                   on 2001/04/26  00:11:56
44216         Log: re 'debug' was broken by #9084.
44217      Branch: perl
44218            ! ext/re/re.xs
44219 ____________________________________________________________________________
44220 [  9845] By: jhi                                   on 2001/04/25  22:33:17
44221         Log: Subject: [PATCH] test for Devel::SelfStubber
44222              From: Nicholas Clark <nick@ccl4.org>
44223              Date: Thu, 26 Apr 2001 00:00:54 +0100
44224              Message-ID: <20010426000054.D89026@plum.flirble.org>
44225      Branch: perl
44226            + t/lib/selfstubber.t
44227            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
44228 ____________________________________________________________________________
44229 [  9844] By: jhi                                   on 2001/04/25  22:29:32
44230         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
44231              From: Paul Johnson <paul@pjcj.net>
44232              Date: Thu, 26 Apr 2001 00:46:08 +0200
44233              Message-ID: <20010426004608.H2338@pjcj.net>
44234      Branch: perl
44235            ! ext/B/B/Concise.pm
44236 ____________________________________________________________________________
44237 [  9843] By: jhi                                   on 2001/04/25  22:28:28
44238         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
44239              From: Peter Prymmer <pvhp@forte.com>
44240              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
44241              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
44242      Branch: perl
44243            ! ext/Cwd/Cwd.xs
44244 ____________________________________________________________________________
44245 [  9842] By: jhi                                   on 2001/04/25  20:58:12
44246         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
44247              From: John Peacock <jpeacock@rowman.com>
44248              Date: Wed, 25 Apr 2001 17:30:26 -0400
44249              Message-ID: <3AE741F2.B3217464@rowman.com>
44250      Branch: perl
44251            ! lib/Math/BigInt.pm t/lib/bigintpm.t
44252 ____________________________________________________________________________
44253 [  9841] By: jhi                                   on 2001/04/25  20:07:05
44254         Log: Update Changes.
44255      Branch: perl
44256            ! Changes patchlevel.h
44257 ____________________________________________________________________________
44258 [  9840] By: jhi                                   on 2001/04/25  19:56:51
44259         Log: Yet another HP-UX hints version from Merijn.
44260      Branch: perl
44261            ! hints/hpux.sh
44262 ____________________________________________________________________________
44263 [  9839] By: jhi                                   on 2001/04/25  19:53:04
44264         Log: abs_path() didn't terminate the filename correctly,
44265              in DIRNAMLENless systems like HP-UX this would fail.
44266      Branch: perl
44267            ! ext/Cwd/Cwd.xs
44268 ____________________________________________________________________________
44269 [  9838] By: jhi                                   on 2001/04/25  16:37:26
44270         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
44271              From: Mike Guy <mjtg@cam.ac.uk>
44272              Date: Wed, 25 Apr 2001 18:31:47 +0100
44273              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
44274      Branch: perl
44275            ! op.c
44276 ____________________________________________________________________________
44277 [  9837] By: jhi                                   on 2001/04/25  16:21:53
44278         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
44279              From: Jon Eveland <jweveland@yahoo.com>
44280              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
44281              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
44282      Branch: perl
44283            ! lib/perl5db.pl
44284 ____________________________________________________________________________
44285 [  9836] By: jhi                                   on 2001/04/25  14:17:50
44286         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
44287              From: "Philip Newton" <pnewton@gmx.de>
44288              Date: Wed, 25 Apr 2001 17:05:58 +0200
44289              Message-ID: <3AE703F6.3234.1833C45@localhost>
44290      Branch: perl
44291            ! Porting/patching.pod
44292 ____________________________________________________________________________
44293 [  9835] By: jhi                                   on 2001/04/25  13:58:07
44294         Log: It would seem that both ar and full_ar need to be overridden
44295              for HP-UX to avoid the GNU ar.
44296      Branch: perl
44297            ! hints/hpux.sh
44298 ____________________________________________________________________________
44299 [  9834] By: jhi                                   on 2001/04/25  13:50:40
44300         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
44301              From: "Philip Newton" <pnewton@gmx.de>
44302              Date: Wed, 25 Apr 2001 16:09:23 +0200
44303              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
44304              
44305              Detypo.
44306      Branch: perl
44307            ! t/op/misc.t
44308 ____________________________________________________________________________
44309 [  9833] By: jhi                                   on 2001/04/25  12:36:11
44310         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
44311      Branch: perl
44312            ! hints/hpux.sh
44313 ____________________________________________________________________________
44314 [  9832] By: jhi                                   on 2001/04/25  12:33:36
44315         Log: New version of HP-UX hints from Merijn.
44316      Branch: perl
44317            ! hints/hpux.sh
44318 ____________________________________________________________________________
44319 [  9831] By: jhi                                   on 2001/04/25  03:39:45
44320         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
44321      Branch: perl
44322            ! hints/hpux.sh
44323 ____________________________________________________________________________
44324 [  9830] By: jhi                                   on 2001/04/25  02:53:25
44325         Log: The tzname[] bit is not needed by util.c -- and causes
44326              heartburn in VMS (and it missing was probably the cause of
44327              the Mac OS X trouble).  Ouch.
44328      Branch: perl
44329            ! ext/POSIX/POSIX.xs util.c
44330 ____________________________________________________________________________
44331 [  9829] By: jhi                                   on 2001/04/25  00:10:06
44332         Log: Metaconfig unit change for #9828.
44333      Branch: metaconfig
44334            ! U/compline/ccflags.U
44335 ____________________________________________________________________________
44336 [  9828] By: jhi                                   on 2001/04/25  00:04:18
44337         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
44338              (which is actually the reason for the change, we need to pass
44339              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
44340              EP/IX, OS/2, and TitanOS, based on the hints files.
44341      Branch: perl
44342            ! Configure config_h.SH
44343 ____________________________________________________________________________
44344 [  9827] By: jhi                                   on 2001/04/24  23:49:20
44345         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
44346              the $cat must have an absolute path.
44347      Branch: perl
44348            ! makedepend.SH
44349 ____________________________________________________________________________
44350 [  9826] By: jhi                                   on 2001/04/24  23:40:53
44351         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
44352      Branch: perl
44353            ! README.amiga
44354 ____________________________________________________________________________
44355 [  9825] By: jhi                                   on 2001/04/24  23:35:35
44356         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
44357              From: "Philip Newton" <pnewton@gmx.de>
44358              Date: Tue, 24 Apr 2001 18:52:49 +0200
44359              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
44360      Branch: perl
44361            ! x2p/find2perl.PL
44362 ____________________________________________________________________________
44363 [  9824] By: jhi                                   on 2001/04/24  23:33:07
44364         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
44365              Some gcc specifics dropped out due to extensive rewriting;
44366              will be put back later as needed.
44367      Branch: perl
44368            ! hints/hpux.sh
44369 ____________________________________________________________________________
44370 [  9823] By: jhi                                   on 2001/04/24  23:27:57
44371         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
44372      Branch: perl
44373            ! ext/POSIX/POSIX.xs
44374 ____________________________________________________________________________
44375 [  9822] By: jhi                                   on 2001/04/24  23:25:21
44376         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
44377              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44378              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
44379              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
44380      Branch: perl
44381            ! ext/XS/Typemap/Typemap.xs
44382 ____________________________________________________________________________
44383 [  9821] By: jhi                                   on 2001/04/24  23:24:10
44384         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
44385              From: "Abigail" <abigail@foad.org>
44386              Date: Tue, 24 Apr 2001 23:12:03 +0200
44387              Message-ID: <20010424211203.7901.qmail@foad.org>
44388      Branch: perl
44389            ! pod/perlport.pod
44390 ____________________________________________________________________________
44391 [  9820] By: jhi                                   on 2001/04/24  23:23:15
44392         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
44393              From: Matt Sergeant <matt@sergeant.org>
44394              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
44395              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
44396      Branch: perl
44397            ! pod/perlfaq4.pod
44398 ____________________________________________________________________________
44399 [  9819] By: nick                                  on 2001/04/24  18:49:43
44400         Log: Integrate mainline.
44401      Branch: perlio
44402           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44403           !> (integrate 37 files)
44404 ____________________________________________________________________________
44405 [  9818] By: jhi                                   on 2001/04/24  14:35:23
44406         Log: Update Changes.
44407      Branch: perl
44408            ! Changes patchlevel.h
44409 ____________________________________________________________________________
44410 [  9817] By: jhi                                   on 2001/04/24  14:09:17
44411         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
44412              From: "Philip Newton" <pnewton@gmx.de>
44413              Date: Tue, 24 Apr 2001 12:58:12 +0200
44414              Message-ID: <3AE57864.8304.B77A0A@localhost> 
44415              
44416              plus add CPAN to the list of modules that have their own tests.
44417      Branch: perl
44418            ! t/lib/1_compile.t
44419 ____________________________________________________________________________
44420 [  9816] By: jhi                                   on 2001/04/24  14:07:03
44421         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
44422              From: Michael G Schwern <schwern@pobox.com>
44423              Date: Sat, 21 Apr 2001 22:35:00 +0100
44424              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
44425      Branch: perl
44426            ! t/lib/1_compile.t
44427 ____________________________________________________________________________
44428 [  9815] By: jhi                                   on 2001/04/24  13:54:32
44429         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
44430              From: Robin Houston <robin@kitsite.com>
44431              Date: Tue, 24 Apr 2001 15:51:18 +0100
44432              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
44433      Branch: perl
44434            ! ext/B/B/Deparse.pm
44435 ____________________________________________________________________________
44436 [  9814] By: jhi                                   on 2001/04/24  13:17:34
44437         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44438              From: Bill Glicker <billg@burrelles.com>
44439              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
44440              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
44441      Branch: perl
44442            ! hints/svr5.sh
44443 ____________________________________________________________________________
44444 [  9813] By: jhi                                   on 2001/04/24  12:54:23
44445         Log: Prevent path disclosure (probing for existence of filenames)
44446              using suidperl; bug id 20010322.218.
44447      Branch: perl
44448            ! perl.c pod/perldiag.pod
44449 ____________________________________________________________________________
44450 [  9812] By: jhi                                   on 2001/04/24  12:08:36
44451         Log: Retract #9811.
44452      Branch: perl
44453            ! ext/POSIX/POSIX.xs
44454 ____________________________________________________________________________
44455 [  9811] By: jhi                                   on 2001/04/24  11:57:35
44456         Log: (Retracted by #9812.)
44457      Branch: perl
44458            ! ext/POSIX/POSIX.xs
44459 ____________________________________________________________________________
44460 [  9810] By: jhi                                   on 2001/04/24  03:32:35
44461         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
44462      Branch: perl
44463            ! util.c
44464 ____________________________________________________________________________
44465 [  9809] By: jhi                                   on 2001/04/24  03:16:13
44466         Log: The Math::BigFloat::import() was broken.
44467              (Fixes bug id 20010422.002.)
44468      Branch: perl
44469            ! lib/Math/BigFloat.pm
44470 ____________________________________________________________________________
44471 [  9808] By: jhi                                   on 2001/04/24  01:11:40
44472         Log: Additional dependencies; should help for parallel makes
44473              not to fail on missing lib/lib.pm or lib/re.pm.
44474      Branch: perl
44475            ! Makefile.SH
44476 ____________________________________________________________________________
44477 [  9807] By: jhi                                   on 2001/04/24  00:57:01
44478         Log: Update the test failure disclaimer.
44479      Branch: perl
44480            ! t/pragma/warn/pp_hot
44481 ____________________________________________________________________________
44482 [  9806] By: jhi                                   on 2001/04/24  00:54:04
44483         Log: Add make target "install-all" which is alias for "install"
44484              to cater for case-preserving filesystems like HFS+.
44485      Branch: perl
44486            ! INSTALL Makefile.SH
44487 ____________________________________________________________________________
44488 [  9805] By: jhi                                   on 2001/04/24  00:47:28
44489         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
44490              From: Peter Prymmer <pvhp@forte.com>
44491              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
44492              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
44493              
44494              (Ken William's message forwarded from macosx@perl.org)
44495      Branch: perl
44496            ! hints/darwin.sh
44497 ____________________________________________________________________________
44498 [  9804] By: jhi                                   on 2001/04/23  23:57:35
44499         Log: Cut-and-pasto.
44500      Branch: perl
44501            ! perlio.c
44502 ____________________________________________________________________________
44503 [  9803] By: jhi                                   on 2001/04/23  23:52:25
44504         Log: More PerlIO robustness.
44505      Branch: perl
44506            ! perlio.c
44507 ____________________________________________________________________________
44508 [  9802] By: jhi                                   on 2001/04/23  23:43:35
44509         Log: Make the "STD* opened only for ..." errors more consistent.
44510      Branch: perl
44511            ! doio.c
44512 ____________________________________________________________________________
44513 [  9801] By: jhi                                   on 2001/04/23  23:34:26
44514         Log: Test case for #9800.
44515      Branch: perl
44516            ! t/op/misc.t
44517 ____________________________________________________________________________
44518 [  9800] By: jhi                                   on 2001/04/23  23:14:43
44519         Log: Avoid coredump on 'close STDERR; die' by making
44520              the PerlIO calls more robust.  Also use SETERRNO()
44521              instead of errno = to be more VMS-ready.
44522      Branch: perl
44523            ! perlio.c
44524 ____________________________________________________________________________
44525 [  9799] By: jhi                                   on 2001/04/23  21:41:10
44526         Log: Subject: test for ID 20010423.002
44527              From: Robin Houston <robin@kitsite.com>
44528              Date: Mon, 23 Apr 2001 16:52:21 +0100
44529              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
44530      Branch: perl
44531            ! t/op/avhv.t
44532 ____________________________________________________________________________
44533 [  9798] By: jhi                                   on 2001/04/23  21:40:07
44534         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
44535              From: David Dyck <dcd@tc.fluke.com>
44536              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
44537              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
44538      Branch: perl
44539            ! installperl
44540 ____________________________________________________________________________
44541 [  9797] By: jhi                                   on 2001/04/23  21:37:56
44542         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
44543              From: Benjamin Sugars <bsugars@canoe.ca>
44544              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
44545              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
44546      Branch: perl
44547            ! ext/Cwd/Cwd.xs lib/Cwd.pm
44548 ____________________________________________________________________________
44549 [  9796] By: jhi                                   on 2001/04/23  21:29:24
44550         Log: Synchronize h2xs and pod2man some more on the documentation
44551              templates they propose.
44552      Branch: perl
44553            ! pod/pod2man.PL utils/h2xs.PL
44554 ____________________________________________________________________________
44555 [  9795] By: jhi                                   on 2001/04/23  17:30:40
44556         Log: Add one more naughty test for base64; make encoding logic cleaner.
44557      Branch: perl
44558            ! t/lib/mimeb64.t
44559 ____________________________________________________________________________
44560 [  9794] By: jhi                                   on 2001/04/23  13:51:32
44561         Log: Update Changes.
44562      Branch: perl
44563            ! Changes patchlevel.h
44564 ____________________________________________________________________________
44565 [  9793] By: jhi                                   on 2001/04/23  13:44:18
44566         Log: Duplicate lines.
44567      Branch: perl
44568            ! MANIFEST
44569 ____________________________________________________________________________
44570 [  9792] By: jhi                                   on 2001/04/23  13:39:13
44571         Log: Subject: Re: PATCH 5.7.1
44572              From: Mark-Jason Dominus <mjd@plover.com>
44573              Date: Mon, 23 Apr 2001 10:30:21 -0400
44574              Message-ID: <20010423143021.17335.qmail@plover.com>
44575      Branch: perl
44576            ! perl.h sv.c
44577 ____________________________________________________________________________
44578 [  9791] By: jhi                                   on 2001/04/23  13:32:40
44579         Log: Add the CPAN.pm 1.59_54 tests.
44580      Branch: perl
44581            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44582            ! MANIFEST
44583 ____________________________________________________________________________
44584 [  9790] By: jhi                                   on 2001/04/23  13:21:55
44585         Log: Subject: Deparse nit
44586              From: Robin Houston <robin@kitsite.com>
44587              Date: Mon, 23 Apr 2001 12:38:20 +0100
44588              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
44589      Branch: perl
44590            ! ext/B/B/Deparse.pm
44591 ____________________________________________________________________________
44592 [  9789] By: jhi                                   on 2001/04/23  13:19:07
44593         Log: Subject: [PATCH] bug 20010423.002
44594              From: Robin Houston <robin@kitsite.com>
44595              Date: Mon, 23 Apr 2001 13:12:30 +0100
44596              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
44597      Branch: perl
44598            ! pp.c
44599 ____________________________________________________________________________
44600 [  9788] By: jhi                                   on 2001/04/23  13:02:49
44601         Log: Subject: PATCH [5.7.1] hv.c unused #define
44602              From: Mark-Jason Dominus <mjd@plover.com>
44603              Date: Sun, 22 Apr 2001 14:17:49 -0400
44604              Message-ID: <20010422181749.26976.qmail@plover.com>
44605      Branch: perl
44606            ! hv.c
44607 ____________________________________________________________________________
44608 [  9787] By: jhi                                   on 2001/04/23  13:02:02
44609         Log: Subject: PATCH 5.7.1
44610              From: Mark-Jason Dominus <mjd@plover.com>
44611              Date: Sun, 22 Apr 2001 15:12:57 -0400
44612              Message-ID: <20010422191258.6539.qmail@plover.com>
44613              
44614              plus Sarathy's STMT_START + STMT_END suggestion.
44615      Branch: perl
44616            ! perl.h
44617 ____________________________________________________________________________
44618 [  9786] By: jhi                                   on 2001/04/23  12:53:25
44619         Log: Fix for
44620              
44621              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
44622              From: dLux <dlux@spam.sch.bme.hu>
44623              Date: Mon, 23 Apr 2001 01:25:26 +0200
44624              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
44625              
44626              (SvGROW really does return a char *.)
44627      Branch: perl
44628            ! pod/perlapi.pod sv.h
44629 ____________________________________________________________________________
44630 [  9785] By: jhi                                   on 2001/04/23  04:34:04
44631         Log: Time::Piece work continues.  $t->day removed since
44632              I think it's too confusing.  Now has normal and
44633              abbreviated length weekday names and month names,
44634              the names change with _names(), not _list().
44635              Now has strftime() in Perl, _strftime() is
44636              the libc version (to which strftime() falls back
44637              if it doesn't know the format.  To do: the reverse
44638              of strftime, strptime(), and the localisation of both.
44639      Branch: perl
44640            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
44641            ! t/lib/time-piece.t
44642 ____________________________________________________________________________
44643 [  9784] By: jhi                                   on 2001/04/23  02:41:46
44644         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
44645              From: andreas.koenig@anima.de (Andreas J. Koenig)
44646              Date: 23 Apr 2001 05:20:55 +0200
44647              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
44648      Branch: perl
44649            ! t/pragma/overload.t
44650 ____________________________________________________________________________
44651 [  9783] By: jhi                                   on 2001/04/22  23:32:42
44652         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
44653              From: Robin Houston <robin@kitsite.com>
44654              Date: Mon, 23 Apr 2001 00:38:18 +0100
44655              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
44656      Branch: perl
44657            ! ext/B/B/Deparse.pm
44658 ____________________________________________________________________________
44659 [  9782] By: jhi                                   on 2001/04/22  20:55:43
44660         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
44661              From: Simon Cozens <simon@netthink.co.uk>
44662              Date: Sun, 22 Apr 2001 18:47:25 +0100
44663              Message-ID: <20010422184725.A14411@netthink.co.uk>
44664      Branch: perl
44665            ! sv.c t/pragma/overload.t
44666 ____________________________________________________________________________
44667 [  9781] By: jhi                                   on 2001/04/22  20:52:13
44668         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
44669              From: Robin Houston <robin@kitsite.com>
44670              Date: Sun, 22 Apr 2001 22:14:50 +0100
44671              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
44672      Branch: perl
44673            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
44674 ____________________________________________________________________________
44675 [  9780] By: nick                                  on 2001/04/22  20:40:31
44676         Log: Integrate mainline.
44677      Branch: perlio
44678           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44679           +> t/lib/b-stash.t
44680           !> (integrate 38 files)
44681 ____________________________________________________________________________
44682 [  9779] By: jhi                                   on 2001/04/22  15:16:03
44683         Log: Subject: IO::Socket::INET patch
44684              From: andrew deryabin <djsf@technarchy.ru>
44685              Date: Sat, 21 Apr 2001 17:46:52 +0400
44686              Message-ID: <20010421174652.B1426@technarchy>
44687      Branch: perl
44688            ! ext/IO/lib/IO/Socket/INET.pm
44689 ____________________________________________________________________________
44690 [  9778] By: jhi                                   on 2001/04/22  15:14:33
44691         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
44692              From: Mark-Jason Dominus <mjd@plover.com>
44693              Date: Sat, 21 Apr 2001 21:27:49 -0400
44694              Message-ID: <20010422012749.27024.qmail@plover.com>
44695      Branch: perl
44696            ! regcomp.c
44697 ____________________________________________________________________________
44698 [  9777] By: jhi                                   on 2001/04/22  15:10:51
44699         Log: Subject: Re: Regex debugger patch 
44700              From: Mark-Jason Dominus <mjd@plover.com>
44701              Date: Sat, 21 Apr 2001 21:48:51 -0400
44702              Message-ID: <20010422014851.27165.qmail@plover.com>
44703      Branch: perl
44704            ! pod/perldebguts.pod
44705 ____________________________________________________________________________
44706 [  9776] By: jhi                                   on 2001/04/22  15:09:48
44707         Log: Subject: Re: Regex debugger patch
44708              From: Mark-Jason Dominus <mjd@plover.com>
44709              Date: Sat, 21 Apr 2001 14:24:39 -0400
44710              Message-ID: <20010421182439.16508.qmail@plover.com>
44711              
44712              Regex debugger backend.
44713      Branch: perl
44714            ! regcomp.c regexp.h
44715 ____________________________________________________________________________
44716 [  9775] By: jhi                                   on 2001/04/21  16:45:40
44717         Log: Subject: [PATCH] Typo in utf8.h
44718              From: Jesús Quiroga <jquiroga@pobox.com>
44719              Date: Sat, 21 Apr 2001 19:25:33 +0200
44720              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
44721      Branch: perl
44722            ! utf8.h
44723 ____________________________________________________________________________
44724 [  9774] By: jhi                                   on 2001/04/21  16:43:52
44725         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44726              From: Joe Orton <jorton@redhat.com>
44727              Date: Tue, 17 Apr 2001 15:50:43 +0100
44728              Message-Id: <20010417155043.D19132@eu.c2.net>
44729      Branch: perl
44730            ! hints/svr5.sh
44731 ____________________________________________________________________________
44732 [  9773] By: jhi                                   on 2001/04/21  15:30:15
44733         Log: Subject: Patch utils/h2xs.PL
44734              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44735              Date: Sat, 21 Apr 2001 10:32:16 -0500
44736              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
44737              
44738              Add MAILING list and LICENSE templates.
44739      Branch: perl
44740            ! utils/h2xs.PL
44741 ____________________________________________________________________________
44742 [  9772] By: jhi                                   on 2001/04/21  15:28:36
44743         Log: Subject: perlfaq2.patch for 5.7.1
44744              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44745              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
44746              Date: Fri, 20 Apr 2001 16:42:19 -0500
44747              
44748              rm an extra tab, a blurb about the xx.cpan to clarify
44749              which countries actually have that and dejanews is history
44750              as well as most of that nonsensical entry.
44751      Branch: perl
44752            ! pod/perlfaq2.pod
44753 ____________________________________________________________________________
44754 [  9771] By: jhi                                   on 2001/04/21  15:27:17
44755         Log: Subject: perlfaq1.patch for 5.7.1
44756              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44757              Date: Fri, 20 Apr 2001 16:57:36 -0500
44758              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
44759              
44760              Evil URLs must die. Especially when they are broken.
44761      Branch: perl
44762            ! pod/perlfaq1.pod
44763 ____________________________________________________________________________
44764 [  9770] By: jhi                                   on 2001/04/21  15:23:38
44765         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
44766              From: Michael G Schwern <schwern@pobox.com>
44767              Date: Sat, 21 Apr 2001 16:11:12 +0100
44768              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
44769      Branch: perl
44770            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44771            + t/lib/b-stash.t
44772            ! MANIFEST ext/B/B.pm t/lib/b.t
44773 ____________________________________________________________________________
44774 [  9769] By: jhi                                   on 2001/04/21  15:03:32
44775         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
44776              From: Michael G Schwern <schwern@pobox.com>
44777              Date: Sat, 21 Apr 2001 09:48:00 +0100
44778              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
44779      Branch: perl
44780            ! utils/h2ph.PL
44781 ____________________________________________________________________________
44782 [  9768] By: jhi                                   on 2001/04/21  14:33:49
44783         Log: PerlIO and Encode doc cleanup and tweaks.
44784      Branch: perl
44785            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
44786            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
44787 ____________________________________________________________________________
44788 [  9767] By: jhi                                   on 2001/04/21  12:40:16
44789         Log: Integrate perlio.
44790      Branch: perl
44791           !> doio.c
44792 ____________________________________________________________________________
44793 [  9766] By: nick                                  on 2001/04/20  18:28:35
44794         Log: Avoid core dump on
44795              open(STDOUT,">",\$foo);
44796      Branch: perlio
44797            ! doio.c
44798 ____________________________________________________________________________
44799 [  9765] By: jhi                                   on 2001/04/20  13:23:43
44800         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
44801              From: Robin Houston <robin@kitsite.com>
44802              Date: Fri, 20 Apr 2001 14:29:22 +0100
44803              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
44804      Branch: perl
44805            ! ext/B/B.pm ext/B/B/Deparse.pm
44806 ____________________________________________________________________________
44807 [  9764] By: jhi                                   on 2001/04/20  13:19:33
44808         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
44809              From: Peter Prymmer <pvhp@forte.com>
44810              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
44811              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
44812      Branch: perl
44813            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
44814            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
44815            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
44816            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
44817 ____________________________________________________________________________
44818 [  9763] By: jhi                                   on 2001/04/20  12:36:39
44819         Log: Subject: Re: A new PerlIO coredump
44820              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44821              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
44822              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
44823      Branch: perl
44824            ! doio.c
44825 ____________________________________________________________________________
44826 [  9762] By: jhi                                   on 2001/04/19  23:02:30
44827         Log: Update Changes.
44828      Branch: perl
44829            ! Changes patchlevel.h
44830 ____________________________________________________________________________
44831 [  9761] By: jhi                                   on 2001/04/19  22:59:19
44832         Log: More cleanup cleanup.
44833      Branch: perl
44834            ! Makefile.SH win32/Makefile win32/makefile.mk
44835 ____________________________________________________________________________
44836 [  9760] By: jhi                                   on 2001/04/19  22:50:31
44837         Log: lib/Time is non-empty, let's not rmdir it.
44838      Branch: perl
44839            ! Makefile.SH
44840 ____________________________________________________________________________
44841 [  9759] By: jhi                                   on 2001/04/19  22:36:51
44842         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
44843              From: Robin Houston <robin@kitsite.com>
44844              Date: Fri, 20 Apr 2001 00:18:53 +0100
44845              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
44846      Branch: perl
44847            ! ext/B/B/Deparse.pm
44848 ____________________________________________________________________________
44849 [  9758] By: jhi                                   on 2001/04/19  22:36:00
44850         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
44851              From: Peter Prymmer <pvhp@forte.com>
44852              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
44853              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
44854      Branch: perl
44855            ! ext/Cwd/Cwd.xs
44856 ____________________________________________________________________________
44857 [  9757] By: nick                                  on 2001/04/19  18:53:54
44858         Log: Blind (untested) integrate of mainline.
44859      Branch: perlio
44860           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44861           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
44862           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
44863           !> (integrate 53 files)
44864 ____________________________________________________________________________
44865 [  9756] By: jhi                                   on 2001/04/19  16:59:23
44866         Log: Document and test Time::Piece.
44867      Branch: perl
44868            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
44869            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
44870 ____________________________________________________________________________
44871 [  9755] By: jhi                                   on 2001/04/19  12:13:29
44872         Log: A better fix for the \x{12345678} trouble from NI-S.
44873      Branch: perl
44874            ! utf8.c
44875 ____________________________________________________________________________
44876 [  9754] By: jhi                                   on 2001/04/19  11:56:07
44877         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
44878              From: Robin Houston <robin@kitsite.com>
44879              Date: Wed, 18 Apr 2001 17:58:33 +0100
44880              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
44881      Branch: perl
44882            ! ext/B/B/Deparse.pm op.c
44883 ____________________________________________________________________________
44884 [  9753] By: jhi                                   on 2001/04/19  04:21:52
44885         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
44886              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
44887              Date: Thu, 19 Apr 2001 01:11:41 -0400
44888              Message-ID: <20010419011141.A5798@cpan.org>
44889      Branch: perl
44890            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
44891 ____________________________________________________________________________
44892 [  9752] By: jhi                                   on 2001/04/19  02:41:10
44893         Log: The new time utils need to be thread-aware, too.
44894      Branch: perl
44895            ! util.c
44896 ____________________________________________________________________________
44897 [  9751] By: jhi                                   on 2001/04/19  02:26:47
44898         Log: Compilation nit noticed by AIX compiler.
44899      Branch: perl
44900            ! perlio.c
44901 ____________________________________________________________________________
44902 [  9750] By: jhi                                   on 2001/04/19  02:20:06
44903         Log: The new time utils need to be public.
44904      Branch: perl
44905            ! embed.pl
44906 ____________________________________________________________________________
44907 [  9749] By: jhi                                   on 2001/04/19  01:42:39
44908         Log: Regen toc.
44909      Branch: perl
44910            ! pod/perltoc.pod
44911 ____________________________________________________________________________
44912 [  9748] By: jhi                                   on 2001/04/19  01:41:10
44913         Log: Add Time::Piece, a slight rewrite of Time::Object,
44914              from Matt Sergeant.
44915      Branch: perl
44916            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44917            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
44918            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
44919            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
44920            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
44921            ! win32/makefile.mk
44922 ____________________________________________________________________________
44923 [  9747] By: jhi                                   on 2001/04/19  00:55:35
44924         Log: The new metaconfig unit from strftime.
44925      Branch: metaconfig/U/perl
44926            + d_strftime.U
44927 ____________________________________________________________________________
44928 [  9746] By: jhi                                   on 2001/04/19  00:54:54
44929         Log: Move the strftime() wrapper from POSIX.xs to util.c
44930              as my_strftime(), requires HAS_STRFTIME.
44931      Branch: perl
44932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44933            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
44934            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
44935            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44936            ! vos/config.ga.h win32/config.bc win32/config.gc
44937            ! win32/config.vc
44938 ____________________________________________________________________________
44939 [  9745] By: jhi                                   on 2001/04/18  23:11:03
44940         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
44941              in preparation of Time::Piece.
44942      Branch: perl
44943            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
44944 ____________________________________________________________________________
44945 [  9744] By: jhi                                   on 2001/04/18  22:33:12
44946         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
44947              From: Peter Prymmer <pvhp@forte.com>
44948              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
44949              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
44950      Branch: perl
44951            ! t/lib/exporter.t
44952 ____________________________________________________________________________
44953 [  9743] By: jhi                                   on 2001/04/18  22:32:23
44954         Log: Subject: Fwd: pod2html leaves cache files lying around?
44955              From: Rajesh Vaidheeswarran <rv@gnu.org>
44956              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
44957              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
44958      Branch: perl
44959            ! lib/Pod/Html.pm
44960 ____________________________________________________________________________
44961 [  9742] By: jhi                                   on 2001/04/18  20:31:49
44962         Log: Update Changes.
44963      Branch: perl
44964            ! Changes patchlevel.h
44965 ____________________________________________________________________________
44966 [  9741] By: jhi                                   on 2001/04/18  20:23:02
44967         Log: Declare hints only if needed.
44968      Branch: perl
44969            ! ext/B/B/Deparse.pm
44970 ____________________________________________________________________________
44971 [  9740] By: jhi                                   on 2001/04/18  19:06:05
44972         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
44973              bug noticed by Robin Houston; basically the code of detecting
44974              value wraparound was acting differently under different compilers
44975              and platforms.  The workaround is to remove the overflow check
44976              for now, a real fix would be to do the overflow (portably) right.
44977      Branch: perl
44978            ! t/op/pat.t utf8.c
44979 ____________________________________________________________________________
44980 [  9739] By: jhi                                   on 2001/04/18  19:01:23
44981         Log: Subject: [PATCH B::Deparse] some pragma support
44982              From: Robin Houston <robin@kitsite.com>
44983              Date: Wed, 18 Apr 2001 19:32:12 +0100
44984              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
44985      Branch: perl
44986            ! ext/B/B/Deparse.pm
44987 ____________________________________________________________________________
44988 [  9738] By: jhi                                   on 2001/04/18  15:16:37
44989         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
44990              From: Benjamin Sugars <bsugars@canoe.ca>
44991              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
44992              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
44993      Branch: perl
44994            ! t/op/glob.t
44995 ____________________________________________________________________________
44996 [  9737] By: jhi                                   on 2001/04/18  13:24:50
44997         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
44998              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44999              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
45000              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
45001      Branch: perl
45002            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
45003            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
45004 ____________________________________________________________________________
45005 [  9736] By: jhi                                   on 2001/04/18  04:15:14
45006         Log: The #9735 also changes the subtest 12.
45007      Branch: perl
45008            ! t/lib/b.t
45009 ____________________________________________________________________________
45010 [  9735] By: jhi                                   on 2001/04/18  03:55:17
45011         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
45012              From: David Dyck <dcd@tc.fluke.com>
45013              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
45014              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
45015      Branch: perl
45016            ! ext/B/B/Deparse.pm
45017 ____________________________________________________________________________
45018 [  9734] By: jhi                                   on 2001/04/18  03:54:11
45019         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
45020              From: Gisle Aas <gisle@ActiveState.com>
45021              Date: 17 Apr 2001 19:06:45 -0700
45022              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
45023      Branch: perl
45024            ! pp_hot.c t/op/misc.t
45025 ____________________________________________________________________________
45026 [  9733] By: jhi                                   on 2001/04/17  22:25:22
45027         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
45028              From: "Abigail" <abigail@foad.org>
45029              Date: Wed, 18 Apr 2001 01:17:46 +0200
45030              Message-ID: <20010417231746.21657.qmail@foad.org>
45031      Branch: perl
45032            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
45033 ____________________________________________________________________________
45034 [  9732] By: jhi                                   on 2001/04/17  20:47:56
45035         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
45036              From: Robin Houston <robin@kitsite.com>
45037              Date: Tue, 17 Apr 2001 22:37:42 +0100
45038              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
45039      Branch: perl
45040            ! ext/B/B/Deparse.pm
45041 ____________________________________________________________________________
45042 [  9731] By: nick                                  on 2001/04/17  20:46:35
45043         Log: Re-sync for t/lib/b.t fix
45044      Branch: perlio
45045           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
45046 ____________________________________________________________________________
45047 [  9730] By: jhi                                   on 2001/04/17  20:45:29
45048         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
45049              From: Robin Houston <robin@kitsite.com>
45050              Date: Tue, 17 Apr 2001 22:29:36 +0100
45051              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
45052      Branch: perl
45053            ! ext/B/B.xs ext/B/B/Deparse.pm
45054 ____________________________________________________________________________
45055 [  9729] By: jhi                                   on 2001/04/17  20:43:11
45056         Log: Subject: Deparse - parenthesise args to undeclared subs
45057              From: Robin Houston <robin@kitsite.com>
45058              Date: Tue, 17 Apr 2001 21:31:05 +0100
45059              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
45060      Branch: perl
45061            ! ext/B/B/Deparse.pm
45062 ____________________________________________________________________________
45063 [  9728] By: jhi                                   on 2001/04/17  18:57:30
45064         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
45065              From: Benjamin Sugars <ben.sugars@home.com>
45066              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
45067              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
45068      Branch: perl
45069            ! t/lib/cwd.t
45070 ____________________________________________________________________________
45071 [  9727] By: jhi                                   on 2001/04/17  18:20:20
45072         Log: Subject: [PATCH B::Deparse] ambient pragmas
45073              From: Robin Houston <robin@kitsite.com>
45074              Date: Tue, 17 Apr 2001 20:01:59 +0100
45075              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
45076      Branch: perl
45077            ! ext/B/B/Deparse.pm t/lib/b.t
45078 ____________________________________________________________________________
45079 [  9726] By: nick                                  on 2001/04/17  16:33:51
45080         Log: Integrate mainline (t/lib/b.t fails test 2...)
45081      Branch: perlio
45082           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
45083           +> ext/List/Util/README ext/List/Util/Util.xs
45084           +> ext/List/Util/lib/List/Util.pm
45085           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
45086           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
45087           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45088           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45089           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45090           !> (integrate 31 files)
45091 ____________________________________________________________________________
45092 [  9725] By: jhi                                   on 2001/04/17  12:14:24
45093         Log: Subject: multiple B::* changes
45094              From: Robin Houston <robin@kitsite.com>
45095              Date: Thu, 12 Apr 2001 20:12:27 +0100
45096              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
45097      Branch: perl
45098            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
45099 ____________________________________________________________________________
45100 [  9724] By: jhi                                   on 2001/04/17  11:59:05
45101         Log: Thread-awareness from Doug MacEachern.
45102      Branch: perl
45103            ! ext/List/Util/Util.xs
45104 ____________________________________________________________________________
45105 [  9723] By: jhi                                   on 2001/04/17  11:57:41
45106         Log: Make the test more portable.
45107      Branch: perl
45108            ! t/lib/cwd.t
45109 ____________________________________________________________________________
45110 [  9722] By: jhi                                   on 2001/04/17  11:53:50
45111         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
45112              From: Benjamin Sugars <ben.sugars@home.com>
45113              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
45114              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
45115      Branch: perl
45116            ! t/lib/cwd.t
45117 ____________________________________________________________________________
45118 [  9721] By: jhi                                   on 2001/04/17  11:52:17
45119         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
45120              From: Benjamin Sugars <bsugars@canoe.ca>
45121              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
45122              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
45123      Branch: perl
45124            ! op.c
45125 ____________________________________________________________________________
45126 [  9720] By: jhi                                   on 2001/04/17  11:35:42
45127         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
45128              From: Chris Nandor <pudge@pobox.com>
45129              Date: Tue, 17 Apr 2001 00:30:49 -0400
45130              Message-Id: <p05100207b701768712de@[10.0.1.177]>
45131      Branch: perl
45132            ! ext/File/Glob/bsd_glob.c gv.c
45133 ____________________________________________________________________________
45134 [  9719] By: jhi                                   on 2001/04/17  11:32:13
45135         Log: Subject: [PATCH] Tweten->West
45136              From: Casey West <casey@geeknest.com>
45137              Date: Mon, 16 Apr 2001 12:11:22 -0400
45138              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
45139      Branch: perl
45140            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
45141            ! pod/perltie.pod
45142 ____________________________________________________________________________
45143 [  9718] By: jhi                                   on 2001/04/16  03:22:52
45144         Log: Update Changes.
45145      Branch: perl
45146            ! Changes patchlevel.h
45147 ____________________________________________________________________________
45148 [  9717] By: jhi                                   on 2001/04/16  03:06:28
45149         Log: Regen toc.
45150      Branch: perl
45151            ! pod/perltoc.pod
45152 ____________________________________________________________________________
45153 [  9716] By: jhi                                   on 2001/04/16  02:58:42
45154         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
45155              From: Prymmer/Kahn <pvhp@best.com>
45156              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
45157              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
45158      Branch: perl
45159            ! utf8.c
45160 ____________________________________________________________________________
45161 [  9715] By: jhi                                   on 2001/04/15  23:40:35
45162         Log: Subject: Re: Net::Ping patch, adds stream protocol
45163              From: bronson@rinspin.com (Scott Bronson)
45164              Date: Tue, 10 Apr 2001 23:58:33 -0700
45165              Message-ID: <20010410235833.N29719@rinspin.com>
45166      Branch: perl
45167            ! lib/Net/Ping.pm
45168 ____________________________________________________________________________
45169 [  9714] By: jhi                                   on 2001/04/15  23:31:46
45170         Log: Printing out the ok messages helps successful testing.
45171      Branch: perl
45172            ! t/lib/time-hires.t
45173 ____________________________________________________________________________
45174 [  9713] By: jhi                                   on 2001/04/15  21:43:24
45175         Log: Update Douglas Wegscheid's email.
45176      Branch: perl
45177            ! AUTHORS
45178 ____________________________________________________________________________
45179 [  9712] By: jhi                                   on 2001/04/15  21:40:41
45180         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
45181              From: Michael G Schwern <schwern@pobox.com>
45182              Date: Sat, 14 Apr 2001 22:40:50 +0100
45183              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
45184      Branch: perl
45185            + t/lib/exporter.t
45186            ! MANIFEST lib/Exporter/Heavy.pm
45187 ____________________________________________________________________________
45188 [  9711] By: jhi                                   on 2001/04/15  21:39:21
45189         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
45190              From: Michael G Schwern <schwern@pobox.com>
45191              Date: Sat, 14 Apr 2001 22:13:59 +0100
45192              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
45193      Branch: perl
45194            ! t/op/loopctl.t
45195 ____________________________________________________________________________
45196 [  9710] By: jhi                                   on 2001/04/15  21:30:19
45197         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
45198              From: Michael G Schwern <schwern@pobox.com>
45199              Date: Sat, 14 Apr 2001 22:05:32 +0100
45200              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
45201      Branch: perl
45202            ! t/pragma/warnings.t
45203 ____________________________________________________________________________
45204 [  9709] By: jhi                                   on 2001/04/15  19:34:09
45205         Log: Integrate changes #9706,9707 from maintperl into mainline.
45206              
45207              change#7210 broke .packlist generation
45208              
45209              ExtUtils::Installed doesn't quote regex metacharacters in paths
45210              before using them in match; also make it work for dosish platforms
45211      Branch: perl
45212           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
45213 ____________________________________________________________________________
45214 [  9708] By: jhi                                   on 2001/04/15  19:31:01
45215         Log: Test also the scalar aspect of getitimer().
45216      Branch: perl
45217            ! t/lib/time-hires.t
45218 ____________________________________________________________________________
45219 [  9707] By: gsar                                  on 2001/04/15  17:24:20
45220         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
45221              before using them in match; also make it work for dosish platforms
45222      Branch: maint-5.6/perl
45223            ! lib/ExtUtils/Installed.pm
45224 ____________________________________________________________________________
45225 [  9706] By: gsar                                  on 2001/04/15  17:21:59
45226         Log: change#7210 broke .packlist generation (listed only filename
45227              rather than fully qualified path name)
45228      Branch: maint-5.6/perl
45229            ! lib/ExtUtils/Install.pm
45230 ____________________________________________________________________________
45231 [  9705] By: jhi                                   on 2001/04/15  12:36:33
45232         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
45233      Branch: perl
45234            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
45235            ! t/lib/time-hires.t
45236 ____________________________________________________________________________
45237 [  9704] By: jhi                                   on 2001/04/15  10:49:08
45238         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
45239              From: Prymmer/Kahn <pvhp@best.com>
45240              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
45241              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
45242      Branch: perl
45243            ! lib/utf8.pm pod/perlebcdic.pod
45244 ____________________________________________________________________________
45245 [  9703] By: jhi                                   on 2001/04/15  02:26:26
45246         Log: I keep forgetting to sort MANIFEST.
45247      Branch: perl
45248            ! MANIFEST
45249 ____________________________________________________________________________
45250 [  9702] By: jhi                                   on 2001/04/15  02:07:47
45251         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
45252              Now we have blessed, reftype, tainted, first, reduce, ...
45253      Branch: perl
45254            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
45255            + ext/List/Util/README ext/List/Util/Util.xs
45256            + ext/List/Util/lib/List/Util.pm
45257            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
45258            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
45259            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45260            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45261            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45262            ! MANIFEST
45263 ____________________________________________________________________________
45264 [  9701] By: jhi                                   on 2001/04/14  15:05:25
45265         Log: Subject: RE: dprofpp.pl updates 
45266              From: Carl Eklof <CEklof@endeca.com>
45267              Date: Thu, 12 Apr 2001 18:45:46 -0400
45268              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
45269      Branch: perl
45270            ! utils/dprofpp.PL
45271 ____________________________________________________________________________
45272 [  9700] By: jhi                                   on 2001/04/14  14:44:55
45273         Log: Do not just blindly add CR.
45274      Branch: perl
45275            ! Porting/makerel
45276 ____________________________________________________________________________
45277 [  9699] By: jhi                                   on 2001/04/13  13:17:01
45278         Log: Update Changes.
45279      Branch: perl
45280            ! Changes patchlevel.h
45281 ____________________________________________________________________________
45282 [  9698] By: jhi                                   on 2001/04/13  12:44:48
45283         Log: Integrate perlio.
45284      Branch: perl
45285           !> ext/PerlIO/Scalar/Scalar.xs
45286 ____________________________________________________________________________
45287 [  9697] By: jhi                                   on 2001/04/13  12:29:15
45288         Log: Add more debug output to the test.
45289      Branch: perl
45290            ! t/lib/cwd.t
45291 ____________________________________________________________________________
45292 [  9696] By: nick                                  on 2001/04/13  10:14:29
45293         Log: Fix core dump on binmode($fh,'Scalar')
45294      Branch: perlio
45295            ! ext/PerlIO/Scalar/Scalar.xs
45296 ____________________________________________________________________________
45297 [  9695] By: nick                                  on 2001/04/13  09:05:42
45298         Log: Integrate mainline
45299      Branch: perlio
45300           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45301           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
45302           +> t/lib/time-hires.t
45303           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
45304           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
45305           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45306           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
45307           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
45308           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
45309           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
45310 ____________________________________________________________________________
45311 [  9694] By: jhi                                   on 2001/04/12  22:23:35
45312         Log: Integrate change #9693 from maintperl into mainline.
45313              
45314              $VERSION and Version() on the same line provokes a warning from
45315              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
45316      Branch: perl
45317           !> lib/Devel/SelfStubber.pm
45318 ____________________________________________________________________________
45319 [  9693] By: gsar                                  on 2001/04/12  21:55:56
45320         Log: $VERSION and Version() on the same line provokes a warning from
45321              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
45322      Branch: maint-5.6/perl
45323            ! lib/Devel/SelfStubber.pm
45324 ____________________________________________________________________________
45325 [  9692] By: jhi                                   on 2001/04/12  13:54:00
45326         Log: This is at least 5.005.
45327      Branch: perl
45328            ! ext/Time/HiRes/HiRes.xs
45329 ____________________________________________________________________________
45330 [  9691] By: jhi                                   on 2001/04/12  13:37:20
45331         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
45332      Branch: perl
45333            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
45334            ! win32/Makefile win32/makefile.mk
45335 ____________________________________________________________________________
45336 [  9690] By: jhi                                   on 2001/04/12  01:34:46
45337         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
45338      Branch: perl
45339            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45340            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
45341            + t/lib/time-hires.t
45342            ! MANIFEST
45343 ____________________________________________________________________________
45344 [  9689] By: jhi                                   on 2001/04/12  00:28:39
45345         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
45346              From: Gisle Aas <gisle@ActiveState.com>
45347              Date: 11 Apr 2001 16:36:11 -0700
45348              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
45349      Branch: perl
45350            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
45351 ____________________________________________________________________________
45352 [  9688] By: jhi                                   on 2001/04/12  00:27:39
45353         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
45354              From: Gisle Aas <gisle@ActiveState.com>
45355              Date: 11 Apr 2001 11:13:24 -0700
45356              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
45357      Branch: perl
45358            ! ext/MIME/Base64/Base64.xs
45359 ____________________________________________________________________________
45360 [  9687] By: jhi                                   on 2001/04/11  19:51:47
45361         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
45362      Branch: perl
45363            ! Todo-5.6
45364 ____________________________________________________________________________
45365 [  9686] By: jhi                                   on 2001/04/11  16:54:25
45366         Log: Subject: [PATCH opcode.pl] Documentation of table format
45367              From: Simon Cozens <simon@netthink.co.uk>
45368              Date: Wed, 11 Apr 2001 12:59:31 +0100
45369              Message-ID: <20010411125931.A25681@netthink.co.uk>
45370      Branch: perl
45371            ! opcode.pl
45372 ____________________________________________________________________________
45373 [  9685] By: jhi                                   on 2001/04/11  16:53:15
45374         Log: Subject: [PATCH] prototype("CORE::recv")
45375              From: Simon Cozens <simon@netthink.co.uk>
45376              Date: Wed, 11 Apr 2001 13:24:35 +0100
45377              Message-ID: <20010411132435.A26169@netthink.co.uk>
45378      Branch: perl
45379            ! pp.c t/comp/proto.t
45380 ____________________________________________________________________________
45381 [  9684] By: jhi                                   on 2001/04/11  16:47:13
45382         Log: FAQ (and AUTHORS) update from Dan Carson: the information
45383              was several years obsolete, Term::Readkey has been updated
45384              to have the functionality.
45385      Branch: perl
45386            ! AUTHORS pod/perlfaq5.pod
45387 ____________________________________________________________________________
45388 [  9683] By: jhi                                   on 2001/04/11  12:15:46
45389         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
45390              From: Calle Dybedahl <calle@lysator.liu.se>
45391              Date: 10 Apr 2001 16:44:16 +0200
45392              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
45393      Branch: perl
45394            ! ext/MIME/Base64/Base64.xs
45395 ____________________________________________________________________________
45396 [  9682] By: jhi                                   on 2001/04/11  12:12:26
45397         Log: A more minimal fix for 20010410.006 from Hugo.
45398      Branch: perl
45399            ! regexec.c
45400 ____________________________________________________________________________
45401 [  9681] By: jhi                                   on 2001/04/11  11:34:23
45402         Log: Integrate changes #9678,9679 from maintline into mainperl.
45403              
45404              addendum to change#9676
45405              
45406              up $File::Glob::VERSION; add a note pointing out the version of
45407              the OpenBSD glob bsd_glob.c resembles
45408      Branch: perl
45409           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45410           !> ext/File/Glob/bsd_glob.h
45411 ____________________________________________________________________________
45412 [  9680] By: jhi                                   on 2001/04/11  11:30:38
45413         Log: Bad test numbering in integrate in #9677.
45414              Fixes ID 20010411.001.
45415      Branch: perl
45416            ! t/op/pat.t
45417 ____________________________________________________________________________
45418 [  9679] By: gsar                                  on 2001/04/11  03:38:40
45419         Log: up $File::Glob::VERSION; add a note pointing out the version of
45420              the OpenBSD glob bsd_glob.c resembles
45421      Branch: maint-5.6/perl
45422            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45423            ! ext/File/Glob/bsd_glob.h
45424 ____________________________________________________________________________
45425 [  9678] By: gsar                                  on 2001/04/11  03:09:48
45426         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
45427              revision 1.8.10.1 found here:
45428              
45429              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
45430      Branch: maint-5.6/perl
45431            ! ext/File/Glob/bsd_glob.c
45432 ____________________________________________________________________________
45433 [  9677] By: jhi                                   on 2001/04/11  02:54:39
45434         Log: Integrate changes #9675,9676 from maintperl into mainline.
45435              
45436              fix for bug 20010410.006, undo change#7115
45437              
45438              port the OpenBSD glob() security patch
45439      Branch: perl
45440           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45441           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
45442           !> t/op/pat.t
45443 ____________________________________________________________________________
45444 [  9676] By: gsar                                  on 2001/04/11  02:19:02
45445         Log: port the glob() security patch found at:
45446              
45447              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
45448              
45449              CERT advisory for the issue is here:
45450              
45451              http://www.cert.org/advisories/CA-2001-07.html
45452              
45453              Note that the security scare is only relevant for those who are
45454              foolish enough to build suidperl (which is now officially discouraged)
45455      Branch: maint-5.6/perl
45456            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45457            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
45458 ____________________________________________________________________________
45459 [  9675] By: gsar                                  on 2001/04/10  23:52:11
45460         Log: fix for bug 20010410.006
45461              
45462              undo change#7115 (came into maint-5.6 as change#8156)
45463              
45464              add tests to keep it from coming back
45465      Branch: maint-5.6/perl
45466            ! regexec.c t/op/pat.t
45467 ____________________________________________________________________________
45468 [  9674] By: nick                                  on 2001/04/10  20:39:31
45469         Log: Integrate mainline
45470      Branch: perlio
45471           +> Porting/testall.atom
45472           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
45473           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
45474           !> t/lib/lc-uk.t t/pod/find.t
45475 ____________________________________________________________________________
45476 [  9673] By: nick                                  on 2001/04/10  18:46:14
45477         Log: Integrate against change 9670 aka perl-5.7.1
45478      Branch: perlio
45479           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45480           !> (integrate 53 files)
45481 ____________________________________________________________________________
45482 [  9672] By: jhi                                   on 2001/04/10  13:45:01
45483         Log: Add a script for doing cumulative profile of the test suite.
45484              (Requires ATOM, that is, Tru64.)
45485      Branch: perl
45486            + Porting/testall.atom
45487            ! MANIFEST
45488 ____________________________________________________________________________
45489 [  9671] By: jhi                                   on 2001/04/10  12:38:53
45490         Log: Missing std block.
45491      Branch: perl
45492            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
45493            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
45494            ! t/pod/find.t
45495 ____________________________________________________________________________
45496 [  9670] By: jhi                                   on 2001/04/10  01:25:58
45497         Log: This is 5.7.1.
45498      Branch: perl
45499            ! patchlevel.h
45500 ____________________________________________________________________________
45501 [  9669] By: jhi                                   on 2001/04/10  01:09:14
45502         Log: Update Changes.
45503      Branch: perl
45504            ! Changes patchlevel.h
45505 ____________________________________________________________________________
45506 [  9668] By: jhi                                   on 2001/04/10  01:00:38
45507         Log: Regen toc.
45508      Branch: perl
45509            ! pod/perltoc.pod
45510 ____________________________________________________________________________
45511 [  9667] By: jhi                                   on 2001/04/10  00:52:16
45512         Log: Update perlhist.
45513      Branch: perl
45514            ! pod/perlhist.pod
45515 ____________________________________________________________________________
45516 [  9666] By: jhi                                   on 2001/04/09  23:38:59
45517         Log: Slight wording tweaks from Damian to #9658.
45518      Branch: perl
45519            ! pod/perlobj.pod
45520 ____________________________________________________________________________
45521 [  9665] By: jhi                                   on 2001/04/09  19:56:06
45522         Log: Subject: [PATCH perlutil.pod] Nit
45523              From: Simon Cozens <simon@netthink.co.uk>
45524              Date: Mon, 9 Apr 2001 20:29:44 +0100
45525              Message-ID: <20010409202944.A14796@the.earth.li>
45526      Branch: perl
45527            ! pod/perlutil.pod
45528 ____________________________________________________________________________
45529 [  9664] By: jhi                                   on 2001/04/09  19:54:42
45530         Log: Subject: Re: perl571delta.pod@9631
45531              From: Mike Guy <mjtg@cam.ac.uk>
45532              Date: Mon, 09 Apr 2001 18:09:14 +0100
45533              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
45534      Branch: perl
45535            ! pod/perl571delta.pod
45536 ____________________________________________________________________________
45537 [  9663] By: jhi                                   on 2001/04/09  13:43:35
45538         Log: Update Changes.
45539      Branch: perl
45540            ! Changes patchlevel.h
45541 ____________________________________________________________________________
45542 [  9662] By: jhi                                   on 2001/04/09  13:24:46
45543         Log: tweak tweak.
45544      Branch: perl
45545            ! AUTHORS pod/perl571delta.pod
45546 ____________________________________________________________________________
45547 [  9661] By: jhi                                   on 2001/04/09  13:15:13
45548         Log: Thinko in manual patch applying.
45549      Branch: perl
45550            ! sv.c
45551 ____________________________________________________________________________
45552 [  9660] By: jhi                                   on 2001/04/09  13:07:53
45553         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
45554              From: Robin Barker <rmb1@cise.npl.co.uk> 
45555              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
45556              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
45557              
45558              (This corrects the case where the "isn't numeric" string contains \0s
45559              and is longer than the temporary buffer, and contains \0 at the point
45560              the string would be truncated by "...".) 
45561      Branch: perl
45562            ! sv.c
45563 ____________________________________________________________________________
45564 [  9659] By: jhi                                   on 2001/04/09  12:57:41
45565         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
45566      Branch: perl
45567            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
45568            ! t/lib/cgi-function.t t/lib/cgi-html.t
45569 ____________________________________________________________________________
45570 [  9658] By: jhi                                   on 2001/04/09  12:48:47
45571         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
45572              From: Ilmari Karonen <iltzu@sci.fi>
45573              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
45574              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
45575              
45576              Rearrange and rewrite the Method Invocation section
45577              to explain the concepts in nicer order.
45578      Branch: perl
45579            ! pod/perlobj.pod
45580 ____________________________________________________________________________
45581 [  9657] By: jhi                                   on 2001/04/09  12:35:58
45582         Log: Upgrade to podlators 1.09, from Russ Allbery.
45583      Branch: perl
45584            ! lib/Pod/Man.pm lib/Pod/Text.pm
45585 ____________________________________________________________________________
45586 [  9656] By: jhi                                   on 2001/04/09  12:31:53
45587         Log: perl571delta.
45588      Branch: perl
45589            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
45590 ____________________________________________________________________________
45591 [  9655] By: jhi                                   on 2001/04/09  12:20:09
45592         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
45593              From: Prymmer/Kahn <pvhp@best.com>
45594              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
45595              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
45596      Branch: perl
45597            ! lib/utf8.pm pod/perlunicode.pod
45598 ____________________________________________________________________________
45599 [  9654] By: gsar                                  on 2001/04/09  03:38:33
45600         Log: here lies 5.6.1
45601      Branch: maint-5.6/perl
45602            ! Changes
45603 ____________________________________________________________________________
45604 [  9653] By: jhi                                   on 2001/04/09  03:25:24
45605         Log: Update perlhist.
45606      Branch: perl
45607            ! pod/perlhist.pod
45608 ____________________________________________________________________________
45609 [  9652] By: jhi                                   on 2001/04/09  03:18:49
45610         Log: perl571delta tweaking continues.
45611      Branch: perl
45612            ! pod/perl571delta.pod
45613 ____________________________________________________________________________
45614 [  9651] By: gsar                                  on 2001/04/09  03:11:19
45615         Log: update Changes, patchlevel.h &c.
45616      Branch: maint-5.6/perl
45617            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
45618            ! pod/perltoc.pod
45619 ____________________________________________________________________________
45620 [  9650] By: jhi                                   on 2001/04/09  02:40:24
45621         Log: Integrate the perlfork half of #9513 from maintperl into mainline
45622              (the perlunicode half is obsolete)
45623      Branch: perl
45624            ! pod/perlfork.pod
45625 ____________________________________________________________________________
45626 [  9649] By: gsar                                  on 2001/04/09  02:35:43
45627         Log: tweak perldelta as suggested by Jarkko
45628      Branch: maint-5.6/perl
45629            ! pod/perldelta.pod
45630 ____________________________________________________________________________
45631 [  9648] By: jhi                                   on 2001/04/09  02:13:04
45632         Log: Integrate change #9646 from maintperl into mainline.
45633              
45634              add note about ithreads and Thread.pm
45635      Branch: perl
45636           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
45637 ____________________________________________________________________________
45638 [  9647] By: jhi                                   on 2001/04/09  02:10:18
45639         Log: Bad assumption that shortsize == 2.
45640      Branch: perl
45641            ! t/lib/xs-typemap.t
45642 ____________________________________________________________________________
45643 [  9646] By: gsar                                  on 2001/04/09  00:48:04
45644         Log: add note about ithreads and Thread.pm (too many people are
45645              confused by the fact that Thread.pm is built and installed
45646              under non-5005threads but doesn't work)
45647      Branch: maint-5.6/perl
45648            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
45649 ____________________________________________________________________________
45650 [  9645] By: gsar                                  on 2001/04/09  00:19:03
45651         Log: update perldelta.pod for changes in 5.6.1
45652      Branch: maint-5.6/perl
45653            ! Changes pod/perldelta.pod
45654 ____________________________________________________________________________
45655 [  9644] By: jhi                                   on 2001/04/08  20:37:00
45656         Log: Integrate change #9639 from maintperl into mainline:
45657              on windows, many of the README.* pods were being copied to
45658              the wrong location
45659      Branch: perl
45660           !> win32/Makefile win32/makefile.mk
45661 ____________________________________________________________________________
45662 [  9643] By: jhi                                   on 2001/04/08  20:07:11
45663         Log: Integrate change #9624 from maintperl into mainline:
45664              the pod tests were not okay.  (t/pod/find.t changes ignored)
45665      Branch: perl
45666           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45667           !> t/pod/include.t t/pod/included.t t/pod/lref.t
45668           !> t/pod/multiline_items.t t/pod/nested_items.t
45669           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45670           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
45671 ____________________________________________________________________________
45672 [  9642] By: jhi                                   on 2001/04/08  19:57:17
45673         Log: Integrate change #9638 from maintperl into mainline:
45674              update to latest JPL from the anoncvs repository
45675      Branch: perl
45676           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45677           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45678           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45679 ____________________________________________________________________________
45680 [  9641] By: jhi                                   on 2001/04/08  19:53:30
45681         Log: perl571delta updates.
45682      Branch: perl
45683            ! lib/Filter/Simple.pm pod/perl571delta.pod
45684 ____________________________________________________________________________
45685 [  9640] By: gsar                                  on 2001/04/08  19:20:46
45686         Log: integrate change#9634 from mainline
45687              
45688              Fix the perlmodlib generation (didn't understand separate .pod
45689              files; didn't understand -- as the name-thing separator).
45690              Update the CPAN mirrors list.
45691      Branch: maint-5.6/perl
45692            ! pod/perlmodlib.pod
45693           !> pod/perlmodlib.PL
45694 ____________________________________________________________________________
45695 [  9639] By: gsar                                  on 2001/04/08  18:57:31
45696         Log: on windows, many of the README.* pods were being copied to the wrong
45697              location
45698      Branch: maint-5.6/perl
45699            ! win32/Makefile win32/makefile.mk
45700 ____________________________________________________________________________
45701 [  9638] By: gsar                                  on 2001/04/08  18:38:25
45702         Log: update to latest JPL from the anoncvs repository
45703      Branch: maint-5.6/perl
45704            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45705            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45706            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45707 ____________________________________________________________________________
45708 [  9637] By: jhi                                   on 2001/04/08  17:53:53
45709         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
45710      Branch: perl
45711            ! pod/perl571delta.pod
45712 ____________________________________________________________________________
45713 [  9636] By: jhi                                   on 2001/04/08  17:18:32
45714         Log: Regen toc.
45715      Branch: perl
45716            ! pod/perltoc.pod
45717 ____________________________________________________________________________
45718 [  9635] By: jhi                                   on 2001/04/08  17:16:33
45719         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
45720              From: "Craig A. Berry" <craigberry@mac.com>
45721              Date: Sun, 08 Apr 2001 12:30:16 -0500
45722              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
45723      Branch: perl
45724            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
45725 ____________________________________________________________________________
45726 [  9634] By: jhi                                   on 2001/04/08  17:09:19
45727         Log: Fix the perlmodlib generation (didn't understand separate .pod
45728              files; didn't understand -- as the name-thing separator).
45729              
45730              Update the CPAN mirrors list.
45731      Branch: perl
45732            ! pod/perlmodlib.PL pod/perlmodlib.pod
45733 ____________________________________________________________________________
45734 [  9633] By: jhi                                   on 2001/04/08  16:49:17
45735         Log: Sort MANIFEST.
45736      Branch: perl
45737            ! MANIFEST
45738 ____________________________________________________________________________
45739 [  9632] By: gsar                                  on 2001/04/08  16:36:06
45740         Log: add $Tie::RefHash::VERSION
45741      Branch: maint-5.6/perl
45742            ! lib/Tie/RefHash.pm
45743 ____________________________________________________________________________
45744 [  9631] By: jhi                                   on 2001/04/08  16:10:15
45745         Log: perl571delta updates based on p5p feedback; still needs
45746              lots of examples.
45747      Branch: perl
45748            ! pod/perl571delta.pod
45749 ____________________________________________________________________________
45750 [  9630] By: jhi                                   on 2001/04/08  15:59:13
45751         Log: Update the list of supported platforms to talk about 5.7.1
45752              (and 5.6.1)
45753      Branch: perl
45754            ! pod/perlport.pod
45755 ____________________________________________________________________________
45756 [  9629] By: jhi                                   on 2001/04/08  15:55:41
45757         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
45758              from maintperl into mainline: perlport updates.
45759      Branch: perl
45760            ! pod/perlport.pod
45761 ____________________________________________________________________________
45762 [  9628] By: jhi                                   on 2001/04/08  15:53:17
45763         Log: perlsolaris.pod copied to wrong directory.
45764      Branch: perl
45765            ! win32/makefile.mk
45766 ____________________________________________________________________________
45767 [  9627] By: jhi                                   on 2001/04/08  14:48:18
45768         Log: Subject: Typos in perl571delta.pod
45769              From: "Stephen P. Potter" <spp@spotter.yi.org>
45770              Date: Sat, 07 Apr 2001 20:37:05 -0400
45771              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
45772      Branch: perl
45773            ! pod/perl571delta.pod
45774 ____________________________________________________________________________
45775 [  9626] By: jhi                                   on 2001/04/08  14:39:04
45776         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
45777      Branch: perl
45778            ! gv.c
45779 ____________________________________________________________________________
45780 [  9625] By: nick                                  on 2001/04/08  10:14:23
45781         Log: Integrate mainline
45782      Branch: perlio
45783           +> pod/perl570delta.pod pod/perl571delta.pod
45784           !> (integrate 27 files)
45785 ____________________________________________________________________________
45786 [  9624] By: gsar                                  on 2001/04/08  06:08:17
45787         Log: test in t/pod/* were busted
45788              
45789              these tests are still not enabled in t/{harness,TEST}
45790      Branch: maint-5.6/perl
45791            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
45792            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
45793            ! t/pod/multiline_items.t t/pod/nested_items.t
45794            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45795            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
45796 ____________________________________________________________________________
45797 [  9623] By: gsar                                  on 2001/04/08  03:37:01
45798         Log: integrate change#9470 from mainline
45799              
45800              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
45801      Branch: maint-5.6/perl
45802           !> ext/Socket/Socket.xs
45803 ____________________________________________________________________________
45804 [  9622] By: jhi                                   on 2001/04/07  22:40:47
45805         Log: Update Changes.
45806      Branch: perl
45807            ! Changes patchlevel.h
45808 ____________________________________________________________________________
45809 [  9621] By: jhi                                   on 2001/04/07  22:34:16
45810         Log: Update AUTHORS.
45811      Branch: perl
45812            ! AUTHORS
45813 ____________________________________________________________________________
45814 [  9620] By: jhi                                   on 2001/04/07  22:12:47
45815         Log: Forgot to bump the number of tests in #9164.
45816      Branch: perl
45817            ! t/op/array.t
45818 ____________________________________________________________________________
45819 [  9619] By: jhi                                   on 2001/04/07  22:09:50
45820         Log: Bump patchlevel to 5.7.1.
45821      Branch: perl
45822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45823            ! config_h.SH patchlevel.h
45824 ____________________________________________________________________________
45825 [  9618] By: jhi                                   on 2001/04/07  22:02:41
45826         Log: Populate perl571delta.
45827      Branch: perl
45828            ! pod/perl571delta.pod
45829 ____________________________________________________________________________
45830 [  9617] By: jhi                                   on 2001/04/07  22:01:23
45831         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
45832              to forget it later; do not change patchlevel.h yet or regenerate
45833              Configure yet.
45834      Branch: perl
45835            ! epoc/config.sh win32/Makefile win32/config_H.bc
45836            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
45837 ____________________________________________________________________________
45838 [  9616] By: jhi                                   on 2001/04/07  17:46:33
45839         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
45840      Branch: perl
45841            ! pod/perl571delta.pod
45842 ____________________________________________________________________________
45843 [  9615] By: jhi                                   on 2001/04/07  17:33:21
45844         Log: Change the toc configuration.
45845      Branch: perl
45846            ! pod/buildtoc.PL pod/perl.pod
45847 ____________________________________________________________________________
45848 [  9614] By: jhi                                   on 2001/04/07  17:29:47
45849         Log: Subject: PATCH: $[
45850              From: Robin Houston <robin@kitsite.com>
45851              Date: Fri, 6 Apr 2001 18:10:14 +0100
45852              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
45853      Branch: perl
45854            ! op.c t/op/array.t
45855 ____________________________________________________________________________
45856 [  9613] By: jhi                                   on 2001/04/07  17:28:26
45857         Log: Subject: [PATCH perl@9424] isn't numeric warning
45858              From: Robin Barker <rmb1@cise.npl.co.uk>
45859              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
45860              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
45861      Branch: perl
45862            ! sv.c t/pragma/warn/sv
45863 ____________________________________________________________________________
45864 [  9612] By: jhi                                   on 2001/04/07  17:26:45
45865         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
45866              From: Mike Guy <mjtg@cam.ac.uk>
45867              Date: Fri, 06 Apr 2001 12:47:06 +0100
45868              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
45869      Branch: perl
45870            ! dump.c t/lib/peek.t
45871 ____________________________________________________________________________
45872 [  9611] By: jhi                                   on 2001/04/07  17:21:35
45873         Log: Create perl571delta and seed it off with the perldelta changes
45874              since 5.7.0; remove those changes from perldelta and rename it
45875              as perl570delta; recreate perldelta but leave it almost empty.
45876      Branch: perl
45877            + pod/perl570delta.pod pod/perl571delta.pod
45878            ! MANIFEST pod/perldelta.pod
45879 ____________________________________________________________________________
45880 [  9610] By: jhi                                   on 2001/04/07  16:56:32
45881         Log: Denit.
45882      Branch: perl
45883            ! pod/perldelta.pod
45884 ____________________________________________________________________________
45885 [  9609] By: jhi                                   on 2001/04/07  16:38:32
45886         Log: Retract #9523: needs more thought.
45887      Branch: perl
45888            ! Makefile.SH
45889 ____________________________________________________________________________
45890 [  9608] By: jhi                                   on 2001/04/07  14:59:20
45891         Log: atmark() code cleanaup.
45892      Branch: perl
45893            ! ext/IO/IO.xs
45894 ____________________________________________________________________________
45895 [  9607] By: jhi                                   on 2001/04/07  14:48:14
45896         Log: Integrate change #9605 from maintperl into mainline.
45897              
45898              can't optimize away scope entry if tr/// is present
45899      Branch: perl
45900           !> op.c t/op/tr.t
45901 ____________________________________________________________________________
45902 [  9606] By: jhi                                   on 2001/04/07  14:43:59
45903         Log: Integrate perlio.
45904      Branch: perl
45905           +> win32/FindExt.pm
45906           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
45907           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
45908 ____________________________________________________________________________
45909 [  9605] By: gsar                                  on 2001/04/07  11:52:40
45910         Log: can't optimize away scope entry if tr/// is present
45911      Branch: maint-5.6/perl
45912            ! op.c t/op/tr.t
45913 ____________________________________________________________________________
45914 [  9604] By: nick                                  on 2001/04/07  11:39:45
45915         Log: Split out extension finding code from buildext.pl into FindExt.pm
45916              Use it to get Config.pm's idea of available extensions in line
45917              with what is built.
45918      Branch: perlio
45919            + win32/FindExt.pm
45920            ! MANIFEST win32/buildext.pl win32/config_sh.PL
45921            ! win32/makefile.mk
45922 ____________________________________________________________________________
45923 [  9603] By: nick                                  on 2001/04/07  09:11:38
45924         Log: Cleanup correction for failed :Via() layer, also set an error code.
45925      Branch: perlio
45926            ! ext/PerlIO/Via/Via.xs
45927 ____________________________________________________________________________
45928 [  9602] By: nick                                  on 2001/04/07  08:38:04
45929         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
45930              style. So don't use binmode() on the handles so that Win32 etc. see
45931              same sequence and produce same digests.
45932      Branch: perlio
45933            ! t/lib/md5-file.t
45934 ____________________________________________________________________________
45935 [  9601] By: nick                                  on 2001/04/07  08:36:26
45936         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
45937              Else it complains and so crlf layer (say) does not get pushed.
45938      Branch: perlio
45939            ! perlio.c
45940 ____________________________________________________________________________
45941 [  9600] By: jhi                                   on 2001/04/06  23:00:09
45942         Log: Integrate change #9599 from perlio into mainline.
45943      Branch: perl
45944           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
45945           !> win32/config_H.vc
45946 ____________________________________________________________________________
45947 [  9599] By: nick                                  on 2001/04/06  21:42:43
45948         Log: Quote $VERSION in Encode.pm.
45949              regen_config_h as requested.
45950      Branch: perlio
45951            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
45952            ! win32/config_H.vc
45953 ____________________________________________________________________________
45954 [  9598] By: nick                                  on 2001/04/06  20:34:59
45955         Log: Integrate mainline
45956      Branch: perlio
45957           +> README.macos
45958           !> (integrate 39 files)
45959 ____________________________________________________________________________
45960 [  9597] By: gsar                                  on 2001/04/06  18:06:35
45961         Log: integrate change#9464 from mainline (addendum to change#8313)
45962              
45963              Subject: [PATCH @9452] Better peep()ing for foreach() loops
45964      Branch: maint-5.6/perl
45965           !> op.c
45966 ____________________________________________________________________________
45967 [  9596] By: jhi                                   on 2001/04/06  17:26:03
45968         Log: The d_casti32=undef is good for you even when not use64bitall.
45969      Branch: perl
45970            ! hints/hpux.sh
45971 ____________________________________________________________________________
45972 [  9595] By: gsar                                  on 2001/04/06  14:57:17
45973         Log: add a low-impact fix to accommodate darwin-ism
45974      Branch: maint-5.6/perl
45975            ! ext/Errno/Errno_pm.PL
45976 ____________________________________________________________________________
45977 [  9594] By: jhi                                   on 2001/04/06  14:55:14
45978         Log: Integrate changes #9528,9593 from mainline into maintperl;
45979              tweaking the editor/IDE/shell list.
45980      Branch: maint-5.6/perl
45981           !> pod/perlfaq3.pod
45982 ____________________________________________________________________________
45983 [  9593] By: jhi                                   on 2001/04/06  14:51:39
45984         Log: Make the editor/IDE/shell list a little bit airier.
45985      Branch: perl
45986            ! pod/perlfaq3.pod
45987 ____________________________________________________________________________
45988 [  9592] By: gsar                                  on 2001/04/06  14:45:18
45989         Log: integrate change#9477 from mainline (base.pm doc tweak)
45990              
45991              missing doc entry for fmod()
45992      Branch: maint-5.6/perl
45993            ! lib/Math/BigFloat.pm
45994           !> lib/base.pm
45995 ____________________________________________________________________________
45996 [  9591] By: jhi                                   on 2001/04/06  13:55:48
45997         Log: Regen toc.
45998      Branch: perl
45999            ! pod/perltoc.pod
46000 ____________________________________________________________________________
46001 [  9590] By: jhi                                   on 2001/04/06  13:54:52
46002         Log: Math::BigFloat patches from John Peacock.  The equivalent
46003              of #9586 from maintperl but reworked by John to work with
46004              the bleadperl.
46005      Branch: perl
46006            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
46007 ____________________________________________________________________________
46008 [  9589] By: jhi                                   on 2001/04/06  13:42:23
46009         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
46010      Branch: perl
46011            ! ext/Digest/MD5/Makefile.PL
46012 ____________________________________________________________________________
46013 [  9588] By: jhi                                   on 2001/04/06  13:31:45
46014         Log: Integrate changes #9584,9587 from maintperl into mainline.
46015              
46016              keep eval"" CVs alive until the end of the statement in which
46017              they're called
46018              
46019              add README.macos (from Chris Nandor)
46020              
46021              tyop in change#9555
46022      Branch: perl
46023           +> README.macos
46024           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
46025           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
46026           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
46027           !> win32/makefile.mk
46028 ____________________________________________________________________________
46029 [  9587] By: gsar                                  on 2001/04/06  07:31:30
46030         Log: add README.macos (from Chris Nandor)
46031              
46032              tyop in change#9555
46033      Branch: maint-5.6/perl
46034            + README.macos
46035            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
46036            ! win32/Makefile win32/makefile.mk
46037 ____________________________________________________________________________
46038 [  9586] By: gsar                                  on 2001/04/06  07:08:54
46039         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
46040      Branch: maint-5.6/perl
46041            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
46042 ____________________________________________________________________________
46043 [  9585] By: gsar                                  on 2001/04/06  06:58:44
46044         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
46045              from mainline
46046              
46047              Subject: [PATCH] Base64 update to perlfaq9.pod
46048              
46049              Subject: [PATCH AUTHORS] Housekeeping
46050              
46051              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
46052              Mac OS X (Darwin) has extra pwent fields.
46053              
46054              Subject: [PATCH B::*] print control-character vars readably
46055              Needs EBCDICification.
46056              
46057              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
46058              
46059              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
46060              
46061              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
46062              
46063              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
46064              
46065              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
46066              
46067              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
46068              
46069              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
46070              
46071              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
46072              
46073              FreeBSD hints tweak from Anton Berezin.
46074              
46075              Subject: [PATCH foolperl & bleadperl] README.vms update
46076              
46077              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
46078      Branch: maint-5.6/perl
46079           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
46080           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
46081           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
46082 ____________________________________________________________________________
46083 [  9584] By: gsar                                  on 2001/04/06  04:09:00
46084         Log: keep eval"" CVs alive until the end of the statement in which
46085              they're called; this avoids a coredump ensuing from search for
46086              lexicals in code such as:
46087              
46088              sub bug {
46089              my $s = @_;
46090              eval q[sub { eval 'sub { &$s }' }];
46091              }
46092              bug("x")->()->();
46093              
46094              this code still doesn't work as intended (as it has remained
46095              since time immemorial), but it doesn't provoke a coredump anymore
46096      Branch: maint-5.6/perl
46097            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46098            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
46099 ____________________________________________________________________________
46100 [  9583] By: jhi                                   on 2001/04/05  23:52:51
46101         Log: Update Changes.
46102      Branch: perl
46103            ! Changes patchlevel.h
46104 ____________________________________________________________________________
46105 [  9582] By: jhi                                   on 2001/04/05  23:11:23
46106         Log: Slight doc tweak.
46107      Branch: perl
46108            ! pod/perlunicode.pod
46109 ____________________________________________________________________________
46110 [  9581] By: jhi                                   on 2001/04/05  23:04:11
46111         Log: Integrate perlio.
46112      Branch: perl
46113           !> pod/perlunicode.pod
46114 ____________________________________________________________________________
46115 [  9580] By: jhi                                   on 2001/04/05  23:03:29
46116         Log: Test for #9579.
46117      Branch: perl
46118            ! t/op/do.t
46119 ____________________________________________________________________________
46120 [  9579] By: jhi                                   on 2001/04/05  22:54:17
46121         Log: Subject: [PATCH] Propagate calling context for do '...'
46122              From: Gisle Aas <gisle@ActiveState.com>
46123              Date: 04 Apr 2001 20:17:29 -0700
46124              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
46125      Branch: perl
46126            ! pod/perlfunc.pod pp_ctl.c
46127 ____________________________________________________________________________
46128 [  9578] By: jhi                                   on 2001/04/05  22:52:51
46129         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
46130              From: Peter Prymmer <pvhp@forte.com>
46131              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
46132              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
46133      Branch: perl
46134            ! README.vms
46135 ____________________________________________________________________________
46136 [  9577] By: jhi                                   on 2001/04/05  22:48:22
46137         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
46138              From: "Craig A. Berry" <craigberry@mac.com>
46139              Date: Thu, 5 Apr 2001 13:43:28 -0500
46140              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
46141      Branch: perl
46142            ! README.vms
46143 ____________________________________________________________________________
46144 [  9576] By: jhi                                   on 2001/04/05  22:31:38
46145         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
46146              From: Michael G Schwern <schwern@pobox.com>
46147              Date: Thu, 5 Apr 2001 21:53:21 +0100
46148              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
46149      Branch: perl
46150            ! lib/base.pm t/lib/fields.t
46151 ____________________________________________________________________________
46152 [  9575] By: jhi                                   on 2001/04/05  22:26:10
46153         Log: FreeBSD hints tweak from Anton Berezin.
46154      Branch: perl
46155            ! hints/freebsd.sh
46156 ____________________________________________________________________________
46157 [  9574] By: jhi                                   on 2001/04/05  22:24:03
46158         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
46159              From: David Dyck <dcd@tc.fluke.com>
46160              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
46161              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
46162      Branch: perl
46163            ! t/op/oct.t
46164 ____________________________________________________________________________
46165 [  9573] By: jhi                                   on 2001/04/05  22:23:06
46166         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
46167              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
46168              From: David Dyck <dcd@tc.fluke.com>
46169              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
46170      Branch: perl
46171            ! pp.c
46172 ____________________________________________________________________________
46173 [  9572] By: jhi                                   on 2001/04/05  22:14:47
46174         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
46175              From: Robin Houston <robin@kitsite.com>
46176              Date: Thu, 5 Apr 2001 20:56:48 +0100
46177              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
46178      Branch: perl
46179            ! ext/B/B/Deparse.pm
46180 ____________________________________________________________________________
46181 [  9571] By: jhi                                   on 2001/04/05  22:12:53
46182         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
46183              From: Robin Houston <robin@kitsite.com>
46184              Date: Thu, 5 Apr 2001 19:55:51 +0100
46185              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
46186      Branch: perl
46187            ! ext/B/B/Deparse.pm
46188 ____________________________________________________________________________
46189 [  9570] By: jhi                                   on 2001/04/05  22:11:06
46190         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
46191              From: Robin Houston <robin@kitsite.com>
46192              Date: Thu, 5 Apr 2001 20:16:29 +0100
46193              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
46194      Branch: perl
46195            ! ext/B/B/Deparse.pm
46196 ____________________________________________________________________________
46197 [  9569] By: nick                                  on 2001/04/05  21:32:26
46198         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
46199      Branch: perlio
46200            ! pod/perlunicode.pod
46201 ____________________________________________________________________________
46202 [  9568] By: nick                                  on 2001/04/05  19:38:09
46203         Log: Integrate mainline
46204      Branch: perlio
46205           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
46206           !> (integrate 35 files)
46207 ____________________________________________________________________________
46208 [  9567] By: jhi                                   on 2001/04/05  18:31:45
46209         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
46210              From: Robin Houston <robin@kitsite.com>
46211              Date: Thu, 5 Apr 2001 18:03:23 +0100
46212              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
46213      Branch: perl
46214            ! ext/B/B/Deparse.pm
46215 ____________________________________________________________________________
46216 [  9566] By: jhi                                   on 2001/04/05  18:29:35
46217         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
46218              From: Robin Houston <robin@kitsite.com>
46219              Date: Thu, 5 Apr 2001 16:45:18 +0100
46220              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
46221      Branch: perl
46222            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
46223 ____________________________________________________________________________
46224 [  9565] By: jhi                                   on 2001/04/05  18:24:23
46225         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
46226              From: Robin Houston <robin@kitsite.com>
46227              Date: Thu, 5 Apr 2001 14:50:09 +0100
46228              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
46229      Branch: perl
46230            ! ext/B/B/Deparse.pm
46231 ____________________________________________________________________________
46232 [  9564] By: jhi                                   on 2001/04/05  18:23:03
46233         Log: Subject: [PATCH B::*] print control-character vars readably
46234              From: Robin Houston <robin@kitsite.com>
46235              Date: Thu, 5 Apr 2001 14:27:38 +0100
46236              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
46237              
46238              Needs EBCDICification.
46239      Branch: perl
46240            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
46241            ! ext/B/B/Terse.pm
46242 ____________________________________________________________________________
46243 [  9563] By: jhi                                   on 2001/04/05  18:20:32
46244         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
46245              Date: Thu, 5 Apr 2001 13:21:42 -0400
46246              From: Paul Schinder <schinder@pobox.com>
46247              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
46248              
46249              Mac OS X (Darwin) has extra pwent fields.
46250      Branch: perl
46251            ! t/op/pwent.t
46252 ____________________________________________________________________________
46253 [  9562] By: jhi                                   on 2001/04/05  17:57:51
46254         Log: Regen toc.
46255      Branch: perl
46256            ! pod/perltoc.pod
46257 ____________________________________________________________________________
46258 [  9561] By: jhi                                   on 2001/04/05  17:47:33
46259         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
46260      Branch: metaconfig
46261            ! U/Glossary.patch
46262      Branch: metaconfig/U/perl
46263            + d_u32align.U
46264            ! d_cmsghdr_s.U d_msghdr_s.U
46265 ____________________________________________________________________________
46266 [  9560] By: jhi                                   on 2001/04/05  17:47:01
46267         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
46268              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
46269              Introduce probes for struct msghdr, struct cmsghdr,
46270              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
46271              ualarm, usleep, for possible later extension work.
46272      Branch: perl
46273            + t/lib/md5-align.t
46274            ! Configure MANIFEST Porting/Glossary Porting/config.sh
46275            ! Porting/config_H config_h.SH configure.com epoc/config.sh
46276            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
46277            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46278            ! vos/config.ga.h win32/config.bc win32/config.gc
46279            ! win32/config.vc
46280 ____________________________________________________________________________
46281 [  9559] By: jhi                                   on 2001/04/05  13:03:04
46282         Log: Be traditional in your cpp (for the Errno extension).
46283      Branch: perl
46284            ! hints/darwin.sh
46285 ____________________________________________________________________________
46286 [  9558] By: jhi                                   on 2001/04/05  13:00:05
46287         Log: Add $Config{cppflags} to the gcc incantation.
46288      Branch: perl
46289            ! ext/Errno/Errno_pm.PL
46290 ____________________________________________________________________________
46291 [  9557] By: jhi                                   on 2001/04/05  04:22:39
46292         Log: Introduce Sean Burke's Class::ISA 0.32.
46293      Branch: perl
46294            + lib/Class/ISA.pm t/lib/class-isa.t
46295            ! MANIFEST
46296 ____________________________________________________________________________
46297 [  9556] By: jhi                                   on 2001/04/05  04:09:50
46298         Log: Subject: [PATCH AUTHORS] Housekeeping
46299              From: Paul Johnson <paul@pjcj.net> 
46300              Date: Wed, 4 Apr 2001 22:45:47 +0200
46301              Message-ID: <20010404224547.D9548@pjcj.net>
46302      Branch: perl
46303            ! AUTHORS
46304 ____________________________________________________________________________
46305 [  9555] By: jhi                                   on 2001/04/05  04:06:33
46306         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
46307              From: Gisle Aas <gisle@ActiveState.com>
46308              Date: 04 Apr 2001 14:23:04 -0700
46309              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
46310      Branch: perl
46311            ! pod/perlfaq9.pod
46312 ____________________________________________________________________________
46313 [  9554] By: jhi                                   on 2001/04/05  04:05:49
46314         Log: Downgrade also the "Wide character" diagnostic.
46315      Branch: perl
46316            ! pod/perldiag.pod
46317 ____________________________________________________________________________
46318 [  9553] By: jhi                                   on 2001/04/05  04:00:33
46319         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
46320              maintperl into mainline.
46321              
46322              "double" should be "NV"; standard typemap is missing entry
46323              for NV
46324              
46325              s/djSP/dSP/
46326              
46327              Downgrade "Wide character in print" to a warning.
46328              
46329              B::Deparse fix for ${^FOO} and documentation for PVX() method
46330              (from Robin Houston)
46331              
46332              tr/// doesn't null-terminate the result in some situations
46333              (from Gisle Aas)
46334      Branch: perl
46335           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
46336           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
46337           !> t/io/utf8.t t/op/tr.t
46338 ____________________________________________________________________________
46339 [  9552] By: jhi                                   on 2001/04/05  03:52:50
46340         Log: Retract changes #9542 and #9538 (from maintperl, integrated
46341              at #9540), shouldn't be needed because of the perlio changes.
46342      Branch: perl
46343            ! util.c
46344 ____________________________________________________________________________
46345 [  9551] By: gsar                                  on 2001/04/05  00:18:34
46346         Log: tr/// doesn't null-terminate the result in some situations
46347              (from Gisle Aas)
46348      Branch: maint-5.6/perl
46349            ! doop.c t/op/tr.t
46350 ____________________________________________________________________________
46351 [  9550] By: gsar                                  on 2001/04/04  20:04:17
46352         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
46353              (from Robin Houston)
46354      Branch: maint-5.6/perl
46355            ! ext/B/B.pm ext/B/B/Deparse.pm
46356 ____________________________________________________________________________
46357 [  9549] By: nick                                  on 2001/04/04  18:56:15
46358         Log: Downgrade "Wide character in print" to a warning.
46359      Branch: perlio
46360            ! doio.c t/io/utf8.t
46361 ____________________________________________________________________________
46362 [  9548] By: gsar                                  on 2001/04/04  18:51:49
46363         Log: integrate changes#9460,9462,9482,9521,9522
46364              
46365              Subject: PATCH: B::Debug should show LOOP-specific fields
46366              
46367              Subject: B::Deparse precedence bug. (Patch included.)
46368              
46369              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
46370              
46371              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
46372              
46373              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
46374      Branch: maint-5.6/perl
46375           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
46376           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
46377 ____________________________________________________________________________
46378 [  9547] By: gsar                                  on 2001/04/04  18:49:16
46379         Log: s/djSP/dSP/
46380      Branch: maint-5.6/perl
46381            ! ext/Thread/Thread.xs
46382 ____________________________________________________________________________
46383 [  9546] By: nick                                  on 2001/04/04  18:44:00
46384         Log: Integrate mainline.
46385      Branch: perlio
46386           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
46387           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
46388 ____________________________________________________________________________
46389 [  9545] By: gsar                                  on 2001/04/04  18:38:52
46390         Log: integrate change#8837 from mainline
46391              
46392              Subject: [patch] -Wall cleanup round 2
46393      Branch: maint-5.6/perl
46394           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
46395           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
46396           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
46397           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
46398           !> ext/SDBM_File/SDBM_File.xs
46399 ____________________________________________________________________________
46400 [  9544] By: gsar                                  on 2001/04/04  17:49:57
46401         Log: "double" should be "NV"; standard typemap is missing entry
46402              for NV
46403      Branch: maint-5.6/perl
46404            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
46405 ____________________________________________________________________________
46406 [  9543] By: jhi                                   on 2001/04/04  14:13:18
46407         Log: Thou shalt not (just) match for English error messages.
46408      Branch: perl
46409            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
46410            ! os2/OS2/Process/Process.pm
46411 ____________________________________________________________________________
46412 [  9542] By: jhi                                   on 2001/04/04  13:20:39
46413         Log: Make the stdio tricks of fflush_all() to exist only if
46414              stdio is being used.
46415      Branch: perl
46416            ! util.c
46417 ____________________________________________________________________________
46418 [  9541] By: jhi                                   on 2001/04/04  04:20:24
46419         Log: Subject: Re: [PATCH] Lighten up glob
46420              From: Benjamin Sugars <bsugars@canoe.ca>
46421              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
46422              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
46423      Branch: perl
46424            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
46425            ! util.c
46426 ____________________________________________________________________________
46427 [  9540] By: jhi                                   on 2001/04/04  04:03:57
46428         Log: Integrate changes #9538,9539 from maintperl into mainline.
46429              
46430              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46431              for use with _fwalk() (fix for change#7705)
46432              
46433              another tweak needed for SunOS 4.1.x build (from Mike Guy)
46434              (cp -f is not portable)
46435      Branch: perl
46436           !> Makefile.SH util.c
46437 ____________________________________________________________________________
46438 [  9539] By: gsar                                  on 2001/04/04  03:01:14
46439         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
46440      Branch: maint-5.6/perl
46441            ! Makefile.SH
46442 ____________________________________________________________________________
46443 [  9538] By: gsar                                  on 2001/04/04  01:00:38
46444         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46445              for use with _fwalk() (fix for change#7705)
46446      Branch: maint-5.6/perl
46447            ! util.c
46448 ____________________________________________________________________________
46449 [  9537] By: nick                                  on 2001/04/03  19:24:55
46450         Log: Integrate mainline
46451      Branch: perlio
46452           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
46453           +> lib/unicode/PropList.html
46454            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
46455           !> (integrate 69 files)
46456 ____________________________________________________________________________
46457 [  9536] By: jhi                                   on 2001/04/03  18:02:31
46458         Log: Integrate change #9533 from maintperl into mainline.
46459              
46460              better fix for change#9517 to accomodate UNC paths like
46461              \\server\share\foo, and paths with trailing backslash
46462              like c:\this\
46463      Branch: perl
46464           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46465 ____________________________________________________________________________
46466 [  9535] By: jhi                                   on 2001/04/03  17:58:07
46467         Log: Change the push/unshift warning to be of class syntax, not misc.
46468      Branch: perl
46469            ! op.c pod/perldiag.pod t/pragma/warn/op
46470 ____________________________________________________________________________
46471 [  9534] By: jhi                                   on 2001/04/03  15:03:46
46472         Log: Change the push/unshift warning (#9532) to talk about "no values"
46473              instead of "no arguments".
46474      Branch: perl
46475            ! op.c pod/perldiag.pod t/pragma/warn/op
46476 ____________________________________________________________________________
46477 [  9533] By: gsar                                  on 2001/04/03  14:30:07
46478         Log: better fix for change#9517 to accomodate UNC paths like
46479              \\server\share\foo, and paths with trailing backslash
46480              like c:\this\
46481      Branch: maint-5.6/perl
46482            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46483 ____________________________________________________________________________
46484 [  9532] By: jhi                                   on 2001/04/03  13:11:46
46485         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
46486              From: Robin Houston <robin@kitsite.com>
46487              Date: Mon, 2 Apr 2001 15:03:29 +0100
46488              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
46489      Branch: perl
46490            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
46491 ____________________________________________________________________________
46492 [  9531] By: jhi                                   on 2001/04/03  13:06:34
46493         Log: Integrate change #9530 from maintperl into mainline.
46494              
46495              accomodate VMS "mailbox overflow" quirk in testsuite (from
46496              Craig Berry)
46497      Branch: perl
46498           !> t/lib/socket.t
46499 ____________________________________________________________________________
46500 [  9530] By: gsar                                  on 2001/04/03  04:56:41
46501         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
46502              Craig Berry)
46503      Branch: maint-5.6/perl
46504            ! t/lib/socket.t
46505 ____________________________________________________________________________
46506 [  9529] By: jhi                                   on 2001/04/03  02:34:34
46507         Log: Update Changes.
46508      Branch: perl
46509            ! Changes patchlevel.h
46510 ____________________________________________________________________________
46511 [  9528] By: jhi                                   on 2001/04/03  01:27:57
46512         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
46513              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
46514              To: perl5-porters@perl.org
46515              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
46516      Branch: perl
46517            ! pod/perlfaq3.pod
46518 ____________________________________________________________________________
46519 [  9527] By: jhi                                   on 2001/04/03  01:22:09
46520         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
46521              From: Peter Prymmer <pvhp@forte.com>
46522              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
46523              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
46524      Branch: perl
46525            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
46526 ____________________________________________________________________________
46527 [  9526] By: jhi                                   on 2001/04/03  01:18:25
46528         Log: The metaconfig unit changes for #9525.
46529      Branch: metaconfig
46530            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
46531      Branch: metaconfig/U/perl
46532            ! use64bits.U
46533 ____________________________________________________________________________
46534 [  9525] By: jhi                                   on 2001/04/03  01:17:30
46535         Log: Configure sanity checks:
46536              * if use64bitall is attempted but pointers are only 32-bit,
46537              'downgrade' to use64bitint
46538              * if use64bitint is attempted but there's no quad type,
46539              forget about use64bitint (well, the default for it is 'n',
46540              the user can still override this)
46541              * if pointers are 64 bits, do not try to use Perl's malloc
46542      Branch: perl
46543            ! Configure
46544 ____________________________________________________________________________
46545 [  9524] By: gsar                                  on 2001/04/03  01:09:12
46546         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
46547      Branch: maint-5.6/perl
46548            ! pp_sys.c
46549 ____________________________________________________________________________
46550 [  9523] By: jhi                                   on 2001/04/03  00:02:31
46551         Log: (Retracted by #9609)
46552              
46553              Make it harder for parallel makes to enter 'test' before
46554              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
46555              should be unhappy enough, but sometimes parallel makes seem
46556              to sneak past both in Tru64 and AIX.)
46557      Branch: perl
46558            ! Makefile.SH
46559 ____________________________________________________________________________
46560 [  9522] By: jhi                                   on 2001/04/02  22:35:31
46561         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
46562              Date: Mon, 2 Apr 2001 22:54:10 +0100
46563              From: Robin Houston <robin@kitsite.com>
46564              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
46565      Branch: perl
46566            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
46567 ____________________________________________________________________________
46568 [  9521] By: jhi                                   on 2001/04/02  22:32:23
46569         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
46570              From: Robin Houston <robin@kitsite.com>
46571              Date: Mon, 2 Apr 2001 20:24:03 +0100
46572              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
46573      Branch: perl
46574            ! ext/B/B/Concise.pm
46575 ____________________________________________________________________________
46576 [  9520] By: jhi                                   on 2001/04/02  22:30:43
46577         Log: Subject: [PATCH] REALLY pedantic hv.h nit
46578              From: Simon Cozens <simon@netthink.co.uk>
46579              Date: Mon, 2 Apr 2001 15:43:06 +0100
46580              Message-ID: <20010402154306.A21711@netthink.co.uk>
46581      Branch: perl
46582            ! hv.h
46583 ____________________________________________________________________________
46584 [  9519] By: jhi                                   on 2001/04/02  22:28:04
46585         Log: Based on
46586              
46587              Subject: [foolperl] EPOC fix
46588              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46589              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
46590              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
46591      Branch: perl
46592            ! pp_sys.c
46593 ____________________________________________________________________________
46594 [  9518] By: jhi                                   on 2001/04/02  22:22:34
46595         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
46596              
46597              README.win32 tweaks; add a note about alternative location for
46598              getting a gcc-2.95.2 that will build perl properly on windows
46599              
46600              add some notes about gutsy threading matters
46601              
46602              many of the utilities interpolate literal paths within doublequotes
46603              (fails on dosish platforms where path contains backslashes)
46604      Branch: perl
46605           !> README.win32 pod/perlguts.pod utils/perldoc.PL
46606           !> x2p/find2perl.PL x2p/s2p.PL
46607 ____________________________________________________________________________
46608 [  9517] By: gsar                                  on 2001/04/02  19:52:21
46609         Log: many of the utilities interpolate literal paths within doublequotes
46610              (fails on dosish platforms where path contains backslashes)
46611      Branch: maint-5.6/perl
46612            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46613 ____________________________________________________________________________
46614 [  9516] By: gsar                                  on 2001/04/02  05:49:37
46615         Log: a foolish release
46616      Branch: maint-5.6/perl
46617            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
46618            ! pod/perltoc.pod
46619 ____________________________________________________________________________
46620 [  9515] By: gsar                                  on 2001/04/02  05:04:29
46621         Log: add missing changelog summaries
46622      Branch: maint-5.6/perl
46623            ! Changes
46624 ____________________________________________________________________________
46625 [  9514] By: gsar                                  on 2001/04/02  04:07:13
46626         Log: add some notes about gutsy threading matters
46627      Branch: maint-5.6/perl
46628            ! pod/perlguts.pod
46629 ____________________________________________________________________________
46630 [  9513] By: gsar                                  on 2001/04/02  03:25:21
46631         Log: add more prominent caveat notices about experimental features
46632      Branch: maint-5.6/perl
46633            ! pod/perlfork.pod pod/perlunicode.pod
46634 ____________________________________________________________________________
46635 [  9512] By: gsar                                  on 2001/04/02  02:54:33
46636         Log: integrate changes#9479,9509 from mainline
46637              
46638              [PATCH] File::Glob stuff for Mac OS
46639              
46640              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46641      Branch: maint-5.6/perl
46642           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46643           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
46644           !> t/lib/glob-taint.t
46645 ____________________________________________________________________________
46646 [  9511] By: gsar                                  on 2001/04/02  02:38:24
46647         Log: README.win32 tweaks; add a note about alternative location for
46648              getting a gcc-2.95.2 that will build perl properly on windows
46649      Branch: maint-5.6/perl
46650            ! README.win32
46651 ____________________________________________________________________________
46652 [  9510] By: jhi                                   on 2001/04/01  20:45:10
46653         Log: An ambiguousity warning.
46654      Branch: perl
46655            ! t/lib/trig.t
46656 ____________________________________________________________________________
46657 [  9509] By: jhi                                   on 2001/04/01  19:53:47
46658         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46659              From: Jonathan Stowe <gellyfish@gellyfish.com>
46660              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
46661              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
46662      Branch: perl
46663            ! ext/File/Glob/bsd_glob.c
46664 ____________________________________________________________________________
46665 [  9508] By: jhi                                   on 2001/04/01  19:35:03
46666         Log: Update Changes.
46667      Branch: perl
46668            ! Changes patchlevel.h
46669 ____________________________________________________________________________
46670 [  9507] By: jhi                                   on 2001/04/01  19:24:01
46671         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
46672              from mainline to maintperl: pod tweaks.
46673      Branch: maint-5.6/perl
46674           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
46675           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
46676           !> pod/perlvar.pod
46677 ____________________________________________________________________________
46678 [  9506] By: jhi                                   on 2001/04/01  19:11:53
46679         Log: Commit Sarathy to April release of 5.6.1 :-)
46680      Branch: perl
46681            ! pod/perlfaq1.pod
46682 ____________________________________________________________________________
46683 [  9505] By: jhi                                   on 2001/04/01  19:03:15
46684         Log: Subject: PATCH 5.6.0 (perldebug.pod)
46685              From: Mark-Jason Dominus <mjd@plover.com>
46686              Date: Sun, 01 Apr 2001 14:25:11 -0400
46687              Message-ID: <20010401182511.9247.qmail@plover.com>
46688      Branch: perl
46689            ! pod/perldebug.pod
46690 ____________________________________________________________________________
46691 [  9504] By: jhi                                   on 2001/04/01  18:43:09
46692         Log: Add great_circle_direction().
46693      Branch: perl
46694            ! lib/Math/Trig.pm t/lib/trig.t
46695 ____________________________________________________________________________
46696 [  9503] By: jhi                                   on 2001/04/01  17:29:12
46697         Log: Unicode ReadMe update for Unicode 3.1.
46698      Branch: perl
46699            ! lib/unicode/ReadMe.txt
46700 ____________________________________________________________________________
46701 [  9502] By: jhi                                   on 2001/04/01  17:18:40
46702         Log: Integrate change #9501 from maintperl into mainline.
46703              
46704              fix the perlembed notes on multiple interpreters
46705              
46706              fix ExtUtils::Embed to work passably on Windows
46707      Branch: perl
46708           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
46709 ____________________________________________________________________________
46710 [  9501] By: gsar                                  on 2001/04/01  07:21:57
46711         Log: fix the perlembed notes on multiple interpreters
46712              
46713              fix ExtUtils::Embed to work passably on Windows
46714      Branch: maint-5.6/perl
46715            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
46716 ____________________________________________________________________________
46717 [  9500] By: jhi                                   on 2001/04/01  05:58:23
46718         Log: Test for #9499.
46719      Branch: perl
46720            ! t/op/tr.t
46721 ____________________________________________________________________________
46722 [  9499] By: jhi                                   on 2001/04/01  05:55:46
46723         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
46724      Branch: perl
46725            ! embed.h embed.pl op.c proto.h
46726 ____________________________________________________________________________
46727 [  9498] By: jhi                                   on 2001/04/01  05:44:34
46728         Log: Protect the workaround hunk more.
46729      Branch: perl
46730            ! toke.c
46731 ____________________________________________________________________________
46732 [  9497] By: jhi                                   on 2001/04/01  00:24:25
46733         Log: Integrate changes #9493,9494,9495,9496 from maintperl
46734              into mainline.
46735              
46736              fix a broken workaround for Borland compiler in change#4739
46737              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46738              
46739              nits spotted by Borland compiler
46740              
46741              avoid redefinition warnings under Borland 5.02
46742              
46743              various nits identified by the Borland 5.5 compiler; remove suppression
46744              of a few warnings
46745      Branch: perl
46746           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
46747           !> win32/win32.h
46748 ____________________________________________________________________________
46749 [  9496] By: gsar                                  on 2001/03/31  23:22:28
46750         Log: various nits identified by the Borland 5.5 compiler; remove suppression
46751              of a few warnings
46752      Branch: maint-5.6/perl
46753            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
46754 ____________________________________________________________________________
46755 [  9495] By: gsar                                  on 2001/03/31  21:03:08
46756         Log: avoid redefinition warnings under Borland 5.02
46757      Branch: maint-5.6/perl
46758            ! win32/makefile.mk
46759 ____________________________________________________________________________
46760 [  9494] By: gsar                                  on 2001/03/31  20:18:59
46761         Log: nits spotted by Borland compiler
46762      Branch: maint-5.6/perl
46763            ! utf8.h win32/win32.h
46764 ____________________________________________________________________________
46765 [  9493] By: gsar                                  on 2001/03/31  20:18:05
46766         Log: fix a broken workaround for Borland compiler in change#4739
46767              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46768      Branch: maint-5.6/perl
46769            ! toke.c
46770 ____________________________________________________________________________
46771 [  9492] By: jhi                                   on 2001/03/31  18:36:24
46772         Log: Integrate change #9491 from maintperl into mainline.
46773              
46774              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46775              directory is relative (need to fetch the full path name *before*
46776              the chdir!)
46777      Branch: perl
46778           !> lib/Cwd.pm
46779 ____________________________________________________________________________
46780 [  9491] By: gsar                                  on 2001/03/31  17:01:56
46781         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46782              directory is relative (need to fetch the full path name *before*
46783              the chdir!)
46784              
46785              this is a followup patch for change#6749
46786      Branch: maint-5.6/perl
46787            ! lib/Cwd.pm
46788 ____________________________________________________________________________
46789 [  9490] By: jhi                                   on 2001/03/31  15:50:18
46790         Log: Subject: Re: [PATCH] av.h cosmetics
46791              From: Simon Cozens <simon@netthink.co.uk>
46792              Date: Sat, 31 Mar 2001 13:09:59 +0100
46793              Message-ID: <20010331130959.A22000@netthink.co.uk>
46794              
46795              Document AvALLOC.
46796      Branch: perl
46797            ! pod/perlguts.pod
46798 ____________________________________________________________________________
46799 [  9489] By: jhi                                   on 2001/03/31  15:48:44
46800         Log: Subject: [PATCH] Re: Math::Big* v1.21
46801              From: Tels <perl_dummy@bloodgate.com>
46802              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
46803              Message-Id: <200103311125.GAA377738@www08.hway.net>
46804      Branch: perl
46805            ! pod/perlop.pod
46806 ____________________________________________________________________________
46807 [  9488] By: jhi                                   on 2001/03/31  03:39:51
46808         Log: Debug output tweak.
46809      Branch: perl
46810            ! t/lib/cwd.t
46811 ____________________________________________________________________________
46812 [  9487] By: jhi                                   on 2001/03/31  03:33:02
46813         Log: OverVMSification.
46814      Branch: perl
46815            ! t/lib/cwd.t
46816 ____________________________________________________________________________
46817 [  9486] By: jhi                                   on 2001/03/31  03:01:40
46818         Log: Missed MANIFESTations in #9483.
46819      Branch: perl
46820            ! MANIFEST
46821 ____________________________________________________________________________
46822 [  9485] By: jhi                                   on 2001/03/31  02:58:17
46823         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
46824              From: Peter Prymmer <pvhp@forte.com>
46825              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
46826              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
46827      Branch: perl
46828            ! regexec.c t/lib/cwd.t
46829 ____________________________________________________________________________
46830 [  9484] By: jhi                                   on 2001/03/31  01:04:41
46831         Log: Obsolete file (see #3938)
46832      Branch: perl
46833            - lib/unicode/README.Ethiopic
46834            ! MANIFEST
46835 ____________________________________________________________________________
46836 [  9483] By: jhi                                   on 2001/03/31  00:52:42
46837         Log: Update to Unicode 3.1.
46838              (Rename Names.txt to NamesList.txt.)
46839      Branch: perl
46840            + lib/unicode/NamesList.txt lib/unicode/PropList.html
46841            - lib/unicode/Names.txt
46842            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46843            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
46844            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
46845            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
46846            ! lib/unicode/UCD.html lib/unicode/Unicode.html
46847            ! lib/unicode/rename lib/unicode/version
46848 ____________________________________________________________________________
46849 [  9482] By: jhi                                   on 2001/03/30  23:33:44
46850         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
46851              From: Robin Houston <robin@kitsite.com>
46852              Date: Fri, 30 Mar 2001 20:07:22 +0100
46853              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
46854      Branch: perl
46855            ! ext/B/B/Deparse.pm
46856 ____________________________________________________________________________
46857 [  9481] By: jhi                                   on 2001/03/30  23:20:25
46858         Log: Subject: Re: [PATCH] CwdXS, Take 2
46859              From: Benjamin Sugars <bsugars@canoe.ca>
46860              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
46861              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
46862      Branch: perl
46863            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
46864            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
46865 ____________________________________________________________________________
46866 [  9480] By: jhi                                   on 2001/03/30  22:52:38
46867         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
46868              From: David Dyck <dcd@tc.fluke.com>
46869              Date: Fri, 30 Mar 2001 14:44:13 -0800
46870              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
46871              
46872              The t/rantests flags file creation was accidentally
46873              removed by #9217.
46874      Branch: perl
46875            ! Makefile.SH
46876 ____________________________________________________________________________
46877 [  9479] By: jhi                                   on 2001/03/30  22:45:45
46878         Log: Subject: [PATCH] File::Glob stuff for Mac OS
46879              From: Chris Nandor <pudge@pobox.com>
46880              Date: Fri, 30 Mar 2001 16:51:00 -0500
46881              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
46882      Branch: perl
46883            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46884            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
46885            ! t/lib/glob-taint.t
46886 ____________________________________________________________________________
46887 [  9478] By: jhi                                   on 2001/03/30  22:43:12
46888         Log: Subject: fix for win32/buildext.pl
46889              From: "Vadim Konovalov" <watman@inbox.ru>
46890              Date: Sat, 31 Mar 2001 00:50:36 +0400
46891              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
46892      Branch: perl
46893            ! win32/buildext.pl
46894 ____________________________________________________________________________
46895 [  9477] By: jhi                                   on 2001/03/30  22:41:16
46896         Log: Subject: small base.pm doc patch
46897              From: Leon Brocard <acme@astray.com>
46898              Date: Fri, 30 Mar 2001 21:49:57 +0100
46899              Message-ID: <20010330214957.B8733@ns0.astray.com>
46900      Branch: perl
46901            ! lib/base.pm
46902 ____________________________________________________________________________
46903 [  9476] By: jhi                                   on 2001/03/30  18:16:57
46904         Log: Subject: [PATCH] av.h cosmetics
46905              From: Simon Cozens <simon@netthink.co.uk>
46906              Date: Fri, 30 Mar 2001 18:12:28 +0100
46907              Message-ID: <20010330181228.A9319@netthink.co.uk>
46908      Branch: perl
46909            ! av.h
46910 ____________________________________________________________________________
46911 [  9475] By: jhi                                   on 2001/03/30  18:15:50
46912         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
46913              From: "Philip Newton" <pnewton@gmx.de>
46914              Date: Fri, 30 Mar 2001 19:06:57 +0200
46915              Message-ID: <3AC4D951.14815.1AC7068@localhost>
46916      Branch: perl
46917            ! pod/perlhack.pod
46918 ____________________________________________________________________________
46919 [  9474] By: jhi                                   on 2001/03/30  18:14:02
46920         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
46921              From: Benjamin Sugars <bsugars@canoe.ca>
46922              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
46923              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
46924      Branch: perl
46925            ! t/lib/glob-basic.t
46926 ____________________________________________________________________________
46927 [  9473] By: jhi                                   on 2001/03/30  16:09:24
46928         Log: Update Changes.
46929      Branch: perl
46930            ! Changes patchlevel.h
46931 ____________________________________________________________________________
46932 [  9472] By: jhi                                   on 2001/03/30  15:16:08
46933         Log: Integrate perlio.
46934      Branch: perl
46935           !> t/lib/cwd.t t/lib/glob-basic.t
46936 ____________________________________________________________________________
46937 [  9471] By: nick                                  on 2001/03/30  14:47:10
46938         Log: Should be (^O eq 'MSWin32') not 'Win32'
46939              Fail #12 seems real - chdir is in wrong dir.
46940      Branch: perlio
46941            ! t/lib/cwd.t
46942 ____________________________________________________________________________
46943 [  9470] By: jhi                                   on 2001/03/30  14:41:11
46944         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
46945              From: Radu Greab <radu@netsoft.ro>
46946              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
46947              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
46948              
46949              Replace #9352.
46950      Branch: perl
46951            ! ext/Socket/Socket.xs pp_sys.c
46952 ____________________________________________________________________________
46953 [  9469] By: jhi                                   on 2001/03/30  14:37:51
46954         Log: Subject: PATCH pod/perldiag.pod
46955              From: Robin Houston <robin@kitsite.com>
46956              Date: Fri, 30 Mar 2001 14:10:36 +0100
46957              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
46958      Branch: perl
46959            ! pod/perldiag.pod t/lib/glob-basic.t
46960 ____________________________________________________________________________
46961 [  9468] By: jhi                                   on 2001/03/30  14:36:36
46962         Log: Subject: Better diagnostic in io/fs.t
46963              From: andreas.koenig@anima.de (Andreas J. Koenig)
46964              Date: 30 Mar 2001 10:11:43 +0200
46965              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
46966      Branch: perl
46967            ! t/io/fs.t
46968 ____________________________________________________________________________
46969 [  9467] By: nick                                  on 2001/03/30  14:25:43
46970         Log: Skip order test of glob if case-ignoring system cannot 
46971              create a.test and A.test
46972      Branch: perlio
46973            ! t/lib/glob-basic.t
46974 ____________________________________________________________________________
46975 [  9466] By: nick                                  on 2001/03/30  13:03:12
46976         Log: Integrate mainline.
46977      Branch: perlio
46978            - ext/re/hints/aix.pl
46979           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
46980           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
46981           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
46982           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
46983 ____________________________________________________________________________
46984 [  9465] By: jhi                                   on 2001/03/30  03:53:37
46985         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
46986              the tests sometimes hang, sometimes not.)
46987      Branch: perl
46988            ! t/lib/io_multihomed.t t/lib/io_sock.t
46989 ____________________________________________________________________________
46990 [  9464] By: jhi                                   on 2001/03/30  02:56:04
46991         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
46992              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46993              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
46994              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
46995      Branch: perl
46996            ! op.c
46997 ____________________________________________________________________________
46998 [  9463] By: jhi                                   on 2001/03/30  02:34:48
46999         Log: Test for #9462.
47000      Branch: perl
47001            ! t/lib/b.t
47002 ____________________________________________________________________________
47003 [  9462] By: jhi                                   on 2001/03/30  02:29:37
47004         Log: Subject: B::Deparse precedence bug. (Patch included.)
47005              From: Jeremy Madea <jmadea@inktomi.com>
47006              Date: Thu, 29 Mar 2001 12:05:02 -0800
47007              Message-ID: <20010329120502.A24881@dr.inktomi.com>
47008      Branch: perl
47009            ! ext/B/B/Deparse.pm
47010 ____________________________________________________________________________
47011 [  9461] By: jhi                                   on 2001/03/30  02:18:41
47012         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
47013              From: Peter Prymmer <pvhp@forte.com>
47014              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
47015              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
47016      Branch: perl
47017            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
47018            ! t/lib/md5-file.t
47019 ____________________________________________________________________________
47020 [  9460] By: jhi                                   on 2001/03/30  02:17:07
47021         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
47022              From: Robin Houston <robin@kitsite.com>
47023              Date: Thu, 29 Mar 2001 20:47:56 +0100
47024              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
47025      Branch: perl
47026            ! ext/B/B/Debug.pm
47027 ____________________________________________________________________________
47028 [  9459] By: jhi                                   on 2001/03/30  02:16:05
47029         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
47030              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
47031              Date: Wed, 28 Mar 2001 18:02:20 -0600
47032              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
47033      Branch: perl
47034            ! lib/ExtUtils/MM_VMS.pm
47035 ____________________________________________________________________________
47036 [  9458] By: jhi                                   on 2001/03/30  02:07:58
47037         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
47038              From: "Joshua E. Rodd" <jrodd@pbs.org>
47039              Date: Wed, 28 Mar 2001 17:29:12 -0500
47040              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
47041      Branch: perl
47042            ! pod/perlop.pod
47043 ____________________________________________________________________________
47044 [  9457] By: jhi                                   on 2001/03/30  02:04:33
47045         Log: Subject: ext/re/aix.pl can go
47046              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47047              Date: Thu, 29 Mar 2001 12:03:28 +0200
47048              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
47049      Branch: perl
47050            - ext/re/hints/aix.pl
47051            ! MANIFEST
47052 ____________________________________________________________________________
47053 [  9456] By: jhi                                   on 2001/03/30  02:03:32
47054         Log: Integrate perlio.
47055      Branch: perl
47056           !> ext/Encode/Encode.xs installperl
47057 ____________________________________________________________________________
47058 [  9455] By: nick                                  on 2001/03/29  21:11:46
47059         Log: DLL name has changed so installperl needs to know
47060              (Why isn't it working it out or passed it?)
47061      Branch: perlio
47062            ! installperl
47063 ____________________________________________________________________________
47064 [  9454] By: nick                                  on 2001/03/29  20:56:12
47065         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
47066              and we don't get undef warnings.
47067      Branch: perlio
47068            ! ext/Encode/Encode.xs
47069 ____________________________________________________________________________
47070 [  9453] By: nick                                  on 2001/03/29  17:58:48
47071         Log: Integrate mainline
47072      Branch: perlio
47073           !> Changes patchlevel.h
47074 ____________________________________________________________________________
47075 [  9452] By: jhi                                   on 2001/03/29  16:44:55
47076         Log: Update Changes.
47077      Branch: perl
47078            ! Changes patchlevel.h
47079 ____________________________________________________________________________
47080 [  9451] By: nick                                  on 2001/03/29  16:31:38
47081         Log: Integrate mainline
47082      Branch: perlio
47083           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
47084           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
47085           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
47086           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
47087           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
47088 ____________________________________________________________________________
47089 [  9450] By: jhi                                   on 2001/03/29  16:29:17
47090         Log: Integrate perlio.
47091      Branch: perl
47092           !> win32/buildext.pl
47093 ____________________________________________________________________________
47094 [  9449] By: jhi                                   on 2001/03/29  15:50:01
47095         Log: Update Changes.
47096      Branch: perl
47097            ! Changes patchlevel.h
47098 ____________________________________________________________________________
47099 [  9448] By: nick                                  on 2001/03/29  15:47:15
47100         Log: Make sure buildext.pl finds Errno.pm
47101      Branch: perlio
47102            ! win32/buildext.pl
47103 ____________________________________________________________________________
47104 [  9447] By: jhi                                   on 2001/03/29  15:39:34
47105         Log: Integrate perlio.
47106      Branch: perl
47107           !> win32/makefile.mk
47108 ____________________________________________________________________________
47109 [  9446] By: nick                                  on 2001/03/29  15:30:03
47110         Log: Integrate win32/makefile.mk with mainline.
47111      Branch: perlio
47112           !> win32/makefile.mk
47113 ____________________________________________________________________________
47114 [  9445] By: nick                                  on 2001/03/29  15:27:32
47115         Log: Fix breakage ... 
47116      Branch: perlio
47117            ! win32/makefile.mk
47118 ____________________________________________________________________________
47119 [  9444] By: jhi                                   on 2001/03/29  15:03:08
47120         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
47121              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47122              Date: Thu, 29 Mar 2001 10:32:59 +0400
47123              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
47124      Branch: perl
47125            ! win32/makefile.mk
47126 ____________________________________________________________________________
47127 [  9443] By: jhi                                   on 2001/03/29  15:02:12
47128         Log: Integrate perlio.
47129      Branch: perl
47130           +> win32/buildext.pl
47131           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
47132           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
47133 ____________________________________________________________________________
47134 [  9442] By: nick                                  on 2001/03/29  14:59:11
47135         Log: Work in progress - determine win32 extensions to build via script.
47136      Branch: perlio
47137            + win32/buildext.pl
47138            ! MANIFEST win32/makefile.mk
47139 ____________________________________________________________________________
47140 [  9441] By: jhi                                   on 2001/03/29  14:51:47
47141         Log: Reintroduce the use of external pwd.
47142      Branch: perl
47143            ! t/lib/cwd.t
47144 ____________________________________________________________________________
47145 [  9440] By: jhi                                   on 2001/03/29  14:42:58
47146         Log: use warnings instead of -w.
47147      Branch: perl
47148            ! utils/h2xs.PL
47149 ____________________________________________________________________________
47150 [  9439] By: jhi                                   on 2001/03/29  14:41:52
47151         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
47152              From: Jonathan Stowe <gellyfish@gellyfish.com>
47153              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
47154              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
47155      Branch: perl
47156            ! utils/h2xs.PL
47157 ____________________________________________________________________________
47158 [  9438] By: jhi                                   on 2001/03/29  14:39:38
47159         Log: Subject: [PATCH perl@9424] minor pod nits
47160              From: Robin Barker <rmb1@cise.npl.co.uk>
47161              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
47162              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
47163      Branch: perl
47164            ! pod/perlhack.pod pod/perliol.pod
47165 ____________________________________________________________________________
47166 [  9437] By: jhi                                   on 2001/03/29  14:29:16
47167         Log: Subject: [PATCH perl@9424] typemap cast warning
47168              From: Robin Barker <rmb1@cise.npl.co.uk>
47169              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
47170              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
47171      Branch: perl
47172            ! lib/ExtUtils/typemap
47173 ____________________________________________________________________________
47174 [  9436] By: jhi                                   on 2001/03/29  14:26:03
47175         Log: Subject: [PATCH perl@9424] printf warning
47176              From: Robin Barker <rmb1@cise.npl.co.uk>
47177              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
47178              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
47179      Branch: perl
47180            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
47181            ! ext/Storable/Storable.xs toke.c
47182 ____________________________________________________________________________
47183 [  9435] By: nick                                  on 2001/03/29  14:23:31
47184         Log: Win32 has name conflict with ERROR
47185      Branch: perlio
47186            ! ext/PerlIO/Via/Via.xs
47187 ____________________________________________________________________________
47188 [  9434] By: jhi                                   on 2001/03/29  14:17:48
47189         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
47190              From: Peter Prymmer <pvhp@forte.com>
47191              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
47192              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
47193      Branch: perl
47194            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
47195 ____________________________________________________________________________
47196 [  9433] By: jhi                                   on 2001/03/29  13:52:44
47197         Log: test-prep target was missing.
47198      Branch: perl
47199            ! Makefile.SH
47200 ____________________________________________________________________________
47201 [  9432] By: nick                                  on 2001/03/29  12:40:03
47202         Log: Make as-shipped compiler default to MSVC6 
47203      Branch: perlio
47204            ! win32/makefile.mk
47205 ____________________________________________________________________________
47206 [  9431] By: nick                                  on 2001/03/29  12:12:16
47207         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
47208              akin to PerlIO::Scalar.
47209      Branch: perlio
47210            ! perlio.c perlio.h
47211 ____________________________________________________________________________
47212 [  9430] By: nick                                  on 2001/03/29  10:56:35
47213         Log: Integrate mainline.
47214      Branch: perlio
47215           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
47216           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
47217           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
47218           !> win32/makefile.mk win32/win32sck.c
47219 ____________________________________________________________________________
47220 [  9429] By: nick                                  on 2001/03/29  09:03:43
47221         Log: Noticed that two tests were skipped as perlio:: package
47222              isn't there any more. Changed the skip condition.
47223              Avoid core-dump if sv_utf8_upgrade() called on something
47224              that does not become SvPOK after SvPV() (e.g. a ref).
47225      Branch: perlio
47226            ! sv.c t/io/utf8.t t/lib/io_scalar.t
47227 ____________________________________________________________________________
47228 [  9428] By: jhi                                   on 2001/03/29  01:31:47
47229         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
47230              From: Benjamin Sugars <bsugars@canoe.ca> 
47231              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
47232              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
47233      Branch: perl
47234            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
47235            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
47236            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
47237 ____________________________________________________________________________
47238 [  9427] By: jhi                                   on 2001/03/29  00:49:30
47239         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
47240              From: "Vadim Konovalov" <watman@inbox.ru>
47241              Date: Thu, 29 Mar 2001 01:50:12 +0400
47242              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
47243      Branch: perl
47244            ! win32/makefile.mk win32/win32sck.c
47245 ____________________________________________________________________________
47246 [  9426] By: gsar                                  on 2001/03/29  00:28:04
47247         Log: dmake can only handle == and != in comparisons; support building
47248              with Borland's VCL libraries (from Vadim Konovalov)
47249      Branch: maint-5.6/perl
47250            ! win32/makefile.mk
47251 ____________________________________________________________________________
47252 [  9425] By: nick                                  on 2001/03/28  19:29:56
47253         Log: Integrate (@snapshot)
47254      Branch: perlio
47255           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
47256 ____________________________________________________________________________
47257 [  9424] By: jhi                                   on 2001/03/28  19:03:16
47258         Log: Update Changes.
47259      Branch: perl
47260            ! Changes patchlevel.h
47261 ____________________________________________________________________________
47262 [  9423] By: jhi                                   on 2001/03/28  18:52:09
47263         Log: Rmdir lib/XS on cleanup.
47264      Branch: perl
47265            ! Makefile.SH
47266 ____________________________________________________________________________
47267 [  9422] By: jhi                                   on 2001/03/28  18:49:34
47268         Log: Integrate perlio.
47269      Branch: perl
47270           !> t/op/utf8decode.t
47271 ____________________________________________________________________________
47272 [  9421] By: nick                                  on 2001/03/28  18:46:44
47273         Log: Loose duplicate chunk.
47274      Branch: perlio
47275            ! t/op/utf8decode.t
47276 ____________________________________________________________________________
47277 [  9420] By: nick                                  on 2001/03/28  18:44:11
47278         Log: Integrate mainline.
47279      Branch: perlio
47280           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
47281           !> vms/vmsish.h
47282 ____________________________________________________________________________
47283 [  9419] By: jhi                                   on 2001/03/28  18:42:05
47284         Log: Can't trust external pwds
47285              (either shell builtins or external programs)
47286      Branch: perl
47287            ! t/lib/cwd.t
47288 ____________________________________________________________________________
47289 [  9418] By: jhi                                   on 2001/03/28  18:34:05
47290         Log: Integrate perlio.
47291      Branch: perl
47292            - lib/perlio.pm
47293           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
47294           !> t/op/utf8decode.t
47295 ____________________________________________________________________________
47296 [  9417] By: nick                                  on 2001/03/28  18:24:02
47297         Log: PerlIO.pm / perlio.pm conflict.
47298              Update some pods.
47299              Make t/op/utf8decode.t a text file.
47300      Branch: perlio
47301            - lib/perlio.pm
47302            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
47303            ! t/op/utf8decode.t
47304 ____________________________________________________________________________
47305 [  9416] By: jhi                                   on 2001/03/28  18:06:07
47306         Log: Integrate change #9409 from mainline to maintperl.
47307              
47308              Yet another tweak on AIX dynaloading.
47309      Branch: maint-5.6/perl
47310           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47311 ____________________________________________________________________________
47312 [  9415] By: gsar                                  on 2001/03/28  17:13:01
47313         Log: integrate changes#9377,9385,9401 from mainline
47314              
47315              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
47316              
47317              If directory entries compare equal case-insensitively,
47318              retry case-sensitively.
47319              
47320              Subject: [PATCH] B::Terse and warnings
47321      Branch: maint-5.6/perl
47322           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
47323           !> t/pragma/warn/perl
47324 ____________________________________________________________________________
47325 [  9414] By: jhi                                   on 2001/03/28  17:11:12
47326         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
47327              From: "Craig A. Berry" <craigberry@mac.com>
47328              Date: Wed, 28 Mar 2001 10:55:20 -0600
47329              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
47330      Branch: perl
47331            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
47332 ____________________________________________________________________________
47333 [  9413] By: jhi                                   on 2001/03/28  17:03:12
47334         Log: Dup hunk.
47335      Branch: perl
47336            ! t/op/utf8decode.t
47337 ____________________________________________________________________________
47338 [  9412] By: jhi                                   on 2001/03/28  17:02:36
47339         Log: Forced integrate from perlio.
47340      Branch: perl
47341           !> t/op/utf8decode.t
47342 ____________________________________________________________________________
47343 [  9411] By: nick                                  on 2001/03/28  16:50:03
47344         Log: Integrate mainline.
47345      Branch: perlio
47346           +> t/lib/cwd.t
47347           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47348           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
47349           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
47350           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
47351           !> t/pragma/warn/perl
47352 ____________________________________________________________________________
47353 [  9410] By: jhi                                   on 2001/03/28  16:44:23
47354         Log: Subject: Re: [PATCH] 9403 cannot be tested
47355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47356              Date: Wed, 28 Mar 2001 18:33:56 +0200
47357              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
47358      Branch: perl
47359            ! makedef.pl
47360 ____________________________________________________________________________
47361 [  9409] By: jhi                                   on 2001/03/28  16:12:45
47362         Log: Yet another tweak on AIX dynaloading.
47363      Branch: perl
47364            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47365 ____________________________________________________________________________
47366 [  9408] By: jhi                                   on 2001/03/28  15:52:55
47367         Log: Subject: [PATCH] 9403 cannot be tested
47368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47369              Date: Wed, 28 Mar 2001 17:23:00 +0200
47370              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
47371              
47372              A missing symbol.
47373      Branch: perl
47374            ! makedef.pl
47375 ____________________________________________________________________________
47376 [  9407] By: jhi                                   on 2001/03/28  15:47:43
47377         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
47378      Branch: perl
47379            ! t/op/utf8decode.t
47380           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
47381           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
47382 ____________________________________________________________________________
47383 [  9406] By: jhi                                   on 2001/03/28  15:37:08
47384         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
47385              From: Benjamin Sugars <bsugars@canoe.ca> 
47386              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
47387              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
47388      Branch: perl
47389            + t/lib/cwd.t
47390            ! MANIFEST
47391 ____________________________________________________________________________
47392 [  9405] By: jhi                                   on 2001/03/28  15:13:18
47393         Log: pp_ne() needs a CORRECT boolean.
47394      Branch: perl
47395            ! pp.c
47396 ____________________________________________________________________________
47397 [  9404] By: jhi                                   on 2001/03/28  15:09:23
47398         Log: pp_ne() needs a boolean, not an integer.
47399      Branch: perl
47400            ! pp.c
47401 ____________________________________________________________________________
47402 [  9403] By: jhi                                   on 2001/03/28  14:47:43
47403         Log: (Retracted by #9404.)
47404      Branch: perl
47405            ! pp.c
47406 ____________________________________________________________________________
47407 [  9402] By: jhi                                   on 2001/03/28  14:43:59
47408         Log: Subject: Re: [PATCH] Typemap testing
47409              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47410              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
47411              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
47412      Branch: perl
47413            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47414            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
47415 ____________________________________________________________________________
47416 [  9401] By: jhi                                   on 2001/03/28  14:42:14
47417         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
47418              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
47419              Date: Sun, 25 Mar 2001 21:59:15 +0100
47420              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
47421              
47422              A variable will be checked for the "use once" warnings if:
47423              
47424              1. It is in the scope of a use warnings 'once'
47425              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
47426              
47427              Otherwise it won't be checked at all.
47428              
47429              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
47430              
47431              The enclosed patch partially fixes this issue. What I didn't
47432              get to work was the case where the "used once" warning is enabled
47433              in any file other than the main file.
47434      Branch: perl
47435            ! gv.c t/pragma/warn/perl
47436 ____________________________________________________________________________
47437 [  9400] By: nick                                  on 2001/03/28  14:38:24
47438         Log: More EBCDIC tweaks:
47439              - one more swash issue &~(0xA0-1) did not do the right thing,
47440              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
47441              - add "use re 'asciirange'" to make [!-~] etc. work
47442              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
47443              - Choose a key for t/op/each.t test which gets encoded.
47444              - Skip utf8decode if this is UTF-EBCDIC.
47445      Branch: perlio
47446            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
47447            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
47448 ____________________________________________________________________________
47449 [  9399] By: jhi                                   on 2001/03/28  14:21:00
47450         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
47451              Andreas Schwab.
47452      Branch: perl
47453            ! pp.c
47454 ____________________________________________________________________________
47455 [  9398] By: jhi                                   on 2001/03/28  00:55:56
47456         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
47457              From: David Dyck <dcd@tc.fluke.com>
47458              Date: Tue, 27 Mar 2001 15:16:24 -0800
47459              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
47460      Branch: perl
47461            ! ext/IO/lib/IO/Socket.pm
47462 ____________________________________________________________________________
47463 [  9397] By: jhi                                   on 2001/03/27  21:52:49
47464         Log: Integrate perlio.
47465      Branch: perl
47466           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47467           +> ext/PerlIO/Via/Via.xs
47468           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47469 ____________________________________________________________________________
47470 [  9396] By: nick                                  on 2001/03/27  21:45:13
47471         Log: Integrate mainline.
47472      Branch: perlio
47473           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
47474           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
47475 ____________________________________________________________________________
47476 [  9395] By: nick                                  on 2001/03/27  21:18:58
47477         Log: Outline docs for PerlIO and PerlIO::Scalar
47478      Branch: perlio
47479            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47480 ____________________________________________________________________________
47481 [  9394] By: nick                                  on 2001/03/27  20:50:13
47482         Log: PerlIO::Via layer (alpha-ish).
47483      Branch: perlio
47484            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47485            + ext/PerlIO/Via/Via.xs
47486            ! MANIFEST
47487 ____________________________________________________________________________
47488 [  9393] By: jhi                                   on 2001/03/27  20:49:55
47489         Log: Retract #9329 now that 9390 should take care of the matter.
47490      Branch: perl
47491            ! utils/h2xs.PL
47492 ____________________________________________________________________________
47493 [  9390] By: jhi                                   on 2001/03/27  20:47:50
47494         Log: Subject: Autoloading Errno.pm when %! is encountered
47495              From: Robin Houston <robin@kitsite.com>
47496              Date: Tue, 27 Mar 2001 20:57:11 +0100
47497              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
47498      Branch: perl
47499            ! embed.h embed.pl gv.c proto.h t/op/magic.t
47500 ____________________________________________________________________________
47501 [  9389] By: jhi                                   on 2001/03/27  20:24:31
47502         Log: Integrate perlio.
47503      Branch: perl
47504           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47505           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
47506           !> utf8.c
47507 ____________________________________________________________________________
47508 [  9388] By: jhi                                   on 2001/03/27  20:21:38
47509         Log: Better have a three-element array if one is going to assign
47510              to the third element of that array. (from Tim Jenness)
47511      Branch: perl
47512            ! ext/XS/Typemap/Typemap.xs
47513 ____________________________________________________________________________
47514 [  9387] By: nick                                  on 2001/03/27  20:15:43
47515         Log: Integrate mainline.
47516      Branch: perlio
47517           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47518           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47519           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47520           +> t/lib/xs-typemap.t
47521           !> (integrate 34 files)
47522 ____________________________________________________________________________
47523 [  9386] By: jhi                                   on 2001/03/27  20:04:18
47524         Log: Subject: Re: perl@9359 breaks HTML::Parser
47525              From: Gisle Aas <gisle@ActiveState.com>
47526              Date: 27 Mar 2001 11:30:24 -0800
47527              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
47528              
47529              Clarify the UTF-8 issues of the API docs.
47530              (Slightly reworded and expanded.)
47531      Branch: perl
47532            ! pod/perlapi.pod sv.c sv.h
47533 ____________________________________________________________________________
47534 [  9385] By: jhi                                   on 2001/03/27  19:44:25
47535         Log: If directory entries compare equal case-insensitively,
47536              retry case-sensitively.
47537      Branch: perl
47538            ! ext/File/Glob/bsd_glob.c
47539 ____________________________________________________________________________
47540 [  9384] By: nick                                  on 2001/03/27  19:38:50
47541         Log: Various EBCDIC fixes:
47542              - major revelation that swash code is encoding aware,
47543              (or thought it was) - now it is ;-)
47544              - With that out of the way fix a slab of tr/// cases.
47545              - Fix Encode 'Unicode' to be true Unicode so tests pass.
47546              - As anticipated Base64.xs needed tweaks.
47547              - Until tr/// works right avoid old_encode64 in MIME tests.
47548      Branch: perlio
47549            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47550            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
47551 ____________________________________________________________________________
47552 [  9383] By: jhi                                   on 2001/03/27  18:34:41
47553         Log: Add the std test suite BEGIN block.
47554      Branch: perl
47555            ! t/lib/xs-typemap.t
47556 ____________________________________________________________________________
47557 [  9382] By: jhi                                   on 2001/03/27  15:16:07
47558         Log: Add debugging output to the test.
47559      Branch: perl
47560            ! t/lib/glob-basic.t
47561 ____________________________________________________________________________
47562 [  9381] By: jhi                                   on 2001/03/27  15:08:10
47563         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
47564      Branch: perl
47565            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47566            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47567            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47568            + t/lib/xs-typemap.t
47569            ! MANIFEST
47570 ____________________________________________________________________________
47571 [  9380] By: jhi                                   on 2001/03/27  14:48:34
47572         Log: Subject: [PATCH] Typemap testing
47573              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47574              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
47575              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
47576              
47577              (The first part of the patch.)
47578      Branch: perl
47579            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
47580 ____________________________________________________________________________
47581 [  9379] By: jhi                                   on 2001/03/27  14:44:56
47582         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
47583              From: Benjamin Sugars <bsugars@canoe.ca> 
47584              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
47585              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
47586      Branch: perl
47587            ! t/lib/glob-basic.t
47588 ____________________________________________________________________________
47589 [  9378] By: jhi                                   on 2001/03/27  14:42:30
47590         Log: Subject: [PATCH] perlvar nit
47591              From: Simon Cozens <simon@netthink.co.uk>
47592              Date: Tue, 27 Mar 2001 01:12:01 +0100
47593              Message-ID: <20010327011201.A19179@netthink.co.uk>
47594      Branch: perl
47595            ! pod/perlvar.pod
47596 ____________________________________________________________________________
47597 [  9377] By: jhi                                   on 2001/03/27  14:36:26
47598         Log: Subject: [PATCH] B::Terse and warnings
47599              From: Benjamin Sugars <ben.sugars@home.com>
47600              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
47601              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
47602      Branch: perl
47603            ! ext/B/B.pm ext/B/B/Terse.pm
47604 ____________________________________________________________________________
47605 [  9376] By: jhi                                   on 2001/03/27  14:31:31
47606         Log: Document sockatmark() some.
47607      Branch: perl
47608            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
47609            ! pod/perltoc.pod
47610 ____________________________________________________________________________
47611 [  9375] By: jhi                                   on 2001/03/27  14:00:24
47612         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
47613              noted by Gisle and fixed by NI-S.
47614      Branch: perl
47615            ! sv.c
47616 ____________________________________________________________________________
47617 [  9374] By: jhi                                   on 2001/03/27  05:50:01
47618         Log: Regen toc.
47619      Branch: perl
47620            ! pod/perltoc.pod
47621 ____________________________________________________________________________
47622 [  9373] By: jhi                                   on 2001/03/27  05:43:51
47623         Log: Pixie documenting.
47624      Branch: perl
47625            ! Makefile.SH pod/perlhack.pod
47626 ____________________________________________________________________________
47627 [  9372] By: jhi                                   on 2001/03/27  05:29:34
47628         Log: Metaconfig unit changes for #9371.
47629      Branch: metaconfig
47630            ! U/modified/myhostname.U
47631      Branch: metaconfig/U/perl
47632            + d_sockatmark.U
47633            ! gccvers.U
47634 ____________________________________________________________________________
47635 [  9371] By: jhi                                   on 2001/03/27  05:29:07
47636         Log: Add sockatmark() probing.
47637      Branch: perl
47638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47639            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47640            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47641            ! vos/config.ga.h win32/config.bc win32/config.gc
47642            ! win32/config.vc
47643 ____________________________________________________________________________
47644 [  9370] By: jhi                                   on 2001/03/26  22:01:18
47645         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
47646              Really need to benchmark this.
47647      Branch: perl
47648            ! pp.c
47649 ____________________________________________________________________________
47650 [  9369] By: nick                                  on 2001/03/26  21:59:30
47651         Log: Integrate mainline.
47652      Branch: perlio
47653            ! ext/MIME/Base64/QuotedPrint.pm
47654           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47655           !> patchlevel.h pod/perlhack.pod pp_sys.c
47656 ____________________________________________________________________________
47657 [  9368] By: jhi                                   on 2001/03/26  21:47:03
47658         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
47659              
47660              TODO1: perlbench.
47661              TODO2: le, lt, ge, gt?  Yech.
47662      Branch: perl
47663            ! pp.c
47664 ____________________________________________________________________________
47665 [  9367] By: jhi                                   on 2001/03/26  21:34:57
47666         Log: Too much cut-and-paste in #9363.
47667      Branch: perl
47668            ! pp_sys.c
47669 ____________________________________________________________________________
47670 [  9366] By: jhi                                   on 2001/03/26  21:20:53
47671         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
47672              From: Andreas Schwab <schwab@suse.de>
47673              Date: 26 Mar 2001 17:29:04 +0200
47674              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
47675              
47676              (The patch for 5.6.0 or so, this is a guess for bleadperl)
47677      Branch: perl
47678            ! pp_hot.c
47679 ____________________________________________________________________________
47680 [  9365] By: jhi                                   on 2001/03/26  21:07:54
47681         Log: Integrate perlio.
47682      Branch: perl
47683           !> perlio.c
47684 ____________________________________________________________________________
47685 [  9364] By: nick                                  on 2001/03/26  20:30:48
47686         Log: REFCNT botch in layer name cache hash.
47687      Branch: perlio
47688            ! perlio.c
47689 ____________________________________________________________________________
47690 [  9363] By: jhi                                   on 2001/03/26  18:44:32
47691         Log: Subject: [PATCH] socket() leaks file descriptors
47692              From: Benjamin Sugars <bsugars@canoe.ca>
47693              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
47694              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
47695              
47696              Also sockpair() fixed similarly.
47697      Branch: perl
47698            ! pp_sys.c
47699 ____________________________________________________________________________
47700 [  9362] By: jhi                                   on 2001/03/26  18:37:52
47701         Log: Integrate perlio.
47702      Branch: perl
47703           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
47704 ____________________________________________________________________________
47705 [  9361] By: nick                                  on 2001/03/26  17:32:06
47706         Log: Implement flush of linebuffered streams on read of a tty.
47707      Branch: perlio
47708            ! perlio.c perliol.h
47709 ____________________________________________________________________________
47710 [  9360] By: nick                                  on 2001/03/26  17:12:32
47711         Log: Memory tweaks and notes for OEMVS.
47712      Branch: perlio
47713            ! README.os390 miniperlmain.c t/op/pat.t
47714 ____________________________________________________________________________
47715 [  9359] By: jhi                                   on 2001/03/26  02:12:54
47716         Log: Update Changes.
47717      Branch: perl
47718            ! Changes patchlevel.h
47719 ____________________________________________________________________________
47720 [  9358] By: jhi                                   on 2001/03/26  02:05:32
47721         Log: Document the most common pixie options.
47722      Branch: perl
47723            ! pod/perlhack.pod
47724 ____________________________________________________________________________
47725 [  9357] By: jhi                                   on 2001/03/26  01:25:28
47726         Log: For perl.pixie check *before* compiling that optimize is -g,
47727              as for perl.third.
47728      Branch: perl
47729            ! Makefile.SH
47730 ____________________________________________________________________________
47731 [  9356] By: jhi                                   on 2001/03/26  01:13:41
47732         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
47733      Branch: perl
47734            ! Makefile.SH
47735 ____________________________________________________________________________
47736 [  9355] By: jhi                                   on 2001/03/26  01:11:19
47737         Log: Remove t/perl.third.
47738      Branch: perl
47739            ! Makefile.SH
47740 ____________________________________________________________________________
47741 [  9354] By: jhi                                   on 2001/03/26  00:23:38
47742         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
47743              IO::Sockatmark().
47744      Branch: perl
47745            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47746 ____________________________________________________________________________
47747 [  9353] By: jhi                                   on 2001/03/25  22:25:04
47748         Log: Integrate perlio.
47749      Branch: perl
47750           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47751           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
47752           !> pp_hot.c win32/makefile.mk
47753 ____________________________________________________________________________
47754 [  9352] By: jhi                                   on 2001/03/25  22:21:41
47755         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
47756              From: Radu Greab <radu@netsoft.ro>
47757              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
47758              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
47759      Branch: perl
47760            ! pp_sys.c
47761 ____________________________________________________________________________
47762 [  9351] By: nick                                  on 2001/03/25  22:15:02
47763         Log: Fix readline in list mode to tell rest of world that it has
47764              things on the stack. Otherwise if perl code gets invoked
47765              underneath it it scribbles over results-so-far.
47766              (Why TIEHANDLE has not tripped on this is a mystery.)
47767      Branch: perlio
47768            ! pp_hot.c
47769 ____________________________________________________________________________
47770 [  9350] By: nick                                  on 2001/03/25  22:10:13
47771         Log: win32/makefile.mk typos
47772      Branch: perlio
47773            ! win32/makefile.mk
47774 ____________________________________________________________________________
47775 [  9349] By: nick                                  on 2001/03/25  21:31:14
47776         Log: Integrate now-non-binary file.
47777      Branch: perlio
47778           !> t/lib/mimeqp.t
47779 ____________________________________________________________________________
47780 [  9348] By: nick                                  on 2001/03/25  21:27:24
47781         Log: Make it text
47782      Branch: perlio
47783            ! t/lib/mimeqp.t
47784 ____________________________________________________________________________
47785 [  9347] By: nick                                  on 2001/03/25  21:25:37
47786         Log: Integrate mainline.
47787      Branch: perlio
47788           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
47789           !> lib/Term/ReadLine.pm t/lib/md5-file.t
47790 ____________________________________________________________________________
47791 [  9346] By: nick                                  on 2001/03/25  20:58:15
47792         Log: Add destruct time hook to PerlIO (for work-in-process implementing
47793              layers in perl code. In such cases layers need to be popped before
47794              we loose the ability to run perl code.)
47795              Also back-out "PerlIO::object" hook - it isn't going to work like that...
47796      Branch: perlio
47797            ! perl.c perlio.c perlio.h perliol.h
47798 ____________________________________________________________________________
47799 [  9345] By: nick                                  on 2001/03/25  20:49:11
47800         Log: Avoid at leasy one of undefined warnings in Encode.
47801      Branch: perlio
47802            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47803 ____________________________________________________________________________
47804 [  9344] By: jhi                                   on 2001/03/25  20:37:43
47805         Log: A workaround for using Term::ReadLine in emacs minibuffer
47806              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
47807              additional tweaks from Ilya Zakharevich.
47808      Branch: perl
47809            ! lib/Term/ReadLine.pm
47810 ____________________________________________________________________________
47811 [  9343] By: nick                                  on 2001/03/25  20:21:14
47812         Log: Missing return value.
47813      Branch: perlio
47814            ! ext/PerlIO/Scalar/Scalar.xs
47815 ____________________________________________________________________________
47816 [  9342] By: jhi                                   on 2001/03/25  16:21:00
47817         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
47818              to equal the CPAN versions since no code changes have been made.
47819      Branch: perl
47820            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
47821            ! t/lib/md5-file.t
47822 ____________________________________________________________________________
47823 [  9341] By: jhi                                   on 2001/03/25  16:01:48
47824         Log: Escape 8-bit characters.
47825      Branch: perl
47826            ! t/lib/mimeqp.t
47827 ____________________________________________________________________________
47828 [  9340] By: gsar                                  on 2001/03/25  15:50:53
47829         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
47830              chars)
47831      Branch: perl
47832            + t/lib/mimeqp.t
47833 ____________________________________________________________________________
47834 [  9339] By: gsar                                  on 2001/03/25  15:48:50
47835         Log: delete mimeqp.t for later add with text mode set
47836      Branch: perl
47837            - t/lib/mimeqp.t
47838 ____________________________________________________________________________
47839 [  9338] By: nick                                  on 2001/03/25  09:01:57
47840         Log: Integrate mainline.
47841      Branch: perlio
47842           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47843           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
47844           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
47845           +> t/lib/mimeb64u.t t/lib/mimeqp.t
47846           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
47847           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
47848           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
47849 ____________________________________________________________________________
47850 [  9337] By: jhi                                   on 2001/03/25  04:23:24
47851         Log: Add MIME::Base64 here and there.  Again, a lot of
47852              optimism is in the air.
47853      Branch: perl
47854            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
47855            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
47856 ____________________________________________________________________________
47857 [  9336] By: jhi                                   on 2001/03/25  04:12:43
47858         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
47859              this by ear as I do not do Win32 programming.)
47860      Branch: perl
47861            ! win32/Makefile win32/makefile.mk
47862 ____________________________________________________________________________
47863 [  9335] By: jhi                                   on 2001/03/25  04:03:50
47864         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
47865      Branch: perl
47866            ! t/lib/md5-file.t
47867 ____________________________________________________________________________
47868 [  9334] By: jhi                                   on 2001/03/25  03:58:53
47869         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
47870      Branch: perl
47871            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47872            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
47873            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
47874            + t/lib/mimeb64u.t t/lib/mimeqp.t
47875            ! MANIFEST
47876 ____________________________________________________________________________
47877 [  9333] By: jhi                                   on 2001/03/24  20:14:37
47878         Log: Integrate perlio.
47879      Branch: perl
47880           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
47881 ____________________________________________________________________________
47882 [  9332] By: nick                                  on 2001/03/24  19:40:34
47883         Log: Fix un-init variable leading to spurious "Out of Memory!"
47884      Branch: perlio
47885            ! doio.c
47886 ____________________________________________________________________________
47887 [  9331] By: nick                                  on 2001/03/24  19:09:59
47888         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
47889              and update layers internals doc.
47890      Branch: perlio
47891            ! pod/perlfunc.pod pod/perliol.pod
47892 ____________________________________________________________________________
47893 [  9330] By: jhi                                   on 2001/03/24  18:42:11
47894         Log: The length might be uninitialized garbage if the *svp is the undef.
47895      Branch: perl
47896            ! doio.c
47897 ____________________________________________________________________________
47898 [  9329] By: jhi                                   on 2001/03/24  18:26:57
47899         Log: (Retracted by #9393)
47900              
47901              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
47902              From: Simon Cozens <simon@netthink.co.uk>
47903              Date: Sat, 24 Mar 2001 17:13:17 +0000
47904              Message-ID: <20010324171317.A13406@netthink.co.uk>
47905      Branch: perl
47906            ! utils/h2xs.PL
47907 ____________________________________________________________________________
47908 [  9328] By: nick                                  on 2001/03/24  17:22:02
47909         Log: Integrate mainline.
47910      Branch: perlio
47911           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
47912           !> lib/unicode/version
47913 ____________________________________________________________________________
47914 [  9327] By: nick                                  on 2001/03/24  17:16:02
47915         Log: Integrate mainline.
47916      Branch: perlio
47917           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
47918           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
47919           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
47920           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
47921           +> t/lib/md5-file.t
47922           !> MANIFEST Makefile.SH configure.com djgpp/config.over
47923           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
47924           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
47925           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
47926           !> win32/makefile.mk
47927 ____________________________________________________________________________
47928 [  9326] By: jhi                                   on 2001/03/24  17:00:42
47929         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
47930      Branch: perl
47931            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
47932            ! lib/unicode/version
47933 ____________________________________________________________________________
47934 [  9325] By: jhi                                   on 2001/03/24  16:22:33
47935         Log: Subject: Re: B::Deparse bug (5.6.0)
47936              From: Robin Houston <robin@kitsite.com>
47937              Date: Sat, 24 Mar 2001 14:33:09 +0000
47938              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
47939      Branch: perl
47940            ! op.c pp.c t/lib/b.t t/op/repeat.t
47941 ____________________________________________________________________________
47942 [  9324] By: jhi                                   on 2001/03/24  16:21:56
47943         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
47944              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
47945              these additions may be too optimistic.
47946      Branch: perl
47947            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
47948            ! hints/uwin.sh hints/vmesa.sh
47949 ____________________________________________________________________________
47950 [  9323] By: jhi                                   on 2001/03/24  16:06:01
47951         Log: Integrate perlio.
47952      Branch: perl
47953           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
47954           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47955            ! Makefile.SH
47956           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
47957           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
47958           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
47959           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47960           !> win32/makefile.mk win32/perlhost.h win32/win32.c
47961           !> win32/win32iop.h
47962 ____________________________________________________________________________
47963 [  9322] By: nick                                  on 2001/03/24  14:39:12
47964         Log: Routine Win32 regen_config_h - no real changes.
47965      Branch: perlio
47966            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47967 ____________________________________________________________________________
47968 [  9321] By: nick                                  on 2001/03/24  14:31:49
47969         Log: PerlIO fixups for Win32:
47970              - provide win33_popenlist() - non-functional as yet.
47971              - avoid need for aTHX in PerlIO_debug calls - even if not 
47972              enabled args are still evaluated so Win32 has trouble during fork().
47973              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
47974              - Fixup makedef.pl for latest set of symbols.
47975      Branch: perlio
47976            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
47977            ! win32/perlhost.h win32/win32.c win32/win32iop.h
47978 ____________________________________________________________________________
47979 [  9320] By: nick                                  on 2001/03/24  14:26:58
47980         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
47981              was gibberish - broke it on WIn32 at least.
47982      Branch: perlio
47983            ! ext/POSIX/POSIX.xs
47984 ____________________________________________________________________________
47985 [  9319] By: nick                                  on 2001/03/24  11:29:41
47986         Log: Generated files.
47987      Branch: perlio
47988            ! embed.h global.sym objXSUB.h perlapi.c proto.h
47989 ____________________________________________________________________________
47990 [  9318] By: nick                                  on 2001/03/24  10:29:37
47991         Log: Implement:
47992              1.  open($fh,"+<",undef);  # add test to t/io/open.t
47993              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
47994      Branch: perlio
47995            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
47996            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47997            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
47998            ! t/io/open.t t/io/utf8.t
47999 ____________________________________________________________________________
48000 [  9317] By: jhi                                   on 2001/03/23  23:41:25
48001         Log: AIX does seems to have optimization problems with its C compilers.
48002      Branch: perl
48003            ! hints/aix.sh
48004 ____________________________________________________________________________
48005 [  9316] By: jhi                                   on 2001/03/23  23:40:46
48006         Log: Integrate perlio.
48007      Branch: perl
48008           +> lib/PerlIO.pm
48009           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
48010           !> perliol.h
48011 ____________________________________________________________________________
48012 [  9315] By: jhi                                   on 2001/03/23  22:16:30
48013         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
48014      Branch: perl
48015            ! t/lib/md5-file.t
48016 ____________________________________________________________________________
48017 [  9314] By: nick                                  on 2001/03/23  20:49:02
48018         Log: Perlio internals re-organized.
48019              - open process creates AV of layer/arg pairs
48020              (appends layers from open() or open.pm to default list).
48021              - push arg is now an SV.
48022              - layer ->Open get passed the AV
48023              - open is no longer mandatory method.
48024              - topmost layer that has ->Open method does the open
48025              - any layers above are pushed once that returns.
48026              - vtable re-ordered so dummy layers need only provide push/pop methods.
48027      Branch: perlio
48028            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48029 ____________________________________________________________________________
48030 [  9313] By: nick                                  on 2001/03/23  16:27:41
48031         Log: Check in a stable (working) version before next round of tweaks.
48032              Changes include:
48033              - Move default layers code out of doio.c and into perlio.c
48034              - Single routine for parsing layer specification strings.
48035              - Skeleton support for demand loading of layers
48036              - Core-dump avoidance if PERLIO environment specifies loadable layer
48037              (does not _work_ as need IO to load and need load to do IO ...)
48038      Branch: perlio
48039            + lib/PerlIO.pm
48040            ! MANIFEST doio.c perlio.c
48041 ____________________________________________________________________________
48042 [  9312] By: gsar                                  on 2001/03/23  16:25:25
48043         Log: add execute bit to files with shebang lines in the repository;
48044              avoid clobbering execute bit in Porting/makerel 
48045      Branch: maint-5.6/perl
48046            ! (edit 144 files)
48047 ____________________________________________________________________________
48048 [  9311] By: jhi                                   on 2001/03/23  14:25:35
48049         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
48050      Branch: perl
48051            ! MANIFEST
48052 ____________________________________________________________________________
48053 [  9310] By: jhi                                   on 2001/03/23  13:45:04
48054         Log: Subject: [PATCH] Net::Ping
48055              From: Colin McMillen <mcmi0037@tc.umn.edu>
48056              Date: Thu, 22 Mar 2001 19:30:31 -0600
48057              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
48058      Branch: perl
48059            ! lib/Net/Ping.pm
48060 ____________________________________________________________________________
48061 [  9309] By: jhi                                   on 2001/03/23  13:39:13
48062         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
48063      Branch: perl
48064            ! t/lib/md5-aaa.t t/lib/md5-file.t
48065 ____________________________________________________________________________
48066 [  9308] By: jhi                                   on 2001/03/23  13:20:34
48067         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
48068              - bump the version to 2.14
48069              - drop the base64 tests since they require MIME::Base64
48070              - drop the rfc1321.txt
48071              - drop the hints/dec_osf.pl since it's only needed for
48072              pre-5.005_03 Perls
48073              Todo:
48074              - the U32 alignment testing is now removed; it needs to
48075              be reintroduced as as a Config variable (meaning also
48076              as a Configure test)
48077              - get the new EBCDIC md5sum for MD5.pm
48078              - test in Win32 to see how badly I botched the makefiles
48079      Branch: perl
48080            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
48081            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
48082            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
48083            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
48084            + t/lib/md5-file.t
48085            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48086            ! win32/Makefile win32/makefile.mk
48087 ____________________________________________________________________________
48088 [  9307] By: jhi                                   on 2001/03/23  12:56:14
48089         Log: Integrate change #9306 from maintperl into mainline,
48090              AIX dynaloader for AIXes without <load.h>.
48091      Branch: perl
48092           !> ext/DynaLoader/hints/aix.pl
48093 ____________________________________________________________________________
48094 [  9306] By: jhi                                   on 2001/03/23  12:51:36
48095         Log: There are AIXes without /usr/include/load.h,
48096              patch from H.Merijn Brand.
48097      Branch: maint-5.6/perl
48098            ! ext/DynaLoader/hints/aix.pl
48099 ____________________________________________________________________________
48100 [  9305] By: nick                                  on 2001/03/23  11:00:42
48101         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
48102      Branch: perlio
48103            ! ext/Encode/Encode.xs perlio.c perlio.h
48104 ____________________________________________________________________________
48105 [  9304] By: nick                                  on 2001/03/23  10:20:46
48106         Log: Render -Duseperlio functional again.
48107              - this is "quick fix" which calls PerlIO_apply_layers after opening,
48108              which is what old scheme did. New scheme needs to change that
48109              to make open(...,\$scalar) etc. work but this will do for now.
48110      Branch: perlio
48111            ! perlio.c
48112 ____________________________________________________________________________
48113 [  9303] By: nick                                  on 2001/03/23  09:53:20
48114         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
48115              -Uuseperlio now works again.
48116              -Duseperlio is still poorly. Don't merge yet...
48117      Branch: perlio
48118            ! doio.c perlio.h
48119 ____________________________________________________________________________
48120 [  9302] By: nick                                  on 2001/03/22  22:26:51
48121         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
48122              type code.
48123              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
48124              is its main caller. In particular now has access to "extra" args, and
48125              can tell when an open handle is "reopened" (or duped?).
48126              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
48127              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
48128              PerlIO_open() et. al. (i.e. other way round).
48129              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
48130              with args close to PerlIO_openn().
48131      Branch: perlio
48132            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48133 ____________________________________________________________________________
48134 [  9301] By: jhi                                   on 2001/03/22  20:58:04
48135         Log: Integrate perlio.
48136      Branch: perl
48137           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
48138           !> t/io/open.t util.c
48139 ____________________________________________________________________________
48140 [  9300] By: nick                                  on 2001/03/22  17:36:32
48141         Log: Don't include $@ in not ok message.
48142      Branch: perlio
48143            ! t/io/open.t
48144 ____________________________________________________________________________
48145 [  9299] By: gsar                                  on 2001/03/22  16:53:45
48146         Log: back out changes#7532,7521 for now (appears to have problems
48147              on IRIX)
48148      Branch: maint-5.6/perl
48149            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48150            ! ext/POSIX/typemap pod/perlvar.pod
48151 ____________________________________________________________________________
48152 [  9298] By: nick                                  on 2001/03/22  14:35:46
48153         Log: Give a meaning to '&' in n-arg open case:
48154              open($fh,"<&",$scalar);
48155              $scalar can be:
48156              - an integer which does "fdopen"
48157              open($fh,"<&",2); # like open($fh,"<&2")
48158              - something that will yield a file handle via sv_2io()
48159              useful for dup'ing anonymous handles.
48160              e.g.:
48161              open(my $fh,"<&",\*STDIN);
48162              open(my $dup,"<&",$fh);
48163      Branch: perlio
48164            ! doio.c t/io/open.t
48165 ____________________________________________________________________________
48166 [  9297] By: nick                                  on 2001/03/22  13:34:35
48167         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
48168      Branch: perlio
48169            ! util.c
48170 ____________________________________________________________________________
48171 [  9296] By: nick                                  on 2001/03/22  12:51:20
48172         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
48173      Branch: perlio
48174            ! perl.c
48175 ____________________________________________________________________________
48176 [  9295] By: nick                                  on 2001/03/22  11:59:44
48177         Log: If stdin, stdout or stderr get opened in unexpected read/write state
48178              then warn at time of open not at time of use.
48179      Branch: perlio
48180            ! doio.c pp_hot.c pp_sys.c
48181 ____________________________________________________________________________
48182 [  9294] By: nick                                  on 2001/03/22  10:54:35
48183         Log: Die on n-arg open(...,"",xxx,yyy,...)
48184              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
48185              - die on read/write cases so we can decide what it means later.
48186      Branch: perlio
48187            ! doio.c embed.pl iperlsys.h util.c
48188 ____________________________________________________________________________
48189 [  9293] By: nick                                  on 2001/03/22  09:02:45
48190         Log: perlio tweaks (reported by Nick Clark)
48191              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
48192              error check in Pendinf_read().
48193      Branch: perlio
48194            ! perlio.c
48195 ____________________________________________________________________________
48196 [  9292] By: gsar                                  on 2001/03/22  07:12:00
48197         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
48198              fixes)
48199      Branch: maint-5.6/perl
48200           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
48201 ____________________________________________________________________________
48202 [  9291] By: jhi                                   on 2001/03/22  06:06:44
48203         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
48204      Branch: perl
48205            ! t/op/re_tests
48206 ____________________________________________________________________________
48207 [  9290] By: jhi                                   on 2001/03/22  05:57:01
48208         Log: Move MacOS Classic higher in the list of supported platforms.
48209      Branch: maint-5.6/perl
48210            ! pod/perlport.pod
48211 ____________________________________________________________________________
48212 [  9289] By: gsar                                  on 2001/03/22  05:35:04
48213         Log: revert part of change#6438 for compatibility (av_reify()
48214              appears to be needed to implement av_splice()ish things
48215              in XS)
48216      Branch: maint-5.6/perl
48217            ! embed.pl global.sym objXSUB.h perlapi.c
48218 ____________________________________________________________________________
48219 [  9288] By: gsar                                  on 2001/03/22  03:09:19
48220         Log: update copyright year
48221      Branch: maint-5.6/perl
48222            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
48223            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
48224            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
48225            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
48226            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
48227            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
48228            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
48229            ! x2p/walk.c
48230 ____________________________________________________________________________
48231 [  9287] By: jhi                                   on 2001/03/21  20:30:54
48232         Log: Integrate perlio.
48233      Branch: perl
48234           !> ext/Data/Dumper/Dumper.xs
48235 ____________________________________________________________________________
48236 [  9286] By: gsar                                  on 2001/03/21  19:49:54
48237         Log: makefile.mk tweak
48238      Branch: maint-5.6/perl
48239            ! win32/Makefile win32/makefile.mk
48240 ____________________________________________________________________________
48241 [  9285] By: nick                                  on 2001/03/21  19:07:13
48242         Log: Multiplicity fix for Dumper.
48243      Branch: perlio
48244            ! ext/Data/Dumper/Dumper.xs
48245 ____________________________________________________________________________
48246 [  9284] By: nick                                  on 2001/03/21  19:01:07
48247         Log: Integrate mainline - (does not build xTHX issue in Dumper).
48248      Branch: perlio
48249           !> (integrate 27 files)
48250 ____________________________________________________________________________
48251 [  9283] By: jhi                                   on 2001/03/21  17:17:35
48252         Log: Integrate change #9282 from mainline into maintperl,
48253              4-arg UTF-8 substr().
48254      Branch: maint-5.6/perl
48255           !> pp.c
48256 ____________________________________________________________________________
48257 [  9282] By: jhi                                   on 2001/03/21  17:15:43
48258         Log: The #9270 would have leaked a scalar if pp_substr()
48259              returned early.
48260      Branch: perl
48261            ! pp.c
48262 ____________________________________________________________________________
48263 [  9281] By: gsar                                  on 2001/03/21  17:03:14
48264         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
48265      Branch: maint-5.6/perl
48266            ! win32/makefile.mk
48267 ____________________________________________________________________________
48268 [  9280] By: gsar                                  on 2001/03/21  17:01:20
48269         Log: some tweaks to change#9278 (fork() emulation should be enabled
48270              by setting BUILD_FLAVOR instead of changing the defaults)
48271      Branch: maint-5.6/perl
48272            ! win32/makefile.mk
48273 ____________________________________________________________________________
48274 [  9279] By: gsar                                  on 2001/03/21  16:47:19
48275         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
48276      Branch: maint-5.6/perl
48277            ! ext/File/Glob/Glob.pm
48278           !> lib/Cwd.pm
48279 ____________________________________________________________________________
48280 [  9278] By: jhi                                   on 2001/03/21  14:35:10
48281         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
48282              From: "Vadim Konovalov" <watman@inbox.ru>
48283              Date: Wed, 21 Mar 2001 01:53:51 +0300
48284              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
48285      Branch: maint-5.6/perl
48286            ! win32/makefile.mk win32/win32sck.c
48287 ____________________________________________________________________________
48288 [  9277] By: jhi                                   on 2001/03/21  13:58:28
48289         Log: Integrate change #9270 from mainline to maintperl:
48290              continued 4-arg UTF-8 substr() fixing.
48291      Branch: maint-5.6/perl
48292           !> pp.c t/op/substr.t
48293 ____________________________________________________________________________
48294 [  9276] By: jhi                                   on 2001/03/21  13:33:00
48295         Log: More pixie cleaning.
48296      Branch: perl
48297            ! Makefile.SH
48298 ____________________________________________________________________________
48299 [  9275] By: jhi                                   on 2001/03/21  03:54:17
48300         Log: Update Changes.
48301      Branch: perl
48302            ! Changes patchlevel.h
48303 ____________________________________________________________________________
48304 [  9274] By: jhi                                   on 2001/03/21  03:48:24
48305         Log: First stab at making Data::Dumper to grok Unicode.
48306              
48307              TODO: tests, EBCDICify.
48308      Branch: perl
48309            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
48310 ____________________________________________________________________________
48311 [  9273] By: jhi                                   on 2001/03/21  02:23:00
48312         Log: Fix for
48313              
48314              Subject: Memory leak in unquoted print   
48315              From: Benjamin Sugars <bsugars@canoe.ca> 
48316              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
48317              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
48318      Branch: perl
48319            ! perlio.c
48320 ____________________________________________________________________________
48321 [  9272] By: jhi                                   on 2001/03/21  01:33:17
48322         Log: Subject: Re: [PATCH] POSIX::getcwd()
48323              From: Benjamin Sugars <bsugars@canoe.ca> 
48324              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
48325              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
48326      Branch: perl
48327            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
48328 ____________________________________________________________________________
48329 [  9271] By: jhi                                   on 2001/03/21  01:22:52
48330         Log: Subject: [PATCH] Cwd.pm docs
48331              From: Benjamin Sugars <bsugars@canoe.ca>
48332              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
48333              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
48334      Branch: perl
48335            ! lib/Cwd.pm
48336 ____________________________________________________________________________
48337 [  9270] By: jhi                                   on 2001/03/21  01:16:29
48338         Log: Continue 4-arg substr() UTF-8 fixage.
48339      Branch: perl
48340            ! pp.c t/op/substr.t
48341 ____________________________________________________________________________
48342 [  9269] By: jhi                                   on 2001/03/21  00:46:14
48343         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
48344              
48345              revert the leak fix in change#9142 (problem needs a more experimental
48346              fix unsuitable for 5.6.1)
48347              
48348              do alphabetical sorting by default (for csh compatibility)
48349              
48350              cut-n-paste goof in change#9264
48351              
48352              VMS piping fixes (from Charles Lane)
48353      Branch: perl
48354           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
48355           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48356           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
48357 ____________________________________________________________________________
48358 [  9268] By: jhi                                   on 2001/03/21  00:37:04
48359         Log: Integrate perlio.
48360      Branch: perl
48361           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
48362           !> utf8.c utf8.h utfebcdic.h
48363 ____________________________________________________________________________
48364 [  9267] By: nick                                  on 2001/03/20  20:04:39
48365         Log: More EBCDIC stuff:
48366              - Loose the extra level of function on ASCII.
48367              - spotted a chr(0) issue in sv.c
48368              - re-work of UTF-X tr/// ranges to work in Unicode
48369              space. Still issues with the "0xff is illegal UTF-8" hack.
48370              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
48371              (why do it once when you can do it all over the place :-(
48372              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
48373              need utf8.pm for swashes.
48374              - Simplified and commented scan_const() in toke.c
48375              Still something wrong regexp and tr (swashes?).
48376      Branch: perlio
48377            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
48378            ! utf8.c utf8.h utfebcdic.h
48379 ____________________________________________________________________________
48380 [  9266] By: gsar                                  on 2001/03/20  19:16:43
48381         Log: VMS piping fixes (from Charles Lane)
48382      Branch: maint-5.6/perl
48383            ! vms/vms.c vms/vmspipe.com
48384 ____________________________________________________________________________
48385 [  9265] By: gsar                                  on 2001/03/20  17:53:52
48386         Log: cut-n-paste goof in change#9264
48387      Branch: maint-5.6/perl
48388            ! ext/File/Glob/Glob.xs
48389 ____________________________________________________________________________
48390 [  9264] By: gsar                                  on 2001/03/20  17:43:47
48391         Log: do alphabetical sorting by default (for csh compatibility);
48392              bsd_glob() does ASCII sort by default as usual, unless
48393              GLOB_ALPHASORT was specified
48394      Branch: maint-5.6/perl
48395            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
48396            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48397            ! ext/File/Glob/bsd_glob.h
48398 ____________________________________________________________________________
48399 [  9263] By: gsar                                  on 2001/03/20  16:40:08
48400         Log: integrate change#9255 from mainline (unicode fix)
48401              
48402              substr($bytestr, i, n, $charstr)
48403      Branch: maint-5.6/perl
48404           !> Todo-5.6 pp.c t/op/substr.t
48405 ____________________________________________________________________________
48406 [  9262] By: gsar                                  on 2001/03/20  15:57:41
48407         Log: revert the leak fix in change#9142 (problem needs a more experimental
48408              fix unsuitable for 5.6.1)
48409      Branch: maint-5.6/perl
48410            ! scope.c
48411 ____________________________________________________________________________
48412 [  9261] By: jhi                                   on 2001/03/20  14:26:25
48413         Log: Integrate changes #9259,9260 from maintperl into mainline.
48414              
48415              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48416              
48417              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48418      Branch: perl
48419           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
48420 ____________________________________________________________________________
48421 [  9260] By: jhi                                   on 2001/03/20  14:05:46
48422         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48423              From: Robin Barker <rmb1@cise.npl.co.uk>
48424              Date: Tue, 20 Mar 2001 10:12:04 GMT
48425              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
48426      Branch: maint-5.6/perl
48427            ! run.c
48428 ____________________________________________________________________________
48429 [  9259] By: jhi                                   on 2001/03/20  14:04:39
48430         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48431              From: Chris Nandor <pudge@pobox.com>
48432              Date: Tue, 20 Mar 2001 00:40:56 -0500
48433              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
48434      Branch: maint-5.6/perl
48435            ! ext/POSIX/POSIX.xs lib/File/Path.pm
48436 ____________________________________________________________________________
48437 [  9258] By: jhi                                   on 2001/03/20  05:09:34
48438         Log: Update Changes.
48439      Branch: perl
48440            ! Changes patchlevel.h
48441 ____________________________________________________________________________
48442 [  9257] By: jhi                                   on 2001/03/20  05:04:25
48443         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
48444      Branch: perl
48445            ! t/op/tr.t
48446 ____________________________________________________________________________
48447 [  9256] By: jhi                                   on 2001/03/20  04:43:12
48448         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
48449              From: Peter Prymmer <pvhp@forte.com>
48450              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
48451              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
48452      Branch: maint-5.6/perl
48453            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
48454 ____________________________________________________________________________
48455 [  9255] By: jhi                                   on 2001/03/19  23:17:17
48456         Log: substr($bytestr, i, n, $charstr)
48457              
48458              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
48459      Branch: perl
48460            ! Todo-5.6 pp.c t/op/substr.t
48461 ____________________________________________________________________________
48462 [  9254] By: jhi                                   on 2001/03/19  22:25:09
48463         Log: Rearrange the make test target prerequisites so that
48464              in a parallel make 'all' is finished before 'test'.
48465      Branch: perl
48466            ! Makefile.SH
48467 ____________________________________________________________________________
48468 [  9253] By: jhi                                   on 2001/03/19  21:48:07
48469         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
48470              From: Robin Houston <robin@kitsite.com>
48471              Date: Mon, 19 Mar 2001 15:48:41 +0000
48472              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
48473      Branch: perl
48474            ! pp_ctl.c
48475 ____________________________________________________________________________
48476 [  9252] By: jhi                                   on 2001/03/19  21:42:27
48477         Log: Integrate perlio.
48478      Branch: perl
48479           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
48480           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
48481           !> utfebcdic.h vms/perly_c.vms
48482 ____________________________________________________________________________
48483 [  9251] By: jhi                                   on 2001/03/19  21:31:28
48484         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
48485              
48486              Dynaloading in 64-bit AIX with vac.
48487      Branch: perl
48488           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48489           !> hints/aix.sh
48490 ____________________________________________________________________________
48491 [  9250] By: jhi                                   on 2001/03/19  21:18:00
48492         Log: A more robust solution for the 64bitall AIX dynaloading
48493              problem, from Jens-Uwe Mager.
48494      Branch: maint-5.6/perl
48495            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48496 ____________________________________________________________________________
48497 [  9249] By: nick                                  on 2001/03/19  20:59:37
48498         Log: Integrate mainline.
48499      Branch: perlio
48500           !> (integrate 42 files)
48501 ____________________________________________________________________________
48502 [  9248] By: nick                                  on 2001/03/19  20:22:07
48503         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
48504              (Building on OS390 uses native YACC and YYDEBUG has other
48505              side effects.)
48506      Branch: perlio
48507            ! perly.c perly.y vms/perly_c.vms
48508 ____________________________________________________________________________
48509 [  9247] By: jhi                                   on 2001/03/19  19:59:53
48510         Log: 64-bit AIX dynaloading problem (see #9244) idea
48511              from Jens-Uwe Mager.
48512      Branch: maint-5.6/perl
48513            ! ext/DynaLoader/dl_aix.xs
48514 ____________________________________________________________________________
48515 [  9246] By: nick                                  on 2001/03/19  19:27:57
48516         Log: More EBCDIC fixes.
48517      Branch: perlio
48518            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
48519            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
48520 ____________________________________________________________________________
48521 [  9245] By: jhi                                   on 2001/03/19  19:05:19
48522         Log: Integrate change #9243 from mainline into maintperl.
48523              
48524              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48525      Branch: maint-5.6/perl
48526           !> README.vmesa
48527 ____________________________________________________________________________
48528 [  9244] By: jhi                                   on 2001/03/19  19:03:15
48529         Log: Get 64bitall AIX building, but still does not test okay:
48530              dynaloading anything fails, for example for op/defins:
48531              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
48532              (update: fixed by #9247,9250)
48533      Branch: maint-5.6/perl
48534            ! hints/aix.sh
48535 ____________________________________________________________________________
48536 [  9243] By: jhi                                   on 2001/03/19  19:00:16
48537         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48538              From: Robin Barker <rmb1@cise.npl.co.uk>
48539              Date: Mon, 19 Mar 2001 18:01:57 GMT
48540              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
48541      Branch: perl
48542            ! README.vmesa
48543 ____________________________________________________________________________
48544 [  9242] By: jhi                                   on 2001/03/19  18:58:43
48545         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
48546              
48547              TODO: tests.
48548      Branch: perl
48549            ! doop.c op.c
48550 ____________________________________________________________________________
48551 [  9241] By: gsar                                  on 2001/03/19  17:34:46
48552         Log: VMSify tests (from Charles Lane)
48553      Branch: maint-5.6/perl
48554            ! t/lib/filehand.t t/lib/texttabs.t
48555 ____________________________________________________________________________
48556 [  9240] By: jhi                                   on 2001/03/19  14:24:26
48557         Log: Integrate change #9233 from maintperl into mainline.
48558              
48559              some refcounts were incorrect in perl_clone()
48560      Branch: perl
48561           !> sv.c
48562 ____________________________________________________________________________
48563 [  9239] By: gsar                                  on 2001/03/19  09:23:17
48564         Log: this is 5.6.1-trial3
48565      Branch: maint-5.6/perl
48566            ! Changes
48567 ____________________________________________________________________________
48568 [  9238] By: gsar                                  on 2001/03/19  08:47:04
48569         Log: some new symbols are only available under ithreads
48570      Branch: maint-5.6/perl
48571            ! makedef.pl
48572 ____________________________________________________________________________
48573 [  9237] By: gsar                                  on 2001/03/19  08:42:28
48574         Log: update patchlevel.h, Changes, &c.
48575      Branch: maint-5.6/perl
48576            ! Changes patchlevel.h pod/perlhist.pod
48577           !> AUTHORS
48578 ____________________________________________________________________________
48579 [  9236] By: gsar                                  on 2001/03/19  08:17:49
48580         Log: integrate changes#8068,8717 from mainline
48581              
48582              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48583              
48584              [PATCH CPAN 1.59_51] warning message (not!)
48585      Branch: maint-5.6/perl
48586           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
48587           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
48588           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
48589           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
48590           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48591 ____________________________________________________________________________
48592 [  9235] By: gsar                                  on 2001/03/19  08:07:09
48593         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
48594              
48595              [PATCH] Add missing CV flags to dump.c
48596              
48597              Re: [patch] Re: PL_ptr_table
48598              
48599              Fixup non-ithread build after 8713
48600              
48601              Generated files form 8713 etc.
48602              
48603              Correct the correction :-(
48604              
48605              Documenting coderef @INC (Re: CPAN "make this script work" feature)
48606              
48607              Subject: Re: sync sync sync: have I missed any patches?
48608              Replace djSP with dSP.
48609      Branch: maint-5.6/perl
48610           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
48611           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
48612           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
48613           !> sv.c sv.h win32/perlhost.h
48614 ____________________________________________________________________________
48615 [  9234] By: gsar                                  on 2001/03/19  07:22:05
48616         Log: revert the change#9090 integrate for now (change looks somewhat
48617              incomplete in that [ha]v_exists() need something similar; lacks
48618              tests; &c.)
48619      Branch: maint-5.6/perl
48620            ! hv.c
48621 ____________________________________________________________________________
48622 [  9233] By: gsar                                  on 2001/03/19  07:10:01
48623         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
48624              destruction when there are unreferenced scalars (SvREFCNT==0)
48625      Branch: maint-5.6/perl
48626            ! sv.c
48627 ____________________________________________________________________________
48628 [  9232] By: jhi                                   on 2001/03/19  05:11:02
48629         Log: Regen api and toc.
48630      Branch: maint-5.6/perl
48631            ! pod/perlapi.pod pod/perltoc.pod
48632 ____________________________________________________________________________
48633 [  9231] By: jhi                                   on 2001/03/19  04:06:03
48634         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
48635              add a lost line in pp.c:pp_chop(), update to new op/chop.
48636              
48637              Clarify the description differentiating for and while; inspired by
48638              
48639              Subject: [ID 20010306.004] || != named unary operator
48640              
48641              The $Is_MacOS needs to be declared.
48642      Branch: maint-5.6/perl
48643            ! pp.c t/op/chop.t
48644           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
48645 ____________________________________________________________________________
48646 [  9230] By: jhi                                   on 2001/03/19  03:48:16
48647         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
48648              9079,9083,9089,9090,9091 from mainline to maintperl.
48649              
48650              Quieten some noise in Win32 builds
48651              
48652              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
48653              
48654              The perlretut was still talking about the old \p and \P
48655              definitions.
48656              
48657              More tweakage on the Unicode character class descriptions.
48658              
48659              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
48660              
48661              Subject: 'no *POSIX' Patch speeding up make on BS2000 
48662              
48663              Subject: [PATCH] perldata.pod here-doc docs
48664              
48665              Add /sbin and /usr/sbin to the list of directories scanned
48666              for setuid programs.  Takes care of bug id 20010309.003.
48667              
48668              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
48669              
48670              In op/stat #35 better to scan all the potential directories
48671              for setuids, not just the first one.
48672      Branch: maint-5.6/perl
48673            ! Makefile.SH
48674           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
48675           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
48676           !> t/op/stat.t toke.c win32/win32.h
48677 ____________________________________________________________________________
48678 [  9229] By: jhi                                   on 2001/03/19  02:31:50
48679         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
48680              From: Chris Nandor <pudge@pobox.com>
48681              Date: Sat, 10 Mar 2001 14:22:19 -0500
48682              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
48683      Branch: maint-5.6/perl
48684            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
48685            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
48686            ! t/lib/b.t t/lib/errno.t
48687 ____________________________________________________________________________
48688 [  9228] By: jhi                                   on 2001/03/19  02:29:59
48689         Log: Integrate changes #9113,9122 from mainline into maintperl.
48690              
48691              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?)
48692      Branch: maint-5.6/perl
48693           !> Configure README.os390 hints/os390.sh
48694 ____________________________________________________________________________
48695 [  9227] By: jhi                                   on 2001/03/19  02:22:35
48696         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
48697              into maintperl.
48698              
48699              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
48700              
48701              Forgot to check-in the larger part of #9120, duh.
48702              
48703              Subject: Another patch for integer.pm POD 
48704              
48705              h2ph strictness and cleanliness from Kurt Starsinic.
48706              
48707              Borland filename case problem.
48708              
48709              h2ph strictness and cleanliness from Kurt Starsinic.
48710              
48711              Subject: [PATCH] the uncontroversial doc patches
48712      Branch: maint-5.6/perl
48713           +> win32/sncfnmcs.pl
48714           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
48715           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
48716           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
48717           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
48718           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
48719           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
48720           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
48721 ____________________________________________________________________________
48722 [  9226] By: jhi                                   on 2001/03/19  02:10:21
48723         Log: Integrate changes #9207,9214 from mainline into maintperl.
48724              
48725              podchecker relaxations: =over has an *optional* number after it,
48726              and whitespace in L<> is okay.
48727      Branch: maint-5.6/perl
48728           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
48729           !> t/pod/poderrs.xr
48730 ____________________________________________________________________________
48731 [  9225] By: jhi                                   on 2001/03/19  02:07:38
48732         Log: Integrate change #9219 from maintperl into mainline.
48733              
48734              remove duplicated tests
48735      Branch: perl
48736           !> t/op/re_tests
48737 ____________________________________________________________________________
48738 [  9224] By: jhi                                   on 2001/03/19  02:06:11
48739         Log: Integrate change #9223 from mainline to maintperl.
48740              
48741              Document -Dmksymlinks.
48742      Branch: maint-5.6/perl
48743           !> INSTALL
48744 ____________________________________________________________________________
48745 [  9223] By: jhi                                   on 2001/03/19  02:01:25
48746         Log: Document -Dmksymlinks.
48747      Branch: perl
48748            ! INSTALL
48749 ____________________________________________________________________________
48750 [  9222] By: jhi                                   on 2001/03/19  01:15:35
48751         Log: The -Dmksymlinks wasn't working for maintperl.
48752      Branch: maint-5.6/perl
48753            ! Configure
48754 ____________________________________________________________________________
48755 [  9221] By: jhi                                   on 2001/03/19  00:49:43
48756         Log: Cleanup pixie residue.
48757      Branch: perl
48758            ! Makefile.SH
48759 ____________________________________________________________________________
48760 [  9220] By: jhi                                   on 2001/03/19  00:44:47
48761         Log: Document the use of pixie/prof; create make targets for it.
48762              
48763              TODO: make t/TEST pixie-aware.
48764      Branch: perl
48765            ! Makefile.SH pod/perlhack.pod
48766 ____________________________________________________________________________
48767 [  9219] By: gsar                                  on 2001/03/19  00:16:55
48768         Log: remove duplicated tests
48769      Branch: maint-5.6/perl
48770            ! t/op/re_tests
48771 ____________________________________________________________________________
48772 [  9218] By: jhi                                   on 2001/03/18  23:59:31
48773         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
48774      Branch: perl
48775            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
48776 ____________________________________________________________________________
48777 [  9217] By: jhi                                   on 2001/03/18  23:25:20
48778         Log: Rewrite the tests section of Makefile to be less redundant
48779              and to allow for more flexible test targets, many recursive
48780              make calls introduced.
48781      Branch: perl
48782            ! Makefile.SH
48783 ____________________________________________________________________________
48784 [  9216] By: jhi                                   on 2001/03/18  22:30:04
48785         Log: Document the use of Third Degree (sparsely).
48786      Branch: perl
48787            ! pod/perlhack.pod t/TEST
48788 ____________________________________________________________________________
48789 [  9215] By: jhi                                   on 2001/03/18  22:10:30
48790         Log: Make targets for testing with Third Degree.
48791      Branch: perl
48792            ! Makefile.SH
48793 ____________________________________________________________________________
48794 [  9214] By: jhi                                   on 2001/03/18  21:08:53
48795         Log: The podchecker relaxations need to mirrored also at the tests.
48796      Branch: perl
48797            ! t/pod/poderrs.xr
48798 ____________________________________________________________________________
48799 [  9213] By: jhi                                   on 2001/03/18  20:56:21
48800         Log: Update Changes.
48801      Branch: perl
48802            ! Changes patchlevel.h
48803 ____________________________________________________________________________
48804 [  9212] By: jhi                                   on 2001/03/18  20:36:59
48805         Log: Looking for config.sh in parent directories isn't
48806              very useful for the toplevel Makefile.
48807      Branch: perl
48808            ! Makefile.SH
48809 ____________________________________________________________________________
48810 [  9211] By: jhi                                   on 2001/03/18  20:33:37
48811         Log: On "make clean" take care of Third Degree droppings.
48812      Branch: perl
48813            ! Makefile.SH
48814 ____________________________________________________________________________
48815 [  9210] By: jhi                                   on 2001/03/18  20:21:34
48816         Log: Add a hook for running the tests under the Third Degree
48817              debugging tool (set $ENV{PERL_3LOG} to non-zero)
48818              
48819              TODO: Document the use of Third Degree.
48820      Branch: perl
48821            ! t/TEST
48822 ____________________________________________________________________________
48823 [  9209] By: jhi                                   on 2001/03/18  20:19:07
48824         Log: Regen toc and api pods.
48825      Branch: perl
48826            ! pod/perlapi.pod pod/perltoc.pod
48827 ____________________________________________________________________________
48828 [  9208] By: jhi                                   on 2001/03/18  20:12:12
48829         Log: Integrate changes #8128,9132 from mainline into maintperl,
48830              Tie::SubstrHash fixes.
48831      Branch: maint-5.6/perl
48832           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
48833 ____________________________________________________________________________
48834 [  9207] By: jhi                                   on 2001/03/18  20:07:43
48835         Log: podchecker relaxations from Michael Stevens.
48836      Branch: perl
48837            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
48838 ____________________________________________________________________________
48839 [  9206] By: jhi                                   on 2001/03/18  20:04:24
48840         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
48841      Branch: perl
48842            ! lib/Locale/Constants.pm lib/Locale/Country.pm
48843            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
48844            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
48845 ____________________________________________________________________________
48846 [  9205] By: jhi                                   on 2001/03/18  19:54:45
48847         Log: Integrate changes #9161,9162 from maintperl to mainline.
48848              
48849              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
48850              results
48851      Branch: perl
48852           !> t/op/magic.t
48853 ____________________________________________________________________________
48854 [  9204] By: jhi                                   on 2001/03/18  19:37:46
48855         Log: Make perl.third checks more understandable to the builder.
48856      Branch: perl
48857            ! Makefile.SH
48858 ____________________________________________________________________________
48859 [  9203] By: jhi                                   on 2001/03/18  19:20:54
48860         Log: Re-integrate #9138 from maintperl to mainline,
48861              the squelching of the unneeded "Scalars leaked" messages.
48862      Branch: perl
48863           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
48864           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
48865           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
48866 ____________________________________________________________________________
48867 [  9202] By: jhi                                   on 2001/03/18  18:48:36
48868         Log: More robust and more paranoid perl.third target.
48869      Branch: perl
48870            ! Makefile.SH
48871 ____________________________________________________________________________
48872 [  9201] By: jhi                                   on 2001/03/18  18:39:21
48873         Log: Integrate change #9197 from maintperl to mainline.
48874              
48875              more thorough cleaning of arenas.
48876      Branch: perl
48877           !> embed.pl perl.c proto.h sv.c t/op/sort.t
48878 ____________________________________________________________________________
48879 [  9200] By: jhi                                   on 2001/03/18  18:25:17
48880         Log: Integrate perlio.
48881      Branch: perl
48882           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
48883           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
48884           !> t/lib/encode.t toke.c universal.c utf8.c
48885 ____________________________________________________________________________
48886 [  9199] By: nick                                  on 2001/03/18  15:23:51
48887         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
48888              is the sense of the test being done. Avoid some magical 127 and 128 values
48889              by using macros.
48890      Branch: perlio
48891            ! doop.c pp_ctl.c sv.c toke.c
48892 ____________________________________________________________________________
48893 [  9198] By: nick                                  on 2001/03/18  14:18:12
48894         Log: UTF-X encoding invariance for Encode:
48895              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
48896              - move the XS code for those to universal.c (so in miniperl)
48897              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
48898              - change ext/Encode/compile to use above.
48899              - Fix t/lib/encode.t for above
48900              - Teach t/lib/b.t to expect -uutf8
48901              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
48902              utf8.pm is needed.
48903      Branch: perlio
48904            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48905            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
48906 ____________________________________________________________________________
48907 [  9197] By: gsar                                  on 2001/03/18  12:15:57
48908         Log: more thorough cleaning of arenas--keep going until no more
48909              SvREFCNT_dec()s occur (this fixes the problem that causes the
48910              pesky "Scalars leaked" warnings)
48911      Branch: maint-5.6/perl
48912            ! embed.pl perl.c proto.h sv.c t/op/sort.t
48913 ____________________________________________________________________________
48914 [  9196] By: nick                                  on 2001/03/18  10:57:29
48915         Log: Fix pragma/utf8.t # 15
48916              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
48917              are SvUTF8 as well.
48918      Branch: perlio
48919            ! toke.c
48920 ____________________________________________________________________________
48921 [  9195] By: nick                                  on 2001/03/18  09:27:06
48922         Log: Integrate mainline
48923      Branch: perlio
48924           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
48925           !> t/op/pat.t
48926 ____________________________________________________________________________
48927 [  9194] By: jhi                                   on 2001/03/18  05:29:59
48928         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
48929              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
48930      Branch: perl
48931            ! op.c op.h t/op/misc.t t/op/pat.t
48932 ____________________________________________________________________________
48933 [  9193] By: jhi                                   on 2001/03/18  05:15:06
48934         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
48935      Branch: perl
48936            ! mg.c t/op/pat.t
48937 ____________________________________________________________________________
48938 [  9192] By: jhi                                   on 2001/03/18  04:22:43
48939         Log: tr/// UTF-8 patches from Inaba Hiroto.
48940      Branch: perl
48941            ! doop.c op.c
48942 ____________________________________________________________________________
48943 [  9191] By: jhi                                   on 2001/03/18  04:21:17
48944         Log: Integrate perlio.
48945      Branch: perl
48946           !> utf8.c utfebcdic.h
48947 ____________________________________________________________________________
48948 [  9190] By: nick                                  on 2001/03/17  20:32:01
48949         Log: Correct #if EBCDIC side typos.
48950              Builds and passes many tests on OS390.
48951      Branch: perlio
48952            ! utf8.c utfebcdic.h
48953 ____________________________________________________________________________
48954 [  9189] By: jhi                                   on 2001/03/17  18:55:49
48955         Log: Add prerequisites for the perl.third target.
48956      Branch: perl
48957            ! Makefile.SH
48958 ____________________________________________________________________________
48959 [  9188] By: jhi                                   on 2001/03/17  18:46:00
48960         Log: Integrate perlio.
48961      Branch: perl
48962           +> utfebcdic.h
48963           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
48964 ____________________________________________________________________________
48965 [  9187] By: jhi                                   on 2001/03/17  18:38:47
48966         Log: Add a make rule for perl.third (the Third Degree memory debugging
48967              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
48968      Branch: perl
48969            ! Makefile.SH
48970 ____________________________________________________________________________
48971 [  9186] By: nick                                  on 2001/03/17  18:34:48
48972         Log: MANIFEST addition :-(
48973      Branch: perlio
48974            ! MANIFEST
48975 ____________________________________________________________________________
48976 [  9185] By: nick                                  on 2001/03/17  18:29:50
48977         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
48978              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
48979              a superset of ASCII are invariant under the encoding. This is EBCDIC
48980              friendly as an encoded string can be looked at as being EBCDIC by lexer
48981              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
48982              ASCII on ASCII machines.
48983              
48984              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
48985              seperate.
48986              - Add some more macros to comprehend different shift amounts and
48987              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
48988              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
48989              and conditionally #include it.
48990              
48991              EBCDIC build as yet untested.  ASCII still fails the one test.
48992      Branch: perlio
48993            + utfebcdic.h
48994            ! utf8.c utf8.h
48995 ____________________________________________________________________________
48996 [  9184] By: nick                                  on 2001/03/17  17:44:16
48997         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
48998      Branch: perlio
48999            ! doop.c perl.h pp.c utf8.h
49000 ____________________________________________________________________________
49001 [  9183] By: jhi                                   on 2001/03/17  15:55:42
49002         Log: Integrate perlio.
49003      Branch: perl
49004            ! MANIFEST
49005           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
49006 ____________________________________________________________________________
49007 [  9182] By: nick                                  on 2001/03/17  09:16:06
49008         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
49009      Branch: perlio
49010            ! t/op/pat.t
49011 ____________________________________________________________________________
49012 [  9181] By: nick                                  on 2001/03/17  09:15:11
49013         Log: Integrate mainline.
49014      Branch: perlio
49015           +> lib/Locale/Constants.pm lib/Locale/Country.pm
49016           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
49017           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
49018           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
49019           !> (integrate 83 files)
49020 ____________________________________________________________________________
49021 [  9180] By: nick                                  on 2001/03/16  17:23:21
49022         Log: EBCDIC Fixes.
49023      Branch: perlio
49024            ! perl.h sv.c toke.c utf8.c utf8.h
49025 ____________________________________________________________________________
49026 [  9179] By: jhi                                   on 2001/03/16  14:10:12
49027         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
49028              a change needed to work around an AIX compiler bug.
49029      Branch: perl
49030            ! ext/Storable/Storable.xs
49031 ____________________________________________________________________________
49032 [  9178] By: jhi                                   on 2001/03/16  03:19:59
49033         Log: With Damian's approval synchronize damian's modules'
49034              licensing with Perl's standard module licensing.
49035      Branch: perl
49036            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
49037 ____________________________________________________________________________
49038 [  9177] By: jhi                                   on 2001/03/16  03:15:34
49039         Log: Make the Filter::Util:Call files have their own copies
49040              of the Perl standard module licensing, from Paul Marquess.
49041      Branch: perl
49042            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49043 ____________________________________________________________________________
49044 [  9176] By: jhi                                   on 2001/03/16  02:56:04
49045         Log: Subject: [PATCH] more pod patches
49046              From: Michael Stevens <michael@etla.org>
49047              Date: Thu, 15 Mar 2001 21:25:18 +0000
49048              Message-ID: <20010315212518.A18870@firedrake.org>
49049      Branch: perl
49050            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
49051            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
49052            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
49053            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
49054            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
49055            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
49056            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
49057            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
49058            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
49059            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
49060            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
49061            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
49062            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
49063            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
49064            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
49065            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
49066            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
49067            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
49068            ! lib/Locale/Country.pm lib/Locale/Language.pm
49069            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
49070            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
49071            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
49072            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
49073            ! os2/OS2/Process/Process.pm
49074 ____________________________________________________________________________
49075 [  9175] By: jhi                                   on 2001/03/16  02:53:32
49076         Log: Subject: [PATCH] the uncontroversial doc patches
49077              From: Michael Stevens <michael@etla.org>
49078              Date: Thu, 15 Mar 2001 20:01:12 +0000
49079              Message-ID: <20010315200112.A7636@firedrake.org>
49080      Branch: perl
49081            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
49082            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
49083            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
49084            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
49085            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
49086 ____________________________________________________________________________
49087 [  9174] By: jhi                                   on 2001/03/16  02:50:49
49088         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
49089              From: Paul Lindner <lindner@inuus.com>
49090              Date: Fri, 16 Mar 2001 11:28:03 -0800
49091              Message-ID: <20010316112803.A7577@inuus.com>
49092      Branch: perl
49093            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
49094 ____________________________________________________________________________
49095 [  9173] By: nick                                  on 2001/03/15  20:21:03
49096         Log: 1st day's EBCDIC fixes:
49097              - toke.c's parsing of strings needed attention
49098              needed to conditionally e2a if string was already UTF-8
49099              - e2a/a2e tables where wrong way round.
49100              - new macros in utf8.h
49101      Branch: perlio
49102            ! perl.h toke.c utf8.h
49103 ____________________________________________________________________________
49104 [  9172] By: jhi                                   on 2001/03/15  15:17:17
49105         Log: Update Changes.
49106      Branch: perl
49107            ! Changes patchlevel.h
49108 ____________________________________________________________________________
49109 [  9171] By: jhi                                   on 2001/03/15  15:09:32
49110         Log: Subject: Re: Another Borland C++ problem.
49111              From: "Vadim Konovalov" <watman@inbox.ru>
49112              Date: Sat, 10 Mar 2001 19:26:07 +0300
49113              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
49114              
49115              Borland filename case problem.
49116      Branch: perl
49117            + win32/sncfnmcs.pl
49118            ! MANIFEST README.win32
49119 ____________________________________________________________________________
49120 [  9170] By: jhi                                   on 2001/03/15  14:54:23
49121         Log: Add Locale::Codes 1.06, from Neil Bowers.
49122      Branch: perl
49123            + lib/Locale/Constants.pm lib/Locale/Country.pm
49124            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
49125            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
49126            + t/lib/lc-language.t t/lib/lc-uk.t
49127            ! MANIFEST
49128 ____________________________________________________________________________
49129 [  9169] By: jhi                                   on 2001/03/15  14:19:01
49130         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
49131      Branch: perl
49132            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
49133            ! ext/Storable/Storable.xs
49134 ____________________________________________________________________________
49135 [  9168] By: jhi                                   on 2001/03/15  14:13:22
49136         Log: Integrate changes #9120,9167 from mainline to maintperl.
49137              
49138              Subject: [PATCH 5.6.1] OS/2 docs
49139              
49140              Subject: [PATCH 5.6.1] perldoc
49141      Branch: maint-5.6/perl
49142           !> os2/Changes utils/perldoc.PL
49143 ____________________________________________________________________________
49144 [  9167] By: jhi                                   on 2001/03/15  14:07:42
49145         Log: Subject: [PATCH 5.6.1] perldoc
49146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49147              Date: Wed, 14 Mar 2001 23:46:52 -0500
49148              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
49149      Branch: perl
49150            ! utils/perldoc.PL
49151 ____________________________________________________________________________
49152 [  9166] By: jhi                                   on 2001/03/15  13:53:15
49153         Log: sigaction test condition tweakage.
49154      Branch: perl
49155            ! t/lib/sigaction.t
49156 ____________________________________________________________________________
49157 [  9165] By: alanbur                               on 2001/03/15  03:49:17
49158         Log: Resynchronised with parent
49159      Branch: maint-5.6/pureperl
49160           +> os2/os2add.sym t/op/anonsub.t
49161           !> (integrate 72 files)
49162 ____________________________________________________________________________
49163 [  9164] By: jhi                                   on 2001/03/15  01:05:01
49164         Log: Avoid stomping off the beginning of an array in tr///.
49165      Branch: perl
49166            ! op.c
49167 ____________________________________________________________________________
49168 [  9163] By: jhi                                   on 2001/03/15  00:58:57
49169         Log: h2ph strictness and cleanliness from Kurt Starsinic.
49170      Branch: perl
49171            ! utils/h2ph.PL
49172 ____________________________________________________________________________
49173 [  9162] By: gsar                                  on 2001/03/15  00:56:53
49174         Log: avoid warnings
49175      Branch: maint-5.6/perl
49176            ! t/op/magic.t
49177 ____________________________________________________________________________
49178 [  9161] By: gsar                                  on 2001/03/15  00:52:09
49179         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
49180              results
49181      Branch: maint-5.6/perl
49182            ! t/op/magic.t
49183 ____________________________________________________________________________
49184 [  9160] By: jhi                                   on 2001/03/14  22:02:10
49185         Log: Do not use the Perl malloc in IRIX, suggested by
49186              Helmus Jarausch.
49187      Branch: perl
49188            ! hints/irix_6.sh
49189 ____________________________________________________________________________
49190 [  9159] By: nick                                  on 2001/03/14  21:45:59
49191         Log: Integrate mainline
49192      Branch: perlio
49193           +> t/op/loopctl.t
49194           !> (integrate 41 files)
49195 ____________________________________________________________________________
49196 [  9158] By: jhi                                   on 2001/03/14  21:10:09
49197         Log: The Day of the Retractions continues: the #9138
49198              (integrated in #9144) doesn't work well in mainline.
49199      Branch: perl
49200            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
49201            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
49202            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
49203 ____________________________________________________________________________
49204 [  9157] By: jhi                                   on 2001/03/14  20:58:12
49205         Log: The #9145 CANNOT be enabled: the clear_pmop code still
49206              dumps core all over in Tru64.
49207      Branch: perl
49208            ! op.c op.h t/op/pat.t
49209 ____________________________________________________________________________
49210 [  9156] By: jhi                                   on 2001/03/14  20:48:06
49211         Log: Integrate change #9154 from maintperl to mainline.
49212              
49213              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
49214              (caused Storable 1.0.10 to break on windows)
49215      Branch: perl
49216           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
49217           !> perlapi.c proto.h
49218 ____________________________________________________________________________
49219 [  9155] By: jhi                                   on 2001/03/14  20:23:53
49220         Log: Retract #9136: breaks threading (and binary compatibility).
49221      Branch: perl
49222            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
49223 ____________________________________________________________________________
49224 [  9154] By: gsar                                  on 2001/03/14  17:48:18
49225         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
49226              (caused Storable 1.0.10 to break on windows)
49227      Branch: maint-5.6/perl
49228            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
49229            ! perlapi.c proto.h
49230 ____________________________________________________________________________
49231 [  9153] By: jhi                                   on 2001/03/14  13:35:21
49232         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
49233      Branch: perl
49234            ! t/lib/sigaction.t
49235 ____________________________________________________________________________
49236 [  9152] By: gsar                                  on 2001/03/14  07:29:40
49237         Log: back out changes#9012,9010,9009 and parts of change#9016
49238              (causes ABRs under purify, and some prerequisites don't
49239              seem to be there in 5.6.x)
49240      Branch: maint-5.6/perl
49241            ! doop.c op.c t/op/tr.t toke.c
49242 ____________________________________________________________________________
49243 [  9151] By: gsar                                  on 2001/03/14  07:01:29
49244         Log: reenable change#9145 (the test was busted due to a missing
49245              C<print "ok 27\n">)
49246      Branch: perl
49247            ! op.c op.h t/op/pat.t
49248 ____________________________________________________________________________
49249 [  9150] By: jhi                                   on 2001/03/14  06:38:36
49250         Log: Retract #9145.
49251      Branch: perl
49252            ! op.c op.h t/op/pat.t
49253 ____________________________________________________________________________
49254 [  9149] By: jhi                                   on 2001/03/14  06:14:56
49255         Log: Retract #9143.
49256      Branch: perl
49257            ! op.c
49258 ____________________________________________________________________________
49259 [  9148] By: gsar                                  on 2001/03/14  06:13:02
49260         Log: Uninitialized Memory Read in regexec.c
49261      Branch: perl
49262            ! regexec.c
49263 ____________________________________________________________________________
49264 [  9147] By: jhi                                   on 2001/03/14  04:59:54
49265         Log: Subject: PATCH: make goto work in nested eval ""
49266              From: Robin Houston <robin@kitsite.com>
49267              Date: Wed, 14 Mar 2001 04:16:10 +0000
49268              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
49269      Branch: perl
49270            ! pp_ctl.c t/op/goto.t
49271 ____________________________________________________________________________
49272 [  9146] By: jhi                                   on 2001/03/14  04:42:54
49273         Log: Preserve the #ifdef PERL_CORE in perly.h.
49274      Branch: perl
49275            ! perly.fixer
49276 ____________________________________________________________________________
49277 [  9145] By: jhi                                   on 2001/03/14  03:57:41
49278         Log: (Retracted by #9150.)
49279      Branch: perl
49280            ! op.c op.h t/op/pat.t
49281 ____________________________________________________________________________
49282 [  9144] By: jhi                                   on 2001/03/14  03:50:38
49283         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
49284              
49285              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
49286              
49287              remove squelch controls for "Scalars leaked" messages in most places
49288              (these are now cured)
49289              
49290              fix another memory leak reported by purify (tie callbacks that
49291              croak can leak when wiping out magic)
49292      Branch: perl
49293           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
49294           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
49295           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
49296           !> t/pragma/warnings.t
49297 ____________________________________________________________________________
49298 [  9143] By: jhi                                   on 2001/03/14  03:37:53
49299         Log: (Retracted by #9149.)
49300      Branch: perl
49301            ! op.c
49302 ____________________________________________________________________________
49303 [  9142] By: gsar                                  on 2001/03/14  03:20:48
49304         Log: fix another memory leak reported by purify (tie callbacks that
49305              croak can leak when wiping out magic)
49306      Branch: maint-5.6/perl
49307            ! scope.c
49308 ____________________________________________________________________________
49309 [  9141] By: jhi                                   on 2001/03/14  02:55:00
49310         Log: Subject: PATCH for [ID 20010305.003]
49311              From: Robin Houston <robin@kitsite.com>
49312              Date: Wed, 14 Mar 2001 02:45:51 +0000
49313              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
49314      Branch: perl
49315            ! pp_ctl.c t/op/eval.t
49316 ____________________________________________________________________________
49317 [  9140] By: jhi                                   on 2001/03/14  02:41:54
49318         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49319              Date: Wed, 14 Mar 2001 01:52:51 +0000
49320              From: Robin Houston <robin@kitsite.com>
49321              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
49322              
49323              Fix for 2000313.004.
49324      Branch: perl
49325            ! pp_ctl.c t/op/goto.t
49326 ____________________________________________________________________________
49327 [  9139] By: jhi                                   on 2001/03/14  02:40:50
49328         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49329              From: Robin Houston <robin@kitsite.com>
49330              Date: Wed, 14 Mar 2001 00:43:45 +0000
49331              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
49332      Branch: perl
49333            + t/op/loopctl.t
49334            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
49335            ! vms/perly_c.vms
49336 ____________________________________________________________________________
49337 [  9138] By: gsar                                  on 2001/03/14  01:18:00
49338         Log: remove squelch controls for "Scalars leaked" messages in most places
49339              (these are now cured)
49340      Branch: maint-5.6/perl
49341            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
49342            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
49343            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
49344 ____________________________________________________________________________
49345 [  9137] By: gsar                                  on 2001/03/14  00:57:04
49346         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
49347      Branch: maint-5.6/perl
49348            ! regcomp.c
49349 ____________________________________________________________________________
49350 [  9136] By: jhi                                   on 2001/03/13  23:12:24
49351         Log: (Retracted by #9155)
49352              
49353              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
49354              From: Jens-Uwe Mager <jum@helios.de>
49355              Date: Wed, 21 Feb 2001 21:32:04 +0100
49356              Message-ID: <20010221213203.A18340@ans.helios.de>
49357      Branch: perl
49358            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
49359 ____________________________________________________________________________
49360 [  9135] By: jhi                                   on 2001/03/13  22:50:05
49361         Log: Integrate perlio.
49362      Branch: perl
49363           !> pp.c
49364 ____________________________________________________________________________
49365 [  9134] By: jhi                                   on 2001/03/13  22:49:05
49366         Log: Integrate change #9131 from maintperl into mainline.
49367              
49368              make the error text look more consistent in hints/hpux.sh
49369      Branch: perl
49370           !> hints/hpux.sh
49371 ____________________________________________________________________________
49372 [  9133] By: gsar                                  on 2001/03/13  22:46:20
49373         Log: integrate change#9067 from mainline
49374              
49375              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49376      Branch: maint-5.6/perl
49377           !> lib/ExtUtils/MM_Unix.pm
49378 ____________________________________________________________________________
49379 [  9132] By: jhi                                   on 2001/03/13  22:41:21
49380         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49381              From: "John P. Linderman" <jpl@research.att.com>
49382              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
49383              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
49384              
49385              A more correct prime finder.
49386      Branch: perl
49387            ! lib/Tie/SubstrHash.pm
49388 ____________________________________________________________________________
49389 [  9131] By: gsar                                  on 2001/03/13  22:30:42
49390         Log: make the error text look more consistent in hints/hpux.sh
49391      Branch: maint-5.6/perl
49392            ! hints/hpux.sh
49393 ____________________________________________________________________________
49394 [  9130] By: jhi                                   on 2001/03/13  22:23:44
49395         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
49396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49397              Date: Tue, 13 Mar 2001 18:41:26 +0100
49398              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
49399              
49400              If the test is run non-interactively the default handler
49401              is different.
49402      Branch: perl
49403            ! t/lib/sigaction.t
49404 ____________________________________________________________________________
49405 [  9129] By: jhi                                   on 2001/03/13  22:20:21
49406         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
49407              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49408              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
49409              Date:     Tue, 13 Mar 2001 16:44:32 EST
49410      Branch: perl
49411            ! t/lib/1_compile.t
49412 ____________________________________________________________________________
49413 [  9128] By: jhi                                   on 2001/03/13  22:18:34
49414         Log: Subject: Another patch for integer.pm POD 
49415              From: "John L. Allen" <allen@grumman.com>
49416              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
49417              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
49418      Branch: perl
49419            ! lib/integer.pm
49420 ____________________________________________________________________________
49421 [  9127] By: nick                                  on 2001/03/13  21:26:30
49422         Log: Integrate mainline.
49423      Branch: perlio
49424           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
49425           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
49426           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
49427           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
49428           !> Changes Configure MANIFEST README.os2 README.os390
49429           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
49430           !> os2/Changes patchlevel.h win32/perlhost.h
49431 ____________________________________________________________________________
49432 [  9126] By: nick                                  on 2001/03/13  20:39:51
49433         Log: #ifdef'ed out code to make packed side of pack/unpack
49434              octets. (i.e. pack('U') => encode_utf8).
49435      Branch: perlio
49436            ! pp.c
49437 ____________________________________________________________________________
49438 [  9125] By: jhi                                   on 2001/03/13  15:07:16
49439         Log: Update Changes.
49440      Branch: perl
49441            ! Changes patchlevel.h
49442 ____________________________________________________________________________
49443 [  9124] By: jhi                                   on 2001/03/13  14:22:45
49444         Log: Workaround for the buggy ("internal compiler error")
49445              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
49446              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
49447              of Andreas König.
49448      Branch: perl
49449            ! ext/re/Makefile.PL hints/aix.sh
49450 ____________________________________________________________________________
49451 [  9123] By: jhi                                   on 2001/03/13  03:24:34
49452         Log: Typo in #9114.
49453      Branch: metaconfig
49454            ! U/modified/myhostname.U
49455 ____________________________________________________________________________
49456 [  9122] By: jhi                                   on 2001/03/13  03:24:06
49457         Log: Typo in #9113.
49458      Branch: perl
49459            ! Configure
49460 ____________________________________________________________________________
49461 [  9121] By: jhi                                   on 2001/03/13  01:53:05
49462         Log: Forgot to check-in the larger part of #9120, duh.
49463      Branch: perl
49464            ! README.os2
49465 ____________________________________________________________________________
49466 [  9120] By: jhi                                   on 2001/03/13  01:51:31
49467         Log: Subject: [PATCH 5.6.1] OS/2 docs
49468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49469              Date: Mon, 12 Mar 2001 03:27:32 -0500
49470              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
49471      Branch: perl
49472            ! os2/Changes
49473 ____________________________________________________________________________
49474 [  9119] By: jhi                                   on 2001/03/13  01:49:41
49475         Log: Integrate change #9116 from maintperl into mainline.
49476              
49477              Win32::GetCwd() returns C: instead of C:\ in the root directory
49478              under ithreads
49479      Branch: perl
49480           !> win32/perlhost.h
49481 ____________________________________________________________________________
49482 [  9118] By: jhi                                   on 2001/03/13  01:13:39
49483         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
49484      Branch: perl
49485            + lib/Switch.pm t/lib/switch.t
49486            ! MANIFEST
49487 ____________________________________________________________________________
49488 [  9117] By: jhi                                   on 2001/03/13  01:03:17
49489         Log: Add Text::Balanced 1.83.
49490      Branch: perl
49491            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
49492            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
49493            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
49494            + t/lib/tb-xvari.t
49495            ! MANIFEST
49496 ____________________________________________________________________________
49497 [  9116] By: gsar                                  on 2001/03/13  00:55:53
49498         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
49499              under ithreads
49500      Branch: maint-5.6/perl
49501            ! win32/perlhost.h
49502 ____________________________________________________________________________
49503 [  9115] By: jhi                                   on 2001/03/13  00:54:09
49504         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
49505              From: "John L. Allen" <allen@grumman.com>
49506              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
49507              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
49508              
49509              use integer document clarification.
49510      Branch: perl
49511            ! lib/integer.pm
49512 ____________________________________________________________________________
49513 [  9114] By: jhi                                   on 2001/03/13  00:38:54
49514         Log: Metaconfig unit change for #9113.
49515      Branch: metaconfig
49516            ! U/modified/myhostname.U
49517 ____________________________________________________________________________
49518 [  9113] By: jhi                                   on 2001/03/13  00:38:35
49519         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?)
49520              From: Peter Prymmer <pvhp@forte.com>
49521              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
49522              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
49523      Branch: perl
49524            ! Configure README.os390 hints/os390.sh
49525 ____________________________________________________________________________
49526 [  9112] By: jhi                                   on 2001/03/13  00:29:00
49527         Log: Integrate perlio.
49528      Branch: perl
49529           !> sv.c utf8.h
49530 ____________________________________________________________________________
49531 [  9111] By: nick                                  on 2001/03/12  21:16:33
49532         Log: Integrate mainline.
49533      Branch: perlio
49534           +> t/op/anonsub.t
49535           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49536           !> proto.h sv.c
49537 ____________________________________________________________________________
49538 [  9110] By: nick                                  on 2001/03/12  21:00:13
49539         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
49540      Branch: perlio
49541            ! sv.c utf8.h
49542 ____________________________________________________________________________
49543 [  9109] By: jhi                                   on 2001/03/12  16:04:47
49544         Log: Integrate change #9108 from maintperl to mainline.
49545              
49546              fix memory leak in C<sub X { sub {} }> arising from a refcount
49547              loop between the outer sub and the inner prototype anonsub
49548              
49549              this also enables closures returned by subroutines that
49550              subsequently get redefined to work without generating coredumps :)
49551              
49552              completely removed the free_closures() hack--it shouldn't be
49553              needed anymore
49554      Branch: perl
49555           +> t/op/anonsub.t
49556           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49557           !> proto.h sv.c
49558 ____________________________________________________________________________
49559 [  9108] By: gsar                                  on 2001/03/12  10:21:31
49560         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
49561              loop between the outer sub and the inner prototype anonsub
49562              
49563              this also enables closures returned by subroutines that
49564              subsequently get redefined to work without generating coredumps :)
49565              
49566              completely removed the free_closures() hack--it shouldn't be
49567              needed anymore
49568      Branch: maint-5.6/perl
49569            + t/op/anonsub.t
49570            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49571            ! proto.h sv.c
49572 ____________________________________________________________________________
49573 [  9107] By: jhi                                   on 2001/03/12  05:15:31
49574         Log: Integrate perlio.
49575      Branch: perl
49576           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
49577 ____________________________________________________________________________
49578 [  9106] By: nick                                  on 2001/03/11  20:10:12
49579         Log: regcomp.c is working in native space, not Unicode space (if different)
49580              as it is doing compare against 'W' in \W etc.
49581      Branch: perlio
49582            ! regcomp.c
49583 ____________________________________________________________________________
49584 [  9105] By: nick                                  on 2001/03/11  19:39:34
49585         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
49586              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
49587      Branch: perlio
49588            ! regcomp.c toke.c utf8.c
49589 ____________________________________________________________________________
49590 [  9104] By: nick                                  on 2001/03/11  18:15:44
49591         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
49592      Branch: perlio
49593            ! sv.c
49594 ____________________________________________________________________________
49595 [  9103] By: nick                                  on 2001/03/11  18:03:28
49596         Log: Integrate mainline (for regexp stuff).
49597      Branch: perlio
49598           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49599           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
49600           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
49601           !> t/lib/errno.t t/op/pat.t
49602 ____________________________________________________________________________
49603 [  9102] By: nick                                  on 2001/03/11  17:44:20
49604         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
49605              - exclude layer syms in makedef.pl for sfio
49606              - also inhibit Encode from trying to build ":encode()" layer.
49607      Branch: perlio
49608            ! ext/Encode/Encode.xs makedef.pl
49609 ____________________________________________________________________________
49610 [  9101] By: jhi                                   on 2001/03/10  22:38:13
49611         Log: The $Is_MacOS needs to be declared.
49612      Branch: perl
49613            ! lib/ExtUtils/Manifest.pm
49614 ____________________________________________________________________________
49615 [  9100] By: jhi                                   on 2001/03/10  22:14:29
49616         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
49617              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
49618              pollute the symbolspace if using sfio.
49619      Branch: perl
49620            ! ext/Encode/Encode.xs
49621 ____________________________________________________________________________
49622 [  9099] By: jhi                                   on 2001/03/10  21:58:48
49623         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
49624              Date: Sat, 10 Mar 2001 14:23:55 -0500
49625              From: Chris Nandor <pudge@pobox.com>
49626              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
49627      Branch: perl
49628            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49629            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
49630            ! t/lib/errno.t
49631 ____________________________________________________________________________
49632 [  9098] By: jhi                                   on 2001/03/10  21:38:30
49633         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
49634      Branch: perl
49635            ! regcomp.c regexec.c t/op/pat.t
49636 ____________________________________________________________________________
49637 [  9097] By: jhi                                   on 2001/03/10  14:38:07
49638         Log: Integrate perlio.
49639      Branch: perl
49640           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49641           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49642           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49643 ____________________________________________________________________________
49644 [  9096] By: nick                                  on 2001/03/10  11:55:43
49645         Log: EBCDIC sanity - phase I
49646              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
49647              - use utf8n_xxxx (c.f. pvn) for forms which take length.
49648              - back out vN.N and $^V exceptions to e2a/a2e
49649              - make "locale" isxxx macros be uvchr (may be redundant?)
49650              
49651              Not clear yet that toUPPER_uni et. al. return being handled correctly.
49652              The tr// and rexexp stuff still needs an audit, assumption is they are working
49653              in Unicode space.
49654              
49655              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
49656      Branch: perlio
49657            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49658            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49659            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49660 ____________________________________________________________________________
49661 [  9095] By: jhi                                   on 2001/03/09  22:10:01
49662         Log: Integrate perlio.
49663      Branch: perl
49664           !> dump.c
49665 ____________________________________________________________________________
49666 [  9094] By: nick                                  on 2001/03/09  17:36:38
49667         Log: Builds an passes all tests after integrate and this tweak.
49668      Branch: perlio
49669            ! dump.c
49670 ____________________________________________________________________________
49671 [  9093] By: nick                                  on 2001/03/09  17:16:03
49672         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
49673      Branch: perlio
49674           +> lib/unicode/Scripts.txt t/lib/sigaction.t
49675           !> (integrate 79 files)
49676 ____________________________________________________________________________
49677 [  9092] By: jhi                                   on 2001/03/09  15:28:26
49678         Log: Update Changes.
49679      Branch: perl
49680            ! Changes patchlevel.h
49681 ____________________________________________________________________________
49682 [  9091] By: jhi                                   on 2001/03/09  15:25:05
49683         Log: In op/stat #35 better to scan all the potential directories
49684              for setuids, not just the first one.
49685      Branch: perl
49686            ! t/op/stat.t
49687 ____________________________________________________________________________
49688 [  9090] By: jhi                                   on 2001/03/09  15:01:27
49689         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
49690              From: rspier@pobox.com (Robert Spier)
49691              Date: Fri, 9 Mar 2001 03:30:20 -0500
49692              Message-ID: <15016.38044.381174.160189@rls.cx>
49693              
49694              EXISTS() returning undef mistakenly triggered a FETCH().
49695      Branch: perl
49696            ! hv.c
49697 ____________________________________________________________________________
49698 [  9089] By: jhi                                   on 2001/03/09  14:59:02
49699         Log: Add /sbin and /usr/sbin to the list of directories scanned
49700              for setuid programs.  Takes care of bug id 20010309.003.
49701      Branch: perl
49702            ! t/op/stat.t
49703 ____________________________________________________________________________
49704 [  9088] By: jhi                                   on 2001/03/09  14:48:32
49705         Log: Regen perlapi, perltoc.
49706      Branch: perl
49707            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
49708 ____________________________________________________________________________
49709 [  9087] By: jhi                                   on 2001/03/09  14:38:56
49710         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49711              From: David Mitchell <davem@fdgroup.co.uk>
49712              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
49713              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
49714      Branch: perl
49715            ! dump.c perl.c perl.h pod/perlrun.pod
49716 ____________________________________________________________________________
49717 [  9086] By: jhi                                   on 2001/03/09  01:47:16
49718         Log: A modified version of
49719              
49720              Subject: [ID 20010307.005] POSIX::sigaction has various problems
49721              From: anders@broadcom.com
49722              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
49723              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
49724              
49725              Currently the sigaction.t test #6 fails (and is fudged to look
49726              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
49727              This may well be a genuine bug in Linux sigaction() (since at
49728              least Tru64, Solaris, and HP-UX disagree with Linux).
49729              Anyone with POSIX / SUSv2 tome handy?  The problem is that
49730              the flags of the oldaction don't match with the flags in
49731              the previously installed disposition.
49732      Branch: perl
49733            + t/lib/sigaction.t
49734            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49735 ____________________________________________________________________________
49736 [  9085] By: jhi                                   on 2001/03/09  01:30:13
49737         Log: Subject: Re: mission impossible for the day
49738              From: Alex Gough <alex@rcon.org>
49739              Date: Thu, 08 Mar 2001 17:18:19 +0000
49740              Message-ID: <3AA7BEDB.8070409@rcon.org>
49741              
49742              If references (are overloaded) and can be directly stringified,
49743              show that instead of "stringified".
49744              
49745              (The problem, infinite mutual recursion caused by overloaded bool
49746              in Switch.pm, tracked by David Mitchell)
49747      Branch: perl
49748            ! lib/Carp/Heavy.pm
49749 ____________________________________________________________________________
49750 [  9084] By: jhi                                   on 2001/03/09  01:20:39
49751         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49752              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
49753              From: David Mitchell <davem@fdgroup.co.uk>
49754              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
49755      Branch: perl
49756            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
49757            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
49758 ____________________________________________________________________________
49759 [  9083] By: jhi                                   on 2001/03/09  01:16:51
49760         Log: Subject: [PATCH] perldata.pod here-doc docs
49761              From: Jeff Pinyan <jeffp@crusoe.net>
49762              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
49763              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
49764      Branch: perl
49765            ! pod/perldata.pod
49766 ____________________________________________________________________________
49767 [  9082] By: jhi                                   on 2001/03/09  01:01:27
49768         Log: Subject: Re: Unicode/EBCDIC
49769              From: Peter Prymmer <pvhp@forte.com>
49770              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
49771              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
49772      Branch: perl
49773            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
49774 ____________________________________________________________________________
49775 [  9081] By: jhi                                   on 2001/03/08  13:41:30
49776         Log: Subject: Ooops, wrong 'no *POSIX' Patch
49777              From: Dorner Thomas <Thomas.Dorner@start.de>
49778              Date: Thu, 8 Mar 2001 08:43:28 +0100
49779              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
49780      Branch: perl
49781            ! hints/posix-bc.sh
49782 ____________________________________________________________________________
49783 [  9080] By: jhi                                   on 2001/03/08  13:11:42
49784         Log: It's Scripts.txt, not Script.txt.
49785      Branch: perl
49786            ! MANIFEST
49787 ____________________________________________________________________________
49788 [  9079] By: jhi                                   on 2001/03/08  12:59:05
49789         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
49790              From: Dorner Thomas <Thomas.Dorner@start.de>
49791              Date: Wed, 7 Mar 2001 14:13:31 +0100
49792              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
49793      Branch: perl
49794            ! makedepend.SH
49795 ____________________________________________________________________________
49796 [  9078] By: jhi                                   on 2001/03/08  12:57:43
49797         Log: Retract #9069, wrong patch.
49798      Branch: perl
49799            ! Makefile.SH
49800 ____________________________________________________________________________
49801 [  9077] By: jhi                                   on 2001/03/08  01:06:13
49802         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
49803      Branch: perl
49804            + lib/unicode/Scripts.txt
49805            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
49806            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
49807            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
49808            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49809            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49810            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49811            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49812            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49813            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49814            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49815            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49816            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49817            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49818            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49819            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49820            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49821            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
49822            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
49823            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
49824            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
49825            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
49826            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
49827            ! lib/unicode/version
49828 ____________________________________________________________________________
49829 [  9076] By: jhi                                   on 2001/03/07  22:59:39
49830         Log: Integrate change #7784 from mainline into maintperl.
49831              
49832              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49833      Branch: maint-5.6/perl
49834           !> pp_ctl.c t/op/pat.t
49835 ____________________________________________________________________________
49836 [  9075] By: jhi                                   on 2001/03/07  22:05:11
49837         Log: More UTF-8 test tweaks.
49838      Branch: perl
49839            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
49840 ____________________________________________________________________________
49841 [  9074] By: nick                                  on 2001/03/07  21:39:29
49842         Log: Integrate mainline.
49843      Branch: perlio
49844           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
49845           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
49846           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
49847           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
49848           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
49849 ____________________________________________________________________________
49850 [  9073] By: jhi                                   on 2001/03/07  16:37:09
49851         Log: Update Changes.
49852      Branch: perl
49853            ! Changes patchlevel.h
49854 ____________________________________________________________________________
49855 [  9072] By: jhi                                   on 2001/03/07  16:32:30
49856         Log: Subject: [ID 20010306.004] || != named unary operator
49857              From: abela@geneanet.org
49858              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
49859              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
49860      Branch: perl
49861            ! pod/perlop.pod
49862 ____________________________________________________________________________
49863 [  9071] By: jhi                                   on 2001/03/07  15:14:11
49864         Log: Subject: downgrading to bytes for common functions
49865              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
49866              Date: Wed, 7 Mar 2001 02:36:55 -0500
49867              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
49868      Branch: perl
49869            ! pp_sys.c
49870 ____________________________________________________________________________
49871 [  9070] By: jhi                                   on 2001/03/07  15:04:58
49872         Log: Clarify the description differentiating for and while; inspired by
49873              
49874              Subject: [ID 20010306.002] for/while difference in for definition
49875              From: abela@geneanet.org
49876              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
49877              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
49878      Branch: perl
49879            ! pod/perlsyn.pod
49880 ____________________________________________________________________________
49881 [  9069] By: jhi                                   on 2001/03/07  14:55:30
49882         Log: (Retracted by #9078.)
49883      Branch: perl
49884            ! Makefile.SH
49885 ____________________________________________________________________________
49886 [  9068] By: jhi                                   on 2001/03/07  14:51:17
49887         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
49888              From: Radu Greab <radu@netsoft.ro>
49889              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
49890              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
49891      Branch: perl
49892            ! pp.c t/op/chop.t
49893 ____________________________________________________________________________
49894 [  9067] By: jhi                                   on 2001/03/07  14:48:57
49895         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49896              From: Simon Cozens <simon@netthink.co.uk>
49897              Date: Wed, 7 Mar 2001 13:59:28 +0000
49898              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
49899              
49900              In order to allow MakeMaker to build correct Makefiles,
49901              you need to change the order of the arguments in MM_Unix.pm
49902              as well. (Unless you have C89_CCMODE set, but we're trying
49903              to be POSIXly correct)
49904              
49905              Thanks to Merijn Broeren for tracking this down.
49906      Branch: perl
49907            ! lib/ExtUtils/MM_Unix.pm
49908 ____________________________________________________________________________
49909 [  9066] By: jhi                                   on 2001/03/07  14:30:02
49910         Log: Floating point too messy.
49911      Branch: perl
49912            ! t/camel-III/vstring.t
49913 ____________________________________________________________________________
49914 [  9065] By: jhi                                   on 2001/03/07  14:17:44
49915         Log: Integrate change #9064 from maintperl into mainline.
49916              
49917              fix memory leak in pack("Bb",...)
49918      Branch: perl
49919           !> perl.c
49920 ____________________________________________________________________________
49921 [  9064] By: gsar                                  on 2001/03/07  06:29:24
49922         Log: fix memory leak in pack("Bb",...)
49923      Branch: maint-5.6/perl
49924            ! perl.c
49925 ____________________________________________________________________________
49926 [  9063] By: jhi                                   on 2001/03/07  00:55:04
49927         Log: Major utf8 test reorganisation and rewrite.
49928              Hopefully no tests were lost in the shuffle.
49929              (The beginning of pragma/utf8 was lost intentionally,
49930              the tests were rather bogus and incomplete.)
49931      Branch: perl
49932            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
49933            ! t/pragma/utf8.t
49934 ____________________________________________________________________________
49935 [  9062] By: jhi                                   on 2001/03/07  00:41:16
49936         Log: More tweakage on the Unicode character class descriptions.
49937      Branch: perl
49938            ! lib/unicode/mktables.PL pod/perlretut.pod
49939 ____________________________________________________________________________
49940 [  9061] By: jhi                                   on 2001/03/06  23:12:38
49941         Log: The perlretut was still talking about the old \p and \P
49942              definitions.
49943      Branch: perl
49944            ! pod/perlretut.pod
49945 ____________________________________________________________________________
49946 [  9060] By: nick                                  on 2001/03/06  20:52:37
49947         Log: Integrate mainline (make test works again now).
49948      Branch: perlio
49949           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
49950 ____________________________________________________________________________
49951 [  9059] By: jhi                                   on 2001/03/06  15:36:14
49952         Log: 0.999... does equal 1.0, doesn't it?
49953      Branch: perl
49954            ! t/camel-III/vstring.t
49955 ____________________________________________________________________________
49956 [  9058] By: jhi                                   on 2001/03/06  15:34:00
49957         Log: Make /x{abcd}/ to work without use utf8.
49958      Branch: perl
49959            ! regcomp.c
49960 ____________________________________________________________________________
49961 [  9057] By: jhi                                   on 2001/03/06  03:02:36
49962         Log: Easier to outcomment all the three reset() tests for now.
49963      Branch: perl
49964            ! t/op/pat.t
49965 ____________________________________________________________________________
49966 [  9056] By: jhi                                   on 2001/03/06  02:30:02
49967         Log: Comment out the deadly reset; until the 20010301.005
49968              is finally fixed.
49969      Branch: perl
49970            ! t/op/pat.t
49971 ____________________________________________________________________________
49972 [  9055] By: jhi                                   on 2001/03/06  02:21:26
49973         Log: Integrate the change #9054 from mainline:
49974              retract the PMOP cleanup patch pending further investigation.
49975      Branch: maint-5.6/perl
49976           !> op.c op.h
49977 ____________________________________________________________________________
49978 [  9054] By: jhi                                   on 2001/03/06  02:19:57
49979         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
49980              with oddly familiar stack traces.
49981      Branch: perl
49982            ! op.c op.h
49983 ____________________________________________________________________________
49984 [  9053] By: jhi                                   on 2001/03/05  23:20:28
49985         Log: Integrate perlio.
49986      Branch: perl
49987           +> ext/Encode/Encode/koi8-r.ucm
49988           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
49989           !> makedef.pl
49990 ____________________________________________________________________________
49991 [  9052] By: nick                                  on 2001/03/05  23:08:17
49992         Log: skipping USE_PERLIO symbols correction.
49993      Branch: perlio
49994            ! makedef.pl
49995 ____________________________________________________________________________
49996 [  9051] By: nick                                  on 2001/03/05  22:35:07
49997         Log: More Encode alias tidying.
49998      Branch: perlio
49999            + ext/Encode/Encode/koi8-r.ucm
50000            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
50001 ____________________________________________________________________________
50002 [  9050] By: jhi                                   on 2001/03/05  21:44:29
50003         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
50004              Sarathy's fix for ID 20010301.005.
50005      Branch: maint-5.6/perl
50006           !> op.c op.h
50007 ____________________________________________________________________________
50008 [  9049] By: nick                                  on 2001/03/05  19:54:04
50009         Log: Integrate Jarkko's Encode.pm tweak.
50010      Branch: perlio
50011           !> ext/Encode/Encode.pm
50012 ____________________________________________________________________________
50013 [  9048] By: nick                                  on 2001/03/05  19:47:57
50014         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
50015      Branch: perlio
50016           +> os2/os2add.sym
50017           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
50018           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
50019           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
50020           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
50021           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
50022 ____________________________________________________________________________
50023 [  9047] By: jhi                                   on 2001/03/05  19:25:26
50024         Log: Regen perlapi.
50025      Branch: perl
50026            ! pod/perlapi.pod
50027 ____________________________________________________________________________
50028 [  9046] By: jhi                                   on 2001/03/05  19:12:14
50029         Log: Integrate perlio.
50030      Branch: perl
50031           +> t/camel-III/vstring.t
50032           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
50033 ____________________________________________________________________________
50034 [  9045] By: jhi                                   on 2001/03/05  19:10:36
50035         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
50036      Branch: perl
50037            ! ext/Encode/Encode.pm
50038 ____________________________________________________________________________
50039 [  9044] By: jhi                                   on 2001/03/05  18:49:12
50040         Log: Forgot the other half of the PMOP patch (#9033).
50041      Branch: perl
50042            ! op.h
50043 ____________________________________________________________________________
50044 [  9043] By: nick                                  on 2001/03/05  18:14:47
50045         Log: Update MANIFEST for new test.
50046      Branch: perlio
50047            ! MANIFEST
50048 ____________________________________________________________________________
50049 [  9042] By: nick                                  on 2001/03/05  18:12:41
50050         Log: Some tests for Camel 3rd edition features.
50051              Make gethostbyaddr() test in above work.
50052      Branch: perlio
50053            + t/camel-III/vstring.t
50054            ! pp.h pp_sys.c t/TEST t/harness
50055 ____________________________________________________________________________
50056 [  9041] By: jhi                                   on 2001/03/05  17:41:48
50057         Log: Add more ISO 8859 encoding aliases.
50058      Branch: perl
50059            ! ext/Encode/Encode.pm
50060 ____________________________________________________________________________
50061 [  9040] By: jhi                                   on 2001/03/05  17:30:43
50062         Log: Integrate perlio.
50063      Branch: perl
50064           !> MANIFEST sv.c
50065 ____________________________________________________________________________
50066 [  9039] By: nick                                  on 2001/03/05  17:11:36
50067         Log: Missed added file.
50068      Branch: perlio
50069            ! MANIFEST
50070 ____________________________________________________________________________
50071 [  9038] By: jhi                                   on 2001/03/05  15:58:01
50072         Log: Add tr tests for EBCDIC, from Karsten Sperling.
50073      Branch: perl
50074            ! t/op/tr.t
50075 ____________________________________________________________________________
50076 [  9037] By: nick                                  on 2001/03/05  15:56:35
50077         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
50078              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
50079              
50080              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
50081              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
50082              - uses SvPV() rather than sv_2pv() in case it isn't a string.
50083      Branch: perlio
50084            ! sv.c
50085 ____________________________________________________________________________
50086 [  9036] By: jhi                                   on 2001/03/05  15:49:15
50087         Log: Add matching tests currently failing in EBCDIC,
50088              suggested by Karsten Sperling.
50089      Branch: perl
50090            ! t/op/pat.t
50091 ____________________________________________________________________________
50092 [  9035] By: jhi                                   on 2001/03/05  15:36:55
50093         Log: The #9034 needs a MANIFESTation.
50094      Branch: perl
50095            ! MANIFEST
50096 ____________________________________________________________________________
50097 [  9034] By: jhi                                   on 2001/03/05  15:35:14
50098         Log: Integrate perlio.
50099      Branch: perl
50100           +> ext/Encode/Encode/Tcl.pm
50101           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
50102           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
50103           !> ext/Encode/Encode/iso8859-1.ucm
50104           !> ext/Encode/Encode/iso8859-10.ucm
50105           !> ext/Encode/Encode/iso8859-13.ucm
50106           !> ext/Encode/Encode/iso8859-14.ucm
50107           !> ext/Encode/Encode/iso8859-15.ucm
50108           !> ext/Encode/Encode/iso8859-16.ucm
50109           !> ext/Encode/Encode/iso8859-2.ucm
50110           !> ext/Encode/Encode/iso8859-3.ucm
50111           !> ext/Encode/Encode/iso8859-4.ucm
50112           !> ext/Encode/Encode/iso8859-5.ucm
50113           !> ext/Encode/Encode/iso8859-6.ucm
50114           !> ext/Encode/Encode/iso8859-7.ucm
50115           !> ext/Encode/Encode/iso8859-8.ucm
50116           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
50117           !> t/lib/encode.t
50118 ____________________________________________________________________________
50119 [  9033] By: jhi                                   on 2001/03/05  15:33:18
50120         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
50121              From: Gurusamy Sarathy <gsar@ActiveState.com>
50122              Date: Sun, 04 Mar 2001 22:33:15 -0800
50123              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
50124              
50125              PMOPs need to remember their own stash so that they can
50126              gracefully remove themselves from their linked list.
50127      Branch: perl
50128            ! op.c
50129 ____________________________________________________________________________
50130 [  9032] By: nick                                  on 2001/03/05  14:51:50
50131         Log: Encode implementation "completion"
50132              Implement and document define_encoding()
50133              Implement and document encoding aliases including define_alias()
50134              Make Encode::XS use define_encoding() rather than back-door.
50135              Move run-time *.enc to separate Encode::Tcl module.
50136              Make 'compile' honour <codeset_name>
50137              Change canonical names of to iso-8859-* and US-ascii.
50138      Branch: perlio
50139            + ext/Encode/Encode/Tcl.pm
50140            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
50141            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
50142            ! ext/Encode/Encode/iso8859-1.ucm
50143            ! ext/Encode/Encode/iso8859-10.ucm
50144            ! ext/Encode/Encode/iso8859-13.ucm
50145            ! ext/Encode/Encode/iso8859-14.ucm
50146            ! ext/Encode/Encode/iso8859-15.ucm
50147            ! ext/Encode/Encode/iso8859-16.ucm
50148            ! ext/Encode/Encode/iso8859-2.ucm
50149            ! ext/Encode/Encode/iso8859-3.ucm
50150            ! ext/Encode/Encode/iso8859-4.ucm
50151            ! ext/Encode/Encode/iso8859-5.ucm
50152            ! ext/Encode/Encode/iso8859-6.ucm
50153            ! ext/Encode/Encode/iso8859-7.ucm
50154            ! ext/Encode/Encode/iso8859-8.ucm
50155            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
50156            ! t/lib/encode.t
50157 ____________________________________________________________________________
50158 [  9031] By: jhi                                   on 2001/03/05  13:51:17
50159         Log: Integrate change #9030 from maintperl into mainline.
50160              
50161              Subject: [PATCH 5.6.1] OS/2 cleanup
50162      Branch: perl
50163           +> os2/os2add.sym
50164           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
50165           !> makedef.pl os2/Changes os2/Makefile.SHs
50166           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
50167           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
50168           !> os2/os2.sym os2/os2ish.h
50169 ____________________________________________________________________________
50170 [  9030] By: jhi                                   on 2001/03/05  13:46:49
50171         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
50172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50173              Date: Mon, 5 Mar 2001 02:29:44 -0500
50174              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
50175      Branch: maint-5.6/perl
50176            + os2/os2add.sym
50177            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
50178            ! makedef.pl os2/Changes os2/Makefile.SHs
50179            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
50180            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
50181            ! os2/os2.sym os2/os2ish.h
50182 ____________________________________________________________________________
50183 [  9029] By: jhi                                   on 2001/03/05  13:40:35
50184         Log: Integrate change #9028 from maintperl into mainline.
50185              
50186              various nits in MM_Unix.pm found by disabling SelfLoader
50187      Branch: perl
50188           !> lib/ExtUtils/MM_Unix.pm
50189 ____________________________________________________________________________
50190 [  9028] By: gsar                                  on 2001/03/05  09:58:38
50191         Log: various nits in MM_Unix.pm found by disabling SelfLoader
50192      Branch: maint-5.6/perl
50193            ! lib/ExtUtils/MM_Unix.pm
50194 ____________________________________________________________________________
50195 [  9027] By: nick                                  on 2001/03/05  08:35:22
50196         Log: Integrate mainline
50197      Branch: perlio
50198           !> (integrate 28 files)
50199 ____________________________________________________________________________
50200 [  9026] By: jhi                                   on 2001/03/05  02:14:59
50201         Log: Integrate change #9025 from mainline to maintperl,
50202              retract \N{U+HHHH}.
50203      Branch: maint-5.6/perl
50204           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50205           !> t/lib/charnames.t toke.c
50206 ____________________________________________________________________________
50207 [  9025] By: jhi                                   on 2001/03/05  02:13:09
50208         Log: Retracting \N{U+HHHH}.
50209      Branch: perl
50210            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50211            ! t/lib/charnames.t toke.c
50212 ____________________________________________________________________________
50213 [  9024] By: jhi                                   on 2001/03/04  20:51:07
50214         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
50215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50216              Date: Fri, 02 Mar 2001 18:25:26 +0100
50217              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
50218              
50219              Casting problem.
50220      Branch: perl
50221            ! ext/Storable/Storable.xs
50222 ____________________________________________________________________________
50223 [  9023] By: jhi                                   on 2001/03/04  19:46:45
50224         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
50225              From: nick@talking.bollo.cx
50226              Date: Sat, 03 Mar 2001 21:41:33 +0000
50227              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
50228              
50229              Revert the workaround.
50230      Branch: perl
50231            ! perlio.c
50232 ____________________________________________________________________________
50233 [  9022] By: jhi                                   on 2001/03/04  19:36:28
50234         Log: Update Changes.
50235      Branch: perl
50236            ! Changes patchlevel.h
50237 ____________________________________________________________________________
50238 [  9021] By: jhi                                   on 2001/03/04  18:41:00
50239         Log: makedef.pl updates suggested by Chris Nandor; double-checking
50240              the changes in AIX, OS/2 Win32 would be nice.
50241      Branch: perl
50242            ! makedef.pl
50243 ____________________________________________________________________________
50244 [  9020] By: jhi                                   on 2001/03/04  18:23:58
50245         Log: Integrate change #9012 from maintperl into mainline,
50246              quench a compiler warning.
50247      Branch: perl
50248           !> toke.c
50249 ____________________________________________________________________________
50250 [  9019] By: jhi                                   on 2001/03/04  18:18:43
50251         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
50252              
50253              \N{U+HHHH} fix.
50254              
50255              pattern in G_ARRAY context
50256      Branch: maint-5.6/perl
50257           !> pp_hot.c t/op/pat.t toke.c
50258 ____________________________________________________________________________
50259 [  9018] By: jhi                                   on 2001/03/04  18:07:48
50260         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
50261              From: Jeff Pinyan <jeffp@crusoe.net>
50262              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
50263              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
50264      Branch: perl
50265            ! pp_hot.c t/op/pat.t
50266 ____________________________________________________________________________
50267 [  9017] By: jhi                                   on 2001/03/04  18:06:21
50268         Log: I thought I tested the #9014.
50269      Branch: perl
50270            ! toke.c
50271 ____________________________________________________________________________
50272 [  9016] By: jhi                                   on 2001/03/04  17:41:22
50273         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
50274              
50275              Tweak the get*ent() OS/2 prototypes.
50276              
50277              Add the \N{U+HHHH} syntax.
50278              
50279              More tr/// UTF-8 fixes from Inaba Hiroto.
50280      Branch: maint-5.6/perl
50281           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
50282           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
50283 ____________________________________________________________________________
50284 [  9015] By: jhi                                   on 2001/03/04  17:36:04
50285         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
50286      Branch: perl
50287            ! doop.c t/op/tr.t
50288 ____________________________________________________________________________
50289 [  9014] By: jhi                                   on 2001/03/04  17:24:49
50290         Log: Add the \N{U+HHHH} syntax.
50291      Branch: perl
50292            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50293            ! t/lib/charnames.t toke.c
50294 ____________________________________________________________________________
50295 [  9013] By: jhi                                   on 2001/03/04  17:20:45
50296         Log: Tweak the get*ent() OS/2 prototypes.
50297      Branch: perl
50298            ! os2/os2.c
50299 ____________________________________________________________________________
50300 [  9012] By: gsar                                  on 2001/03/04  06:26:14
50301         Log: avoid warning (nit in change#9009)
50302      Branch: maint-5.6/perl
50303            ! toke.c
50304 ____________________________________________________________________________
50305 [  9011] By: gsar                                  on 2001/03/04  06:15:24
50306         Log: lib/charnames.t fails in 5.6.x because of older Unicode
50307              data
50308              
50309              TODO: need to revisit this after updating lib/unicode/...
50310      Branch: maint-5.6/perl
50311            ! t/lib/charnames.t
50312 ____________________________________________________________________________
50313 [  9010] By: gsar                                  on 2001/03/04  06:08:36
50314         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
50315      Branch: maint-5.6/perl
50316            ! toke.c
50317 ____________________________________________________________________________
50318 [  9009] By: jhi                                   on 2001/03/03  19:27:20
50319         Log: Integrate change #9008 from mainline to maintperl,
50320              UTF-8 tr/// fixes from Inaba Hiroto.
50321      Branch: maint-5.6/perl
50322           !> doop.c op.c t/op/tr.t toke.c
50323 ____________________________________________________________________________
50324 [  9008] By: jhi                                   on 2001/03/03  19:19:42
50325         Log: UTF8 tr/// fixes from Inaba Hiroto.
50326      Branch: perl
50327            ! doop.c op.c t/op/tr.t toke.c
50328 ____________________________________________________________________________
50329 [  9007] By: jhi                                   on 2001/03/03  19:00:30
50330         Log: Integrate change #9006 from maintperl to mainline,
50331              more robust quest for the infinite.
50332      Branch: perl
50333           !> lib/Math/Complex.pm
50334 ____________________________________________________________________________
50335 [  9006] By: jhi                                   on 2001/03/03  18:58:06
50336         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
50337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50338              Date: Sat, 3 Mar 2001 12:51:50 -0500
50339              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
50340              
50341              Be more robust in our quest for the infinite.
50342      Branch: maint-5.6/perl
50343            ! lib/Math/Complex.pm
50344 ____________________________________________________________________________
50345 [  9005] By: jhi                                   on 2001/03/03  17:55:50
50346         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
50347      Branch: maint-5.6/perl
50348            ! doio.c
50349 ____________________________________________________________________________
50350 [  9004] By: jhi                                   on 2001/03/03  17:40:14
50351         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
50352              so that picky compilers like IRIX won't get huffy about
50353              "statements without effect" (like 1;).
50354      Branch: perl
50355            ! toke.c
50356 ____________________________________________________________________________
50357 [  9003] By: jhi                                   on 2001/03/03  17:15:52
50358         Log: Integrate change #9002 from mainline to maintperl.
50359              
50360              Subject: [perl-5.6.x, perl-current] accept for EPOC
50361      Branch: maint-5.6/perl
50362           !> pp_sys.c
50363 ____________________________________________________________________________
50364 [  9002] By: jhi                                   on 2001/03/03  17:14:30
50365         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
50366              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50367              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
50368              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
50369      Branch: perl
50370            ! pp_sys.c
50371 ____________________________________________________________________________
50372 [  9001] By: jhi                                   on 2001/03/03  17:13:13
50373         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
50374              From: "Craig A. Berry" <craigberry@mac.com>
50375              Date: Fri, 02 Mar 2001 17:44:40 -0600
50376              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
50377      Branch: perl
50378            ! t/pod/find.t
50379 ____________________________________________________________________________
50380 [  9000] By: jhi                                   on 2001/03/03  17:11:55
50381         Log: Integrate changes #8997,8999 from maintperl.
50382              
50383              Subject: [PATCH 5.6.1] compiling on OS/2
50384              (Better error message from hints/os2.sh)
50385              
50386              Subject: [PATCH 5.6.1] syslog.t
50387      Branch: perl
50388           !> hints/os2.sh t/lib/syslog.t
50389 ____________________________________________________________________________
50390 [  8999] By: jhi                                   on 2001/03/03  17:09:28
50391         Log: Subject: [PATCH 5.6.1] syslog.t
50392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50393              Date: Sat, 3 Mar 2001 02:11:17 -0500
50394              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
50395      Branch: maint-5.6/perl
50396            ! t/lib/syslog.t
50397 ____________________________________________________________________________
50398 [  8998] By: jhi                                   on 2001/03/03  17:07:50
50399         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
50400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50401              Date: Sat, 3 Mar 2001 01:53:52 -0500
50402              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
50403      Branch: maint-5.6/perl
50404            ! opcode.pl os2/os2.c
50405 ____________________________________________________________________________
50406 [  8997] By: jhi                                   on 2001/03/03  17:03:30
50407         Log: Subject: [PATCH 5.6.1] compiling on OS/2
50408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50409              Date: Sat, 3 Mar 2001 01:59:59 -0500
50410              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
50411      Branch: maint-5.6/perl
50412            ! hints/os2.sh
50413 ____________________________________________________________________________
50414 [  8996] By: jhi                                   on 2001/03/03  00:55:58
50415         Log: Regen files for mainline.
50416      Branch: perl
50417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50418            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
50419 ____________________________________________________________________________
50420 [  8995] By: jhi                                   on 2001/03/03  00:35:22
50421         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
50422              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
50423              to maintperl.
50424              
50425              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
50426              
50427              Add Configure option -Dmksymlinks which will create a symlink
50428              forest if the current/build differs from the source directory.
50429              (8218,8220,8221,8317,8318,8971)
50430              
50431              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
50432              (Document APPLLIB_EXP in INSTALL.)
50433              
50434              If running byacc write-enable also perly.h.
50435              
50436              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
50437              
50438              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
50439              
50440              Sanity check for conflicting thread flavours.
50441              
50442              Fix the sys/fcntl.h problem reported by Peter Prymmer.
50443              
50444              Add few CPUs/architectures to the Cppsym scan,
50445              add -perlio to archname if so selected (modified 8890)
50446              
50447              Be more helpful for devel builders, suggested by John L. Allen.
50448              (admittedly pointless change for maintperl, but the usedevel
50449              code is there already)
50450      Branch: maint-5.6/perl
50451           !> Configure INSTALL Makefile.SH Porting/Glossary
50452           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
50453           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
50454           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
50455           !> win32/config.bc win32/config.gc win32/config.vc
50456 ____________________________________________________________________________
50457 [  8994] By: jhi                                   on 2001/03/02  23:31:41
50458         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
50459      Branch: metaconfig/U/perl
50460            ! gccvers.U
50461 ____________________________________________________________________________
50462 [  8993] By: jhi                                   on 2001/03/02  23:22:12
50463         Log: Regenerate various files for maint.
50464      Branch: maint-5.6/perl
50465            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
50466            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
50467 ____________________________________________________________________________
50468 [  8992] By: alanbur                               on 2001/03/02  22:48:34
50469         Log: Resync wuth parent
50470      Branch: maint-5.6/pureperl
50471           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50472           !> (integrate 60 files)
50473 ____________________________________________________________________________
50474 [  8991] By: jhi                                   on 2001/03/02  21:00:08
50475         Log: Retract the #8742 part of #8986, backward compat.
50476      Branch: maint-5.6/perl
50477            ! embed.pl
50478 ____________________________________________________________________________
50479 [  8990] By: jhi                                   on 2001/03/02  20:40:07
50480         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
50481      Branch: maint-5.6/perl
50482            ! hv.c
50483 ____________________________________________________________________________
50484 [  8989] By: jhi                                   on 2001/03/02  19:59:56
50485         Log: Update Changes.
50486      Branch: perl
50487            ! Changes patchlevel.h
50488 ____________________________________________________________________________
50489 [  8988] By: jhi                                   on 2001/03/02  19:57:08
50490         Log: Integrate perlio.
50491      Branch: perl
50492           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50493           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50494           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50495           !> ext/Encode/Encode/iso8859-10.ucm
50496           !> ext/Encode/Encode/iso8859-13.ucm
50497           !> ext/Encode/Encode/iso8859-14.ucm
50498           !> ext/Encode/Encode/iso8859-15.ucm
50499           !> ext/Encode/Encode/iso8859-16.ucm
50500           !> ext/Encode/Encode/iso8859-2.ucm
50501           !> ext/Encode/Encode/iso8859-3.ucm
50502           !> ext/Encode/Encode/iso8859-4.ucm
50503           !> ext/Encode/Encode/iso8859-5.ucm
50504           !> ext/Encode/Encode/iso8859-6.ucm
50505           !> ext/Encode/Encode/iso8859-7.ucm
50506           !> ext/Encode/Encode/iso8859-8.ucm
50507           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50508           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
50509 ____________________________________________________________________________
50510 [  8987] By: jhi                                   on 2001/03/02  19:43:40
50511         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
50512              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
50513              8950,8952,8955 from mainline to maintperl.
50514              
50515              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
50516              
50517              Put to rest the 20010205.001, the email address checking (not) regex.
50518              
50519              fork() not everywhere, cleanup temp files.
50520              
50521              The #8843 wasn't quite right: %Config needs to imported.
50522              
50523              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
50524              (#8849: the glob-basic hunk needed massaging as it depended
50525              on Schwern's large-scale (unintegrated) patches)
50526              
50527              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
50528              
50529              Upgrade to CGI.pm 2.752, from Lincoln Stein.
50530              (Note: there were some conflicts due to EBCDIC and EPOC
50531              patches, in general I preferred the repository code.)
50532              (When 2.753 comes out, we need to synchronize.)
50533              
50534              Subject: [PATCH] fix for charnames above FFFF
50535              
50536              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
50537              
50538              If no sfio, no -lsfio.
50539              
50540              Run run/*.t also in minitest.
50541              
50542              Subject:  [PATCH perl 5.7.0] malloc message address offset
50543              
50544              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
50545              
50546              Subject: fix for parameter -Dm (for perl@8867)
50547              
50548              Subject: [PATCH: perl@8892] was Re: hashing order difference?
50549              (make the test more portable)
50550              
50551              Subject: Re: [PATCH] fix for charnames above FFFF
50552              
50553              Subject: Re: I'm losing the war...
50554              (hv_store() not working correctly in ENV_IS_CASELESS case.)
50555              
50556              Subject: Modified README.bs2000 
50557              
50558              Subject: [PATCH: perl@8935] -Dt padsv($var)
50559              
50560              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
50561              
50562              Subject: PATCH: extra tests to check on negative float to unsigned cast
50563              
50564              Subject: [PATCH] XPUSH[insp] was Re: progress
50565              
50566              Subject: Re: Compile with perlcc..
50567      Branch: maint-5.6/perl
50568           !> (integrate 36 files)
50569 ____________________________________________________________________________
50570 [  8986] By: jhi                                   on 2001/03/02  18:51:25
50571         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
50572              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
50573              to maintperl.
50574              
50575              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
50576              
50577              Subject: [DOC PATCH] overload.pm nits
50578              
50579              Add header for LIB$ prototypes (C. Berry)
50580              
50581              Convert fwrite()s to sockets to write()s, since some socket stacks
50582              don't take kindly to stdio.
50583              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
50584              (for often optional LNMs)
50585              Correct a few typos
50586              (C. Bailey)
50587              
50588              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
50589              
50590              De-cut-and-pasto.
50591              
50592              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
50593              
50594              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
50595              
50596              Upgrade to CPAN 1.59_54, from Andreas König.
50597              
50598              Bogus shebang.
50599              
50600              Subject: [PATCH] Document makepatch in Porting/patching
50601              
50602              UTF-8 documentation.
50603              
50604              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
50605              
50606              Sort the MANIFEST.
50607              
50608              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
50609              
50610              Subject: [PATCH @8807] toke.c cleanup: scan_str()
50611              
50612              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
50613              
50614              Add run/*.t to testables.
50615              
50616              TODO: integrate #8784.
50617      Branch: maint-5.6/perl
50618           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50619           !> (integrate 28 files)
50620 ____________________________________________________________________________
50621 [  8985] By: nick                                  on 2001/03/02  18:15:45
50622         Log: Integrate mainline
50623      Branch: perlio
50624           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
50625           !> vms/vms.c
50626 ____________________________________________________________________________
50627 [  8984] By: jhi                                   on 2001/03/02  16:00:17
50628         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
50629              
50630              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
50631              5.004_05, and mention the suidperl August 2000 security problem.
50632              (#8978,#8981)
50633              
50634              Subject: [ID 20010301.004] Technically speaking in perldata
50635              
50636              Subject: [PATCH] File::Copy for bleadperl, maintperl
50637              
50638              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50639              
50640              (The #8982, fix for 20010221.005 and 20010221.008,
50641              would be nice too but it didn't integrate cleanly.)
50642      Branch: maint-5.6/perl
50643           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
50644 ____________________________________________________________________________
50645 [  8983] By: jhi                                   on 2001/03/02  15:51:16
50646         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50647              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50648              Date:     Thu, 1 Mar 2001 15:54:09 EST
50649              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
50650      Branch: perl
50651            ! vms/vms.c
50652 ____________________________________________________________________________
50653 [  8982] By: jhi                                   on 2001/03/02  15:43:31
50654         Log: Subject: Re: sync sync sync: have I missed any patches?
50655              From: Radu Greab <radu@netsoft.ro> 
50656              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
50657              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
50658              
50659              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
50660              was checking argv[0] regardless of whether a different pathname
50661              will actually be executed."  Test case not supplied because 
50662              drafting that, ironically enough, revealed another bug
50663              (or a feature).
50664      Branch: perl
50665            ! doio.c
50666 ____________________________________________________________________________
50667 [  8981] By: jhi                                   on 2001/03/02  15:28:03
50668         Log: Misdate in #8978.
50669      Branch: perl
50670            ! pod/perlfaq1.pod
50671 ____________________________________________________________________________
50672 [  8980] By: jhi                                   on 2001/03/02  15:24:20
50673         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
50674              From: Chris Nandor <pudge@pobox.com>
50675              Date: Wed, 28 Feb 2001 22:10:15 -0500
50676              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
50677      Branch: perl
50678            ! lib/File/Copy.pm
50679 ____________________________________________________________________________
50680 [  8979] By: jhi                                   on 2001/03/02  15:17:16
50681         Log: Subject: [ID 20010301.004] Technically speaking in perldata
50682              From: abela@geneanet.org
50683              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
50684              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
50685      Branch: perl
50686            ! pod/perldata.pod
50687 ____________________________________________________________________________
50688 [  8978] By: jhi                                   on 2001/03/02  15:15:27
50689         Log: Subject: [ID 20010301.003] ref to 5.004
50690              From: abela@geneanet.org
50691              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
50692              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
50693              
50694              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
50695              and mention the suidperl August 2000 security problem.
50696      Branch: perl
50697            ! pod/perlfaq1.pod
50698 ____________________________________________________________________________
50699 [  8977] By: alanbur                               on 2001/03/02  14:17:45
50700         Log: Resynchronised with parent
50701      Branch: maint-5.6/pureperl
50702           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
50703           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
50704           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
50705           !> vms/descrip_mms.template win32/win32.c win32/win32.h
50706           !> win32/win32iop.h
50707 ____________________________________________________________________________
50708 [  8976] By: nick                                  on 2001/03/01  23:25:30
50709         Log: Integrate mainline.
50710      Branch: perlio
50711            - t/op/qu.t
50712           !> (integrate 55 files)
50713 ____________________________________________________________________________
50714 [  8975] By: jhi                                   on 2001/03/01  16:51:34
50715         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
50716      Branch: perl
50717           !> toke.c
50718 ____________________________________________________________________________
50719 [  8974] By: gsar                                  on 2001/03/01  16:28:21
50720         Log: fix for bugid 20010226.008
50721              
50722              the problem was that some of the pointers (PL_last_lop and
50723              PL_last_uni specifically) into the lex buffers weren't correctly
50724              being invalidated when the buffer changed; this would leave the
50725              pointers pointing at an arbitrary location in the buffer if
50726              the buffer didn't need to be reallocated, or point into freed
50727              memory if the buffer had to be realloced
50728              
50729              TODO item for bugdb maintainers: check other seemingly random
50730              parser-related bugs--they might be cured by this
50731      Branch: maint-5.6/perl
50732            ! toke.c
50733 ____________________________________________________________________________
50734 [  8973] By: jhi                                   on 2001/03/01  02:23:25
50735         Log: Retract #8970 because of a completely mysterious core dump:
50736              adding the tests 241..244 causes op/pat dump core at test #25.
50737              The test needs a lot of whittling down before the bug can be solved.
50738      Branch: perl
50739            ! t/op/pat.t
50740 ____________________________________________________________________________
50741 [  8972] By: jhi                                   on 2001/03/01  01:58:38
50742         Log: Regen perlapi.
50743      Branch: perl
50744            ! pod/perlapi.pod
50745 ____________________________________________________________________________
50746 [  8971] By: jhi                                   on 2001/03/01  01:34:09
50747         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))
50748              From: Nicholas Clark <nick@ccl4.org>
50749              Date: Wed, 28 Feb 2001 23:28:49 +0000
50750              Message-ID: <20010228232849.A55187@plum.flirble.org>
50751              
50752              Allow a completely write protected source code tree
50753              when using the Configure -Dmksymlinks.
50754      Branch: perl
50755            ! embed.pl warnings.pl
50756 ____________________________________________________________________________
50757 [  8970] By: jhi                                   on 2001/03/01  01:32:04
50758         Log: Add back the EBCDIC character range tests (for matching).
50759      Branch: perl
50760            ! t/op/pat.t
50761 ____________________________________________________________________________
50762 [  8969] By: nick                                  on 2001/02/28  18:18:01
50763         Log: Add charname comments to .ucm files writen by 'compile',
50764              also order charmaps in those files by source encoding.
50765              regenerate distrubuted .ucm files
50766      Branch: perlio
50767            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50768            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50769            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50770            ! ext/Encode/Encode/iso8859-10.ucm
50771            ! ext/Encode/Encode/iso8859-13.ucm
50772            ! ext/Encode/Encode/iso8859-14.ucm
50773            ! ext/Encode/Encode/iso8859-15.ucm
50774            ! ext/Encode/Encode/iso8859-16.ucm
50775            ! ext/Encode/Encode/iso8859-2.ucm
50776            ! ext/Encode/Encode/iso8859-3.ucm
50777            ! ext/Encode/Encode/iso8859-4.ucm
50778            ! ext/Encode/Encode/iso8859-5.ucm
50779            ! ext/Encode/Encode/iso8859-6.ucm
50780            ! ext/Encode/Encode/iso8859-7.ucm
50781            ! ext/Encode/Encode/iso8859-8.ucm
50782            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50783            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
50784 ____________________________________________________________________________
50785 [  8968] By: jhi                                   on 2001/02/28  16:26:37
50786         Log: Expand usemorebits early if d_casti32 needs to be undefined.
50787      Branch: perl
50788            ! hints/hpux.sh hints/irix_6.sh
50789 ____________________________________________________________________________
50790 [  8967] By: jhi                                   on 2001/02/28  16:22:26
50791         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
50792              retract toke.c/qu parts of #8583, retract #8485, retract
50793              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
50794              op/length.t, and MANIFEST, and delete t/op/qu.t.
50795      Branch: perl
50796            - t/op/qu.t
50797            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
50798            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
50799            ! t/op/length.t toke.c
50800 ____________________________________________________________________________
50801 [  8966] By: jhi                                   on 2001/02/28  15:00:27
50802         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
50803              by not changing from pre-Unicode days into being Unicode-aware.
50804              Sniff.
50805      Branch: perl
50806            ! pp.c t/op/pack.t t/op/qu.t
50807 ____________________________________________________________________________
50808 [  8965] By: jhi                                   on 2001/02/28  14:37:55
50809         Log: Subject: Re: Errors in core PODs
50810              From: Michael Stevens <michael@etla.org> 
50811              Date: Fri, 23 Feb 2001 15:47:56 +0000
50812              Message-ID: <20010223154756.A7723@firedrake.org> 
50813      Branch: perl
50814            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
50815            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
50816            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
50817            ! x2p/a2p.pod
50818 ____________________________________________________________________________
50819 [  8964] By: jhi                                   on 2001/02/28  14:35:35
50820         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
50821              (The #8961 was too bold.)
50822      Branch: perl
50823            ! hints/hpux.sh hints/irix_6.sh
50824 ____________________________________________________________________________
50825 [  8963] By: jhi                                   on 2001/02/28  14:33:39
50826         Log: Subject: Re: sync sync sync: have I missed any patches?
50827              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50828              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
50829              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
50830              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
50831              
50832              Replace djSP with dSP.
50833      Branch: perl
50834            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
50835            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
50836            ! win32/perlhost.h
50837 ____________________________________________________________________________
50838 [  8962] By: jhi                                   on 2001/02/27  23:21:14
50839         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
50840      Branch: perl
50841            ! lib/Filter/Simple.pm
50842 ____________________________________________________________________________
50843 [  8961] By: jhi                                   on 2001/02/27  22:55:26
50844         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
50845              and this would be it.
50846      Branch: perl
50847            ! hints/hpux.sh hints/irix_6.sh
50848 ____________________________________________________________________________
50849 [  8960] By: jhi                                   on 2001/02/27  22:51:33
50850         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
50851              From: "Craig A. Berry" <craigberry@mac.com>
50852              Date: Tue, 27 Feb 2001 16:11:44 -0600
50853              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
50854      Branch: maint-5.6/perl
50855            ! configure.com vms/descrip_mms.template
50856 ____________________________________________________________________________
50857 [  8959] By: jhi                                   on 2001/02/27  22:47:23
50858         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
50859              From: "Craig A. Berry" <craigberry@mac.com>
50860              Date: Tue, 27 Feb 2001 16:11:44 -0600
50861              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
50862      Branch: perl
50863            ! configure.com vms/descrip_mms.template
50864 ____________________________________________________________________________
50865 [  8958] By: jhi                                   on 2001/02/27  15:16:42
50866         Log: Update Changes.
50867      Branch: perl
50868            ! Changes patchlevel.h
50869 ____________________________________________________________________________
50870 [  8957] By: jhi                                   on 2001/02/27  06:15:07
50871         Log: Subject: [5.6.x] EPOC additions
50872              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50873              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
50874              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
50875      Branch: maint-5.6/perl
50876            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
50877 ____________________________________________________________________________
50878 [  8956] By: jhi                                   on 2001/02/27  06:12:11
50879         Log: Subject: [perl-current] EPOC 
50880              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50881              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
50882              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
50883      Branch: perl
50884            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
50885            ! epoc/epocish.c epoc/epocish.h pp_sys.c
50886 ____________________________________________________________________________
50887 [  8955] By: jhi                                   on 2001/02/27  05:59:50
50888         Log: Subject: Re: Compile with perlcc..
50889              From: Edward Peschko <edwardp@excitehome.net>
50890              Date: Mon, 26 Feb 2001 18:51:58 -0800
50891              Message-ID: <20010226185158.A9871@excitehome.net>
50892              
50893              plus add a simple usage message if no arguments given.
50894      Branch: perl
50895            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
50896            ! utils/Makefile utils/perlcc.PL win32/pod.mak
50897 ____________________________________________________________________________
50898 [  8954] By: nick                                  on 2001/02/26  21:02:59
50899         Log: Integrate mainline
50900      Branch: perlio
50901           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
50902           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
50903           !> t/op/sprintf.t
50904 ____________________________________________________________________________
50905 [  8953] By: jhi                                   on 2001/02/26  14:43:54
50906         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
50907              From: Nicholas Clark <nick@ccl4.org>
50908              Date: Mon, 26 Feb 2001 00:42:07 +0000
50909              Message-ID: <20010226004207.F23333@plum.flirble.org>
50910      Branch: perl
50911            ! pp_ctl.c
50912 ____________________________________________________________________________
50913 [  8952] By: jhi                                   on 2001/02/26  14:42:13
50914         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
50915              From: Simon Cozens <simon@netthink.co.uk>
50916              Date: Mon, 26 Feb 2001 12:23:48 +0000
50917              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
50918      Branch: perl
50919            ! pod/perlguts.pod
50920 ____________________________________________________________________________
50921 [  8951] By: jhi                                   on 2001/02/26  14:39:15
50922         Log: Subject: [PATCH] perlio - unknown layer
50923              From: Nicholas Clark <nick@ccl4.org>
50924              Date: Mon, 26 Feb 2001 00:27:19 +0000
50925              Message-ID: <20010226002719.E23333@plum.flirble.org>
50926      Branch: perl
50927            ! perlio.c
50928 ____________________________________________________________________________
50929 [  8950] By: jhi                                   on 2001/02/26  14:38:04
50930         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
50931              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
50932              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
50933              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
50934      Branch: perl
50935            ! t/op/bop.t
50936 ____________________________________________________________________________
50937 [  8949] By: jhi                                   on 2001/02/26  14:37:07
50938         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
50939              From: Peter Prymmer <pvhp@forte.com>
50940              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
50941              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
50942      Branch: perl
50943            ! lib/Test.pm
50944 ____________________________________________________________________________
50945 [  8948] By: jhi                                   on 2001/02/26  14:35:53
50946         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
50947              From: Radu Greab <radu@netsoft.ro>
50948              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
50949              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
50950      Branch: perl
50951            ! pod/perlop.pod
50952 ____________________________________________________________________________
50953 [  8947] By: jhi                                   on 2001/02/26  14:34:46
50954         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
50955              From: David Mitchell <davem@fdgroup.co.uk>
50956              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
50957              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
50958      Branch: perl
50959            ! run.c
50960 ____________________________________________________________________________
50961 [  8946] By: jhi                                   on 2001/02/26  14:32:37
50962         Log: Subject: Modified README.bs2000 
50963              From: Dorner Thomas <Thomas.Dorner@start.de>
50964              Date: Mon, 26 Feb 2001 09:22:17 +0100
50965              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
50966      Branch: perl
50967            ! README.bs2000
50968 ____________________________________________________________________________
50969 [  8945] By: jhi                                   on 2001/02/26  14:19:53
50970         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
50971              to maintperl, listing the known failures on the tests 129 and 130.
50972      Branch: maint-5.6/perl
50973           !> t/op/sprintf.t
50974 ____________________________________________________________________________
50975 [  8944] By: jhi                                   on 2001/02/26  14:14:15
50976         Log: Add more known sprintf failures.
50977      Branch: perl
50978            ! t/op/sprintf.t
50979 ____________________________________________________________________________
50980 [  8943] By: jhi                                   on 2001/02/26  13:56:22
50981         Log: perlglob.exe needs to be found in Win32, patch from
50982              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
50983              which needs external glob at mini-perl time."
50984      Branch: perl
50985            ! ext/Encode/compile
50986 ____________________________________________________________________________
50987 [  8942] By: jhi                                   on 2001/02/26  13:52:19
50988         Log: A missing dTHX from Vadim Konovalov.
50989      Branch: perl
50990            ! perlio.c
50991 ____________________________________________________________________________
50992 [  8941] By: jhi                                   on 2001/02/26  13:37:05
50993         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
50994      Branch: perl
50995            ! op.c
50996 ____________________________________________________________________________
50997 [  8940] By: jhi                                   on 2001/02/26  13:35:40
50998         Log: Integrate perlio.
50999      Branch: perl
51000           !> ext/Encode/Encode.pm
51001 ____________________________________________________________________________
51002 [  8939] By: nick                                  on 2001/02/25  23:47:09
51003         Log: Integrate mainline.
51004      Branch: perlio
51005           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
51006           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
51007 ____________________________________________________________________________
51008 [  8938] By: nick                                  on 2001/02/25  19:36:28
51009         Log: Encode implementations docs.
51010      Branch: perlio
51011            ! ext/Encode/Encode.pm
51012 ____________________________________________________________________________
51013 [  8937] By: jhi                                   on 2001/02/25  19:26:16
51014         Log: Script wasn't aligned with reality.
51015      Branch: perl
51016            ! t/pod/find.t
51017 ____________________________________________________________________________
51018 [  8936] By: jhi                                   on 2001/02/25  18:54:55
51019         Log: Update Changes.
51020      Branch: perl
51021            ! Changes patchlevel.h
51022 ____________________________________________________________________________
51023 [  8935] By: jhi                                   on 2001/02/25  18:46:36
51024         Log: Retract #8929,8930,8932,8933 for now.
51025      Branch: perl
51026            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
51027 ____________________________________________________________________________
51028 [  8934] By: jhi                                   on 2001/02/25  17:34:35
51029         Log: Integrate perlio.
51030      Branch: perl
51031           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
51032           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
51033           !> t/lib/encode.t
51034 ____________________________________________________________________________
51035 [  8933] By: jhi                                   on 2001/02/25  17:33:12
51036         Log: (Retracted by #8395.)
51037              
51038              Slight tweaks in scan_const(), not fixes yet, it seems like
51039              lots of work remains to be done...
51040      Branch: perl
51041            ! toke.c
51042 ____________________________________________________________________________
51043 [  8932] By: jhi                                   on 2001/02/25  17:27:11
51044         Log: (Retracted by #8395.)
51045              
51046              Missing from #8930.
51047      Branch: perl
51048            ! perl.h
51049 ____________________________________________________________________________
51050 [  8931] By: jhi                                   on 2001/02/25  17:26:19
51051         Log: A comment tweak.
51052      Branch: perl
51053            ! utf8.c
51054 ____________________________________________________________________________
51055 [  8930] By: jhi                                   on 2001/02/25  17:25:47
51056         Log: (Retracted by #8395.)
51057              
51058              Attempt to fix the EBCDIC character range problem with //.
51059      Branch: perl
51060            ! regcomp.c
51061 ____________________________________________________________________________
51062 [  8929] By: jhi                                   on 2001/02/25  17:23:45
51063         Log: (Retracted by #8395.)
51064              
51065              Expand the EBCDIC character range tests, and add few nasty
51066              tr tests from Karsten Sperling.
51067      Branch: perl
51068            ! t/op/pat.t t/op/tr.t
51069 ____________________________________________________________________________
51070 [  8928] By: jhi                                   on 2001/02/25  17:18:49
51071         Log: Missing check-in.
51072      Branch: perl
51073            ! lib/Pod/Find.pm
51074 ____________________________________________________________________________
51075 [  8927] By: nick                                  on 2001/02/25  11:30:22
51076         Log: Change method names in Encode implementation classes to something
51077              less confusing (preparing to "go public").
51078      Branch: perlio
51079            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
51080 ____________________________________________________________________________
51081 [  8926] By: nick                                  on 2001/02/25  10:53:24
51082         Log: GCC __atribute__ / printf fix
51083      Branch: perlio
51084            ! perl.h
51085 ____________________________________________________________________________
51086 [  8925] By: nick                                  on 2001/02/25  10:52:25
51087         Log: Checked in the wrong one ...
51088      Branch: perlio
51089            ! ext/Encode/Encode.pm
51090 ____________________________________________________________________________
51091 [  8924] By: nick                                  on 2001/02/24  18:46:51
51092         Log: Integrate mainline - to see what Jarkko has in ...
51093      Branch: perlio
51094           +> t/pod/testpods/lib/Pod/Stuff.pm
51095           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
51096 ____________________________________________________________________________
51097 [  8923] By: nick                                  on 2001/02/24  17:05:23
51098         Log: Encode API documentation nd tidy up.
51099              Minor additions to test.
51100              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
51101              Adds STRLEN to standard typemap.
51102      Branch: perlio
51103            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
51104            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
51105 ____________________________________________________________________________
51106 [  8922] By: jhi                                   on 2001/02/24  16:38:12
51107         Log: Add a test for the "character range should match in EBCDIC
51108              if specified using explicit numerics" bug found by Karsten
51109              Sperling.
51110      Branch: perl
51111            ! t/op/pat.t
51112 ____________________________________________________________________________
51113 [  8921] By: jhi                                   on 2001/02/24  16:30:16
51114         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
51115              From: schwern@pobox.com
51116              Date: Fri, 23 Feb 2001 03:21:37 -0500
51117              Message-ID: <20010223032137.A26022@magnonel.guild.net>
51118              
51119              plus Charles Lane's fixes, plus tweaks.
51120      Branch: perl
51121            + t/pod/testpods/lib/Pod/Stuff.pm
51122            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
51123 ____________________________________________________________________________
51124 [  8920] By: nick                                  on 2001/02/24  10:30:11
51125         Log: Integrate mainline
51126      Branch: perlio
51127           !> (integrate 33 files)
51128 ____________________________________________________________________________
51129 [  8919] By: jhi                                   on 2001/02/24  00:23:35
51130         Log: Subject: Re: I'm losing the war...
51131              From: "Vadim Konovalov" <watman@inbox.ru>
51132              Date: Sat, 24 Feb 2001 00:10:14 +0300
51133              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
51134              
51135              hv_store() not working correctly in ENV_IS_CASELESS case.
51136      Branch: perl
51137            ! hv.c
51138 ____________________________________________________________________________
51139 [  8918] By: jhi                                   on 2001/02/24  00:20:09
51140         Log: Subject: Re: [PATCH] fix for charnames above FFFF
51141              From: andreas.koenig@anima.de (Andreas J. Koenig)
51142              Date: 23 Feb 2001 02:39:03 +0100
51143              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
51144              
51145              A further efficiency tweak.
51146      Branch: perl
51147            ! lib/charnames.pm
51148 ____________________________________________________________________________
51149 [  8917] By: jhi                                   on 2001/02/23  20:27:51
51150         Log: Integrate change #8916 from mainline,
51151              do away with USE_WIN32_RTL_ENV.
51152      Branch: maint-5.6/perl
51153           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
51154 ____________________________________________________________________________
51155 [  8916] By: jhi                                   on 2001/02/23  20:02:25
51156         Log: Abolish USE_WIN32_RTL_ENV.
51157      Branch: perl
51158            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
51159 ____________________________________________________________________________
51160 [  8915] By: jhi                                   on 2001/02/23  19:36:00
51161         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
51162              later protected by some #define.
51163      Branch: perl
51164            ! gv.c
51165 ____________________________________________________________________________
51166 [  8914] By: jhi                                   on 2001/02/23  19:31:38
51167         Log: Retract #8902 for now, requested by Charles Lane, the correct
51168              fix will be something else.
51169      Branch: perl
51170            ! op.c
51171 ____________________________________________________________________________
51172 [  8913] By: jhi                                   on 2001/02/23  19:11:36
51173         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
51174              From: Peter Prymmer <pvhp@forte.com>
51175              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
51176              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
51177      Branch: perl
51178            ! t/op/lex_assign.t
51179 ____________________________________________________________________________
51180 [  8912] By: jhi                                   on 2001/02/23  18:38:20
51181         Log: Subject: [patch] perlio + useithreads
51182              From: Doug MacEachern <dougm@covalent.net>
51183              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
51184              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
51185              
51186              Gets things running but not complete.
51187      Branch: perl
51188            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
51189 ____________________________________________________________________________
51190 [  8911] By: jhi                                   on 2001/02/23  04:20:02
51191         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
51192              
51193              Duplicated environment freeing, File::Temp 0.12,
51194              op/append portability (EBCDIC) tweak.
51195      Branch: maint-5.6/perl
51196           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51197           !> t/op/append.t
51198 ____________________________________________________________________________
51199 [  8910] By: jhi                                   on 2001/02/23  02:07:33
51200         Log: Integrate change #8909 from mainline, a better Borland
51201              putenv() workaround.
51202      Branch: maint-5.6/perl
51203           !> perl.c
51204 ____________________________________________________________________________
51205 [  8909] By: jhi                                   on 2001/02/23  02:05:46
51206         Log: A better workaround for Borland putenv() brokenness from Sarathy.
51207      Branch: perl
51208            ! perl.c
51209 ____________________________________________________________________________
51210 [  8908] By: jhi                                   on 2001/02/23  02:04:14
51211         Log: Subject: fix for parameter -Dm (for perl@8867)
51212              From: "Vadim Konovalov" <watman@inbox.ru>
51213              Date: Thu, 22 Feb 2001 17:30:12 +0300
51214              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
51215      Branch: perl
51216            ! perl.h
51217 ____________________________________________________________________________
51218 [  8907] By: jhi                                   on 2001/02/23  01:58:20
51219         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
51220              From: Peter Prymmer <pvhp@forte.com>
51221              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
51222              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
51223      Branch: perl
51224            ! t/op/append.t
51225 ____________________________________________________________________________
51226 [  8906] By: jhi                                   on 2001/02/23  01:48:34
51227         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
51228      Branch: perl
51229            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51230 ____________________________________________________________________________
51231 [  8905] By: jhi                                   on 2001/02/23  01:43:30
51232         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
51233              From: Peter Prymmer <pvhp@forte.com>
51234              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
51235              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
51236      Branch: perl
51237            ! t/lib/st-06compat.t
51238 ____________________________________________________________________________
51239 [  8904] By: jhi                                   on 2001/02/23  01:42:39
51240         Log: Metaconfig unit change for #8903.
51241      Branch: metaconfig/U/perl
51242            ! Devel.U
51243 ____________________________________________________________________________
51244 [  8903] By: jhi                                   on 2001/02/23  01:42:12
51245         Log: Be more helpful for devel builders, suggested by John L. Allen.
51246      Branch: perl
51247            ! Configure
51248 ____________________________________________________________________________
51249 [  8902] By: jhi                                   on 2001/02/23  01:37:41
51250         Log: (Retracted by #8914)
51251              (Wrongly, reinstated by #8941)
51252              
51253              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
51254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51255              Date:     Thu, 22 Feb 2001 09:43:57 EST
51256              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
51257      Branch: perl
51258            ! op.c
51259 ____________________________________________________________________________
51260 [  8901] By: jhi                                   on 2001/02/23  01:20:32
51261         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
51262              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51263              Date:     Thu, 22 Feb 2001 08:01:35 EST
51264              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
51265      Branch: perl
51266            ! malloc.c
51267 ____________________________________________________________________________
51268 [  8900] By: jhi                                   on 2001/02/23  01:18:02
51269         Log: Integrate changes #8898,8899 from mainline, environ handling.
51270      Branch: maint-5.6/perl
51271           !> perl.c
51272 ____________________________________________________________________________
51273 [  8899] By: jhi                                   on 2001/02/23  01:16:25
51274         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
51275              putenv() is not to be relied on, they are either broken or leaky
51276              or both.)
51277      Branch: perl
51278            ! perl.c
51279 ____________________________________________________________________________
51280 [  8898] By: jhi                                   on 2001/02/22  23:36:59
51281         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
51282              and safesysfree() must be used.
51283      Branch: perl
51284            ! perl.c
51285 ____________________________________________________________________________
51286 [  8897] By: jhi                                   on 2001/02/22  23:25:45
51287         Log: With environ one must use safesysmalloc()/safesysfree().
51288      Branch: perl
51289            ! perl.c
51290 ____________________________________________________________________________
51291 [  8896] By: jhi                                   on 2001/02/22  22:13:18
51292         Log: If we have a duplicated environment free it
51293              if PERL_DESTRUCT_LEVEL.
51294      Branch: perl
51295            ! perl.c
51296 ____________________________________________________________________________
51297 [  8895] By: alanbur                               on 2001/02/22  19:31:57
51298         Log: Synchronised with parent
51299      Branch: maint-5.6/pureperl
51300           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
51301 ____________________________________________________________________________
51302 [  8894] By: gsar                                  on 2001/02/22  19:06:18
51303         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
51304              
51305              fix memory leak in method call optimization (change#3768);
51306              made C<eval "$x->foo()"> leak
51307              
51308              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
51309      Branch: maint-5.6/perl
51310           !> op.c
51311 ____________________________________________________________________________
51312 [  8893] By: jhi                                   on 2001/02/22  18:35:27
51313         Log: (Retracted by #8915.)
51314              
51315              Third Degree finding:
51316              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
51317      Branch: perl
51318            ! gv.c
51319 ____________________________________________________________________________
51320 [  8892] By: jhi                                   on 2001/02/22  14:28:32
51321         Log: Update Changes.
51322      Branch: perl
51323            ! Changes patchlevel.h
51324 ____________________________________________________________________________
51325 [  8891] By: jhi                                   on 2001/02/22  13:22:45
51326         Log: Metaconfig unit changes for #8890.
51327      Branch: metaconfig
51328            ! U/modified/Cppsym.U U/threads/archname.U
51329 ____________________________________________________________________________
51330 [  8890] By: jhi                                   on 2001/02/22  13:22:12
51331         Log: Add -stdio to the archname if no perlio selected,
51332              no -perlio added since that is now the default.
51333              
51334              Add few CPUs/architectures to the Cppsym scan.
51335      Branch: perl
51336            ! Configure config_h.SH
51337 ____________________________________________________________________________
51338 [  8889] By: jhi                                   on 2001/02/22  13:05:59
51339         Log: Metaconfig unit change for #8888.
51340      Branch: metaconfig/U/perl
51341            ! useperlio.U
51342 ____________________________________________________________________________
51343 [  8888] By: jhi                                   on 2001/02/22  13:05:28
51344         Log: *drum roll*  Make perlio the default.
51345      Branch: perl
51346            ! Configure config_h.SH
51347 ____________________________________________________________________________
51348 [  8887] By: jhi                                   on 2001/02/22  12:50:52
51349         Log: Integrate change #8665 from maintperl to mainline,
51350              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
51351      Branch: perl
51352           !> ext/POSIX/POSIX.xs
51353 ____________________________________________________________________________
51354 [  8886] By: jhi                                   on 2001/02/22  12:49:24
51355         Log: Integrate changes #8883,8884 from mainline to maintperl.
51356              
51357              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
51358              Subject: Re: File::Temp::_gettemp warning
51359      Branch: maint-5.6/perl
51360           !> embed.h embed.pl lib/File/Temp.pm
51361 ____________________________________________________________________________
51362 [  8885] By: jhi                                   on 2001/02/22  12:43:59
51363         Log: Based on
51364              
51365              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
51366              From: schwab@suse.de
51367              Date: Thu, 22 Feb 2001 13:08:09 +0100
51368              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
51369              
51370              but the fix done slightly differently because the other
51371              half was already done in #8664.
51372      Branch: maint-5.6/perl
51373            ! ext/POSIX/POSIX.xs
51374 ____________________________________________________________________________
51375 [  8884] By: jhi                                   on 2001/02/22  12:37:15
51376         Log: Subject: Re: File::Temp::_gettemp warning
51377              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51378              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
51379              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
51380              
51381              This patch to File::Temp does two things:
51382              
51383              1. Fixes the problem with CGI::Carp when determining
51384              the Fcntl constants
51385              
51386              2. Removes most of the carps and consolidates them so that all the
51387              reasons are included in a single die that is caught by the test. This
51388              means that the correct skipping behaviour is displayed by the test.
51389      Branch: perl
51390            ! lib/File/Temp.pm
51391 ____________________________________________________________________________
51392 [  8883] By: jhi                                   on 2001/02/22  12:29:19
51393         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
51394              From: Peter Prymmer <pvhp@forte.com>
51395              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
51396              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
51397      Branch: perl
51398            ! embed.h embed.pl
51399 ____________________________________________________________________________
51400 [  8882] By: jhi                                   on 2001/02/21  19:41:33
51401         Log: Integrate change #8881 from mainlin to maintperl.
51402              
51403              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51404      Branch: maint-5.6/perl
51405           !> op.c
51406 ____________________________________________________________________________
51407 [  8881] By: jhi                                   on 2001/02/21  19:38:57
51408         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51409              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51410              Date:     Wed, 21 Feb 2001 13:08:03 EST
51411              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
51412      Branch: perl
51413            ! op.c
51414 ____________________________________________________________________________
51415 [  8880] By: jhi                                   on 2001/02/21  19:34:34
51416         Log: Retract #8875, cannot let go of the old semantics of unpack U
51417              without rethinking utf8decode.t.
51418      Branch: perl
51419            ! pp.c t/op/pack.t
51420 ____________________________________________________________________________
51421 [  8879] By: jhi                                   on 2001/02/21  19:08:02
51422         Log: Run run/*.t also in minitest.
51423      Branch: perl
51424            ! Makefile.SH
51425 ____________________________________________________________________________
51426 [  8878] By: nick                                  on 2001/02/21  18:55:37
51427         Log: Integrate mainline
51428      Branch: perlio
51429           !> (integrate 76 files)
51430 ____________________________________________________________________________
51431 [  8877] By: jhi                                   on 2001/02/21  15:09:33
51432         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
51433      Branch: metaconfig
51434            ! U/compline/nblock_io.U
51435      Branch: perl
51436            ! Configure config_h.SH
51437 ____________________________________________________________________________
51438 [  8876] By: jhi                                   on 2001/02/21  14:54:45
51439         Log: If no sfio, no -lsfio.
51440      Branch: metaconfig/U/perl
51441            ! d_sfio.U
51442      Branch: perl
51443            ! Configure config_h.SH
51444 ____________________________________________________________________________
51445 [  8875] By: jhi                                   on 2001/02/21  14:54:00
51446         Log: Make unpack C and unpack U truly equivalent.
51447      Branch: perl
51448            ! pp.c t/op/pack.t
51449 ____________________________________________________________________________
51450 [  8874] By: jhi                                   on 2001/02/21  14:26:02
51451         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
51452              From: Peter Prymmer <pvhp@forte.com>
51453              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
51454              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
51455      Branch: perl
51456            ! pod/perlport.pod
51457 ____________________________________________________________________________
51458 [  8873] By: jhi                                   on 2001/02/21  14:24:31
51459         Log: Subject: [PATCH] fix for charnames above FFFF
51460              From: andreas.koenig@anima.de (Andreas J. Koenig)
51461              Date: 21 Feb 2001 07:05:45 +0100
51462              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
51463      Branch: perl
51464            ! lib/charnames.pm t/lib/charnames.t
51465 ____________________________________________________________________________
51466 [  8872] By: jhi                                   on 2001/02/21  14:15:25
51467         Log: Integrate change #8868 from pureperl to mainline.
51468              
51469              Fixed reference count loop caused by sv_magic.
51470      Branch: perl
51471           !> sv.c
51472 ____________________________________________________________________________
51473 [  8871] By: jhi                                   on 2001/02/21  14:07:29
51474         Log: Integrate change #8868 from pureperl to maintperl.
51475              
51476              Fixed reference count loop caused by sv_magic.
51477      Branch: maint-5.6/perl
51478           !> sv.c
51479 ____________________________________________________________________________
51480 [  8870] By: jhi                                   on 2001/02/21  14:04:41
51481         Log: Put back the #8840, it was innocent.
51482      Branch: perl
51483            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51484            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51485 ____________________________________________________________________________
51486 [  8869] By: jhi                                   on 2001/02/21  14:00:03
51487         Log: unpack("C", ...) was left slightly unfinished by #8865.
51488      Branch: perl
51489            ! pp.c t/op/pack.t
51490 ____________________________________________________________________________
51491 [  8868] By: alanbur                               on 2001/02/21  01:33:45
51492         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
51493              from gv_fetchpv to create single-character magic variables (e.g. $!),
51494              and it is passed a sv and the gv that contains the sv as the mg_obj
51495              value.  When sv_magic stores the mg_obj pointer it increments the gv
51496              refcount, thus causing a sv-gv pair that can't be freed.  There is
51497              already a check for sv == obj which is used to prevent such reference
51498              loops.  This change extends the check to cover the case described above.
51499      Branch: maint-5.6/pureperl
51500            ! sv.c
51501 ____________________________________________________________________________
51502 [  8867] By: jhi                                   on 2001/02/21  00:52:39
51503         Log: Update Changes.
51504      Branch: perl
51505            ! Changes patchlevel.h
51506 ____________________________________________________________________________
51507 [  8866] By: jhi                                   on 2001/02/21  00:34:20
51508         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
51509              (Note: there were some conflicts due to EBCDIC and EPOC
51510              patches, in general I preferred the repository code.)
51511              (When 2.753 comes out, we need to synchronize.)
51512      Branch: perl
51513            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
51514            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
51515            ! t/lib/cgi-html.t
51516 ____________________________________________________________________________
51517 [  8865] By: jhi                                   on 2001/02/21  00:24:22
51518         Log: Make pack("C", 0x100) to create Unicode, unless under the
51519              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
51520              will understand Unicode, unless you under know what.
51521      Branch: perl
51522            ! pp.c t/op/pack.t t/op/qu.t
51523 ____________________________________________________________________________
51524 [  8864] By: alanbur                               on 2001/02/20  22:35:34
51525         Log: Resynchronised with parent
51526      Branch: maint-5.6/pureperl
51527           !> README.win32 ext/GDBM_File/GDBM_File.pm
51528           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
51529           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
51530           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
51531           !> t/lib/sdbm.t util.c
51532 ____________________________________________________________________________
51533 [  8863] By: jhi                                   on 2001/02/20  20:55:11
51534         Log: Integrate change #8860,8861 from mainline into maintperl.
51535              
51536              "pseudo-literal j"
51537              
51538              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51539      Branch: maint-5.6/perl
51540           !> lib/Test.pm pod/perlop.pod
51541 ____________________________________________________________________________
51542 [  8862] By: jhi                                   on 2001/02/20  20:30:07
51543         Log: Don't do casting between pointers pointing to differently sized
51544              integers.
51545      Branch: perl
51546            ! hv.c sv.c
51547 ____________________________________________________________________________
51548 [  8861] By: jhi                                   on 2001/02/20  19:53:44
51549         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51550              From: Peter Prymmer <pvhp@forte.com>
51551              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
51552              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
51553      Branch: perl
51554            ! lib/Test.pm
51555 ____________________________________________________________________________
51556 [  8860] By: jhi                                   on 2001/02/20  19:48:02
51557         Log: "pseudo-literal j", a documentation glitch reported to Debian.
51558              The text recovered from Perl 5.005_03, and pseudo-literal replaced
51559              by "backtick string".
51560      Branch: perl
51561            ! pod/perlop.pod
51562 ____________________________________________________________________________
51563 [  8859] By: jhi                                   on 2001/02/20  19:15:46
51564         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
51565              from Chris Nandor.
51566      Branch: perl
51567            ! makedef.pl
51568 ____________________________________________________________________________
51569 [  8858] By: jhi                                   on 2001/02/20  17:36:53
51570         Log: Integrate pureperl changes #8844,8845,8850 to mainline
51571              (via maintperl #8855).
51572              
51573              Fixed %^H scoping bug
51574              
51575              Removed GV <-> CV refcount loop
51576              
51577              Removed %ENV refcount loop
51578      Branch: perl
51579           !> gv.c op.c perl.c pp.c scope.c
51580 ____________________________________________________________________________
51581 [  8857] By: jhi                                   on 2001/02/20  17:34:32
51582         Log: Integrate changes #8853,8854 from maintperl to mainline.
51583              
51584              EBDIC fixes, README.win32 Borland update.
51585      Branch: perl
51586           !> README.win32 handy.h util.c
51587 ____________________________________________________________________________
51588 [  8856] By: jhi                                   on 2001/02/20  17:33:16
51589         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
51590      Branch: maint-5.6/perl
51591           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51592           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51593           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51594 ____________________________________________________________________________
51595 [  8855] By: jhi                                   on 2001/02/20  17:32:13
51596         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
51597              
51598              Fixed %^H scoping bug
51599              
51600              Removed GV <-> CV refcount loop
51601              
51602              Removed %ENV refcount loop
51603      Branch: maint-5.6/perl
51604           !> gv.c op.c perl.c pp.c scope.c
51605 ____________________________________________________________________________
51606 [  8854] By: jhi                                   on 2001/02/20  17:25:06
51607         Log: Subject: Addition to readme.win32 for Borland C++ compilers
51608              Date: Tue, 20 Feb 2001 02:15:25 +0300
51609              From: "Vadim Konovalov" <watman@inbox.ru>
51610              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
51611              
51612              Document Borland compiler misbehaviour.
51613      Branch: maint-5.6/perl
51614            ! README.win32
51615 ____________________________________________________________________________
51616 [  8853] By: jhi                                   on 2001/02/20  17:22:25
51617         Log: The assimilation of ebcdic.c didn't quite work at the first try,
51618              patches from Thomas Dorner.
51619      Branch: maint-5.6/perl
51620            ! handy.h util.c
51621 ____________________________________________________________________________
51622 [  8852] By: jhi                                   on 2001/02/20  17:20:15
51623         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
51624              From: Chris Nandor <pudge@pobox.com>
51625              Date: Tue, 20 Feb 2001 08:32:45 -0500
51626              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
51627      Branch: maint-5.6/perl
51628            ! makedef.pl mg.c
51629 ____________________________________________________________________________
51630 [  8851] By: jhi                                   on 2001/02/20  17:15:52
51631         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
51632      Branch: perl
51633            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
51634            ! t/lib/filter-util.t
51635 ____________________________________________________________________________
51636 [  8850] By: alanbur                               on 2001/02/20  17:12:40
51637         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
51638              and the magic pointer points back to the GV that contains the
51639              %ENV hash.  This creates a refcount loop that prevents members
51640              of %ENV from being freed correctly.  This change removes the
51641              refcount loop - the magic pointer was never used anyway, the
51642              only use of the magic was to check the type ('E') so that the
51643              appropriate environment manipulation code is called when %ENV
51644              is modified.
51645      Branch: maint-5.6/pureperl
51646            ! perl.c
51647 ____________________________________________________________________________
51648 [  8849] By: jhi                                   on 2001/02/20  17:12:20
51649         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
51650              From: "Craig A. Berry" <craigberry@mac.com>
51651              Date: Mon, 19 Feb 2001 23:36:12 -0600
51652              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
51653              
51654              Case-forgiving systems match TestInit.pm with TES*.
51655      Branch: perl
51656            ! t/lib/glob-basic.t
51657 ____________________________________________________________________________
51658 [  8848] By: jhi                                   on 2001/02/20  17:10:02
51659         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
51660      Branch: perl
51661            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51662            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51663            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51664 ____________________________________________________________________________
51665 [  8847] By: jhi                                   on 2001/02/20  15:34:41
51666         Log: The #8843 wasn't quite right: %Config needs to imported.
51667      Branch: perl
51668            ! t/run/runenv.t
51669 ____________________________________________________________________________
51670 [  8846] By: jhi                                   on 2001/02/20  15:31:50
51671         Log: Retract the #8838 and #8840 for now because of
51672              the DB_File tie problem.
51673      Branch: perl
51674            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
51675            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
51676            ! proto.h sv.c
51677 ____________________________________________________________________________
51678 [  8845] By: alanbur                               on 2001/02/20  14:25:41
51679         Log: Removed GV <-> CV refcount loop
51680              CvGV(mycv) points to the parent GV of the CV, and was previously
51681              refcounted.  The pointer remains, but the refcounting has been removed
51682              as it causes a refcount loop between the CV and GV that means the CV
51683              can't ever be deleted.
51684      Branch: maint-5.6/pureperl
51685            ! gv.c op.c pp.c
51686 ____________________________________________________________________________
51687 [  8844] By: alanbur                               on 2001/02/20  14:23:13
51688         Log: Fixed %^H scoping bug
51689      Branch: maint-5.6/pureperl
51690            ! scope.c
51691 ____________________________________________________________________________
51692 [  8843] By: jhi                                   on 2001/02/19  13:38:08
51693         Log: fork() not everywhere, cleanup temp files.
51694      Branch: perl
51695            ! t/run/runenv.t
51696 ____________________________________________________________________________
51697 [  8842] By: alanbur                               on 2001/02/19  12:42:07
51698         Log: Resynchronised with parent
51699      Branch: maint-5.6/pureperl
51700           !> pod/perlfaq4.pod sv.c utf8.c
51701 ____________________________________________________________________________
51702 [  8841] By: jhi                                   on 2001/02/19  03:35:51
51703         Log: Update Changes.
51704      Branch: perl
51705            ! Changes patchlevel.h
51706 ____________________________________________________________________________
51707 [  8840] By: jhi                                   on 2001/02/19  00:23:41
51708         Log: Subject: [patch] add sv_setref_uv
51709              From: Doug MacEachern <dougm@covalent.net>
51710              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
51711              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
51712      Branch: perl
51713            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51714            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51715 ____________________________________________________________________________
51716 [  8839] By: jhi                                   on 2001/02/19  00:01:38
51717         Log: Put to rest the 20010205.001, the email address checking (not) regex.
51718      Branch: perl
51719            ! pod/perlfaq9.pod
51720 ____________________________________________________________________________
51721 [  8838] By: jhi                                   on 2001/02/18  22:17:54
51722         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
51723              From: Doug MacEachern <dougm@covalent.net>
51724              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
51725              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
51726      Branch: perl
51727            ! lib/ExtUtils/xsubpp
51728 ____________________________________________________________________________
51729 [  8837] By: jhi                                   on 2001/02/18  22:16:50
51730         Log: Subject: [patch] -Wall cleanup round 2
51731              From: Doug MacEachern <dougm@covalent.net>
51732              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
51733              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
51734      Branch: perl
51735            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
51736            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
51737            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
51738            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
51739            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
51740            ! ext/SDBM_File/SDBM_File.xs
51741 ____________________________________________________________________________
51742 [  8836] By: jhi                                   on 2001/02/18  22:11:20
51743         Log: Misapplied regex optimizations when \C is present.
51744              Fixes 20001230.002.
51745              
51746              What still remains broken is that the submatches that
51747              have \C in them get their UTF8 flag on because their
51748              parent SV has it on.  This will result in malformed
51749              UTF8 if a \C happened to match a non-ASCII byte.
51750      Branch: perl
51751            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
51752            ! t/pragma/utf8.t
51753 ____________________________________________________________________________
51754 [  8835] By: jhi                                   on 2001/02/18  20:12:02
51755         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
51756              
51757              The hash key got wrongly UTF8fied.
51758      Branch: perl
51759            ! pod/perlapi.pod toke.c utf8.c
51760 ____________________________________________________________________________
51761 [  8834] By: jhi                                   on 2001/02/18  19:44:25
51762         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
51763              don't warn on magical or overloaded things.
51764      Branch: perl
51765            ! pp_hot.c
51766 ____________________________________________________________________________
51767 [  8833] By: nick                                  on 2001/02/18  19:31:22
51768         Log: Integrate mainline
51769      Branch: perlio
51770           +> t/TestInit.pm t/run/runenv.t
51771            - t/UTEST
51772           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
51773           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
51774           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
51775           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
51776           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
51777           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
51778           !> utf8.c
51779 ____________________________________________________________________________
51780 [  8832] By: jhi                                   on 2001/02/18  19:21:18
51781         Log: Integrate perlio.
51782      Branch: perl
51783           !> perlio.c pod/perldiag.pod
51784 ____________________________________________________________________________
51785 [  8831] By: jhi                                   on 2001/02/18  19:14:20
51786         Log: Integrate change #8827 from mainline.
51787              
51788              UTF8 tweaks.
51789      Branch: maint-5.6/perl
51790           !> sv.c utf8.c
51791 ____________________________________________________________________________
51792 [  8830] By: nick                                  on 2001/02/18  19:10:34
51793         Log: Apply the spirit of patch from Nick Clark:
51794              Subject: [PATCH] Re: extensions that provide layers
51795              From: Nicholas Clark <nick@ccl4.org>
51796              Date: Mon, 12 Feb 2001 16:43:51 +0000
51797              Message-Id: <20010212164350.Q3652@plum.flirble.org>
51798      Branch: perlio
51799            ! perlio.c pod/perldiag.pod
51800 ____________________________________________________________________________
51801 [  8829] By: jhi                                   on 2001/02/18  19:03:25
51802         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
51803              From: schwern@pobox.com 
51804              Date: Sun, 18 Feb 2001 13:44:35 -0500
51805              Message-ID: <20010218134435.A17544@magnonel.guild.net>
51806              
51807              Applied, but as t/TestInit.pm.
51808      Branch: perl
51809            + t/TestInit.pm
51810            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
51811            ! t/op/subst_wamp.t
51812 ____________________________________________________________________________
51813 [  8828] By: jhi                                   on 2001/02/18  18:43:52
51814         Log: Integrate perlio.
51815      Branch: perl
51816           !> perlio.c
51817 ____________________________________________________________________________
51818 [  8827] By: jhi                                   on 2001/02/18  18:41:33
51819         Log: UTF-8 tweaks.
51820      Branch: perl
51821            ! sv.c utf8.c
51822 ____________________________________________________________________________
51823 [  8826] By: nick                                  on 2001/02/18  17:40:59
51824         Log: Fix [ID 20010217.002]
51825              open FOO, "<:raw:perlio", ...
51826              :raw now inserts default base layer below itself.
51827              Also
51828              open FOO, "<:unix", ...
51829              works as well - but leaves buffer layer on stack under the unix layer.
51830      Branch: perlio
51831            ! perlio.c
51832 ____________________________________________________________________________
51833 [  8825] By: jhi                                   on 2001/02/18  17:15:39
51834         Log: Integrate perlio.
51835      Branch: perl
51836           !> perlio.c perliol.h
51837 ____________________________________________________________________________
51838 [  8824] By: jhi                                   on 2001/02/18  17:10:53
51839         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
51840              From: schwern@pobox.com
51841              Date: Sun, 18 Feb 2001 01:48:50 -0500
51842              Message-ID: <20010218014850.C19957@magnonel.guild.net>
51843      Branch: perl
51844            ! lib/Test/Harness.pm t/TEST t/op/chop.t
51845 ____________________________________________________________________________
51846 [  8823] By: jhi                                   on 2001/02/18  17:01:06
51847         Log: Add run/*.t to testables.
51848      Branch: perl
51849            ! t/TEST
51850 ____________________________________________________________________________
51851 [  8822] By: jhi                                   on 2001/02/18  16:58:58
51852         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
51853              From: schwern@pobox.com
51854              Date: Sun, 18 Feb 2001 01:11:35 -0500
51855              Message-ID: <20010218011135.A19957@magnonel.guild.net>
51856              
51857              Revive mjd's and Simon's PERL5OPT fix.
51858      Branch: perl
51859            + t/run/runenv.t
51860            ! MANIFEST perl.c
51861 ____________________________________________________________________________
51862 [  8821] By: jhi                                   on 2001/02/18  16:53:46
51863         Log: Subject: Re: Why t/TEST and not Test::Harness?
51864              From: schwern@pobox.com
51865              Date: Sat, 17 Feb 2001 22:44:44 -0500
51866              Message-ID: <20010217224444.A6679@magnonel.guild.net>
51867              
51868              Replace UTEST with TEST -utf8.
51869      Branch: perl
51870            - t/UTEST
51871            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
51872            ! t/lib/glob-basic.t
51873 ____________________________________________________________________________
51874 [  8820] By: nick                                  on 2001/02/18  13:06:16
51875         Log: Clean up a few core dumps when layers are used in unexpected ways.
51876              (Still not "right"...)
51877      Branch: perlio
51878            ! perlio.c perliol.h
51879 ____________________________________________________________________________
51880 [  8819] By: jhi                                   on 2001/02/18  02:25:55
51881         Log: Integrate change #8818 from maintperl, a FAQ nit.
51882      Branch: perl
51883           !> pod/perlfaq4.pod
51884 ____________________________________________________________________________
51885 [  8818] By: jhi                                   on 2001/02/18  02:24:50
51886         Log: FAQ nit from Chris Fedde.
51887      Branch: maint-5.6/perl
51888            ! pod/perlfaq4.pod
51889 ____________________________________________________________________________
51890 [  8817] By: nick                                  on 2001/02/17  18:20:14
51891         Log: Integrate mainline
51892      Branch: perlio
51893           +> lib/unicode/UCD.html lib/unicode/Unicode.html
51894           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
51895           +> pod/perlclib.pod
51896            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51897            - lib/unicode/Unicode.301
51898           !> (integrate 324 files)
51899 ____________________________________________________________________________
51900 [  8816] By: jhi                                   on 2001/02/17  16:56:58
51901         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
51902      Branch: perl
51903            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51904            ! ext/Storable/Storable.xs t/lib/st-06compat.t
51905            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
51906 ____________________________________________________________________________
51907 [  8815] By: jhi                                   on 2001/02/17  16:40:07
51908         Log: Subject: [patch] -Wall
51909              From: Doug MacEachern <dougm@covalent.net>
51910              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
51911              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
51912      Branch: perl
51913            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
51914            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
51915 ____________________________________________________________________________
51916 [  8814] By: jhi                                   on 2001/02/16  19:27:18
51917         Log: Document qu better.
51918      Branch: perl
51919            ! pod/perlop.pod
51920 ____________________________________________________________________________
51921 [  8813] By: jhi                                   on 2001/02/15  13:54:37
51922         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
51923              From: Hugo <hv@crypt.compulink.co.uk>
51924              Date: Thu, 15 Feb 2001 13:39:49 +0000
51925              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
51926      Branch: perl
51927            ! toke.c
51928 ____________________________________________________________________________
51929 [  8812] By: alanbur                               on 2001/02/15  13:52:16
51930         Log: Resynchronised with parent
51931      Branch: maint-5.6/pureperl
51932            - ebcdic.c
51933           !> (integrate 36 files)
51934 ____________________________________________________________________________
51935 [  8811] By: jhi                                   on 2001/02/15  13:51:16
51936         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
51937              
51938              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
51939              From: Jan Dubois <JanD@ActiveState.com>
51940              Date: Wed, 31 Jan 2001 21:17:03 -0800
51941              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
51942              
51943              tweak change#8659 to keep it simple
51944              
51945              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
51946              From: Russ Allbery <rra@stanford.edu>
51947              Date: 14 Feb 2001 10:15:41 -0800
51948              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
51949              
51950              (8809 empty)
51951              
51952              Upgrade to podlators 1.08, from Russ Allbery.
51953      Branch: perl
51954           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
51955           !> utils/perldoc.PL
51956 ____________________________________________________________________________
51957 [  8810] By: jhi                                   on 2001/02/15  13:35:08
51958         Log: Upgrade to podlators 1.08, from Russ Allbery.
51959      Branch: maint-5.6/perl
51960            ! lib/Pod/Man.pm lib/Pod/Text.pm
51961 ____________________________________________________________________________
51962 [  8809] By: jhi                                   on 2001/02/15  13:26:38
51963         Log: (accidentally empty check-in)
51964      Branch: maint-5.6/perl
51965            ! lib/Test/Harness.pm
51966 ____________________________________________________________________________
51967 [  8808] By: jhi                                   on 2001/02/15  13:23:47
51968         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
51969              From: Russ Allbery <rra@stanford.edu>
51970              Date: 14 Feb 2001 10:15:41 -0800
51971              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
51972              
51973              perldoc was hardcoding $Config{installscript}, which breaks
51974              when install* isn't where Perl ends up (such as with AFS).
51975              
51976              Use $Config{scriptdir} instead.
51977      Branch: maint-5.6/perl
51978            ! utils/perldoc.PL
51979 ____________________________________________________________________________
51980 [  8807] By: jhi                                   on 2001/02/14  14:37:27
51981         Log: Update Changes.
51982      Branch: perl
51983            ! Changes patchlevel.h
51984 ____________________________________________________________________________
51985 [  8806] By: jhi                                   on 2001/02/14  14:25:31
51986         Log: Integrate changes #8803,8804,8805 from mainline.
51987              
51988              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
51989              
51990              Don't skip too much of the locale error message if no environ array,
51991              from Chris Nandor.
51992              
51993              More MacOS Classic fixes from Chris Nandor.
51994      Branch: maint-5.6/perl
51995           !> doop.c lib/Cwd.pm perl.c perl.h util.c
51996 ____________________________________________________________________________
51997 [  8805] By: jhi                                   on 2001/02/14  03:29:01
51998         Log: More MacOS Classic fixes from Chris Nandor.
51999      Branch: perl
52000            ! doop.c lib/Cwd.pm
52001 ____________________________________________________________________________
52002 [  8804] By: jhi                                   on 2001/02/14  03:18:35
52003         Log: Don't skip too much of the locale error message if no environ array,
52004              from Chris Nandor.
52005      Branch: perl
52006            ! util.c
52007 ____________________________________________________________________________
52008 [  8803] By: jhi                                   on 2001/02/14  03:14:14
52009         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
52010      Branch: perl
52011            ! perl.c perl.h
52012 ____________________________________________________________________________
52013 [  8802] By: jhi                                   on 2001/02/13  18:31:33
52014         Log: AUTHORS update.
52015      Branch: perl
52016            ! AUTHORS
52017 ____________________________________________________________________________
52018 [  8801] By: jhi                                   on 2001/02/13  17:55:19
52019         Log: Integrate change #8792 from mainline.
52020              
52021              Subject: buncha MacPerl patches for bleadperl
52022              From: Chris Nandor <pudge@pobox.com>
52023              Date: Tue, 13 Feb 2001 00:02:43 -0500
52024              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
52025      Branch: maint-5.6/perl
52026           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52027           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
52028           !> t/lib/basename.t toke.c util.h
52029 ____________________________________________________________________________
52030 [  8800] By: jhi                                   on 2001/02/13  17:46:43
52031         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
52032              to be forced to Off_t.
52033              
52034              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
52035              From: nick@ccl4.org
52036              Date: Thu, 1 Feb 2001 12:01:04 +0000
52037              Message-Id: <20010201120103.E11401@plum.flirble.org>
52038      Branch: maint-5.6/perl
52039            ! iperlsys.h perlio.c
52040 ____________________________________________________________________________
52041 [  8799] By: jhi                                   on 2001/02/13  16:52:51
52042         Log: Duplex duplex hunk hunk.
52043      Branch: maint-5.6/perl
52044            ! Makefile.SH
52045 ____________________________________________________________________________
52046 [  8797] By: jhi                                   on 2001/02/13  14:52:04
52047         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
52048              From: "Craig A. Berry" <craigberry@mac.com>
52049              Date: Mon, 12 Feb 2001 11:05:25 -0600
52050              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
52051      Branch: perl
52052            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
52053 ____________________________________________________________________________
52054 [  8796] By: jhi                                   on 2001/02/13  14:36:47
52055         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
52056              From: simon.cozens@pembroke.oxford.ac.uk 
52057              Date: Sat, 10 Feb 2001 17:57:02 +0000
52058              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
52059              
52060              Now it does include.
52061      Branch: perl
52062            ! pod/perldiag.pod
52063 ____________________________________________________________________________
52064 [  8795] By: jhi                                   on 2001/02/13  14:30:11
52065         Log: Sort the MANIFEST.
52066      Branch: perl
52067            ! MANIFEST
52068 ____________________________________________________________________________
52069 [  8794] By: jhi                                   on 2001/02/13  14:26:51
52070         Log: Integrate change #8793 from mainline, FAQ updates.
52071      Branch: maint-5.6/perl
52072           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
52073 ____________________________________________________________________________
52074 [  8793] By: jhi                                   on 2001/02/13  14:25:13
52075         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
52076      Branch: perl
52077            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
52078 ____________________________________________________________________________
52079 [  8792] By: jhi                                   on 2001/02/13  14:22:50
52080         Log: Subject: buncha MacPerl patches for bleadperl
52081              From: Chris Nandor <pudge@pobox.com>
52082              Date: Tue, 13 Feb 2001 00:02:43 -0500
52083              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
52084      Branch: perl
52085            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52086            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
52087            ! t/lib/basename.t toke.c util.h
52088 ____________________________________________________________________________
52089 [  8791] By: jhi                                   on 2001/02/13  14:10:39
52090         Log: Integrate change #8790 from mainline.
52091              
52092              environ array wrongly assumed in Perl_init_i18nl10n(),
52093      Branch: maint-5.6/perl
52094           !> util.c
52095 ____________________________________________________________________________
52096 [  8790] By: jhi                                   on 2001/02/13  14:06:15
52097         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
52098              noticed by Chris Nandor in MacOS Classic.
52099      Branch: perl
52100            ! util.c
52101 ____________________________________________________________________________
52102 [  8789] By: jhi                                   on 2001/02/13  13:58:07
52103         Log: Integrate changes #8373,8487,8544,8783 from mainline.
52104              
52105              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
52106              hints files, the dynaloading, assimilate ebcdic into util.c.
52107      Branch: maint-5.6/perl
52108            - ebcdic.c
52109            ! MANIFEST hints/posix-bc.sh
52110           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
52111           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
52112           !> perlapi.c proto.h util.c
52113 ____________________________________________________________________________
52114 [  8788] By: alanbur                               on 2001/02/13  10:33:13
52115         Log: Integrated changes from maint-5.6
52116      Branch: maint-5.6/pureperl
52117           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
52118           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
52119           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52120           !> vos/config.ga.h vos/configure_perl.cm
52121 ____________________________________________________________________________
52122 [  8787] By: jhi                                   on 2001/02/13  05:56:36
52123         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
52124      Branch: perl
52125           !> Makefile.SH
52126 ____________________________________________________________________________
52127 [  8786] By: jhi                                   on 2001/02/13  05:54:34
52128         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
52129              From: Dorner Thomas <Thomas.Dorner@start.de>
52130              Date: Mon, 12 Feb 2001 15:06:26 +0100
52131              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
52132      Branch: maint-5.6/perl
52133            ! Makefile.SH
52134 ____________________________________________________________________________
52135 [  8785] By: jhi                                   on 2001/02/13  05:29:04
52136         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
52137      Branch: perl
52138           !> hints/openbsd.sh
52139 ____________________________________________________________________________
52140 [  8784] By: jhi                                   on 2001/02/13  02:25:24
52141         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
52142              From: Peter Prymmer <pvhp@forte.com>
52143              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
52144              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
52145      Branch: perl
52146            ! pod/perlclib.pod
52147 ____________________________________________________________________________
52148 [  8783] By: jhi                                   on 2001/02/13  02:22:36
52149         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
52150      Branch: perl
52151            - ebcdic.c
52152            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
52153            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
52154            ! util.c
52155 ____________________________________________________________________________
52156 [  8782] By: jhi                                   on 2001/02/13  02:00:07
52157         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
52158      Branch: maint-5.6/perl
52159            ! pod/perlport.pod
52160 ____________________________________________________________________________
52161 [  8781] By: jhi                                   on 2001/02/13  01:58:44
52162         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
52163      Branch: maint-5.6/perl
52164            ! hints/openbsd.sh
52165 ____________________________________________________________________________
52166 [  8780] By: jhi                                   on 2001/02/13  01:57:33
52167         Log: Synchronize the regexp tests between maintperl and mainline.
52168      Branch: maint-5.6/perl
52169           !> t/op/re_tests
52170 ____________________________________________________________________________
52171 [  8779] By: jhi                                   on 2001/02/13  01:49:35
52172         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
52173              From: Hugo <hv@crypt.compulink.co.uk>
52174              Date: Tue, 13 Feb 2001 00:11:11 +0000
52175              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
52176      Branch: perl
52177            ! regcomp.c t/op/re_tests
52178 ____________________________________________________________________________
52179 [  8778] By: jhi                                   on 2001/02/13  00:23:10
52180         Log: Comments do not nest.
52181      Branch: perl
52182            ! perl.h
52183 ____________________________________________________________________________
52184 [  8777] By: jhi                                   on 2001/02/13  00:17:54
52185         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
52186              From: Hugo <hv@crypt.compulink.co.uk>
52187              Date: Tue, 13 Feb 2001 00:11:11 +0000
52188              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
52189      Branch: maint-5.6/perl
52190            ! regcomp.c t/op/re_tests
52191 ____________________________________________________________________________
52192 [  8776] By: jhi                                   on 2001/02/12  23:25:52
52193         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
52194      Branch: maint-5.6/perl
52195            ! pod/perlport.pod
52196 ____________________________________________________________________________
52197 [  8775] By: jhi                                   on 2001/02/12  23:04:28
52198         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
52199      Branch: maint-5.6/perl
52200            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
52201            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52202            ! vos/configure_perl.cm
52203 ____________________________________________________________________________
52204 [  8774] By: jhi                                   on 2001/02/12  22:59:11
52205         Log: Subject: Re: [patch] context for 'U' magic functions
52206              From: Doug MacEachern <dougm@covalent.net>
52207              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
52208              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
52209              
52210              plus the suggestion by Nick Ing-Simmons to name the macro
52211              as PERL_MG_UFUNC to avoid namespace pollution, plus add
52212              the advice by Doug for XS writers to perl.h
52213      Branch: perl
52214            ! mg.c perl.h
52215 ____________________________________________________________________________
52216 [  8773] By: jhi                                   on 2001/02/11  20:14:12
52217         Log: Update Changes.
52218      Branch: perl
52219            ! Changes patchlevel.h
52220 ____________________________________________________________________________
52221 [  8772] By: jhi                                   on 2001/02/11  18:47:52
52222         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
52223              From: Simon Cozens <simon@cozens.net>
52224              Date: Wed, 31 Jan 2001 16:31:43 +0000
52225              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
52226      Branch: perl
52227            + pod/perlclib.pod
52228            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
52229            ! pod/perltoc.pod
52230 ____________________________________________________________________________
52231 [  8771] By: jhi                                   on 2001/02/11  18:36:48
52232         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
52233              
52234              Blocks-4d3.beta.txt
52235              CaseFolding-3d4.beta.txt
52236              CompositionExclusions-3d6.beta.txt
52237              EastAsianWidth-4d4.beta.txt
52238              LineBreak-6d3.beta.txt
52239              NamesList-3.1.0d1.beta.txt
52240              PropList-3.1.0d4.beta.txt
52241              SpecialCasing-4d1.beta.txt
52242              UnicodeData-3.1.0d6.beta.txt
52243      Branch: perl
52244            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
52245           +> lib/unicode/UCD.html lib/unicode/Unicode.html
52246            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
52247            - lib/unicode/Unicode.301
52248            ! (edit 257 files)
52249 ____________________________________________________________________________
52250 [  8770] By: jhi                                   on 2001/02/11  17:26:22
52251         Log: UTF-8 documentation.
52252      Branch: perl
52253            ! utf8.h
52254 ____________________________________________________________________________
52255 [  8769] By: jhi                                   on 2001/02/11  17:12:49
52256         Log: Retract #8762.
52257      Branch: perl
52258            ! regexec.c
52259 ____________________________________________________________________________
52260 [  8768] By: jhi                                   on 2001/02/11  16:54:45
52261         Log: Subject: [PATCH] Test::Harness
52262              From: andreas.koenig@anima.de (Andreas J. Koenig)
52263              Date: 11 Feb 2001 14:37:00 +0100
52264              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
52265      Branch: perl
52266            ! lib/Test/Harness.pm
52267 ____________________________________________________________________________
52268 [  8767] By: jhi                                   on 2001/02/11  16:53:52
52269         Log: Subject: [PATCH] Document makepatch in Porting/patching
52270              From: andreas.koenig@anima.de (Andreas J. Koenig)
52271              Date: 11 Feb 2001 16:46:28 +0100
52272              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
52273      Branch: perl
52274            ! Porting/patching.pod
52275 ____________________________________________________________________________
52276 [  8766] By: jhi                                   on 2001/02/11  06:30:23
52277         Log: Subject: Re: [patch] GvSHARED
52278              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
52279              From: Doug MacEachern <dougm@covalent.net>
52280              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
52281              
52282              Subject: Re: [patch] GvSHARED
52283              From: Doug MacEachern <dougm@covalent.net>
52284              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
52285              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
52286              
52287              Subject: [patch] attributes.pm support for `shared'
52288              From: Doug MacEachern <dougm@covalent.net>
52289              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
52290              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
52291              
52292              our() attributes were ignored, our :shared pieces missing,
52293              allow attributes.pm to turn on shared.
52294      Branch: perl
52295            ! op.c t/op/attrs.t toke.c xsutils.c
52296 ____________________________________________________________________________
52297 [  8765] By: alanbur                               on 2001/02/10  23:11:19
52298         Log: Resync with parent (hopefully sucessfully this time)
52299      Branch: maint-5.6/pureperl
52300           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
52301           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
52302           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52303           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52304           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52305           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52306           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
52307 ____________________________________________________________________________
52308 [  8764] By: jhi                                   on 2001/02/10  22:54:38
52309         Log: Make TEST and UTEST more verbose in case something goes
52310              wrong in running/compiling a script, suggested by Doug
52311              MacEachern.
52312      Branch: perl
52313            ! t/TEST t/UTEST
52314 ____________________________________________________________________________
52315 [  8763] By: jhi                                   on 2001/02/10  22:11:34
52316         Log: Bogus shebang.
52317      Branch: perl
52318            ! t/lib/texttabs.t
52319 ____________________________________________________________________________
52320 [  8762] By: jhi                                   on 2001/02/10  21:56:02
52321         Log: (Retracted by #8769)
52322      Branch: perl
52323            ! regexec.c
52324 ____________________________________________________________________________
52325 [  8761] By: jhi                                   on 2001/02/10  21:26:15
52326         Log: Subject: Re: [patch] GvSHARED 
52327              From: Doug MacEachern <dougm@covalent.net>
52328              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
52329              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
52330              
52331              our @EXPORT : shared = (...);
52332      Branch: perl
52333            ! toke.c
52334 ____________________________________________________________________________
52335 [  8760] By: jhi                                   on 2001/02/10  21:25:07
52336         Log: Subject: [patch] GvSHARED
52337              From: Doug MacEachern <dougm@covalent.net>
52338              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
52339              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
52340      Branch: perl
52341            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
52342 ____________________________________________________________________________
52343 [  8759] By: alanbur                               on 2001/02/10  21:24:27
52344         Log: Backed out mismerge.
52345      Branch: maint-5.6/pureperl
52346            ! MANIFEST README.hpux README.vmesa gv.c installhtml
52347            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
52348            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52349            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52350            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52351            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52352            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
52353 ____________________________________________________________________________
52354 [  8758] By: jhi                                   on 2001/02/10  18:01:17
52355         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
52356              
52357              Fixed UMRs and leak in Perl_pmtrans()
52358              
52359              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52360              associated UTFied tr/// code.  Also fixed scoping leak of
52361              PL_reg_start_tmp.
52362              
52363              newATTRSUB leaks when an attempt to redefine the active sort sub is
52364              made.
52365      Branch: maint-5.6/perl
52366           !> op.c regcomp.c
52367 ____________________________________________________________________________
52368 [  8757] By: alanbur                               on 2001/02/10  17:56:46
52369         Log: Resynchronised with parent
52370      Branch: maint-5.6/pureperl
52371           +> README.bs2000
52372            - README.posix-bc
52373            ! gv.c perl.c sv.c
52374           !> MANIFEST README.hpux README.vmesa installhtml
52375           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
52376           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52377           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52378           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52379           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52380           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
52381 ____________________________________________________________________________
52382 [  8756] By: alanbur                               on 2001/02/10  17:51:15
52383         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
52384              made.
52385      Branch: maint-5.6/pureperl
52386            ! op.c
52387 ____________________________________________________________________________
52388 [  8755] By: jhi                                   on 2001/02/09  22:41:35
52389         Log: Upgrade to CPAN 1.59_54, from Andreas König.
52390      Branch: perl
52391            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52392 ____________________________________________________________________________
52393 [  8754] By: jhi                                   on 2001/02/09  22:29:20
52394         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
52395              
52396              Didn't upgrade the fill.t since it has a dependency to File::Slurp
52397              purely for debugging purposes, the actual test hasn't changed.
52398      Branch: perl
52399            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
52400            ! t/lib/textwrap.t
52401 ____________________________________________________________________________
52402 [  8753] By: jhi                                   on 2001/02/09  20:17:50
52403         Log: Integrate change #8682 from maintperl.
52404              
52405              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
52406              to work correctly.
52407      Branch: perl
52408           !> hints/irix_6.sh
52409 ____________________________________________________________________________
52410 [  8752] By: jhi                                   on 2001/02/09  20:00:46
52411         Log: Update Changes.
52412      Branch: perl
52413            ! Changes patchlevel.h
52414 ____________________________________________________________________________
52415 [  8751] By: nick                                  on 2001/02/09  19:48:37
52416         Log: Integrate mainline
52417      Branch: perlio
52418           +> README.bs2000 t/lib/cgi-esc.t
52419            - README.posix-bc
52420           !> (integrate 53 files)
52421 ____________________________________________________________________________
52422 [  8750] By: nick                                  on 2001/02/09  19:25:16
52423         Log: Subject: RE: Biannual Competition to Improve Hashing Function
52424              From: Fisher Mark <fisherm@tce.com>
52425              Date: Thu, 8 Feb 2001 10:44:00 -0500
52426              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
52427              Date: Thu, 8 Feb 2001 15:02:47 -0500
52428              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
52429      Branch: perl
52430            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
52431 ____________________________________________________________________________
52432 [  8749] By: jhi                                   on 2001/02/09  19:02:35
52433         Log: Forgotten fragment.
52434      Branch: perl
52435            ! pod/perlapi.pod
52436 ____________________________________________________________________________
52437 [  8748] By: jhi                                   on 2001/02/09  18:31:34
52438         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
52439              plus manual tweakage.
52440              
52441              Sync the perlfaq2 between mainline and maintperl.
52442      Branch: maint-5.6/perl
52443            ! pod/perlfaq2.pod
52444      Branch: perl
52445           !> pod/perlfaq2.pod
52446 ____________________________________________________________________________
52447 [  8747] By: jhi                                   on 2001/02/09  18:12:04
52448         Log: Subject: versiononly and installperl
52449              From: abigail@foad.org
52450              Date: Wed, 7 Feb 2001 22:43:12 +0100
52451              Message-ID: <20010207214312.7045.qmail@foad.org>    
52452              
52453              Add +v flag to force a normal install of the perl binary
52454              and the utilities.
52455              
52456              Subject: [PATCH] installperl
52457              From: Nicholas Clark <nick@ccl4.org>
52458              Date: Fri, 9 Feb 2001 16:28:57 +0000
52459              Message-ID: <20010209162857.B10931@plum.flirble.org>
52460              
52461              Add -A flag which also hardlinks the binary with
52462              the full architecture name.
52463      Branch: perl
52464            ! installperl
52465 ____________________________________________________________________________
52466 [  8746] By: jhi                                   on 2001/02/09  18:03:43
52467         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
52468              
52469              Subject: perlfaq2, re: perlmongers
52470              
52471              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52472              
52473              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52474              
52475              Subject: [ID 20010205.001] typo in perlfaq9
52476              
52477              Subject: [ID 20010208.002] unordered explanation in perlcall
52478      Branch: maint-5.6/perl
52479           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52480           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
52481           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
52482 ____________________________________________________________________________
52483 [  8745] By: jhi                                   on 2001/02/09  17:59:09
52484         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
52485              From: abela@geneanet.org
52486              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
52487              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
52488      Branch: perl
52489            ! pod/perlcall.pod
52490 ____________________________________________________________________________
52491 [  8744] By: jhi                                   on 2001/02/09  17:48:16
52492         Log: Subject: [ID 20010205.001] typo in perlfaq9
52493              From: eserte@vran.herceg.de
52494              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
52495              Message-Id: <200102042244.XAA21926@vran.herceg.de>
52496      Branch: perl
52497            ! pod/perlfaq9.pod
52498 ____________________________________________________________________________
52499 [  8743] By: jhi                                   on 2001/02/09  17:25:12
52500         Log: Integrate change #8695 from maintperl.
52501              
52502              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
52503      Branch: perl
52504           !> thread.h
52505 ____________________________________________________________________________
52506 [  8742] By: jhi                                   on 2001/02/09  17:21:22
52507         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
52508              From: Andy Dougherty <doughera@lafayette.edu>
52509              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
52510              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
52511      Branch: perl
52512            ! embed.pl
52513 ____________________________________________________________________________
52514 [  8741] By: jhi                                   on 2001/02/09  17:05:19
52515         Log: Integrate changes #8738,8739,8740 from maintperl.
52516              
52517              Html files will be installed in a more logical and easier to
52518              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52519              
52520              Html files will be generated with a header to make them look
52521              a little less bare.
52522              
52523              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52524      Branch: perl
52525           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
52526 ____________________________________________________________________________
52527 [  8740] By: jhi                                   on 2001/02/09  17:03:46
52528         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52529              From: "Brendan O'Dea" <bod@compusol.com.au>
52530              Date: Sun, 4 Feb 2001 11:17:56 +1100
52531              Message-ID: <20010204111756.A16301@compusol.com.au>
52532      Branch: maint-5.6/perl
52533            ! pod/perlfaq3.pod
52534 ____________________________________________________________________________
52535 [  8739] By: jhi                                   on 2001/02/09  17:01:59
52536         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
52537              From: "Indy Singh" <indy@nusphere.com>
52538              Date: Fri, 2 Feb 2001 15:09:59 -0500
52539              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
52540              
52541              Html files will be generated with a header to make them look
52542              a little less bare.
52543      Branch: maint-5.6/perl
52544            ! installhtml
52545 ____________________________________________________________________________
52546 [  8738] By: jhi                                   on 2001/02/09  16:58:48
52547         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
52548              From: "Indy Singh" <indy@nusphere.com>
52549              Date: Fri, 2 Feb 2001 15:08:23 -0500
52550              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
52551              
52552              Html files will be installed in a more logical and easier to
52553              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52554      Branch: maint-5.6/perl
52555            ! win32/Makefile win32/makefile.mk
52556 ____________________________________________________________________________
52557 [  8737] By: jhi                                   on 2001/02/09  16:46:54
52558         Log: Integrate changes #8687,8736 from maintperl.
52559              
52560              HP-UX thread patches from Merijn H. Brand.
52561              
52562              Latin nit from Philip Newton.
52563      Branch: perl
52564           !> README.hpux hints/hpux.sh
52565 ____________________________________________________________________________
52566 [  8736] By: jhi                                   on 2001/02/09  16:42:31
52567         Log: Latin nit from Philip Newton.
52568      Branch: maint-5.6/perl
52569            ! README.hpux
52570 ____________________________________________________________________________
52571 [  8735] By: jhi                                   on 2001/02/09  16:24:03
52572         Log: Integrate changes #8704,8710 from pureperl.
52573              
52574              Fixed UMRs and leak in Perl_pmtrans()
52575              
52576              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52577              associated UTFied tr/// code.  Also fixed scoping leak of
52578              PL_reg_start_tmp.
52579      Branch: perl
52580           !> op.c regcomp.c
52581 ____________________________________________________________________________
52582 [  8734] By: jhi                                   on 2001/02/09  15:40:21
52583         Log: Integrate change #8733 from maintperl.
52584              
52585              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52586      Branch: perl
52587           !> pod/perlre.pod
52588 ____________________________________________________________________________
52589 [  8733] By: jhi                                   on 2001/02/09  15:35:47
52590         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52591              From: Prymmer/Kahn <pvhp@best.com>
52592              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
52593              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
52594      Branch: maint-5.6/perl
52595            ! pod/perlre.pod
52596 ____________________________________________________________________________
52597 [  8732] By: jhi                                   on 2001/02/09  15:26:17
52598         Log: Rename README.posix-bc to README.bs2000 (to avoid the
52599              confusion of a "perlposix-bc.pod"), add a few missing
52600              arch pods, regen toc.
52601      Branch: maint-5.6/perl
52602           +> README.bs2000
52603            - README.posix-bc
52604            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52605            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52606 ____________________________________________________________________________
52607 [  8731] By: jhi                                   on 2001/02/09  15:23:39
52608         Log: De-cut-and-pasto.
52609      Branch: perl
52610            ! pod/perl.pod
52611 ____________________________________________________________________________
52612 [  8730] By: jhi                                   on 2001/02/09  15:11:13
52613         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
52614              when people think that perlposix-bc.pod tells anything about
52615              Perl and POSIX.  Regen toc.
52616      Branch: perl
52617           +> README.bs2000
52618            - README.posix-bc
52619            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52620            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52621 ____________________________________________________________________________
52622 [  8729] By: jhi                                   on 2001/02/09  14:52:28
52623         Log: The README.vmesa part of #8712 from maintperl.
52624      Branch: perl
52625            ! README.vmesa
52626 ____________________________________________________________________________
52627 [  8728] By: jhi                                   on 2001/02/09  14:46:06
52628         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
52629              From: Peter Prymmer <pvhp@forte.com>
52630              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
52631              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
52632      Branch: maint-5.6/perl
52633            ! README.vmesa win32/Makefile win32/makefile.mk
52634 ____________________________________________________________________________
52635 [  8727] By: jhi                                   on 2001/02/09  14:33:25
52636         Log: Integrate change #8712 from mainline.
52637              
52638              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
52639      Branch: maint-5.6/perl
52640           !> lib/Pod/Find.pm
52641 ____________________________________________________________________________
52642 [  8726] By: jhi                                   on 2001/02/09  14:30:28
52643         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
52644              From: Peter Prymmer <pvhp@forte.com>
52645              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
52646              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
52647      Branch: perl
52648            + t/lib/cgi-esc.t
52649            ! MANIFEST lib/CGI/Util.pm
52650 ____________________________________________________________________________
52651 [  8725] By: jhi                                   on 2001/02/09  04:56:47
52652         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
52653      Branch: maint-5.6/perl
52654            ! pod/perlport.pod
52655 ____________________________________________________________________________
52656 [  8724] By: jhi                                   on 2001/02/09  04:40:59
52657         Log: Integrate changes 7819,7820 from vmsperl into mainline.
52658              
52659              Add header for LIB$ prototypes (C. Berry)
52660              
52661              Convert fwrite()s to sockets to write()s, since some socket stacks
52662              don't take kindly to stdio.
52663              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52664              (for often optional LNMs)
52665              Correct a few typos
52666              (C. Bailey)
52667      Branch: perl
52668           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
52669 ____________________________________________________________________________
52670 [  8723] By: jhi                                   on 2001/02/09  03:29:29
52671         Log: Integrate change #8722 from mainline.
52672              
52673              The Im() function wasn't returning zero for non-Math::Complex
52674              arguments.  The bug reported by John Gamble.
52675      Branch: maint-5.6/perl
52676           !> lib/Math/Complex.pm
52677 ____________________________________________________________________________
52678 [  8722] By: jhi                                   on 2001/02/09  03:28:33
52679         Log: The Im() function wasn't returning zero for non-Math::Complex
52680              arguments.  The bug reported by John Gamble.
52681      Branch: perl
52682            ! lib/Math/Complex.pm
52683 ____________________________________________________________________________
52684 [  8721] By: nick                                  on 2001/02/08  22:11:35
52685         Log: Correct the correction :-(
52686      Branch: perl
52687            ! perl.c
52688 ____________________________________________________________________________
52689 [  8720] By: bailey                                on 2001/02/08  20:59:22
52690         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
52691              don't take kindly to stdio.
52692              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52693              (for often optional LNMs)
52694              Correct a few typos
52695              (C. Bailey)
52696      Branch: vmsperl
52697            ! vms/vms.c vms/vmsish.h
52698 ____________________________________________________________________________
52699 [  8719] By: bailey                                on 2001/02/08  20:51:02
52700         Log: Add header for LIB$ prototypes (C. Berry)
52701      Branch: vmsperl
52702            ! ext/Devel/DProf/DProf.xs
52703 ____________________________________________________________________________
52704 [  8718] By: bailey                                on 2001/02/08  20:49:00
52705         Log: SYN SYN
52706      Branch: vmsperl
52707           +> pod/perliol.pod t/lib/sample-tests/bailout
52708           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
52709           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
52710           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
52711           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
52712           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
52713           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
52714            - lib/unicode/Is/DCinital.pl
52715           !> (integrate 101 files)
52716 ____________________________________________________________________________
52717 [  8717] By: nick                                  on 2001/02/08  19:38:48
52718         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
52719              From: Robin Barker <rmb1@cise.npl.co.uk>
52720              Date: Thu, 8 Feb 2001 14:38:07 GMT
52721              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
52722      Branch: perl
52723            ! lib/CPAN.pm
52724 ____________________________________________________________________________
52725 [  8716] By: nick                                  on 2001/02/08  19:29:07
52726         Log: Generated files form 8713 etc.
52727      Branch: perl
52728            ! embed.h global.sym objXSUB.h perlapi.c proto.h
52729 ____________________________________________________________________________
52730 [  8715] By: nick                                  on 2001/02/08  19:26:08
52731         Log: Fixup non-ithread build after 8713
52732      Branch: perl
52733            ! perl.c
52734 ____________________________________________________________________________
52735 [  8714] By: nick                                  on 2001/02/08  19:17:45
52736         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
52737              From: nick@ccl4.org
52738              Date: Wed, 7 Feb 2001 00:27:47 +0000
52739              Message-Id: <20010207002747.B63724@plum.flirble.org>
52740      Branch: perl
52741            ! sv.c toke.c
52742 ____________________________________________________________________________
52743 [  8713] By: nick                                  on 2001/02/08  19:15:58
52744         Log: Subject: Re: [patch] Re: PL_ptr_table
52745              From: Doug Maceachern <dougm@covalent.net>
52746              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
52747              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
52748      Branch: perl
52749            ! embed.pl perl.c sv.c sv.h
52750 ____________________________________________________________________________
52751 [  8712] By: nick                                  on 2001/02/08  19:12:47
52752         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
52753              From: Peter Prymmer <pvhp@forte.com>
52754              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
52755              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
52756      Branch: perl
52757            ! lib/Pod/Find.pm
52758 ____________________________________________________________________________
52759 [  8711] By: nick                                  on 2001/02/07  21:06:11
52760         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
52761              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
52762              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52763              Date: Tue, 06 Feb 2001 23:37:01 +0000
52764              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
52765      Branch: perl
52766            ! regcomp.c
52767 ____________________________________________________________________________
52768 [  8710] By: alanbur                               on 2001/02/07  00:22:04
52769         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52770              associated UTFied tr/// code.  Also fixed scoping leak of
52771              PL_reg_start_tmp.
52772      Branch: maint-5.6/pureperl
52773            ! op.c regcomp.c
52774 ____________________________________________________________________________
52775 [  8709] By: nick                                  on 2001/02/06  21:16:49
52776         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52777              From: Michael G Schwern <schwern@pobox.com>
52778              Date: Sun, 4 Feb 2001 19:47:14 -0500
52779              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
52780      Branch: perl
52781            ! pod/perlapi.pod pod/perlmodlib.PL
52782 ____________________________________________________________________________
52783 [  8708] By: nick                                  on 2001/02/06  20:41:20
52784         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52785              From: Michael G Schwern <schwern@pobox.com>
52786              Date: Sun, 4 Feb 2001 21:17:49 -0500
52787              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
52788      Branch: perl
52789            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
52790            ! pod/perltootc.pod
52791 ____________________________________________________________________________
52792 [  8707] By: nick                                  on 2001/02/06  20:29:11
52793         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
52794              From: Michael G Schwern <schwern@pobox.com>
52795              Date: Tue, 6 Feb 2001 05:54:30 -0500
52796              Message-Id: <20010206055430.A951@blackrider.aocn.com>
52797      Branch: perl
52798            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
52799 ____________________________________________________________________________
52800 [  8706] By: nick                                  on 2001/02/06  20:21:40
52801         Log: Subject: RE: some win32 fixes
52802              Date: Tue, 6 Feb 2001 09:23:20 +0300
52803              From: Vadim Konovalov <vkonovalov@lucent.com>
52804              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
52805      Branch: perl
52806            ! toke.c win32/Makefile win32/config.bc win32/config.gc
52807            ! win32/config.vc win32/config_H.bc win32/makefile.mk
52808 ____________________________________________________________________________
52809 [  8705] By: alanbur                               on 2001/02/06  15:00:03
52810         Log: Synchronised with parent
52811      Branch: maint-5.6/pureperl
52812            ! regexec.c
52813           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
52814           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
52815 ____________________________________________________________________________
52816 [  8704] By: alanbur                               on 2001/02/06  14:55:24
52817         Log: Fixed UMRs and leak in Perl_pmtrans()
52818      Branch: maint-5.6/pureperl
52819            ! op.c
52820 ____________________________________________________________________________
52821 [  8703] By: gsar                                  on 2001/02/06  02:29:37
52822         Log: $(MAKE) distclean doesn't clean up properly on windows
52823      Branch: maint-5.6/perl
52824            ! win32/Makefile win32/makefile.mk
52825 ____________________________________________________________________________
52826 [  8702] By: gsar                                  on 2001/02/06  01:00:46
52827         Log: tweak change#8659 to keep it simple
52828      Branch: maint-5.6/perl
52829            ! utils/perldoc.PL
52830 ____________________________________________________________________________
52831 [  8701] By: gsar                                  on 2001/02/05  22:45:41
52832         Log: change#8693 was missing testsuite changes
52833      Branch: maint-5.6/perl
52834           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
52835 ____________________________________________________________________________
52836 [  8700] By: nick                                  on 2001/02/05  20:32:52
52837         Log: Integrate mainline
52838      Branch: perlio
52839           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
52840           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
52841           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
52842           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
52843           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
52844           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
52845           +> t/lib/test-harness.t
52846           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
52847           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
52848           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
52849           !> pod/perlutil.pod t/TEST utils/h2xs.PL
52850 ____________________________________________________________________________
52851 [  8699] By: nick                                  on 2001/02/05  19:41:07
52852         Log: Subject: perlfaq2, re: perlmongers
52853              From: David H. Adler <dha@panix.com>
52854              Date: Sun, 4 Feb 2001 23:48:23 -0500
52855              Message-Id: <20010204234823.A13429@panix.com>
52856      Branch: perl
52857            ! pod/perlfaq2.pod
52858 ____________________________________________________________________________
52859 [  8698] By: nick                                  on 2001/02/05  19:39:31
52860         Log: Missed file f#rom the testharness mess.
52861      Branch: perl
52862            + t/lib/test-harness.t
52863 ____________________________________________________________________________
52864 [  8697] By: nick                                  on 2001/02/05  19:37:21
52865         Log: Subject: [DOC PATCH] overload.pm nits
52866              From: John Tobey <jtobey@john-edwin-tobey.org>
52867              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
52868              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
52869      Branch: perl
52870            ! lib/overload.pm
52871 ____________________________________________________________________________
52872 [  8696] By: alanbur                               on 2001/02/05  11:56:00
52873         Log: Sync with parent
52874      Branch: maint-5.6/pureperl
52875           !> thread.h
52876 ____________________________________________________________________________
52877 [  8695] By: gsar                                  on 2001/02/05  03:27:34
52878         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
52879      Branch: maint-5.6/perl
52880            ! thread.h
52881 ____________________________________________________________________________
52882 [  8694] By: alanbur                               on 2001/02/05  00:07:47
52883         Log: Initial branch creation from //depot/maint-5.6/perl
52884      Branch: maint-5.6/pureperl
52885           +> (branch 1719 files)
52886 ____________________________________________________________________________
52887 [  8693] By: gsar                                  on 2001/02/04  22:38:49
52888         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
52889              changes)
52890      Branch: maint-5.6/perl
52891           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
52892           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
52893           !> ext/DB_File/version.c
52894 ____________________________________________________________________________
52895 [  8692] By: nick                                  on 2001/02/04  18:15:57
52896         Log: The missed t/TEST part of the grand testharness upgrade.
52897      Branch: perl
52898            ! t/TEST
52899 ____________________________________________________________________________
52900 [  8691] By: nick                                  on 2001/02/04  18:05:17
52901         Log: New improved test harness
52902              Subject: Re: [PATCH Test::Harness] Third time's a charm?
52903              From: Michael G Schwern <schwern@pobox.com>
52904              Date: Sun, 4 Feb 2001 08:01:20 -0500
52905              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
52906      Branch: perl
52907            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
52908            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
52909            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
52910            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
52911            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
52912            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
52913            ! MANIFEST lib/Test/Harness.pm
52914 ____________________________________________________________________________
52915 [  8690] By: nick                                  on 2001/02/04  17:57:51
52916         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
52917              From: Jonathan Stowe <gellyfish@gellyfish.com>
52918              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
52919              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
52920      Branch: perl
52921            ! utils/h2xs.PL
52922 ____________________________________________________________________________
52923 [  8689] By: nick                                  on 2001/02/04  17:55:24
52924         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
52925              From: Michael G Schwern <schwern@pobox.com>
52926              Date: Sat, 3 Feb 2001 22:46:38 -0500
52927              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
52928      Branch: perl
52929            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
52930            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
52931 ____________________________________________________________________________
52932 [  8688] By: nick                                  on 2001/02/04  17:43:55
52933         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
52934              length byfailing to spot lack of closing )
52935              From: nick@talking.bollo.cx
52936              Date: Sat, 03 Feb 2001 23:53:16 +0000
52937              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
52938      Branch: perl
52939            ! perlio.c pod/perldiag.pod
52940 ____________________________________________________________________________
52941 [  8687] By: jhi                                   on 2001/02/03  17:11:42
52942         Log: HP-UX thread patches from Merijn H. Brand.
52943      Branch: maint-5.6/perl
52944            ! README.hpux hints/hpux.sh
52945 ____________________________________________________________________________
52946 [  8686] By: jhi                                   on 2001/02/03  16:40:12
52947         Log: Metaconfig changes for #8685.
52948      Branch: metaconfig
52949            ! U/installdirs/instubperl.U
52950      Branch: metaconfig/U/perl
52951            ! Devel.U versiononly.U
52952 ____________________________________________________________________________
52953 [  8685] By: jhi                                   on 2001/02/03  16:39:49
52954         Log: For -Dusedevel builds turn off installusrbinperl and turn on
52955              versiononly, a combined idea of Richard Soderberg and Merijn
52956              H. Brand.  You can still override both of these from the command
52957              line if you need to, -Dinstallusrbinperl and -Uversiononly.
52958      Branch: perl
52959            ! Configure
52960 ____________________________________________________________________________
52961 [  8684] By: jhi                                   on 2001/02/03  16:16:34
52962         Log: Metaconfig unit fix for #8683.
52963      Branch: metaconfig
52964            ! U/compline/nblock_io.U
52965 ____________________________________________________________________________
52966 [  8683] By: jhi                                   on 2001/02/03  16:16:12
52967         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
52968              reported by Peter Prymmer for 5.6-TRIAL1.
52969      Branch: perl
52970            ! Configure
52971 ____________________________________________________________________________
52972 [  8682] By: jhi                                   on 2001/02/03  05:52:11
52973         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
52974              to work correctly.
52975      Branch: maint-5.6/perl
52976            ! hints/irix_6.sh
52977 ____________________________________________________________________________
52978 [  8681] By: jhi                                   on 2001/02/03  05:47:33
52979         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
52980      Branch: maint-5.6/perl
52981            ! pod/perlport.pod
52982 ____________________________________________________________________________
52983 [  8680] By: jhi                                   on 2001/02/02  21:39:49
52984         Log: perlport update from Peter Prymmer.
52985      Branch: maint-5.6/perl
52986            ! pod/perlport.pod
52987 ____________________________________________________________________________
52988 [  8679] By: nick                                  on 2001/02/02  20:50:48
52989         Log: Integrate mainline
52990      Branch: perlio
52991           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
52992           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
52993           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
52994 ____________________________________________________________________________
52995 [  8678] By: gsar                                  on 2001/02/02  16:02:12
52996         Log: note about bincompat, slightly modified (from Lupe Christoph)
52997      Branch: maint-5.6/perl
52998            ! README.solaris
52999 ____________________________________________________________________________
53000 [  8677] By: jhi                                   on 2001/02/02  15:46:20
53001         Log: Supported platforms updates.
53002      Branch: maint-5.6/perl
53003            ! pod/perlport.pod
53004 ____________________________________________________________________________
53005 [  8676] By: jhi                                   on 2001/02/02  03:41:26
53006         Log: A couple more perlfaq2 tweaks.
53007      Branch: maint-5.6/perl
53008            ! pod/perlfaq2.pod
53009 ____________________________________________________________________________
53010 [  8675] By: jhi                                   on 2001/02/02  03:17:44
53011         Log: Misedit in #8661.
53012      Branch: maint-5.6/perl
53013            ! Configure
53014 ____________________________________________________________________________
53015 [  8674] By: jhi                                   on 2001/02/02  03:14:38
53016         Log: Damien again.
53017      Branch: maint-5.6/perl
53018            ! pod/perlfaq2.pod
53019 ____________________________________________________________________________
53020 [  8673] By: jhi                                   on 2001/02/02  03:12:40
53021         Log: perlfaq update from Elaine Ashton.
53022      Branch: maint-5.6/perl
53023            ! pod/perlfaq2.pod
53024 ____________________________________________________________________________
53025 [  8672] By: jhi                                   on 2001/02/02  03:07:08
53026         Log: UTF-8 s/// patch from Inaba Hiroto.
53027      Branch: maint-5.6/perl
53028            ! pp_ctl.c pp_hot.c
53029 ____________________________________________________________________________
53030 [  8671] By: jhi                                   on 2001/02/01  22:34:31
53031         Log: Update Changes.
53032      Branch: perl
53033            ! Changes patchlevel.h
53034 ____________________________________________________________________________
53035 [  8670] By: jhi                                   on 2001/02/01  22:15:29
53036         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
53037              from maintperl.
53038              
53039              Upgrade to Getopt::Long 2.25, from Johan Vromans.
53040              
53041              more files need to be writable in the source distribution
53042              
53043              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
53044              
53045              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
53046              
53047              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53048              
53049              Allow the float to be fuzzier.
53050              
53051              need to use INT2PTR instead of a straight cast or ia64 fails
53052              
53053              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
53054              
53055              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
53056      Branch: perl
53057           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
53058           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
53059           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
53060 ____________________________________________________________________________
53061 [  8669] By: jhi                                   on 2001/02/01  21:57:02
53062         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53063              From: Robin Barker <rmb1@cise.npl.co.uk>
53064              Date: Thu, 1 Feb 2001 16:59:05 GMT
53065              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
53066      Branch: maint-5.6/perl
53067            ! pod/perlmodlib.PL
53068 ____________________________________________________________________________
53069 [  8668] By: nick                                  on 2001/02/01  19:41:40
53070         Log: Integrate mainline
53071      Branch: perlio
53072           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
53073           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
53074           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
53075 ____________________________________________________________________________
53076 [  8667] By: gsar                                  on 2001/02/01  16:59:11
53077         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
53078      Branch: maint-5.6/perl
53079            ! embed.pl embedvar.h
53080 ____________________________________________________________________________
53081 [  8666] By: gsar                                  on 2001/02/01  16:34:51
53082         Log: add missing entries to win32/config.?c
53083      Branch: maint-5.6/perl
53084            ! win32/config.bc win32/config.gc win32/config.vc
53085            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53086 ____________________________________________________________________________
53087 [  8665] By: jhi                                   on 2001/02/01  14:58:51
53088         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
53089              From: "Stephen P. Potter" <spp@spotter.yi.org>
53090              Date: Thu, 01 Feb 2001 10:45:46 -0500
53091              Message-Id: <200102011545.KAA31479@spotter.yi.org>
53092      Branch: maint-5.6/perl
53093            ! pod/perlfunc.pod
53094 ____________________________________________________________________________
53095 [  8664] By: gsar                                  on 2001/02/01  14:52:37
53096         Log: need to use INT2PTR instead of a straight cast or ia64 fails
53097              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
53098      Branch: maint-5.6/perl
53099            ! ext/POSIX/POSIX.xs
53100 ____________________________________________________________________________
53101 [  8663] By: jhi                                   on 2001/02/01  14:09:13
53102         Log: Allow the float to be fuzzier.
53103      Branch: maint-5.6/perl
53104            ! t/lib/peek.t
53105 ____________________________________________________________________________
53106 [  8662] By: jhi                                   on 2001/02/01  13:59:00
53107         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53108              From: Robin Barker <rmb1@cise.npl.co.uk>
53109              Date: Thu, 1 Feb 2001 13:05:39 GMT
53110              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
53111      Branch: maint-5.6/perl
53112            ! pod/perlmodlib.pod
53113 ____________________________________________________________________________
53114 [  8661] By: jhi                                   on 2001/02/01  13:57:38
53115         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
53116              Date: Thu, 01 Feb 2001 14:15:41 +0100
53117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53118              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
53119              
53120              Have the $ccflags in the gcc version test (strange, this change
53121              is claimed to be have been integrated already)
53122      Branch: maint-5.6/perl
53123            ! Configure
53124 ____________________________________________________________________________
53125 [  8660] By: jhi                                   on 2001/02/01  13:44:10
53126         Log: Integrate changes #7950,7964,7962 from mainline.
53127              
53128              Find the stdchar signedness using cpp, should fix some of
53129              the Solaris compiler warnings reported by Alan Burlison.
53130      Branch: maint-5.6/perl
53131           !> Configure config_h.SH
53132 ____________________________________________________________________________
53133 [  8659] By: jhi                                   on 2001/02/01  05:35:32
53134         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
53135              From: Jan Dubois <JanD@ActiveState.com>
53136              Date: Wed, 31 Jan 2001 21:17:03 -0800
53137              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
53138      Branch: maint-5.6/perl
53139            ! utils/perldoc.PL
53140 ____________________________________________________________________________
53141 [  8658] By: jhi                                   on 2001/02/01  04:33:17
53142         Log: Integrate the README.os390 and README.posix-bc parts of mainline
53143              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
53144              installperl parts were taken care of by #8657.)
53145      Branch: maint-5.6/perl
53146           !> README.os390 README.posix-bc
53147 ____________________________________________________________________________
53148 [  8657] By: jhi                                   on 2001/02/01  04:29:21
53149         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
53150              From: Peter Prymmer <pvhp@forte.com>
53151              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
53152              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
53153      Branch: maint-5.6/perl
53154            + ext/DynaLoader/dl_dllload.xs
53155            ! MANIFEST Makefile.SH hints/os390.sh installperl
53156 ____________________________________________________________________________
53157 [  8656] By: jhi                                   on 2001/02/01  04:25:45
53158         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
53159              From: Peter Prymmer <pvhp@forte.com>
53160              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
53161              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
53162      Branch: maint-5.6/perl
53163            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
53164 ____________________________________________________________________________
53165 [  8655] By: jhi                                   on 2001/02/01  04:14:47
53166         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
53167              From: troc@netrus.net
53168              Date: Wed, 31 Jan 2001 22:31:26 -0500
53169              Message-Id: <200102010331.WAA117.85@rocco.homenet>
53170      Branch: maint-5.6/perl
53171            ! os2/os2.c
53172 ____________________________________________________________________________
53173 [  8654] By: jhi                                   on 2001/02/01  04:12:52
53174         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
53175              as reported by Alan Burlison.
53176      Branch: maint-5.6/perl
53177            ! pp.h
53178 ____________________________________________________________________________
53179 [  8653] By: jhi                                   on 2001/02/01  04:05:12
53180         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
53181              From: dsugalski@northernlight.com
53182              Date: Wed, 31 Jan 2001 18:54:11 -0500
53183              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
53184      Branch: maint-5.6/perl
53185            ! configure.com
53186 ____________________________________________________________________________
53187 [  8652] By: jhi                                   on 2001/02/01  04:03:11
53188         Log: Misplaced #endif.
53189              
53190              Subject: [perl-5-6-1-trial2] patches for EPOC
53191              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53192              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53193              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53194      Branch: maint-5.6/perl
53195            ! epoc/epocish.c
53196 ____________________________________________________________________________
53197 [  8651] By: jhi                                   on 2001/02/01  04:00:25
53198         Log: Integrate changes #8647,8648,8650 from mainline.
53199              
53200              Macrofy a magic UTF-8 test.
53201              
53202              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
53203              
53204              Watch out for cross compiling for EPOC (usually done on linux).
53205      Branch: maint-5.6/perl
53206           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
53207 ____________________________________________________________________________
53208 [  8650] By: jhi                                   on 2001/02/01  03:56:20
53209         Log: Watch out for cross compiling for EPOC (usually done on linux)
53210              
53211              Subject: [perl-5-6-1-trial2] patches for EPOC
53212              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53213              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53214              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53215      Branch: perl
53216            ! ext/Errno/Errno_pm.PL
53217 ____________________________________________________________________________
53218 [  8649] By: gsar                                  on 2001/02/01  00:46:00
53219         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
53220      Branch: maint-5.6/perl
53221            ! sv.c
53222 ____________________________________________________________________________
53223 [  8648] By: jhi                                   on 2001/01/31  23:35:36
53224         Log: All the uses of PL_numeric_radix must be protected by
53225              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
53226              
53227              Subject: [perl-5-6-1-trial2] patches for EPOC
53228              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53229              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53230              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53231      Branch: perl
53232            ! sv.c
53233 ____________________________________________________________________________
53234 [  8647] By: jhi                                   on 2001/01/31  22:56:16
53235         Log: Macrofy a magic UTF-8 test.
53236      Branch: perl
53237            ! utf8.c utf8.h
53238 ____________________________________________________________________________
53239 [  8646] By: gsar                                  on 2001/01/31  15:55:12
53240         Log: update Changes
53241      Branch: maint-5.6/perl
53242            ! Changes
53243 ____________________________________________________________________________
53244 [  8645] By: gsar                                  on 2001/01/31  15:10:14
53245         Log: Configure tweak suggested by Peter Prymmer
53246      Branch: maint-5.6/perl
53247            ! Configure
53248 ____________________________________________________________________________
53249 [  8644] By: gsar                                  on 2001/01/31  15:06:32
53250         Log: more files need to be writable in the source distribution
53251      Branch: maint-5.6/perl
53252            ! Porting/makerel
53253 ____________________________________________________________________________
53254 [  8643] By: jhi                                   on 2001/01/31  14:59:46
53255         Log: Integrate changes #8258,8278,8279 from mainline.
53256              
53257              Make the large file tests more robust/talkative.
53258      Branch: maint-5.6/perl
53259           !> t/lib/syslfs.t t/op/lfs.t
53260 ____________________________________________________________________________
53261 [  8642] By: gsar                                  on 2001/01/31  14:53:48
53262         Log: integrate changes#8311,8334 from mainline
53263              
53264              Add a new MakeMaker variable PM_FILTER that defines a Unix
53265              filter to be run on each .pm during the pm_to_blib() phase,
53266              a fixed version of
53267              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
53268              
53269              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
53270              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
53271              accurate reading of the "atime".  
53272      Branch: maint-5.6/perl
53273           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
53274           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
53275           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
53276 ____________________________________________________________________________
53277 [  8641] By: jhi                                   on 2001/01/31  14:46:37
53278         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
53279      Branch: maint-5.6/perl
53280            ! lib/Getopt/Long.pm
53281 ____________________________________________________________________________
53282 [  8640] By: gsar                                  on 2001/01/31  14:40:24
53283         Log: make regen_all
53284      Branch: maint-5.6/perl
53285            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
53286 ____________________________________________________________________________
53287 [  8639] By: gsar                                  on 2001/01/31  14:37:25
53288         Log: refresh windows config files
53289      Branch: maint-5.6/perl
53290            ! win32/Makefile win32/config_H.bc win32/config_H.gc
53291            ! win32/config_H.vc win32/makefile.mk
53292 ____________________________________________________________________________
53293 [  8638] By: gsar                                  on 2001/01/31  14:28:10
53294         Log: makefile tweaks for windows: introduce a bulk-switch to enable
53295              same options as ActivePerl; sync changes with makefile.mk
53296      Branch: maint-5.6/perl
53297            ! win32/Makefile win32/makefile.mk
53298 ____________________________________________________________________________
53299 [  8637] By: jhi                                   on 2001/01/31  04:41:30
53300         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
53301              From: Nicholas Clark <nick@ccl4.org>
53302              Date: Tue, 30 Jan 2001 19:51:05 +0000
53303              Message-ID: <20010130195105.R76607@plum.flirble.org> 
53304              
53305              op/inc cure.
53306      Branch: perl
53307            ! pp.c pp.h pp_hot.c t/op/arith.t
53308 ____________________________________________________________________________
53309 [  8636] By: jhi                                   on 2001/01/31  02:38:32
53310         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
53311              no perlio],8257,8380,8479,8515 from mainline.
53312              
53313              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
53314              
53315              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
53316              Subject: [PATCH perl@8133] fix-up for VMS extensions
53317              
53318              In VMS embedded perls couldn't access the statically built Socket.
53319              
53320              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
53321              
53322              Further VMS piping fixes from Charles Lane.
53323              
53324              Subject:  [PATCH] make t/op/misc.t work on VMS
53325              
53326              Add tracing for debugging extensions builds in VMS.
53327              
53328              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
53329      Branch: maint-5.6/perl
53330           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
53331           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
53332           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
53333 ____________________________________________________________________________
53334 [  8635] By: jhi                                   on 2001/01/31  01:46:41
53335         Log: Integrate change #7732 from mainline.
53336              
53337              Sparc 64-bit pack() fix from Jens Hamisch.
53338      Branch: maint-5.6/perl
53339           !> pp.c
53340 ____________________________________________________________________________
53341 [  8634] By: jhi                                   on 2001/01/31  01:41:16
53342         Log: One spot missing from #8626.
53343      Branch: maint-5.6/perl
53344            ! sv.c
53345 ____________________________________________________________________________
53346 [  8633] By: jhi                                   on 2001/01/31  00:49:17
53347         Log: Integrate change #7495 from mainline.
53348              
53349              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53350      Branch: maint-5.6/perl
53351           !> MANIFEST ext/re/Makefile.PL
53352 ____________________________________________________________________________
53353 [  8632] By: jhi                                   on 2001/01/30  23:38:49
53354         Log: Integrate change #8396 from mainline.
53355              
53356              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
53357              better multicast support (resend)
53358      Branch: maint-5.6/perl
53359           !> ext/Socket/Socket.pm
53360 ____________________________________________________________________________
53361 [  8631] By: jhi                                   on 2001/01/30  23:28:03
53362         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
53363              
53364              More AIX lore. (7514, ext/re/hints/aix.pl)
53365              
53366              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
53367              
53368              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)
53369              
53370              Subject: [ID 20001214.002] Net::Ping patch
53371              
53372              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
53373              
53374              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
53375              
53376              Add ReuseAddr as a (preferred) alias for Reuse as we now
53377              also have ReusePort.
53378              
53379              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
53380      Branch: maint-5.6/perl
53381           +> ext/re/hints/aix.pl
53382           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
53383           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
53384 ____________________________________________________________________________
53385 [  8630] By: jhi                                   on 2001/01/30  23:03:59
53386         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
53387              
53388              read() documentation tweak for 20001121.004.
53389              
53390              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
53391      Branch: maint-5.6/perl
53392           !> pod/perlfunc.pod pod/perlre.pod
53393 ____________________________________________________________________________
53394 [  8629] By: jhi                                   on 2001/01/30  22:41:57
53395         Log: Integrate change #8098 from mainline.
53396              
53397              fastgetcwd is defined using a glob alias on a $^O dependent basis
53398              and there was no default assignment or perl subroutine.
53399      Branch: maint-5.6/perl
53400           !> lib/Cwd.pm
53401 ____________________________________________________________________________
53402 [  8628] By: jhi                                   on 2001/01/30  21:58:52
53403         Log: Integrate change #7866 from mainline.
53404              
53405              File::Temp 0.11.
53406      Branch: maint-5.6/perl
53407           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
53408 ____________________________________________________________________________
53409 [  8627] By: jhi                                   on 2001/01/30  21:39:44
53410         Log: Integrate changes #8075,8086,8228 from mainline.  
53411              
53412              Darwin is not Windows. (8075,8086)
53413              
53414              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
53415      Branch: maint-5.6/perl
53416           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
53417           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53418           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
53419           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
53420 ____________________________________________________________________________
53421 [  8626] By: jhi                                   on 2001/01/30  21:22:11
53422         Log: Integrate with tweakery the change #8625 from mainline,
53423              the multibyte decimal separator fix ("fa_IR locale failure").
53424      Branch: maint-5.6/perl
53425            ! embedvar.h perlapi.h
53426           !> intrpvar.h perl.c perl.h sv.c util.c
53427 ____________________________________________________________________________
53428 [  8625] By: jhi                                   on 2001/01/30  20:26:33
53429         Log: Fix for the fa_IR locale failure.  The reason for the failure
53430              was that Perl was assuming the decimal separator aka the radix
53431              separator is one character.  The Farsi-Iranian locale crushed
53432              that bad assumption since there the separator is 'Momayyez',
53433              glyphwise looking somewhat like a slash, and in Unicode UTF-8
53434              encoded in two bytes, 0xd9 0xab.
53435      Branch: perl
53436            ! intrpvar.h perl.c perl.h sv.c util.c
53437 ____________________________________________________________________________
53438 [  8624] By: gsar                                  on 2001/01/30  20:17:03
53439         Log: regen_headers
53440      Branch: maint-5.6/perl
53441            ! Makefile.SH pod/perlintern.pod
53442 ____________________________________________________________________________
53443 [  8623] By: gsar                                  on 2001/01/30  19:42:34
53444         Log: backout change#7431 and its dependents (causes spurious rebuilds
53445              of autogenerated files)
53446              
53447              fix benign b.t failure
53448      Branch: maint-5.6/perl
53449            ! Makefile.SH t/lib/b.t
53450 ____________________________________________________________________________
53451 [  8622] By: jhi                                   on 2001/01/30  19:41:41
53452         Log: Microperl sync.
53453      Branch: perl
53454            ! mg.c perl.h
53455 ____________________________________________________________________________
53456 [  8621] By: gsar                                  on 2001/01/30  19:24:47
53457         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
53458              from mainline
53459              
53460              Subject: podlators 1.06 released
53461              
53462              Subject: [PATCH @8436] Eliminate op_children
53463              
53464              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
53465              
53466              (Replaced by #8448)  More op_children traces (cleanup of #8442).
53467              
53468              Subject: [PATCH #3 @8436] Re: Eliminate op_children
53469              Replace #8444 and #8445.
53470              
53471              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
53472              at the setting of the ofs_sv in new_struct_thread() as the
53473              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
53474              uninitialized fields are, uh, initialized with),
53475              SvREFCNT_inc()ing that invited a core dump.
53476              
53477              podlators 1.07, from Russ Allbery.
53478              
53479              Subject: [PATCH] regcomp.c old feature removal
53480              From: mjd@plover.com
53481              Date: 16 Jan 2001 14:43:18 -0000 
53482              Message-ID: <20010116144318.7140.qmail@plover.com> 
53483      Branch: maint-5.6/perl
53484           +> lib/Pod/Text/Overstrike.pm
53485           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
53486           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
53487           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
53488           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
53489           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
53490           !> util.c
53491 ____________________________________________________________________________
53492 [  8620] By: gsar                                  on 2001/01/30  18:48:32
53493         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
53494              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
53495              now fails one test)
53496              
53497              Subject: [PATCH] lvalue AUTOLOAD. No, really.
53498              
53499              Subject: [PATCH] Interesting syntax idea
53500              Make opens + bareword assigns do typeglob assigns.
53501              
53502              Tests for #8254.
53503              
53504              Subject: [PATCH @8269] Continue blocks and B::Deparse
53505              Make the peephole optimizer to bypass more null ops and
53506              and rewrite the deparse handling of continue blocks.
53507              
53508              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
53509              Doc tweak on #8313.
53510              
53511              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
53512              
53513              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
53514              
53515              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
53516              
53517              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
53518              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
53519              according to the platform.
53520              
53521              Subject: [PATCH @8404] Consolidated lvalue sub changes
53522              
53523              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
53524              
53525              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
53526              
53527              Subject: B::Concise -- an improved replacement for B::Terse 
53528              
53529              The B::Terse drop-in replacement wasn't quite drop-in.
53530              
53531              The LVRET macro needed an aTHX.
53532              
53533              Use the /^Perl_/-less form of is_lvalue_sub().
53534              
53535              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
53536      Branch: maint-5.6/perl
53537           +> ext/B/B/Concise.pm
53538           !> (integrate 27 files)
53539 ____________________________________________________________________________
53540 [  8619] By: nick                                  on 2001/01/30  18:40:28
53541         Log: Integrate mainline
53542      Branch: perlio
53543           !> (integrate 40 files)
53544 ____________________________________________________________________________
53545 [  8618] By: jhi                                   on 2001/01/30  18:37:18
53546         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
53547              Date: Mon, 29 Jan 2001 22:51:29 -0600
53548              From: "Craig A. Berry" <craigberry@mac.com>
53549              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
53550      Branch: perl
53551            ! vms/test.com
53552 ____________________________________________________________________________
53553 [  8617] By: jhi                                   on 2001/01/30  18:34:53
53554         Log: Subject: [PATCH] Add missing CV flags to dump.c
53555              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53556              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
53557              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
53558      Branch: perl
53559            ! dump.c
53560 ____________________________________________________________________________
53561 [  8616] By: jhi                                   on 2001/01/30  18:20:58
53562         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
53563              part isn't applicable to maintperl.
53564              
53565              UTF-8 nit from Inaba Hiroto.
53566      Branch: maint-5.6/perl
53567           !> pod/perlapi.pod utf8.c
53568 ____________________________________________________________________________
53569 [  8615] By: jhi                                   on 2001/01/30  18:18:51
53570         Log: UTF-8 nit from Inaba Hiroto.
53571      Branch: perl
53572            ! pod/perlapi.pod t/op/each.t utf8.c
53573 ____________________________________________________________________________
53574 [  8614] By: jhi                                   on 2001/01/30  18:13:38
53575         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
53576              
53577              perl's internal variables are not for public consumption,
53578              move their docs from perlapi.pod to perlintern.pod
53579              
53580              support for -Dusethreads build under HP-UX 10.20 and DCE threads
53581              library (11.0 and later have pthreads but 10.x don't)
53582              
53583              avoid uninitialized value warnings
53584              
53585              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53586              gets weird results)
53587              
53588              perldoc nit on windows
53589              
53590              make it possible to run the tests outside the source tree
53591              (there's still a dependency on ../lib being the library
53592              location)
53593      Branch: perl
53594           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
53595           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
53596           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
53597           !> win32/bin/search.pl win32/vdir.h
53598 ____________________________________________________________________________
53599 [  8613] By: gsar                                  on 2001/01/30  16:39:59
53600         Log: make it possible to run the tests outside the source tree
53601              (there's still a dependency on ../lib being the library
53602              location)
53603      Branch: maint-5.6/perl
53604            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
53605 ____________________________________________________________________________
53606 [  8612] By: gsar                                  on 2001/01/30  16:31:12
53607         Log: perldoc nit on windows
53608      Branch: maint-5.6/perl
53609            ! utils/perldoc.PL
53610 ____________________________________________________________________________
53611 [  8611] By: gsar                                  on 2001/01/30  16:22:54
53612         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53613              gets weird results)
53614      Branch: maint-5.6/perl
53615            ! win32/vdir.h
53616 ____________________________________________________________________________
53617 [  8610] By: gsar                                  on 2001/01/30  16:12:45
53618         Log: avoid uninitialized value warnings
53619      Branch: maint-5.6/perl
53620            ! win32/bin/search.pl
53621 ____________________________________________________________________________
53622 [  8609] By: gsar                                  on 2001/01/30  16:08:01
53623         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
53624              library (11.0 and later have pthreads but 10.x don't)
53625      Branch: maint-5.6/perl
53626            ! hints/hpux.sh thread.h
53627 ____________________________________________________________________________
53628 [  8608] By: gsar                                  on 2001/01/30  15:48:55
53629         Log: perl's internal variables are not for public consumption,
53630              move their docs from perlapi.pod to perlintern.pod
53631      Branch: maint-5.6/perl
53632            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
53633            ! thrdvar.h
53634 ____________________________________________________________________________
53635 [  8607] By: gsar                                  on 2001/01/30  15:44:27
53636         Log: mistakenly branched perl56delta.pod, revert
53637      Branch: maint-5.6/perl
53638            - pod/perl56delta.pod
53639           !> pod/perldelta.pod
53640 ____________________________________________________________________________
53641 [  8606] By: gsar                                  on 2001/01/30  14:20:24
53642         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
53643              dTHR which has been a noop for a while now, except for the
53644              compatibility definition in thread.h)
53645      Branch: maint-5.6/perl
53646           !> (integrate 45 files)
53647 ____________________________________________________________________________
53648 [  8605] By: jhi                                   on 2001/01/30  05:43:58
53649         Log: Mark the UTF-8 APIs as experimental.
53650      Branch: maint-5.6/perl
53651            ! embed.pl pod/perlapi.pod
53652 ____________________________________________________________________________
53653 [  8604] By: jhi                                   on 2001/01/30  05:38:40
53654         Log: Nits from earlier integrates.
53655      Branch: maint-5.6/perl
53656            ! lib/Carp/Heavy.pm
53657           !> sv.c
53658 ____________________________________________________________________________
53659 [  8603] By: jhi                                   on 2001/01/30  05:27:26
53660         Log: Regenerate Porting files.
53661      Branch: maint-5.6/perl
53662            ! Porting/Glossary Porting/config.sh Porting/config_H
53663 ____________________________________________________________________________
53664 [  8602] By: jhi                                   on 2001/01/30  05:14:59
53665         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
53666              8310,8339,8447,8492,8493,8505,8525: documentation changes.
53667              
53668              Subject: Re: perlfaq style changes
53669              
53670              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
53671              
53672              Subject: [PATCH] docs on NaN
53673              
53674              Subject: [patch] perlfaq7
53675              
53676              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
53677              
53678              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
53679              
53680              Subject: [PATCH] open() example in perlfunc.pod
53681              
53682              Podify README.mpeix (a new version from the web)
53683              
53684              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
53685              
53686              Subject: [PATCH] format and rewording in perlfaq.pod
53687              
53688              Subject: [PATCH] API Variable documentation   
53689              
53690              Memory management calls documentation.
53691              
53692              Subject: [PATCH: perl@8482] README.vms URL updates
53693              
53694              Subject: Minor typos in perlfaq2.pod
53695              
53696              Subject: [PATCH] pod/perlvar.pod
53697      Branch: maint-5.6/perl
53698           +> pod/perl56delta.pod
53699            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53700           !> README.amiga README.epoc README.mpeix README.vms
53701           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
53702           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
53703           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
53704           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
53705           !> pod/perlvar.pod thrdvar.h
53706 ____________________________________________________________________________
53707 [  8601] By: jhi                                   on 2001/01/30  04:38:35
53708         Log: Integrate changes #8036,8096,8253 from mainline:
53709              hints changes.
53710              
53711              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
53712              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
53713              
53714              Output the (apparent) version of gcc in Tru64.
53715      Branch: maint-5.6/perl
53716           +> ext/POSIX/hints/svr4.pl
53717           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
53718           !> hints/svr4.sh t/lib/bigfltpm.t
53719 ____________________________________________________________________________
53720 [  8600] By: jhi                                   on 2001/01/30  04:04:01
53721         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
53722              locale fixes.
53723              
53724              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
53725              
53726              Debian allows /usr/bin/locale to exist without any locales. (7868)
53727              
53728              Allow the locale test needing POSIX and the taint test
53729              needing IPC::SysV to run under 'minitest' (basically,
53730              bail out if loading the extension fails). (8384)
53731              
53732              Cleanup the locale.t output  (8480)
53733      Branch: maint-5.6/perl
53734           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
53735           !> t/pragma/locale.t
53736 ____________________________________________________________________________
53737 [  8599] By: jhi                                   on 2001/01/30  03:51:04
53738         Log: Missing generated files from #8598.
53739      Branch: maint-5.6/perl
53740            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53741 ____________________________________________________________________________
53742 [  8598] By: jhi                                   on 2001/01/30  03:41:54
53743         Log: Integrate change #8555 from mainline, manually integrate parts
53744              of changes 8452 and 8583.
53745              
53746              Subject: [PATCH] utf8.c documentation (8452)
53747              
53748              No point in checking the length if the pointer is bogus. (8555)
53749              
53750              Introduce bytes_from_utf8() and implement sv_eq() using it,
53751              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
53752              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
53753              was malformed. (8583)
53754      Branch: maint-5.6/perl
53755            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
53756           !> pod/perlapi.pod sv.c utf8.c
53757 ____________________________________________________________________________
53758 [  8597] By: gsar                                  on 2001/01/30  02:37:26
53759         Log: get PERL_OBJECT build going again on windows
53760      Branch: maint-5.6/perl
53761            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53762            ! pod/perlapi.pod proto.h sv.c
53763 ____________________________________________________________________________
53764 [  8596] By: jhi                                   on 2001/01/30  02:16:17
53765         Log: Signedness nit.
53766      Branch: perl
53767            ! sv.c
53768 ____________________________________________________________________________
53769 [  8595] By: jhi                                   on 2001/01/30  02:11:07
53770         Log: EBCDIC patch for Storable, from Peter Prymmer.
53771      Branch: perl
53772            ! t/lib/st-06compat.t
53773 ____________________________________________________________________________
53774 [  8594] By: jhi                                   on 2001/01/30  01:04:48
53775         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
53776              From: Peter Prymmer <pvhp@forte.com>
53777              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
53778              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
53779      Branch: perl
53780            ! t/lib/b.t
53781 ____________________________________________________________________________
53782 [  8593] By: jhi                                   on 2001/01/30  00:56:47
53783         Log: Subject: [PATCH: perl@8585] pod problems in io
53784              From: Peter Prymmer <pvhp@forte.com>
53785              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
53786              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
53787      Branch: perl
53788            ! pod/perlapio.pod pod/perliol.pod
53789 ____________________________________________________________________________
53790 [  8592] By: jhi                                   on 2001/01/30  00:48:20
53791         Log: Integrate perlio.
53792      Branch: perl
53793           !> pod/perlapio.pod pod/perliol.pod
53794 ____________________________________________________________________________
53795 [  8591] By: nick                                  on 2001/01/29  22:02:28
53796         Log: GNU 'merge' Simon's copy of perliol.pod with version
53797              patched by Craig's patch.
53798      Branch: perlio
53799            ! pod/perliol.pod
53800 ____________________________________________________________________________
53801 [  8590] By: nick                                  on 2001/01/29  21:55:10
53802         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
53803      Branch: perlio
53804            ! pod/perlapio.pod pod/perliol.pod
53805 ____________________________________________________________________________
53806 [  8589] By: jhi                                   on 2001/01/29  15:35:33
53807         Log: Integrate change #8586 from maint-5.6/perl.
53808              
53809              make the BOM detection code not call tell() until it has to
53810              (meant to fix esoteric compatibility issues where PL_rsfp
53811              is overridden)
53812      Branch: perl
53813           !> toke.c
53814 ____________________________________________________________________________
53815 [  8588] By: jhi                                   on 2001/01/29  15:29:11
53816         Log: Subject: MAking Solaris malloc() the default
53817              From: Lupe Christoph <lupe@lupe-christoph.de>
53818              Date: Mon, 29 Jan 2001 12:59:36 +0100
53819              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
53820              
53821              The README.solaris part slightly tweaked.
53822      Branch: perl
53823            ! README.solaris hints/solaris_2.sh
53824 ____________________________________________________________________________
53825 [  8587] By: jhi                                   on 2001/01/29  15:17:34
53826         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
53827              From: root@ak-75.mind.de
53828              Date: Sun, 28 Jan 2001 20:32:29 +0100
53829              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
53830      Branch: perl
53831            ! pod/perlre.pod
53832 ____________________________________________________________________________
53833 [  8586] By: gsar                                  on 2001/01/29  13:43:44
53834         Log: make the BOM detection code not call tell() until it has to
53835              (meant to fix esoteric compatibility issues where PL_rsfp
53836              is overridden)
53837      Branch: maint-5.6/perl
53838            ! toke.c
53839 ____________________________________________________________________________
53840 [  8585] By: jhi                                   on 2001/01/28  20:05:45
53841         Log: Update Changes.
53842      Branch: perl
53843            ! Changes patchlevel.h
53844 ____________________________________________________________________________
53845 [  8584] By: jhi                                   on 2001/01/28  19:30:02
53846         Log: Integrate perlio.
53847      Branch: perl
53848           +> pod/perliol.pod
53849           !> MANIFEST pod/perlapio.pod
53850 ____________________________________________________________________________
53851 [  8583] By: jhi                                   on 2001/01/28  19:28:40
53852         Log: Patch from Inaba Hiroto:
53853              - canonical UTF-8 hash keys: if a key string for a hash is
53854              UTF8-on, try downgrade the string and use it if
53855              unicode::distinct is not in effect.
53856              For the task, I added a function bytes_from_utf8() to utf8.c.
53857              It might resemble utf8_to_bytes() but it is not convenient
53858              to the task.
53859              Made a test for it and added to t/op/each.t
53860              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
53861              the mortal copy of the argument SV.
53862              And changed t/io/utf8.t test 18 which expects print() to
53863              upgrade its argument.
53864              - re-implement sv_eq with bytes_from_utf8()
53865              - some bug fixes
53866              - tr/// does not handle UTF8 range (\x{}-\x{})
53867              - \ before raw UTF8 character produced
53868              "Malformed UTF-8 character" warning.
53869              - "\x{100}\N{CENT SIGN}" is Malformed.
53870              Added tests for these 3.
53871              - and one silly bug (by me) with qu operator.
53872      Branch: perl
53873            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
53874            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
53875            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
53876 ____________________________________________________________________________
53877 [  8582] By: nick                                  on 2001/01/28  19:25:04
53878         Log: Add pod/perliol.pod to MANIFEST :-(
53879      Branch: perlio
53880            ! MANIFEST
53881 ____________________________________________________________________________
53882 [  8581] By: nick                                  on 2001/01/28  19:22:40
53883         Log: PerlIO documentation. Proofing and sub-editing requested.
53884      Branch: perlio
53885            + pod/perliol.pod
53886            ! pod/perlapio.pod
53887 ____________________________________________________________________________
53888 [  8580] By: jhi                                   on 2001/01/28  05:16:25
53889         Log: Revert the change to sv_2pv() done by #8054: Someone who
53890              did SvNV_set() on a scalar that also happened to be POK,
53891              followed by sv_2pv() won't get the right coercion anymore.
53892              [Sarathy]
53893      Branch: maint-5.6/perl
53894            ! sv.c
53895 ____________________________________________________________________________
53896 [  8579] By: jhi                                   on 2001/01/28  05:15:04
53897         Log: Remove the #8084 effect: do not allow -Q to be interpreted
53898              as -&Q(), this is too much wiggle room.
53899      Branch: maint-5.6/perl
53900            ! toke.c
53901 ____________________________________________________________________________
53902 [  8578] By: jhi                                   on 2001/01/28  05:12:45
53903         Log: Needed bits of #8439 (should have been in #8576),
53904              mainly for lval substr().
53905      Branch: maint-5.6/perl
53906            ! mg.c pp.c pp_hot.c
53907 ____________________________________________________________________________
53908 [  8577] By: jhi                                   on 2001/01/28  05:02:46
53909         Log: A missing check-in.
53910      Branch: maint-5.6/perl
53911            ! utf8.c
53912 ____________________________________________________________________________
53913 [  8576] By: jhi                                   on 2001/01/28  04:26:18
53914         Log: Integrate changes #8425,8436,8439,8517 from mainline.
53915              The 8439 was not truly integrated because it had too many
53916              dependencies on the development branch and because it introduced
53917              concepts too bold for a maintenance branch (such as the qu operator).
53918              
53919              Subject: [PATCH perl@8342] -Wformat
53920              
53921              Tighten some of the UTF-8 tests a bit.
53922              
53923              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
53924              - The substr lval was still not okay.
53925              - Now pp_stringify and sv_setsv copies source's UTF8 flag
53926              even if IN_BYTE.  pp_stringify is called from fold_constants
53927              at optimization phase and "\x{100}" was made SvUTF8_off under
53928              use bytes (the bytes pragma is for "byte semantics" and not
53929              for "do not produce UTF8 data")
53930      Branch: maint-5.6/perl
53931            ! t/lib/charnames.t t/op/substr.t toke.c
53932           !> sv.c t/pragma/utf8.t
53933 ____________________________________________________________________________
53934 [  8575] By: jhi                                   on 2001/01/28  04:01:51
53935         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
53936              
53937              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
53938              
53939              Subject: [ID 20001230.003] UTF-8 tr still hurts
53940              
53941              Test cases for #8385 (from Simon's "torture.pl")
53942              
53943              Start fixing UTF-8 lval substr() (8405)
53944      Branch: maint-5.6/perl
53945           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
53946           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
53947 ____________________________________________________________________________
53948 [  8574] By: jhi                                   on 2001/01/28  03:09:06
53949         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
53950              from mainline.
53951              
53952              UTF-8 cleanup.
53953              
53954              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
53955              
53956              "\x{FF}\xFF" was broken.
53957              
53958              Tests for #8329 and #8330.
53959              
53960              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
53961              
53962              IRIX compiler noticed that the bof initialization might be
53963              bypassed by control flow.
53964              
53965              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
53966      Branch: maint-5.6/perl
53967           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
53968           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
53969 ____________________________________________________________________________
53970 [  8573] By: jhi                                   on 2001/01/28  02:06:12
53971         Log: Retract #8552.
53972      Branch: perl
53973            ! lib/Text/Wrap.pm t/lib/textwrap.t
53974 ____________________________________________________________________________
53975 [  8572] By: jhi                                   on 2001/01/28  02:04:49
53976         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
53977              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
53978              not really integrated but instead salvaged by hand
53979              (they had too many dependencies on the development release
53980              to be cleanly integratable).
53981              
53982              Subject: more UTF8 test suites and an UTF8 patch
53983              
53984              Tweak for MULTIPLICITY/USE_PERLIO
53985              
53986              Signedness nit.
53987              
53988              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
53989              
53990              Use the UTF8_XXX macros in is_utf8_char().
53991              
53992              Rewrite pp_concat() in terms of sv_catsv().  The . operator
53993              should now be UTF-8-proof.
53994              
53995              Subject: [PATCH perl@8269] scanning two hex-constants
53996              fails on EBCDIC environment (script length.t)
53997              
53998              Add some Unicode chop() tests.
53999      Branch: maint-5.6/perl
54000            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
54001           !> sv.c t/op/chop.t utf8.h
54002 ____________________________________________________________________________
54003 [  8571] By: jhi                                   on 2001/01/28  00:35:59
54004         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
54005              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
54006              
54007              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
54008              
54009              The maxiters upper limit sanity check (guarding against
54010              non-progress) assumed bytes instead of characters in s///
54011              and split().
54012              
54013              Signedness nit.
54014              
54015              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
54016              join() should now be UTF-8-proof.
54017              
54018              More split // UTF-8 tests. (8250)
54019      Branch: maint-5.6/perl
54020           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
54021           !> util.c
54022 ____________________________________________________________________________
54023 [  8570] By: jhi                                   on 2001/01/27  22:15:46
54024         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
54025              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
54026              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
54027              8084,8204,8244,8333 from mainline.
54028              
54029              For -Q where Q might be a one-letter sub name one does no more
54030              get a warning about an unknown filetest (7941,7943,7944,8084).
54031              
54032              Subject: Re: [ID 20001130.011] expression parsing bug ?
54033              
54034              Make uv_to_utf8() to zero-terminate its output buffer.
54035              
54036              Split off t/op/length.t (7995)
54037              
54038              Split off t/op/utf8decode.t (7996)
54039              
54040              Remove an unnecessary 'use utf8' from the utf8.t (7998)
54041              
54042              Split off t/op/concat.t (8004)
54043              
54044              Split off t/op/ver.t (8005)
54045              
54046              Document utf8_length(), utf8_distance(), and utf8_hop().
54047              
54048              Document utf8_to_uv() better.
54049              
54050              Introduce macros for UTF8 decoding (8028,8033).
54051              
54052              Add test for reverse() (8030,8031).
54053              
54054              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
54055              
54056              Do not return the Unicode replacement character    on UTF-8
54057              decoding failure.
54058              
54059              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
54060              not this_utf8 i.e. the output string has one, but don't mess
54061              with source assumption. (8052,8053)
54062              
54063              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
54064              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
54065              was not expecting to be called with something that was already
54066              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
54067              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
54068              (8054)
54069              
54070              Recode the naughty binary bytes in utf8decode.t using the \xHH.
54071              
54072              Make some panic messages a bit more logical.
54073      Branch: maint-5.6/perl
54074           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
54075           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
54076           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
54077           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
54078           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
54079           !> utf8.c utf8.h
54080 ____________________________________________________________________________
54081 [  8569] By: jhi                                   on 2001/01/27  19:16:43
54082         Log: Integrate changes #7750 from perlio and #8566 from mainline.
54083      Branch: maint-5.6/perl
54084           !> regexec.c sv.c
54085 ____________________________________________________________________________
54086 [  8568] By: jhi                                   on 2001/01/27  18:06:51
54087         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
54088              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
54089              7935[-perlio.c],7936,7959,7965 from mainline.
54090              
54091              Change the "big byte" error message to "Wide character".
54092              (7355, the croak-if-wide-chars-in-print part ignored)
54093              
54094              Use UINT64_C().
54095              
54096              Introduce Perl_utf8_length().
54097              
54098              diff -se shows these as different (7753, forgotten check-ins)
54099              
54100              Subject: [PATCH] doop.c - UTF8 tr///
54101              
54102              If we use (aTHX_ ...) then put Perl_ on the front.
54103              
54104              Make utf8_length() and utf8_distance() to be less forgiving
54105              about bad UTF-8.
54106              
54107              Test line numbers are different with utf8.
54108              
54109              No need to scan till infinity, 13 is enough. (7872,7911)
54110              
54111              Subject: [PATCH] Tokeniser debugging
54112              
54113              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
54114              
54115              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
54116              
54117              Be more careful in Perl_sv_utf8_downgrade().
54118              
54119              Use DO_UTF8().
54120              
54121              Raw zero bytes in text files confuse at least GNU patch 2.1.
54122      Branch: maint-5.6/perl
54123           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
54124           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
54125           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
54126           !> t/pragma/utf8.t toke.c utf8.c utf8.h
54127 ____________________________________________________________________________
54128 [  8567] By: nick                                  on 2001/01/27  11:10:38
54129         Log: Integrate mainline
54130      Branch: perlio
54131           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
54132           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
54133           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
54134           !> toke.c
54135 ____________________________________________________________________________
54136 [  8566] By: jhi                                   on 2001/01/27  06:22:48
54137         Log: More documentation for the regexp context stack.
54138      Branch: perl
54139            ! regexec.c
54140 ____________________________________________________________________________
54141 [  8565] By: jhi                                   on 2001/01/27  05:21:57
54142         Log: Update Changes.
54143      Branch: perl
54144            ! Changes patchlevel.h
54145 ____________________________________________________________________________
54146 [  8564] By: jhi                                   on 2001/01/27  04:44:04
54147         Log: Threadedness patch for #8562 from Doug MacEachern.
54148      Branch: perl
54149            ! toke.c
54150 ____________________________________________________________________________
54151 [  8563] By: jhi                                   on 2001/01/27  04:26:24
54152         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
54153              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54154              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
54155              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
54156      Branch: perl
54157            ! op.c
54158 ____________________________________________________________________________
54159 [  8562] By: jhi                                   on 2001/01/27  04:20:30
54160         Log: Subject: Re: Announce : Tokener reporting patch
54161              From: Simon Cozens <simon@cozens.net>
54162              Date: Mon, 22 Jan 2001 02:17:22 +0000
54163              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
54164      Branch: perl
54165            ! embed.h embed.pl proto.h toke.c
54166 ____________________________________________________________________________
54167 [  8561] By: jhi                                   on 2001/01/27  04:17:24
54168         Log: Forgot from #8545.  Oops.
54169      Branch: perl
54170            ! pp.c t/pragma/overload.t
54171 ____________________________________________________________________________
54172 [  8560] By: jhi                                   on 2001/01/27  03:01:47
54173         Log: A better module compilation test, use MANIFEST as suggested
54174              by Spider.
54175      Branch: perl
54176            ! t/lib/1_compile.t
54177 ____________________________________________________________________________
54178 [  8559] By: jhi                                   on 2001/01/27  02:50:48
54179         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
54180              From: Peter Prymmer <pvhp@forte.com>
54181              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
54182              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
54183      Branch: perl
54184            ! t/lib/b.t
54185 ____________________________________________________________________________
54186 [  8558] By: jhi                                   on 2001/01/27  02:27:05
54187         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
54188              From: Peter Prymmer <pvhp@forte.com>
54189              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
54190              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
54191      Branch: perl
54192            ! t/pragma/sub_lval.t
54193 ____________________________________________________________________________
54194 [  8557] By: jhi                                   on 2001/01/27  02:26:03
54195         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
54196              From: Peter Prymmer <pvhp@forte.com>
54197              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
54198              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
54199      Branch: perl
54200            ! t/lib/st-06compat.t
54201 ____________________________________________________________________________
54202 [  8556] By: jhi                                   on 2001/01/27  02:24:33
54203         Log: Subject: [PATCH: perl@8531] minor update to README.os390
54204              From: Peter Prymmer <pvhp@forte.com>
54205              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
54206              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
54207      Branch: perl
54208            ! README.os390
54209 ____________________________________________________________________________
54210 [  8555] By: jhi                                   on 2001/01/27  00:35:47
54211         Log: No point in checking the length before we know whether the pointer
54212              is bogus or not, fixes Abigail's odbm failures in Linux.
54213      Branch: perl
54214            ! sv.c
54215 ____________________________________________________________________________
54216 [  8554] By: nick                                  on 2001/01/26  19:01:31
54217         Log: Integrate mainline
54218      Branch: perlio
54219           !> lib/Text/Wrap.pm t/lib/textwrap.t
54220 ____________________________________________________________________________
54221 [  8553] By: jhi                                   on 2001/01/26  15:19:39
54222         Log: Integrate change #7792 from perlio (multiplicity fix),
54223              fix the AV leak in regex DEBUGGING (tiny part of the
54224              polymorphic regexp patch #8143).
54225      Branch: maint-5.6/perl
54226            ! regcomp.c
54227           !> scope.h
54228 ____________________________________________________________________________
54229 [  8552] By: jhi                                   on 2001/01/26  15:03:23
54230         Log: (Retracted by #8573)
54231              
54232              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
54233              From: Michael G Schwern <schwern@pobox.com>
54234              Date: Fri, 26 Jan 2001 09:28:31 -0500
54235              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
54236      Branch: perl
54237            ! lib/Text/Wrap.pm t/lib/textwrap.t
54238 ____________________________________________________________________________
54239 [  8551] By: jhi                                   on 2001/01/26  02:33:19
54240         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
54241              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
54242              
54243              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
54244              
54245              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
54246              
54247              Message nit.
54248              
54249              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
54250              
54251              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
54252              
54253              (the cleanup of unused submatches in regtry() and regcppop())
54254              
54255              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
54256              stored and restored, and thusly was trounced by the utf8 swash
54257              routines.
54258              
54259              use utf8 not required to use \x{}.
54260              
54261              Removed two more tests that make no sense in UTF-8 since the test
54262              data is not in UTF-8.
54263              
54264              Get the three different space character classes right under utf8.
54265              
54266              Implement ANYOFUTF8 regprop() dumping.
54267              
54268              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
54269              
54270              Document the regex context pushing/popping a bit better.
54271      Branch: maint-5.6/perl
54272           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
54273           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
54274           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
54275           !> t/op/regmesg.t utf8.c
54276 ____________________________________________________________________________
54277 [  8550] By: nick                                  on 2001/01/25  19:42:30
54278         Log: Integrate mainline
54279      Branch: perlio
54280           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
54281           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
54282           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
54283           !> t/lib/bigint.t t/lib/bigintpm.t
54284 ____________________________________________________________________________
54285 [  8549] By: jhi                                   on 2001/01/25  15:22:28
54286         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
54287      Branch: maint-5.6/perl
54288            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
54289 ____________________________________________________________________________
54290 [  8548] By: jhi                                   on 2001/01/25  15:02:55
54291         Log: Integrate changes #7997,8063,8492,8547 from mainline.
54292              
54293              Subject: Re: STRLEN - what?
54294              
54295              Subject: [PATCH] perlguts.pod
54296              
54297              Memory management calls documentation.
54298              
54299              Layout using tabulator is not a good idea in a pod.
54300      Branch: maint-5.6/perl
54301           !> pod/perlguts.pod
54302 ____________________________________________________________________________
54303 [  8547] By: jhi                                   on 2001/01/25  14:49:05
54304         Log: Layout using tabulator is not a good idea in a pod.
54305      Branch: perl
54306            ! pod/perlguts.pod
54307 ____________________________________________________________________________
54308 [  8546] By: jhi                                   on 2001/01/25  14:31:12
54309         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
54310              from mainline.
54311              
54312              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
54313              
54314              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
54315              
54316              More Win32 editor/IDE/shell hints.
54317              
54318              More Win32 Perling.
54319              
54320              Yet another editor edit.
54321              
54322              Edit edit edit.
54323              
54324              IDE/editor section tweaking.
54325              
54326              Few more IDE/editor nits from p5p.
54327      Branch: maint-5.6/perl
54328           !> pod/perlfaq3.pod
54329 ____________________________________________________________________________
54330 [  8545] By: jhi                                   on 2001/01/25  04:16:32
54331         Log: Subject: [PATCH 5.7.0] overload int()
54332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54333              Date: Wed, 24 Jan 2001 19:06:57 -0500
54334              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
54335      Branch: perl
54336            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
54337            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
54338            ! t/lib/bigintpm.t
54339 ____________________________________________________________________________
54340 [  8544] By: jhi                                   on 2001/01/25  04:15:11
54341         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
54342              From: Peter Prymmer <pvhp@forte.com>
54343              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
54344              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
54345      Branch: perl
54346            ! Makefile.SH README.os390 hints/os390.sh installperl
54347 ____________________________________________________________________________
54348 [  8543] By: jhi                                   on 2001/01/25  03:52:08
54349         Log: Integrate change #8462,8469 from mainline.
54350              
54351              In VMS Perl subversion (perl -V) is undef.
54352      Branch: maint-5.6/perl
54353           !> configure.com
54354 ____________________________________________________________________________
54355 [  8542] By: jhi                                   on 2001/01/25  03:44:55
54356         Log: Integrate changes #7835,7850,8315,8316 from mainline.
54357              
54358              Solaris hints.
54359      Branch: maint-5.6/perl
54360           !> hints/solaris_2.sh
54361 ____________________________________________________________________________
54362 [  8541] By: jhi                                   on 2001/01/25  03:39:28
54363         Log: Integrate #8336 from mainline.
54364      Branch: maint-5.6/perl
54365           !> hv.c
54366 ____________________________________________________________________________
54367 [  8540] By: jhi                                   on 2001/01/25  03:23:50
54368         Log: Retract #8539.
54369      Branch: maint-5.6/perl
54370            ! pod/perlfaq3.pod
54371 ____________________________________________________________________________
54372 [  8539] By: jhi                                   on 2001/01/25  03:21:55
54373         Log: (Retracted by #8540.)
54374      Branch: maint-5.6/perl
54375            ! pod/perlfaq3.pod
54376 ____________________________________________________________________________
54377 [  8538] By: jhi                                   on 2001/01/25  03:14:07
54378         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
54379              From: Peter Prymmer <pvhp@forte.com>
54380              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
54381              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
54382              
54383              The VMS bits.
54384      Branch: maint-5.6/perl
54385            ! configure.com vms/descrip_mms.template
54386 ____________________________________________________________________________
54387 [  8537] By: jhi                                   on 2001/01/25  03:06:09
54388         Log: Integrate #7710,7824,7973 from mainline.
54389      Branch: maint-5.6/perl
54390           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54391           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
54392           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
54393           !> vos/config.ga.def vos/config.ga.h win32/config.bc
54394           !> win32/config.gc win32/config.vc
54395 ____________________________________________________________________________
54396 [  8536] By: jhi                                   on 2001/01/24  13:50:20
54397         Log: Revert the edits made by me so far to the 5.6 branch since
54398              the TRIAL1 since I did edits when I should have been using
54399              integrates.  Bad programmer.   (Will integrate them properly later.)
54400              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
54401              The #8353 will not be reapplied at least for now since
54402              the UTF-8 hash keys need more thinking.
54403              (The patches #8347, #8354, #8454, #8473 were okay since they
54404              were original edits made specifically for the 5.6.1-TRIAL1.)
54405      Branch: maint-5.6/perl
54406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54407            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
54408            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
54409            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
54410            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
54411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54412            ! win32/config.bc win32/config.gc win32/config.vc
54413 ____________________________________________________________________________
54414 [  8535] By: bailey                                on 2001/01/24  06:37:02
54415         Log: SYN SYN
54416      Branch: vmsperl
54417           +> (branch 26 files)
54418           !> (integrate 130 files)
54419 ____________________________________________________________________________
54420 [  8534] By: nick                                  on 2001/01/23  19:30:57
54421         Log: Integrate mainline.
54422      Branch: perlio
54423           !> Changes Configure Porting/Glossary Porting/config.sh
54424           !> Porting/config_H embed.h embed.pl ext/Encode/compile
54425           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
54426           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
54427           !> pod/perlvar.pod proto.h t/lib/1_compile.t
54428 ____________________________________________________________________________
54429 [  8533] By: jhi                                   on 2001/01/23  16:15:46
54430         Log: Forgotten from #8501.
54431      Branch: perl
54432            ! Porting/Glossary Porting/config.sh Porting/config_H
54433 ____________________________________________________________________________
54434 [  8532] By: jhi                                   on 2001/01/23  16:13:27
54435         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
54436              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54437              Date: Mon, 22 Jan 2001 17:51:58 +0100
54438              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
54439      Branch: perl
54440            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
54441 ____________________________________________________________________________
54442 [  8531] By: jhi                                   on 2001/01/23  15:46:01
54443         Log: Update Changes.
54444      Branch: perl
54445            ! Changes patchlevel.h
54446 ____________________________________________________________________________
54447 [  8530] By: jhi                                   on 2001/01/23  15:38:39
54448         Log: De-cut-and-pasto.
54449      Branch: perl
54450            ! t/lib/1_compile.t
54451 ____________________________________________________________________________
54452 [  8529] By: jhi                                   on 2001/01/23  15:11:04
54453         Log: Document the mkdir trailing slashes case.
54454      Branch: perl
54455            ! pod/perlfunc.pod
54456 ____________________________________________________________________________
54457 [  8528] By: jhi                                   on 2001/01/23  15:08:28
54458         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
54459              get installed:
54460              
54461              Subject: lib/lib.pm
54462              From: <abigail@foad.org>
54463              Date: Mon, 28 Aug 2000 20:35:08 -0400
54464              Message-ID: <20000829003508.21281.qmail@foad.org>
54465      Branch: perl
54466            ! installperl
54467 ____________________________________________________________________________
54468 [  8527] By: jhi                                   on 2001/01/23  14:44:04
54469         Log: Metaconfig unit change for #8526.
54470      Branch: metaconfig
54471            ! U/threads/archname.U
54472 ____________________________________________________________________________
54473 [  8526] By: jhi                                   on 2001/01/23  14:43:19
54474         Log: Attach -perlio to the archname if so selected.
54475      Branch: perl
54476            ! Configure
54477 ____________________________________________________________________________
54478 [  8525] By: jhi                                   on 2001/01/23  14:24:01
54479         Log: Subject: [PATCH] pod/perlvar.pod
54480              From: abigail@foad.org
54481              Date: Tue, 23 Jan 2001 01:41:10 +0100
54482              Message-ID: <20010123004110.22259.qmail@foad.org>
54483      Branch: perl
54484            ! pod/perlvar.pod
54485 ____________________________________________________________________________
54486 [  8524] By: jhi                                   on 2001/01/23  14:22:32
54487         Log: A bug introduced in #8217 (the undefined variable in the
54488              lib/safe1_t #3) fixed, by Charles Lane:
54489              
54490              The earlier patch made it so that stuff running in Safe
54491              compartments could do a "caller" and see "main".  That
54492              little change in name is done right before the code in
54493              the compartment is run, and apparantly the parser
54494              was picking up the stash name before it got changed.
54495              
54496              (why it was threaded vs. unthreaded Perl that was sensitive to this
54497              I still don't know...and it probably doesn't matter).
54498              
54499              I tryed removing the stash name-change and saw that threaded Perl
54500              did indeed pass the lib/safe1.t tests.
54501              
54502              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
54503              do the name change (and to connect _ in the compartment to the global
54504              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
54505              to call _safe_pkg_prep when creating a new compartment.
54506              
54507              Passes all tests with threaded perl on linux; passes all tests
54508              with unthreaded perl on VMS.
54509              
54510              At some point I'll probably want to revisit Safe and Opcode to
54511              provide more sensible handling of global variables...and to get
54512              formats working in Safe compartments, which they don't do currently.
54513      Branch: perl
54514            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
54515 ____________________________________________________________________________
54516 [  8523] By: jhi                                   on 2001/01/23  14:11:58
54517         Log: Also the lib/Thread.pm itself needs to be ignored if
54518              the Thread extension hasn't been built.
54519      Branch: perl
54520            ! t/lib/1_compile.t
54521 ____________________________________________________________________________
54522 [  8522] By: jhi                                   on 2001/01/23  13:51:28
54523         Log: print() instead of warn() so that stderr doesn't get
54524              unnecessarily polluted.
54525      Branch: perl
54526            ! ext/Encode/compile
54527 ____________________________________________________________________________
54528 [  8521] By: jhi                                   on 2001/01/23  13:49:48
54529         Log: Integrate perlio.
54530      Branch: perl
54531           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
54532           !> ext/Encode/encode.h
54533 ____________________________________________________________________________
54534 [  8520] By: nick                                  on 2001/01/22  21:44:00
54535         Log: More messing with Encode:
54536              Extra fields in header to allow multiple names and to record
54537              other things "compile" knows.
54538              Re-organise compile to factor out common output routines.
54539      Branch: perlio
54540            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
54541 ____________________________________________________________________________
54542 [  8519] By: nick                                  on 2001/01/22  20:33:50
54543         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
54544      Branch: perlio
54545            ! ext/Encode/Makefile.PL ext/Encode/compile
54546 ____________________________________________________________________________
54547 [  8518] By: nick                                  on 2001/01/22  20:28:13
54548         Log: Integrate mainline
54549      Branch: perlio
54550           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
54551           !> vos/config.alpha.def vos/config.alpha.h
54552 ____________________________________________________________________________
54553 [  8517] By: jhi                                   on 2001/01/22  15:37:17
54554         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
54555              by Inaba Hiroto.
54556      Branch: perl
54557            ! sv.c
54558 ____________________________________________________________________________
54559 [  8516] By: jhi                                   on 2001/01/22  14:55:15
54560         Log: More SIG_SIZE fixes.
54561      Branch: perl
54562            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
54563 ____________________________________________________________________________
54564 [  8515] By: jhi                                   on 2001/01/22  14:50:27
54565         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
54566              From: "Craig A. Berry" <craigberry@mac.com>
54567              Date: Mon, 22 Jan 2001 00:42:24 -0600
54568              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
54569      Branch: perl
54570            ! configure.com
54571 ____________________________________________________________________________
54572 [  8514] By: jhi                                   on 2001/01/22  14:31:17
54573         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
54574              From: "Craig A. Berry" <craigberry@mac.com>
54575              Date: Sun, 21 Jan 2001 23:03:25 -0600
54576              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
54577      Branch: perl
54578            ! configure.com
54579 ____________________________________________________________________________
54580 [  8513] By: jhi                                   on 2001/01/22  14:14:00
54581         Log: Add the .ucm encoding tables to the MANIFEST.
54582      Branch: perl
54583            ! MANIFEST
54584 ____________________________________________________________________________
54585 [  8512] By: jhi                                   on 2001/01/22  13:43:33
54586         Log: Integrate perlio.
54587      Branch: perl
54588           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54589           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54590           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54591           +> ext/Encode/Encode/iso8859-10.ucm
54592           +> ext/Encode/Encode/iso8859-13.ucm
54593           +> ext/Encode/Encode/iso8859-14.ucm
54594           +> ext/Encode/Encode/iso8859-15.ucm
54595           +> ext/Encode/Encode/iso8859-16.ucm
54596           +> ext/Encode/Encode/iso8859-2.ucm
54597           +> ext/Encode/Encode/iso8859-3.ucm
54598           +> ext/Encode/Encode/iso8859-4.ucm
54599           +> ext/Encode/Encode/iso8859-5.ucm
54600           +> ext/Encode/Encode/iso8859-6.ucm
54601           +> ext/Encode/Encode/iso8859-7.ucm
54602           +> ext/Encode/Encode/iso8859-8.ucm
54603           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54604           +> ext/Encode/Encode/symbol.ucm
54605           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
54606           !> perliol.h
54607 ____________________________________________________________________________
54608 [  8511] By: nick                                  on 2001/01/21  23:44:47
54609         Log: Make "real" layers of ":utf8" and ":raw".
54610              So now PERLIO=utf8 perl ...
54611              does what Andreas wanted.
54612              Fix arg passing in open.pm (still have a Carp issue).
54613      Branch: perlio
54614            ! lib/open.pm perlio.c perliol.h
54615 ____________________________________________________________________________
54616 [  8510] By: jhi                                   on 2001/01/21  22:56:53
54617         Log: Document the regex content pushing/popping a bit better.
54618      Branch: perl
54619            ! regexec.c
54620 ____________________________________________________________________________
54621 [  8509] By: jhi                                   on 2001/01/21  22:55:44
54622         Log: Tweak the mkdir trailing slash code some more.
54623              
54624              TO DO: the same handling should probably be done for
54625              all the other filesystem functions that can have directories
54626              as their arguments.
54627      Branch: perl
54628            ! pp_sys.c
54629 ____________________________________________________________________________
54630 [  8508] By: nick                                  on 2001/01/21  21:37:43
54631         Log: Switch "compiled in" encodings to .ucm format.
54632              (Leave others as .enc till we can run-time load .ucm,
54633              or find some other way to load them.)
54634      Branch: perlio
54635            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54636            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54637            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54638            + ext/Encode/Encode/iso8859-10.ucm
54639            + ext/Encode/Encode/iso8859-13.ucm
54640            + ext/Encode/Encode/iso8859-14.ucm
54641            + ext/Encode/Encode/iso8859-15.ucm
54642            + ext/Encode/Encode/iso8859-16.ucm
54643            + ext/Encode/Encode/iso8859-2.ucm
54644            + ext/Encode/Encode/iso8859-3.ucm
54645            + ext/Encode/Encode/iso8859-4.ucm
54646            + ext/Encode/Encode/iso8859-5.ucm
54647            + ext/Encode/Encode/iso8859-6.ucm
54648            + ext/Encode/Encode/iso8859-7.ucm
54649            + ext/Encode/Encode/iso8859-8.ucm
54650            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54651            + ext/Encode/Encode/symbol.ucm
54652            ! ext/Encode/Makefile.PL ext/Encode/compile
54653 ____________________________________________________________________________
54654 [  8507] By: nick                                  on 2001/01/21  21:02:03
54655         Log: Integrate (partial) mainline.
54656      Branch: perlio
54657           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
54658           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
54659           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54660 ____________________________________________________________________________
54661 [  8506] By: jhi                                   on 2001/01/21  20:09:30
54662         Log: Update Changes.
54663      Branch: perl
54664            ! Changes patchlevel.h
54665 ____________________________________________________________________________
54666 [  8505] By: jhi                                   on 2001/01/21  19:39:59
54667         Log: Subject: Minor typos in perlfaq2.pod
54668              From: "Stephen P. Potter" <spp@spotter.yi.org>
54669              Message-Id: <200101192101.QAA11911@spotter.yi.org>
54670              Date: Fri, 19 Jan 2001 16:01:13 -0500
54671              
54672              with a nit from Philip Newton.
54673      Branch: perl
54674            ! pod/perlfaq2.pod
54675 ____________________________________________________________________________
54676 [  8504] By: jhi                                   on 2001/01/21  19:33:05
54677         Log: Metaconfig change for #8503.
54678      Branch: metaconfig
54679            ! U/threads/usethreads.U
54680 ____________________________________________________________________________
54681 [  8503] By: jhi                                   on 2001/01/21  19:32:21
54682         Log: Sanity check for conflicting thread flavours.
54683      Branch: perl
54684            ! Configure config_h.SH
54685 ____________________________________________________________________________
54686 [  8502] By: jhi                                   on 2001/01/21  19:23:00
54687         Log: Metaconfig change for #8501.
54688      Branch: metaconfig
54689            ! U/modified/sig_name.U
54690 ____________________________________________________________________________
54691 [  8501] By: jhi                                   on 2001/01/21  19:22:26
54692         Log: The SIG_SIZE is the number of the elements *excluding*
54693              the terminating NULL.
54694      Branch: perl
54695            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
54696            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
54697            ! win32/config_H.vc
54698 ____________________________________________________________________________
54699 [  8500] By: jhi                                   on 2001/01/21  18:31:31
54700         Log: Integrate perlio.
54701      Branch: perl
54702           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
54703           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
54704           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
54705           !> pp_sys.c proto.h sv.c
54706 ____________________________________________________________________________
54707 [  8499] By: jhi                                   on 2001/01/21  17:43:57
54708         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
54709              From: Hugo <hv@crypt.compulink.co.uk>
54710              Date: Sun, 21 Jan 2001 13:34:05 +0000
54711              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
54712              
54713              In sprintf UTF8ize only if necessary.
54714      Branch: perl
54715            ! sv.c
54716 ____________________________________________________________________________
54717 [  8498] By: nick                                  on 2001/01/21  16:25:32
54718         Log: Encode cleanup.
54719              Add command line control over "compile" so that Makefile.PL
54720              needs can be combined with other uses.
54721              Use command line options in Makefile.PL.
54722              Fix multi-byte parsing in .ucm files.
54723      Branch: perlio
54724            ! ext/Encode/Makefile.PL ext/Encode/compile
54725 ____________________________________________________________________________
54726 [  8497] By: nick                                  on 2001/01/21  12:56:27
54727         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
54728      Branch: perlio
54729            ! ext/Encode/Encode.xs
54730 ____________________________________________________________________________
54731 [  8496] By: nick                                  on 2001/01/21  12:18:45
54732         Log: Fixup after integrate:
54733              missed the .sym files that are changed by regen_headers
54734              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
54735      Branch: perlio
54736            ! global.sym pp.sym sv.c
54737 ____________________________________________________________________________
54738 [  8495] By: nick                                  on 2001/01/21  11:51:07
54739         Log: Integrate mainline.
54740      Branch: perlio
54741           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
54742           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
54743           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
54744           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
54745           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
54746           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
54747           !> win32/Makefile win32/makefile.mk
54748 ____________________________________________________________________________
54749 [  8494] By: jhi                                   on 2001/01/20  23:12:11
54750         Log: Forgot the expect_number() prototype.
54751      Branch: perl
54752            ! embed.h embed.pl proto.h
54753 ____________________________________________________________________________
54754 [  8493] By: jhi                                   on 2001/01/20  22:56:39
54755         Log: Subject: [PATCH: perl@8482] README.vms URL updates
54756              From: Peter Prymmer <pvhp@forte.com>
54757              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
54758              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
54759              
54760              Plus Craig A. Berry's suggestion to use compaq.com instead
54761              of digital.com.
54762      Branch: perl
54763            ! README.vms
54764 ____________________________________________________________________________
54765 [  8492] By: jhi                                   on 2001/01/20  22:50:05
54766         Log: Memory management calls documentation.
54767      Branch: perl
54768            ! pod/perlguts.pod
54769 ____________________________________________________________________________
54770 [  8491] By: jhi                                   on 2001/01/20  22:38:33
54771         Log: Signedness nit plus few memcpy/Copy nits.
54772      Branch: perl
54773            ! sv.c
54774 ____________________________________________________________________________
54775 [  8490] By: jhi                                   on 2001/01/20  22:25:53
54776         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
54777              From: Peter Prymmer <pvhp@forte.com>
54778              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
54779              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
54780      Branch: perl
54781            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
54782 ____________________________________________________________________________
54783 [  8489] By: jhi                                   on 2001/01/20  22:24:41
54784         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
54785              From: Peter Prymmer <pvhp@forte.com>
54786              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
54787              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
54788      Branch: perl
54789            ! win32/Makefile win32/makefile.mk
54790 ____________________________________________________________________________
54791 [  8488] By: jhi                                   on 2001/01/20  22:22:27
54792         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
54793              From: Peter Prymmer <pvhp@forte.com>
54794              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
54795              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
54796      Branch: perl
54797            ! Makefile.SH
54798 ____________________________________________________________________________
54799 [  8487] By: jhi                                   on 2001/01/20  22:21:18
54800         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
54801              From: Peter Prymmer <pvhp@forte.com>
54802              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
54803              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
54804      Branch: perl
54805            + ext/DynaLoader/dl_dllload.xs
54806            ! MANIFEST Makefile.SH hints/os390.sh
54807 ____________________________________________________________________________
54808 [  8486] By: jhi                                   on 2001/01/20  22:17:53
54809         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
54810              From: Peter Prymmer <pvhp@forte.com>
54811              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
54812              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
54813      Branch: perl
54814            ! README.os390 README.posix-bc
54815 ____________________________________________________________________________
54816 [  8485] By: jhi                                   on 2001/01/20  20:15:30
54817         Log: Document and test the new qu operator.
54818      Branch: perl
54819            + t/op/qu.t
54820            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
54821            ! pod/perlretut.pod pod/perlunicode.pod
54822 ____________________________________________________________________________
54823 [  8484] By: nick                                  on 2001/01/20  19:42:30
54824         Log: Infrastructure to allow:
54825              open($fh,"|-",@array);
54826              to be implemented
54827              i.e. mark pp_open as needing a stack mark, and make pp_open
54828              process its args in that style (and pass them _all_ to tied handles OPEN).
54829              Invent do_openn() which takes SV ** at allow it to see multiple args.
54830              Note this does not _do_ anything yet.
54831      Branch: perlio
54832            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
54833            ! perlapi.c pp_proto.h pp_sys.c proto.h
54834 ____________________________________________________________________________
54835 [  8483] By: nick                                  on 2001/01/20  17:23:14
54836         Log: Integrate mainline.
54837      Branch: perlio
54838           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
54839           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
54840 ____________________________________________________________________________
54841 [  8482] By: jhi                                   on 2001/01/19  15:37:49
54842         Log: Update Changes.
54843      Branch: perl
54844            ! Changes patchlevel.h
54845 ____________________________________________________________________________
54846 [  8481] By: jhi                                   on 2001/01/19  14:41:24
54847         Log: Subject: Re: new feature: s?printf parameter reordering 
54848              From: Hugo <hv@crypt.compulink.co.uk>
54849              Date: Thu, 11 Jan 2001 17:09:03 +0000
54850              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
54851              
54852              - support reordering for all parameters: %, *v, *, .*
54853              - lay down that the reordering specification must immediately
54854              follow that parameter: %3$, *v3$, *3$, .*3$
54855              - fix vectorisation of a zero-length string
54856              - factor out the code choosing the argument to format
54857              
54858              Possibly unwanted side-effects:
54859              - the special format specifiers ' +-0' must now precede any
54860              vectorisation specifier. Tests in op/sprintf and op/ver
54861              have been changed to reflect this.
54862              - sprintf.t test #214 changed its expectations because in many
54863              cases, the next parameter has already been consumed when an
54864              invalid type letter is detected.
54865              
54866              Probably wanted side-effects:
54867              - attempts to format a non-existent parameter will warn as if C<undef>
54868              - attempt to write to non-existent parameter with '%n' will complain
54869              of "attempt to modify read-only value" instead of being silent
54870      Branch: perl
54871            ! sv.c t/op/sprintf.t t/op/ver.t
54872 ____________________________________________________________________________
54873 [  8480] By: jhi                                   on 2001/01/19  14:08:37
54874         Log: Subject: PATCH pragma/locale.t
54875              From: andreas.koenig@anima.de (Andreas J. Koenig)
54876              Date: 18 Jan 2001 09:45:37 +0100
54877              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
54878      Branch: perl
54879            ! t/pragma/locale.t
54880 ____________________________________________________________________________
54881 [  8479] By: jhi                                   on 2001/01/19  13:19:58
54882         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
54883      Branch: perl
54884            ! configure.com
54885 ____________________________________________________________________________
54886 [  8478] By: jhi                                   on 2001/01/19  02:12:35
54887         Log: Automate 1_compile.t.
54888      Branch: perl
54889            ! t/lib/1_compile.t
54890 ____________________________________________________________________________
54891 [  8477] By: jhi                                   on 2001/01/19  01:49:56
54892         Log: Integrate perlio.
54893      Branch: perl
54894           !> sv.c win32/config.bc win32/config.gc win32/config.vc
54895           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54896 ____________________________________________________________________________
54897 [  8476] By: nick                                  on 2001/01/18  21:51:52
54898         Log: Integrate mainline
54899      Branch: perlio
54900           +> t/lib/1_compile.t t/lib/compmod.pl
54901           !> MANIFEST configure.com lib/unicode/distinct.pm
54902 ____________________________________________________________________________
54903 [  8475] By: nick                                  on 2001/01/18  21:48:02
54904         Log: Win32 "safe signals" co-existance fix.
54905              Fix SIG_SIZE value.
54906              Clear PL_sig_pending when cloning (fork).
54907      Branch: perlio
54908            ! sv.c win32/config.bc win32/config.gc win32/config.vc
54909            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54910 ____________________________________________________________________________
54911 [  8474] By: jhi                                   on 2001/01/18  14:40:57
54912         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
54913      Branch: perl
54914            ! t/lib/1_compile.t
54915 ____________________________________________________________________________
54916 [  8473] By: gsar                                  on 2001/01/18  11:42:31
54917         Log: unsubmitted trial1 change
54918      Branch: maint-5.6/perl
54919            ! Changes
54920 ____________________________________________________________________________
54921 [  8472] By: jhi                                   on 2001/01/18  04:30:24
54922         Log: The first bug found by 1_compile.t.
54923      Branch: perl
54924            ! lib/unicode/distinct.pm
54925 ____________________________________________________________________________
54926 [  8471] By: jhi                                   on 2001/01/18  04:29:42
54927         Log: Add Schwern's 1_compile test.  The compile_module script renamed
54928              to be a bit shorter for the 8.3 people.
54929      Branch: perl
54930            + t/lib/1_compile.t t/lib/compmod.pl
54931            ! MANIFEST
54932 ____________________________________________________________________________
54933 [  8470] By: jhi                                   on 2001/01/18  04:16:00
54934         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)
54935              From: Peter Prymmer <pvhp@forte.com>
54936              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
54937              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
54938              Replace #8463.
54939      Branch: maint-5.6/perl
54940            ! configure.com
54941 ____________________________________________________________________________
54942 [  8469] By: jhi                                   on 2001/01/18  04:13:02
54943         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)
54944              From: Peter Prymmer <pvhp@forte.com>
54945              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
54946              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
54947              Replace #8462.
54948      Branch: perl
54949            ! configure.com
54950 ____________________________________________________________________________
54951 [  8468] By: jhi                                   on 2001/01/18  03:42:08
54952         Log: Integrate perlio.
54953      Branch: perl
54954           !> gv.c mg.c perlio.c util.c
54955 ____________________________________________________________________________
54956 [  8467] By: nick                                  on 2001/01/17  22:41:10
54957         Log: "Safe" signals - trial implementation.
54958              gv.c tweaked to zero PL_sig_pend array
54959              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
54960              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
54961              Odd thing is that it "works" with PERLIO=stdio as well (linux).
54962      Branch: perlio
54963            ! gv.c mg.c perlio.c util.c
54964 ____________________________________________________________________________
54965 [  8466] By: nick                                  on 2001/01/17  20:40:20
54966         Log: Integrate mainline.
54967      Branch: perlio
54968           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54969           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
54970           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
54971           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54972           !> vos/config.ga.h win32/config.bc win32/config.gc
54973           !> win32/config.vc
54974 ____________________________________________________________________________
54975 [  8465] By: jhi                                   on 2001/01/17  18:37:13
54976         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
54977              From: Nicholas Clark <nick@ccl4.org>
54978              Date: Wed, 17 Jan 2001 17:31:33 +0000
54979              Message-ID: <20010117173133.I2633@plum.flirble.org>
54980      Branch: perl
54981            ! t/op/int.t
54982 ____________________________________________________________________________
54983 [  8464] By: jhi                                   on 2001/01/17  14:43:17
54984         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
54985              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54986              Date: Wed, 17 Jan 2001 15:16:43 +0100
54987              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
54988              
54989              pp_int() was dropping an NV to the floor,
54990              int(279964589018079/59) either returned not an integer
54991              4745162525730.15, or one got "Attempt to free unreferenced scalar."
54992      Branch: perl
54993            ! pp.c
54994 ____________________________________________________________________________
54995 [  8463] By: jhi                                   on 2001/01/17  06:12:42
54996         Log: (Replaced by #8470)
54997              
54998              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)
54999              From: "Craig A. Berry" <craigberry@mac.com>
55000              Date: Tue, 16 Jan 2001 23:38:46 -0600
55001              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
55002      Branch: maint-5.6/perl
55003            ! configure.com
55004 ____________________________________________________________________________
55005 [  8462] By: jhi                                   on 2001/01/17  06:11:31
55006         Log: (Replaced by #8469)
55007              
55008              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)
55009              From: "Craig A. Berry" <craigberry@mac.com>
55010              Date: Tue, 16 Jan 2001 23:38:46 -0600
55011              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
55012      Branch: perl
55013            ! configure.com
55014 ____________________________________________________________________________
55015 [  8461] By: jhi                                   on 2001/01/17  05:56:12
55016         Log: Allow for one trailing slash in the directory of mkdir().
55017      Branch: perl
55018            ! pp_sys.c
55019 ____________________________________________________________________________
55020 [  8460] By: jhi                                   on 2001/01/17  03:26:01
55021         Log: Metaconfig unit changes for #8459.
55022      Branch: metaconfig
55023            ! U/modified/Loc.U U/modified/sig_name.U
55024 ____________________________________________________________________________
55025 [  8459] By: jhi                                   on 2001/01/17  03:24:48
55026         Log: Define SIG_SIZE, the number of elements in the sig_name and
55027              sig_num arrays, including the final NULL entry.
55028      Branch: perl
55029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55030            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
55031            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
55032            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55033            ! win32/config.bc win32/config.gc win32/config.vc
55034 ____________________________________________________________________________
55035 [  8458] By: jhi                                   on 2001/01/17  01:41:33
55036         Log: Integrate perlio.
55037      Branch: perl
55038           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
55039           !> perlapi.h proto.h sv.c
55040 ____________________________________________________________________________
55041 [  8457] By: nick                                  on 2001/01/16  22:07:26
55042         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
55043              Provides all the "cost" but no benefit yet - it is to allow cost
55044              to be measured, and implementation experiments (just in mg.c?).
55045      Branch: perlio
55046            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
55047            ! perlapi.h proto.h sv.c
55048 ____________________________________________________________________________
55049 [  8456] By: nick                                  on 2001/01/16  21:07:07
55050         Log: Integrate mainline.
55051      Branch: perlio
55052           !> (integrate 51 files)
55053 ____________________________________________________________________________
55054 [  8455] By: jhi                                   on 2001/01/16  18:13:43
55055         Log: Subject: [PATCH] regcomp.c old feature removal
55056              From: mjd@plover.com
55057              Date: 16 Jan 2001 14:43:18 -0000 
55058              Message-ID: <20010116144318.7140.qmail@plover.com> 
55059      Branch: perl
55060            ! regcomp.c
55061 ____________________________________________________________________________
55062 [  8454] By: jhi                                   on 2001/01/16  16:12:39
55063         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
55064              From: "Indy Singh" <indy@nusphere.com>
55065              Date: Wed, 10 Jan 2001 20:17:49 -0500
55066              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
55067      Branch: maint-5.6/perl
55068            ! win32/Makefile
55069 ____________________________________________________________________________
55070 [  8453] By: jhi                                   on 2001/01/16  16:09:33
55071         Log: Update Changes.
55072      Branch: perl
55073            ! Changes patchlevel.h
55074 ____________________________________________________________________________
55075 [  8452] By: jhi                                   on 2001/01/16  15:42:04
55076         Log: Subject: Re: API Cleanup
55077              To: perl5-porters@perl.org
55078              Date: Tue, 16 Jan 2001 13:42:30 +0000
55079              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
55080              
55081              Subject: [PATCH] utf8.c documentation
55082              From: Simon Cozens <simon@cozens.net>
55083              Date: Tue, 16 Jan 2001 13:52:48 +0000
55084              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
55085              
55086              Subject: Re: API Cleanup
55087              From: Simon Cozens <simon@cozens.net>
55088              Date: Tue, 16 Jan 2001 14:58:55 +0000
55089              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
55090              
55091              UTF-8 doc patches.
55092      Branch: perl
55093            ! embed.pl pod/perlapi.pod utf8.c
55094 ____________________________________________________________________________
55095 [  8451] By: jhi                                   on 2001/01/16  14:41:39
55096         Log: podlators 1.07, from Russ Allbery.
55097      Branch: perl
55098            ! lib/Pod/Man.pm
55099 ____________________________________________________________________________
55100 [  8450] By: jhi                                   on 2001/01/16  14:24:19
55101         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
55102              From: "Indy Singh" <indy@nusphere.com>
55103              Date: Mon, 15 Jan 2001 20:59:40 -0500
55104              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
55105      Branch: perl
55106            ! win32/Makefile
55107 ____________________________________________________________________________
55108 [  8449] By: jhi                                   on 2001/01/16  03:42:55
55109         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
55110              at the setting of the ofs_sv in new_struct_thread() as the
55111              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
55112              uninitialized fields are, uh, initialized with),
55113              SvREFCNT_inc()ing that invited a core dump.
55114      Branch: perl
55115            ! util.c
55116 ____________________________________________________________________________
55117 [  8448] By: jhi                                   on 2001/01/16  01:49:07
55118         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
55119              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55120              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
55121              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
55122              
55123              Replace #8444 and #8445.
55124      Branch: perl
55125            ! ext/B/B.xs ext/B/B/Debug.pm
55126 ____________________________________________________________________________
55127 [  8447] By: jhi                                   on 2001/01/15  21:05:35
55128         Log: Subject: [PATCH] API Variable documentation   
55129              From: Simon Cozens <simon@cozens.net>
55130              Date: Mon, 15 Jan 2001 19:35:54 +0000
55131              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
55132      Branch: perl
55133            ! pod/perlapi.pod thrdvar.h
55134 ____________________________________________________________________________
55135 [  8446] By: jhi                                   on 2001/01/15  20:49:20
55136         Log: Signedness nit.
55137      Branch: perl
55138            ! pp_ctl.c
55139 ____________________________________________________________________________
55140 [  8445] By: jhi                                   on 2001/01/15  20:28:48
55141         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
55142      Branch: perl
55143            ! ext/B/B/Debug.pm
55144 ____________________________________________________________________________
55145 [  8444] By: jhi                                   on 2001/01/15  13:09:10
55146         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
55147      Branch: perl
55148            ! ext/B/B.xs
55149 ____________________________________________________________________________
55150 [  8443] By: jhi                                   on 2001/01/15  13:06:26
55151         Log: Missing from #8439.
55152      Branch: perl
55153            ! keywords.h mg.c
55154 ____________________________________________________________________________
55155 [  8442] By: jhi                                   on 2001/01/15  13:02:38
55156         Log: Subject: [PATCH @8436] Eliminate op_children
55157              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55158              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
55159              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
55160              
55161              Subject: [PATCH @8436] Re: Eliminate op_children
55162              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55163              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
55164              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
55165      Branch: perl
55166            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
55167            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
55168            ! op.c op.h
55169 ____________________________________________________________________________
55170 [  8441] By: jhi                                   on 2001/01/15  12:57:08
55171         Log: Use the /^Perl_/-less form of is_lvalue_sub().
55172      Branch: perl
55173            ! pp.h
55174 ____________________________________________________________________________
55175 [  8440] By: jhi                                   on 2001/01/15  05:13:09
55176         Log: Revert #8437 and #8438, the Linux large files story is more complex.
55177      Branch: metaconfig/U/perl
55178            ! d_fpos64_t.U d_off64_t.U
55179      Branch: perl
55180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55181            ! config_h.SH configure.com epoc/config.sh perl.h
55182            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55183            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55184            ! win32/config.bc win32/config.gc win32/config.vc
55185 ____________________________________________________________________________
55186 [  8439] By: jhi                                   on 2001/01/15  05:02:24
55187         Log: More UTF-8 patches from Inaba Hiroto.
55188              - The substr lval was still not okay.
55189              - Now pp_stringify and sv_setsv copies source's UTF8 flag
55190              even if IN_BYTE.  pp_stringify is called from fold_constants
55191              at optimization phase and "\x{100}" was made SvUTF8_off under
55192              use bytes (the bytes pragma is for "byte semantics" and not
55193              for "do not produce UTF8 data")
55194              - New `qu' operator to generate UTF8 string explicitly.
55195              Though I agree with the policy "0x00-0xff always produce bytes",
55196              sometimes want to such a string to be coded in UTF8.
55197              I can use pack"U0a*" but it requires more typing and has
55198              runtime overhead.
55199              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
55200              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
55201              string is not UTF8_on and has char 0x80-0xff.
55202              
55203              TODO: document and test qu.
55204      Branch: perl
55205            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
55206            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
55207            ! toke.c
55208 ____________________________________________________________________________
55209 [  8438] By: jhi                                   on 2001/01/14  05:10:23
55210         Log: (Reverted by #8440)
55211              
55212              Metaconfig unit changes for #8437.
55213      Branch: metaconfig/U/perl
55214            ! d_fpos64_t.U d_off64_t.U
55215 ____________________________________________________________________________
55216 [  8437] By: jhi                                   on 2001/01/14  04:55:34
55217         Log: (Reverted by #8440)
55218              
55219              Add <features.h> probing, seems to be needed for (some?)
55220              Linux largefileness.
55221      Branch: perl
55222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55223            ! config_h.SH configure.com epoc/config.sh perl.h
55224            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55225            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55226            ! win32/config.bc win32/config.gc win32/config.vc
55227 ____________________________________________________________________________
55228 [  8436] By: jhi                                   on 2001/01/13  17:47:21
55229         Log: Tighten some of the tests a bit.
55230      Branch: perl
55231            ! t/pragma/utf8.t
55232 ____________________________________________________________________________
55233 [  8435] By: jhi                                   on 2001/01/13  17:31:54
55234         Log: Integrate perlio.
55235      Branch: perl
55236           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
55237           !> win32/config_H.gc win32/config_H.vc
55238 ____________________________________________________________________________
55239 [  8434] By: nick                                  on 2001/01/13  11:36:53
55240         Log: Run dmake regen_config_h for Win32
55241      Branch: perlio
55242            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55243 ____________________________________________________________________________
55244 [  8433] By: nick                                  on 2001/01/13  11:31:55
55245         Log: VMS friendly patch to Encode compile process
55246      Branch: perlio
55247            ! ext/Encode/Makefile.PL ext/Encode/compile
55248 ____________________________________________________________________________
55249 [  8432] By: nick                                  on 2001/01/13  11:06:44
55250         Log: Integrate mainline
55251      Branch: perlio
55252           +> ext/B/B/Concise.pm
55253           !> (integrate 52 files)
55254 ____________________________________________________________________________
55255 [  8431] By: jhi                                   on 2001/01/13  05:55:55
55256         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
55257              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55258              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
55259              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
55260      Branch: perl
55261            ! ext/B/B/Concise.pm
55262 ____________________________________________________________________________
55263 [  8430] By: jhi                                   on 2001/01/13  04:24:18
55264         Log: The LVRET macro needed an aTHX.
55265      Branch: perl
55266            ! pp.h
55267 ____________________________________________________________________________
55268 [  8429] By: jhi                                   on 2001/01/13  02:12:42
55269         Log: Update Changes.
55270      Branch: perl
55271            ! Changes patchlevel.h
55272 ____________________________________________________________________________
55273 [  8428] By: jhi                                   on 2001/01/13  02:08:50
55274         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
55275              From: Peter Prymmer <pvhp@forte.com>
55276              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
55277              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
55278              
55279              Add a BEGIN guard for sloppy floating point division.
55280      Branch: perl
55281            ! lib/Math/BigInt.pm lib/bigint.pl
55282 ____________________________________________________________________________
55283 [  8427] By: jhi                                   on 2001/01/13  01:47:16
55284         Log: The B::Terse drop-in replacement wasn't quite drop-in.
55285      Branch: perl
55286            ! ext/B/B/Terse.pm
55287 ____________________________________________________________________________
55288 [  8426] By: jhi                                   on 2001/01/12  21:20:43
55289         Log: Use UVXf.
55290      Branch: perl
55291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55292            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
55293            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55294            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55295            ! win32/config.gc win32/config.vc
55296 ____________________________________________________________________________
55297 [  8425] By: jhi                                   on 2001/01/12  20:20:14
55298         Log: Subject: [PATCH perl@8342] -Wformat
55299              From: Robin Barker <rmb1@cise.npl.co.uk>
55300              Date: Fri, 12 Jan 2001 20:03:14 GMT
55301              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
55302      Branch: perl
55303            ! ext/Encode/Encode.xs mg.c sv.c toke.c
55304 ____________________________________________________________________________
55305 [  8424] By: jhi                                   on 2001/01/12  20:01:48
55306         Log: Subject: B::Concise -- an improved replacement for B::Terse 
55307              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55308              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
55309              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
55310      Branch: perl
55311            + ext/B/B/Concise.pm
55312            ! MANIFEST ext/B/B/Terse.pm
55313 ____________________________________________________________________________
55314 [  8423] By: jhi                                   on 2001/01/12  19:24:02
55315         Log: The new metaconfig unit from the #8421.
55316      Branch: metaconfig/U/perl
55317            + d_sigprocmask.U
55318 ____________________________________________________________________________
55319 [  8422] By: jhi                                   on 2001/01/12  19:23:43
55320         Log: Forgot the microperl config from the #8421.
55321      Branch: perl
55322            ! uconfig.h uconfig.sh
55323 ____________________________________________________________________________
55324 [  8421] By: jhi                                   on 2001/01/12  19:05:27
55325         Log: Add sigprocmask() probe, regen Configure, regen toc.
55326      Branch: perl
55327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55328            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
55329            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55330            ! vos/config.ga.h win32/config.bc win32/config.gc
55331            ! win32/config.vc
55332 ____________________________________________________________________________
55333 [  8420] By: jhi                                   on 2001/01/12  18:34:31
55334         Log: Add sockatmark() to the todo list.
55335      Branch: perl
55336            ! Todo-5.6
55337 ____________________________________________________________________________
55338 [  8419] By: jhi                                   on 2001/01/12  18:09:46
55339         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
55340      Branch: perl
55341            ! op.c
55342 ____________________________________________________________________________
55343 [  8418] By: jhi                                   on 2001/01/12  18:05:30
55344         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
55345              From: Radu Greab <radu@netsoft.ro>
55346              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
55347              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
55348      Branch: perl
55349            ! op.c t/pragma/sub_lval.t
55350 ____________________________________________________________________________
55351 [  8417] By: jhi                                   on 2001/01/12  16:09:09
55352         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
55353              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
55354              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
55355              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
55356      Branch: perl
55357            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
55358            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
55359            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
55360            ! t/pragma/sub_lval.t toke.c
55361 ____________________________________________________________________________
55362 [  8416] By: jhi                                   on 2001/01/12  15:42:06
55363         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
55364              From: "Richard Soderberg" <rs@crystalflame.net>
55365              Date: Fri, 12 Jan 2001 04:49:35 -0800
55366              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
55367              
55368              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
55369              according to the platform.
55370      Branch: perl
55371            ! op.c
55372 ____________________________________________________________________________
55373 [  8415] By: jhi                                   on 2001/01/12  15:33:41
55374         Log: One more UTF-8 fix from Inaba Hiroto.
55375      Branch: perl
55376            ! pp.c regexec.c t/pragma/utf8.t
55377 ____________________________________________________________________________
55378 [  8414] By: jhi                                   on 2001/01/12  15:30:18
55379         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
55380      Branch: perl
55381            ! regexec.c
55382 ____________________________________________________________________________
55383 [  8413] By: jhi                                   on 2001/01/12  15:22:10
55384         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
55385              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55386              Date: Thu, 11 Jan 2001 12:53:36 +0100
55387              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
55388      Branch: perl
55389            ! toke.c
55390 ____________________________________________________________________________
55391 [  8412] By: jhi                                   on 2001/01/12  15:20:25
55392         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
55393              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55394              Date: Fri, 12 Jan 2001 14:37:55 +0100
55395              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
55396      Branch: perl
55397            ! hints/posix-bc.sh
55398 ____________________________________________________________________________
55399 [  8411] By: jhi                                   on 2001/01/12  15:14:14
55400         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
55401              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55402              Date: Fri, 12 Jan 2001 10:42:21 +0100
55403              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
55404      Branch: perl
55405            ! t/op/regmesg.t
55406 ____________________________________________________________________________
55407 [  8410] By: jhi                                   on 2001/01/12  05:48:55
55408         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
55409              From: Nicholas Clark <nick@ccl4.org> 
55410              Date: Sun, 7 Jan 2001 19:47:14 +0000
55411              Message-ID: <20010107194714.B1048@plum.flirble.org>
55412      Branch: perl
55413            ! t/op/numconvert.t
55414 ____________________________________________________________________________
55415 [  8409] By: jhi                                   on 2001/01/12  05:41:28
55416         Log: Integrate perlio.
55417      Branch: perl
55418           !> mg.c scope.h
55419 ____________________________________________________________________________
55420 [  8408] By: nick                                  on 2001/01/11  22:43:28
55421         Log: Remove variables that were used in experiments.
55422      Branch: perlio
55423            ! mg.c
55424 ____________________________________________________________________________
55425 [  8407] By: nick                                  on 2001/01/11  20:57:44
55426         Log: Catch die in %SIG handler and unblock the signal before re-dying.
55427              This make Linux work _without_ sigsetjmp().
55428              Turn off sigsetjmp() to see what else it does.
55429              May need Configure probe for sigprocmask() if anything has sigaction()
55430              but not sigprocmask().
55431      Branch: perlio
55432            ! mg.c scope.h
55433 ____________________________________________________________________________
55434 [  8406] By: nick                                  on 2001/01/11  19:32:07
55435         Log: Integrate mainline
55436      Branch: perlio
55437           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
55438           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
55439           !> t/op/substr.t
55440 ____________________________________________________________________________
55441 [  8405] By: jhi                                   on 2001/01/11  17:11:01
55442         Log: Fix UTF-8 lval substr().
55443      Branch: perl
55444            ! mg.c t/op/substr.t
55445 ____________________________________________________________________________
55446 [  8404] By: jhi                                   on 2001/01/11  05:13:58
55447         Log: Update Changes.
55448      Branch: perl
55449            ! Changes patchlevel.h
55450 ____________________________________________________________________________
55451 [  8403] By: jhi                                   on 2001/01/11  04:38:24
55452         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
55453              From: Hugo <hv@crypt.compulink.co.uk>
55454              Date: Mon, 30 Oct 2000 01:33:26 +0000
55455              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
55456      Branch: perl
55457            ! regexec.c t/op/re_tests
55458 ____________________________________________________________________________
55459 [  8402] By: jhi                                   on 2001/01/11  04:26:12
55460         Log: Integrate perlio.
55461      Branch: perl
55462           !> scope.h util.c
55463 ____________________________________________________________________________
55464 [  8401] By: nick                                  on 2001/01/10  22:52:55
55465         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
55466              (So Alan and Ilya can try setting via hints.)
55467              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
55468              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
55469              doing the save everywhere seems to restart read() correctly, but just
55470              doing it once "round" the handler does not.
55471      Branch: perlio
55472            ! scope.h
55473 ____________________________________________________________________________
55474 [  8400] By: jhi                                   on 2001/01/10  21:57:54
55475         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
55476              of IRIX, HP-UX is unaffected.
55477      Branch: perl
55478            ! perl.h
55479 ____________________________________________________________________________
55480 [  8399] By: nick                                  on 2001/01/10  21:29:19
55481         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
55482      Branch: perlio
55483            ! util.c
55484 ____________________________________________________________________________
55485 [  8398] By: jhi                                   on 2001/01/10  20:55:31
55486         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
55487              also have ReusePort.
55488      Branch: perl
55489            ! ext/IO/lib/IO/Socket/INET.pm
55490 ____________________________________________________________________________
55491 [  8397] By: jhi                                   on 2001/01/10  20:50:57
55492         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
55493              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55494              Date: Wed, 10 Jan 2001 01:38:13 -0800
55495              Message-ID: <20010110013813.B41744@yahoo-inc.com>
55496      Branch: perl
55497            ! ext/IO/lib/IO/Socket/INET.pm
55498 ____________________________________________________________________________
55499 [  8396] By: jhi                                   on 2001/01/10  20:49:30
55500         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
55501              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55502              Date: Wed, 10 Jan 2001 01:37:32 -0800
55503              Message-ID: <20010110013732.A41744@yahoo-inc.com>
55504      Branch: perl
55505            ! ext/Socket/Socket.pm
55506 ____________________________________________________________________________
55507 [  8395] By: jhi                                   on 2001/01/10  20:41:37
55508         Log: Test for bug id 20010105.016 (fixed by #8378).
55509      Branch: perl
55510            ! t/op/split.t
55511 ____________________________________________________________________________
55512 [  8394] By: jhi                                   on 2001/01/10  20:26:32
55513         Log: Integrate perlio.
55514      Branch: perl
55515            ! util.c
55516 ____________________________________________________________________________
55517 [  8393] By: nick                                  on 2001/01/10  19:34:30
55518         Log: Back out Simon's pid hackery for now.
55519      Branch: perlio
55520            ! util.c
55521 ____________________________________________________________________________
55522 [  8392] By: nick                                  on 2001/01/10  19:23:13
55523         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
55524      Branch: perlio
55525           !> (integrate 29 files)
55526 ____________________________________________________________________________
55527 [  8391] By: jhi                                   on 2001/01/10  18:43:15
55528         Log: Subject: [PATCH] Fix my_pclose segfault
55529              From: Simon Cozens <simon@cozens.net>
55530              Date: Wed, 10 Jan 2001 18:39:35 +0000
55531              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
55532      Branch: perl
55533            ! util.c
55534 ____________________________________________________________________________
55535 [  8390] By: jhi                                   on 2001/01/10  18:42:08
55536         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
55537              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55538              Date:     Wed, 10 Jan 2001 13:23:02 EST
55539              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
55540      Branch: perl
55541            ! ext/Opcode/Opcode.xs
55542 ____________________________________________________________________________
55543 [  8389] By: jhi                                   on 2001/01/10  15:16:07
55544         Log: Turn off the integer preservation for now.
55545      Branch: perl
55546            ! perl.h
55547 ____________________________________________________________________________
55548 [  8388] By: jhi                                   on 2001/01/10  15:01:25
55549         Log: Few more IDE/editor nits from p5p.
55550      Branch: perl
55551            ! pod/perlfaq3.pod
55552 ____________________________________________________________________________
55553 [  8387] By: jhi                                   on 2001/01/10  06:53:16
55554         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
55555              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
55556              Date: Tue, 9 Jan 2001 23:16:02 +0000
55557              Message-ID: <20010109231602.A81101@plum.flirble.org>
55558      Branch: perl
55559            ! sv.c
55560 ____________________________________________________________________________
55561 [  8386] By: jhi                                   on 2001/01/10  03:17:54
55562         Log: Test cases for #8385 (from Simon's "torture.pl")
55563      Branch: perl
55564            ! t/op/tr.t
55565 ____________________________________________________________________________
55566 [  8385] By: jhi                                   on 2001/01/10  03:17:11
55567         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
55568              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
55569              Date: Wed, 10 Jan 2001 11:39:39 +0900
55570              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
55571              
55572              Some more UTF-8 tr cases fixed.
55573      Branch: perl
55574            ! doop.c
55575 ____________________________________________________________________________
55576 [  8384] By: jhi                                   on 2001/01/09  22:45:40
55577         Log: Allow the locale test needing POSIX and the taint test
55578              needing IPC::SysV to run under 'minitest' (basically,
55579              bail out if loading the extension fails)
55580      Branch: perl
55581            ! t/op/misc.t t/op/taint.t
55582 ____________________________________________________________________________
55583 [  8383] By: jhi                                   on 2001/01/09  21:36:04
55584         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
55585              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55586              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
55587              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
55588      Branch: perl
55589            ! t/io/openpid.t
55590 ____________________________________________________________________________
55591 [  8382] By: jhi                                   on 2001/01/09  21:06:08
55592         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
55593              Should finish up the bug id 20001205.022.
55594      Branch: perl
55595            ! pp.c pp_hot.c scope.c
55596 ____________________________________________________________________________
55597 [  8381] By: jhi                                   on 2001/01/09  18:27:43
55598         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
55599              From: Andy Dougherty <doughera@lafayette.edu>
55600              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
55601              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
55602              
55603              More robust yacc/bison error detection.
55604      Branch: perl
55605            ! t/comp/proto.t
55606 ____________________________________________________________________________
55607 [  8380] By: jhi                                   on 2001/01/09  15:21:38
55608         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
55609              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55610              Date:     Tue, 9 Jan 2001 07:53:55 EST
55611              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
55612      Branch: perl
55613            ! t/op/misc.t vms/test.com
55614 ____________________________________________________________________________
55615 [  8379] By: jhi                                   on 2001/01/09  15:20:38
55616         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
55617              From: jhi@cc.hut.fi
55618              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
55619              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
55620              
55621              The #8378 fixed this.
55622      Branch: perl
55623            ! t/op/tr.t
55624 ____________________________________________________________________________
55625 [  8378] By: jhi                                   on 2001/01/09  15:05:32
55626         Log: Subject: One more patch for UTF8 
55627              From: Inaba Hiroto <inaba@st.rim.or.jp>
55628              Date: Tue, 09 Jan 2001 01:04:32 +0900
55629              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
55630              
55631              UTF-8 fixes for 'x' and tr///.
55632      Branch: perl
55633            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
55634            ! regcomp.c regexec.c toke.c utf8.c
55635 ____________________________________________________________________________
55636 [  8377] By: jhi                                   on 2001/01/09  14:32:17
55637         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
55638      Branch: perl
55639            ! t/op/length.t
55640 ____________________________________________________________________________
55641 [  8376] By: jhi                                   on 2001/01/09  04:32:32
55642         Log: integrate changes #7775, #8316, #8316 from mainline
55643      Branch: maint-5.6/perl
55644            ! hints/solaris_2.sh
55645 ____________________________________________________________________________
55646 [  8375] By: jhi                                   on 2001/01/09  04:26:43
55647         Log: Update Changes.
55648      Branch: perl
55649            ! Changes patchlevel.h
55650 ____________________________________________________________________________
55651 [  8374] By: jhi                                   on 2001/01/09  04:14:32
55652         Log: IDE/editor section tweaking.
55653      Branch: perl
55654            ! pod/perlfaq3.pod
55655 ____________________________________________________________________________
55656 [  8373] By: jhi                                   on 2001/01/09  02:38:26
55657         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
55658              From: Peter Prymmer <pvhp@forte.com>
55659              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
55660              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
55661              
55662              In preparation os OS/390 dynamic loading.
55663      Branch: perl
55664            ! README.os390 hints/os390.sh
55665 ____________________________________________________________________________
55666 [  8372] By: jhi                                   on 2001/01/09  00:24:30
55667         Log: Integrate with perlio.
55668      Branch: perl
55669           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55670 ____________________________________________________________________________
55671 [  8371] By: nick                                  on 2001/01/08  23:54:33
55672         Log: Fix "scalars leaked" bugs caused by overload magic
55673              (Highlighted by Ilya's DESTROY optimization.)
55674      Branch: perlio
55675            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55676 ____________________________________________________________________________
55677 [  8370] By: nick                                  on 2001/01/08  20:19:41
55678         Log: Integrate mainline
55679      Branch: perlio
55680           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
55681           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
55682           !> t/op/64bitint.t
55683 ____________________________________________________________________________
55684 [  8369] By: jhi                                   on 2001/01/08  17:30:52
55685         Log: save_delete() Safefree() doesn't (anymore?) work with shared
55686              strings, one test failure in op/misc and almost all of lib/b.
55687              (Outcomments #8369.)
55688      Branch: perl
55689            ! scope.c
55690 ____________________________________________________________________________
55691 [  8368] By: jhi                                   on 2001/01/08  14:47:10
55692         Log: (Outcommented by #8369.)
55693              
55694              Subject: Re: Perl BugID 20001205.022 ---- save_delete
55695              From: Simon Cozens <simon@cozens.net>
55696              Date: Sat, 6 Jan 2001 11:48:40 +0000
55697              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
55698              
55699              The save_delete() does need the Safefree.
55700      Branch: perl
55701            ! scope.c
55702 ____________________________________________________________________________
55703 [  8367] By: bailey                                on 2001/01/08  08:53:52
55704         Log: Once again syncing after too long an absence
55705      Branch: vmsperl
55706           +> (branch 55 files)
55707            - MAINTAIN fix_pl vos/config.def vos/config.h
55708            - vos/config_h.SH_orig
55709           !> (integrate 498 files)
55710 ____________________________________________________________________________
55711 [  8366] By: jhi                                   on 2001/01/08  02:42:59
55712         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
55713              From: nick@ccl4.org
55714              Date: Sun, 7 Jan 2001 21:07:18 +0000
55715              Message-Id: <20010107210717.D1048@plum.flirble.org>
55716      Branch: perl
55717            ! sv.c t/op/64bitint.t
55718 ____________________________________________________________________________
55719 [  8365] By: jhi                                   on 2001/01/08  02:35:16
55720         Log: Subject: [PATCH] environ nit
55721              From: Simon Cozens <simon@cozens.net>
55722              Date: Sun, 7 Jan 2001 17:57:07 +0000
55723              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
55724              
55725              Use environ only if we have it.
55726      Branch: perl
55727            ! mg.c
55728 ____________________________________________________________________________
55729 [  8364] By: jhi                                   on 2001/01/08  02:24:51
55730         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
55731      Branch: perl
55732            ! ext/GDBM_File/GDBM_File.xs
55733 ____________________________________________________________________________
55734 [  8363] By: jhi                                   on 2001/01/08  02:19:24
55735         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
55736              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55737              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
55738              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
55739      Branch: perl
55740            ! dump.c op.c
55741 ____________________________________________________________________________
55742 [  8362] By: jhi                                   on 2001/01/08  02:17:43
55743         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
55744              From: Doug MacEachern <dougm@covalent.net>
55745              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
55746              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
55747              
55748              Allow AUTOLOAD to be an xsub and allow such xsubs
55749              to avoid use of $AUTOLOAD.
55750      Branch: perl
55751            ! gv.c
55752 ____________________________________________________________________________
55753 [  8361] By: jhi                                   on 2001/01/08  02:16:07
55754         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
55755              From: Radu Greab <radu@netsoft.ro>
55756              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
55757              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
55758              
55759              No need for the potentially nonportable $SIG{CHLD}.
55760      Branch: perl
55761            ! t/io/pipe.t
55762 ____________________________________________________________________________
55763 [  8360] By: jhi                                   on 2001/01/08  01:58:23
55764         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
55765      Branch: perl
55766            ! lib/Getopt/Long.pm
55767 ____________________________________________________________________________
55768 [  8359] By: jhi                                   on 2001/01/08  01:55:44
55769         Log: Integrate perlio.
55770      Branch: perl
55771           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
55772           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
55773           !> utf8.c win32/Makefile
55774 ____________________________________________________________________________
55775 [  8358] By: jhi                                   on 2001/01/07  21:16:50
55776         Log: Update the EPOC cross SDK URL.
55777      Branch: perl
55778            ! README.epoc
55779 ____________________________________________________________________________
55780 [  8357] By: jhi                                   on 2001/01/07  21:16:09
55781         Log: Update the EPOC cross SDK URL.
55782      Branch: maint-5.6/perl
55783            ! README.epoc
55784 ____________________________________________________________________________
55785 [  8356] By: nick                                  on 2001/01/06  21:47:52
55786         Log: FILE * in XS code for PerlIO world:
55787              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
55788              - Add FILE * T_STDIO typemap.
55789              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
55790      Branch: perlio
55791            ! lib/ExtUtils/typemap perlio.c perlio.h
55792 ____________________________________________________________________________
55793 [  8355] By: jhi                                   on 2001/01/06  20:27:15
55794         Log: integrate change #8336 from mainline
55795              
55796              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
55797      Branch: maint-5.6/perl
55798            ! hv.c
55799 ____________________________________________________________________________
55800 [  8354] By: jhi                                   on 2001/01/06  20:24:29
55801         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
55802              From: Robin Barker <rmb1@cise.npl.co.uk>
55803              Date: Fri, 22 Dec 2000 12:17:38 GMT
55804              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
55805              
55806              The patch reformats some long =item lines so they give
55807              correct output via pod2man | nroff -man
55808              
55809              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
55810              From: Robin Barker <rmb1@cise.npl.co.uk>
55811              Date: Tue, 2 Jan 2001 15:35:03 GMT
55812              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
55813              
55814              Here is a _further_ patch which corrects a few more errors:
55815              * an empty C<=item> in CPAN.pm
55816              * patching the wrong file (pod/perlamiga.pod not README.amiga)
55817              * leaving empty C<=item>s which formatted incorrectly
55818              * over long C<=item>s revealed by latest patch to Pod::Man
55819      Branch: maint-5.6/perl
55820            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
55821            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
55822            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
55823            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
55824            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
55825            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
55826 ____________________________________________________________________________
55827 [  8353] By: jhi                                   on 2001/01/06  20:21:10
55828         Log: integrate changes #7980, 8056, 8057 from mainline
55829              
55830              UTF-8 hash keys.
55831      Branch: maint-5.6/perl
55832            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
55833 ____________________________________________________________________________
55834 [  8352] By: jhi                                   on 2001/01/06  20:18:44
55835         Log: Forgotten from #8438.
55836      Branch: maint-5.6/perl
55837            ! epoc/epocish.h
55838 ____________________________________________________________________________
55839 [  8351] By: jhi                                   on 2001/01/06  20:18:12
55840         Log: Forgotten from #8347.
55841      Branch: maint-5.6/perl
55842            ! config_h.SH
55843 ____________________________________________________________________________
55844 [  8350] By: jhi                                   on 2001/01/06  20:00:19
55845         Log: Thinko in #8347.
55846      Branch: maint-5.6/perl
55847            ! regcomp.c
55848 ____________________________________________________________________________
55849 [  8349] By: jhi                                   on 2001/01/06  18:05:30
55850         Log: Copy the FAQ3 IDE section from the development branch,
55851              changes originally by Peter Prymmer.
55852      Branch: maint-5.6/perl
55853            ! pod/perlfaq3.pod
55854 ____________________________________________________________________________
55855 [  8348] By: jhi                                   on 2001/01/06  18:03:02
55856         Log: EPOC updates for TRIAL1.
55857              
55858              Subject: [5.6.1 trial1] EPOC update
55859              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55860              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
55861              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
55862              
55863              Subject: epoc patch2 for perl-5.6.1-trial1
55864              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55865              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
55866              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
55867      Branch: maint-5.6/perl
55868            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55869            ! epoc/epocish.c
55870 ____________________________________________________________________________
55871 [  8347] By: jhi                                   on 2001/01/06  17:29:10
55872         Log: integrate changes #7710,7824,7973 from mainline,
55873              plus VMS nits from Peter Prymmer and Dan Sugalski.
55874              
55875              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
55876              library (getprotobyname and getprotobynumber are outversioned by
55877              the same calls in libc, at least for xlc version 3.
55878              
55879              Add HAS_SBRK_PROTO.
55880              
55881              Fixes for signedness warnings noticed by VMSperlers.
55882      Branch: maint-5.6/perl
55883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55884            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
55885            ! sv.c vms/descrip_mms.template vos/config.alpha.def
55886            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55887            ! win32/config.bc win32/config.gc win32/config.vc
55888 ____________________________________________________________________________
55889 [  8346] By: nick                                  on 2001/01/06  14:36:01
55890         Log: Fixup accumulated integrate muddles (perlio == devperl again)
55891      Branch: perlio
55892            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
55893 ____________________________________________________________________________
55894 [  8345] By: nick                                  on 2001/01/06  14:24:58
55895         Log: Integrate mainline
55896      Branch: perlio
55897           !> (integrate 55 files)
55898 ____________________________________________________________________________
55899 [  8344] By: jhi                                   on 2001/01/06  02:24:02
55900         Log: Subject: [patch] PerlIO_cleanup() prototype
55901              From: Doug MacEachern <dougm@covalent.net>
55902              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
55903              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
55904      Branch: perl
55905            ! perlio.h
55906 ____________________________________________________________________________
55907 [  8343] By: jhi                                   on 2001/01/06  01:04:09
55908         Log: IRIX compiler noticed that the bof initialization might be
55909              bypassed by control flow.
55910      Branch: perl
55911            ! toke.c
55912 ____________________________________________________________________________
55913 [  8342] By: jhi                                   on 2001/01/06  00:10:48
55914         Log: Update Changes.
55915      Branch: perl
55916            ! Changes patchlevel.h
55917 ____________________________________________________________________________
55918 [  8341] By: jhi                                   on 2001/01/05  23:52:33
55919         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
55920      Branch: perl
55921            ! toke.c
55922 ____________________________________________________________________________
55923 [  8340] By: jhi                                   on 2001/01/05  22:44:08
55924         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
55925              From: Radu Greab <radu@netsoft.ro>
55926              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
55927              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
55928      Branch: perl
55929            ! t/io/pipe.t util.c
55930 ____________________________________________________________________________
55931 [  8339] By: jhi                                   on 2001/01/05  22:35:17
55932         Log: Subject: [PATCH] format and rewording in perlfaq.pod
55933              From: Robin Barker <rmb1@cise.npl.co.uk>
55934              Date: Fri, 5 Jan 2001 18:51:20 GMT
55935              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
55936      Branch: perl
55937            ! pod/perlfaq.pod
55938 ____________________________________________________________________________
55939 [  8338] By: jhi                                   on 2001/01/05  22:31:17
55940         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
55941              From: Peter Prymmer <pvhp@forte.com>
55942              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
55943              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
55944      Branch: perl
55945            ! utils/perlbug.PL
55946 ____________________________________________________________________________
55947 [  8337] By: jhi                                   on 2001/01/05  18:15:11
55948         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
55949              From: Robin Barker <rmb1@cise.npl.co.uk>
55950              Date: Tue, 2 Jan 2001 15:24:07 GMT
55951              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
55952              
55953              If you call configure as C<./Configure> or C<sh ./Configure>,
55954              $src is set to the absolute path name, not '.'.
55955              
55956              This, in turn, means -Dmksymlink tries to do its stuff because
55957              it does not think it is in the src directory.
55958              
55959              (plus a metaconfig nitfix)
55960      Branch: metaconfig
55961            ! U/compline/ccflags.U U/modified/src.U
55962      Branch: perl
55963            ! Configure config_h.SH
55964 ____________________________________________________________________________
55965 [  8336] By: jhi                                   on 2001/01/05  17:48:32
55966         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
55967              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55968              Message-ID: <3A5606C4.473D2226@uk.sun.com>
55969              Date: Fri, 05 Jan 2001 17:39:16 +0000
55970      Branch: perl
55971            ! hv.c
55972 ____________________________________________________________________________
55973 [  8335] By: jhi                                   on 2001/01/05  16:05:44
55974         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
55975      Branch: perl
55976            ! lib/Getopt/Long.pm
55977 ____________________________________________________________________________
55978 [  8334] By: jhi                                   on 2001/01/05  16:00:51
55979         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
55980              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
55981              Date: Fri, 05 Jan 2001 13:46:51 +0100
55982              Message-ID: <13693.978698811@nice.ram.loc>
55983              
55984              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
55985              accurate reading of the "atime".  
55986      Branch: perl
55987            ! t/io/fs.t
55988 ____________________________________________________________________________
55989 [  8333] By: jhi                                   on 2001/01/05  15:57:37
55990         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
55991              From: Simon Cozens <simon@cozens.net>
55992              Date: Fri, 8 Dec 2000 13:33:31 +0000
55993              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
55994              
55995              A lost patch fragment.
55996      Branch: perl
55997            ! doop.c
55998 ____________________________________________________________________________
55999 [  8332] By: jhi                                   on 2001/01/05  15:40:42
56000         Log: Do away with strncpy() and a fixed length buffer.
56001      Branch: perl
56002            ! utf8.c
56003 ____________________________________________________________________________
56004 [  8331] By: jhi                                   on 2001/01/05  15:03:07
56005         Log: Tests for #8329 and #8330.
56006      Branch: perl
56007            ! t/op/bop.t
56008 ____________________________________________________________________________
56009 [  8330] By: jhi                                   on 2001/01/05  15:02:38
56010         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
56011              raw 8-bit form to the UTF-8 string.
56012      Branch: perl
56013            ! toke.c
56014 ____________________________________________________________________________
56015 [  8329] By: jhi                                   on 2001/01/05  14:55:13
56016         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
56017              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56018              Date: Fri, 5 Jan 2001 12:28:52 +0100
56019              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
56020              
56021              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
56022              no effect.  (changed the strncpy() to Copy())
56023      Branch: perl
56024            ! toke.c
56025 ____________________________________________________________________________
56026 [  8328] By: jhi                                   on 2001/01/05  06:44:27
56027         Log: UTF-8 cleanup.
56028      Branch: perl
56029            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
56030            ! regexec.c sv.c toke.c
56031 ____________________________________________________________________________
56032 [  8327] By: jhi                                   on 2001/01/05  01:11:29
56033         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')
56034              From: Radu Greab <radu@netsoft.ro>
56035              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
56036              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
56037              
56038              Cleans up Harness to not use FileHandle, which uses IO.
56039      Branch: perl
56040            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56041 ____________________________________________________________________________
56042 [  8326] By: jhi                                   on 2001/01/05  00:56:37
56043         Log: Update Changes.
56044      Branch: perl
56045            ! Changes patchlevel.h
56046 ____________________________________________________________________________
56047 [  8325] By: jhi                                   on 2001/01/05  00:53:18
56048         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
56049              From: Peter Prymmer <pvhp@forte.com>
56050              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
56051              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
56052              
56053              plus a couple more tailing whitespace removals.
56054      Branch: perl
56055            ! win32/Makefile
56056 ____________________________________________________________________________
56057 [  8324] By: jhi                                   on 2001/01/05  00:47:39
56058         Log: Add some Unicode chop() tests.
56059      Branch: perl
56060            ! t/op/chop.t
56061 ____________________________________________________________________________
56062 [  8323] By: jhi                                   on 2001/01/05  00:47:23
56063         Log: Unify UTF-8 malformedness handling.
56064      Branch: perl
56065            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
56066 ____________________________________________________________________________
56067 [  8322] By: jhi                                   on 2001/01/04  22:21:54
56068         Log: The new $issymlink was unknown to Mksymlinks.
56069      Branch: metaconfig/U/perl
56070            ! Mksymlinks.U issymlink.U
56071      Branch: perl
56072            ! Configure config_h.SH
56073 ____________________________________________________________________________
56074 [  8321] By: jhi                                   on 2001/01/04  21:51:05
56075         Log: The test didn't work under the core test framework.
56076      Branch: perl
56077            ! t/lib/st-lock.t
56078 ____________________________________________________________________________
56079 [  8320] By: jhi                                   on 2001/01/04  21:14:22
56080         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56081      Branch: perl
56082            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
56083 ____________________________________________________________________________
56084 [  8319] By: jhi                                   on 2001/01/04  20:46:17
56085         Log: Typo in #8312 when manually applying a problematic patch fragment.
56086      Branch: perl
56087            ! ext/Storable/Storable.xs
56088 ____________________________________________________________________________
56089 [  8318] By: jhi                                   on 2001/01/04  20:43:01
56090         Log: The $sh_c didn't fly.
56091      Branch: metaconfig
56092            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
56093            ! U/modified/Loc.U U/modified/myhostname.U
56094            ! U/modified/spitshell.U
56095      Branch: metaconfig/U/perl
56096            ! issymlink.U
56097      Branch: perl
56098            ! Configure config_h.SH
56099 ____________________________________________________________________________
56100 [  8317] By: jhi                                   on 2001/01/04  19:58:01
56101         Log: AIX builtin test -h is broken, changes based on
56102              
56103              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
56104              Date: Tue, 02 Jan 2001 11:24:39 +0100
56105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56106              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
56107      Branch: metaconfig
56108            + U/modified/spitshell.U
56109            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
56110            ! U/modified/Loc.U U/modified/myhostname.U
56111      Branch: metaconfig/U/perl
56112            ! Mksymlinks.U issymlink.U
56113      Branch: perl
56114            ! Configure
56115 ____________________________________________________________________________
56116 [  8316] By: jhi                                   on 2001/01/04  19:02:22
56117         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
56118              From: Andy Dougherty <doughera@lafayette.edu>
56119              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
56120              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
56121              
56122              Beware of GNU ld.
56123      Branch: perl
56124            ! hints/solaris_2.sh
56125 ____________________________________________________________________________
56126 [  8315] By: jhi                                   on 2001/01/04  18:56:48
56127         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
56128              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
56129              Date: Wed, 3 Jan 2001 07:58:51 +0100
56130              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
56131      Branch: perl
56132            ! hints/solaris_2.sh
56133 ____________________________________________________________________________
56134 [  8314] By: jhi                                   on 2001/01/04  18:54:07
56135         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
56136              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56137              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
56138              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
56139              
56140              Doc tweak on #8313.
56141      Branch: perl
56142            ! ext/B/B/Deparse.pm
56143 ____________________________________________________________________________
56144 [  8313] By: jhi                                   on 2001/01/04  18:52:27
56145         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
56146              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
56147              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56148              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
56149              
56150              Make the peephole optimizer to bypass more null ops and
56151              and rewrite the deparse handling of continue blocks.
56152      Branch: perl
56153            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
56154 ____________________________________________________________________________
56155 [  8312] By: jhi                                   on 2001/01/04  18:47:39
56156         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
56157      Branch: perl
56158            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
56159            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56160            ! t/lib/st-lock.t
56161 ____________________________________________________________________________
56162 [  8311] By: jhi                                   on 2001/01/04  18:36:08
56163         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
56164              filter to be run on each .pm during the pm_to_blib() phase,
56165              a fixed version of
56166              
56167              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
56168              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
56169              Date: Wed, 03 Jan 2001 22:01:30 +0100
56170              Message-ID: <5296.978555690@nice.ram.loc>
56171      Branch: perl
56172            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
56173            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
56174            ! lib/ExtUtils/MakeMaker.pm
56175 ____________________________________________________________________________
56176 [  8310] By: jhi                                   on 2001/01/04  18:32:54
56177         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56178              From: Robin Barker <rmb1@cise.npl.co.uk>
56179              Date: Tue, 2 Jan 2001 15:35:03 GMT
56180              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
56181      Branch: perl
56182            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
56183            ! pod/perlrequick.pod
56184 ____________________________________________________________________________
56185 [  8309] By: jhi                                   on 2001/01/04  18:29:07
56186         Log: Subject: Re: [patch] static-ize XS()
56187              From: Doug MacEachern <dougm@covalent.net>
56188              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
56189              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
56190              
56191              Provide prototypes for the XS functions.
56192      Branch: perl
56193            ! lib/ExtUtils/xsubpp
56194 ____________________________________________________________________________
56195 [  8308] By: jhi                                   on 2001/01/04  18:27:44
56196         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
56197              From: Doug MacEachern <dougm@covalent.net>
56198              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
56199              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
56200      Branch: perl
56201            ! lib/ExtUtils/typemap
56202 ____________________________________________________________________________
56203 [  8307] By: jhi                                   on 2001/01/04  18:25:25
56204         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
56205              From: Doug MacEachern <dougm@covalent.net>
56206              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
56207              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
56208              
56209              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
56210      Branch: perl
56211            ! lib/ExtUtils/MM_Unix.pm
56212 ____________________________________________________________________________
56213 [  8306] By: jhi                                   on 2001/01/04  18:23:00
56214         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
56215              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56216              Date: Thu, 4 Jan 2001 12:47:10 +0100 
56217              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
56218              
56219              The toke.c part only, patching embed.h and proto.h is futile.
56220      Branch: perl
56221            ! toke.c
56222 ____________________________________________________________________________
56223 [  8305] By: jhi                                   on 2001/01/04  18:05:51
56224         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
56225              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56226              Date: Thu, 4 Jan 2001 17:50:12 +0100 
56227              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
56228      Branch: perl
56229            ! toke.c
56230 ____________________________________________________________________________
56231 [  8304] By: jhi                                   on 2001/01/04  18:03:26
56232         Log: Subject: [PATCH perl@8269]
56233              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56234              Date: Thu, 4 Jan 2001 12:53:39 +0100 
56235              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
56236              
56237              If running byacc write-enable also perly.h.
56238      Branch: perl
56239            ! Makefile.SH
56240 ____________________________________________________________________________
56241 [  8303] By: jhi                                   on 2001/01/04  15:40:49
56242         Log: Rewrite pp_concat() in terms of sv_catsv().
56243      Branch: perl
56244            ! pp_hot.c
56245 ____________________________________________________________________________
56246 [  8302] By: nick                                  on 2001/01/03  22:43:22
56247         Log: Integrate mainline.
56248      Branch: perlio
56249           !> ext/Encode/Encode.xs sv.c utf8.c
56250 ____________________________________________________________________________
56251 [  8301] By: jhi                                   on 2001/01/02  23:40:26
56252         Log: Variable naming tweak.
56253      Branch: perl
56254            ! sv.c
56255 ____________________________________________________________________________
56256 [  8300] By: jhi                                   on 2001/01/02  23:40:02
56257         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
56258              in is_utf8_string().
56259      Branch: perl
56260            ! utf8.c
56261 ____________________________________________________________________________
56262 [  8299] By: jhi                                   on 2001/01/02  22:14:40
56263         Log: Integrate perlio.
56264      Branch: perl
56265           !> pp.c pp_hot.c win32/Makefile
56266 ____________________________________________________________________________
56267 [  8298] By: nick                                  on 2001/01/02  22:03:06
56268         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
56269      Branch: perlio
56270            ! pp.c pp_hot.c
56271 ____________________________________________________________________________
56272 [  8297] By: jhi                                   on 2001/01/02  04:26:28
56273         Log: Signedness nit.
56274      Branch: perl
56275            ! ext/Encode/Encode.xs
56276 ____________________________________________________________________________
56277 [  8296] By: nick                                  on 2001/01/01  23:49:36
56278         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
56279      Branch: perlio
56280            ! win32/Makefile
56281 ____________________________________________________________________________
56282 [  8295] By: jhi                                   on 2001/01/01  23:05:48
56283         Log: Integrate perlio.
56284      Branch: perl
56285           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
56286           !> t/lib/encode.t
56287 ____________________________________________________________________________
56288 [  8294] By: nick                                  on 2001/01/01  22:48:34
56289         Log: Integrate mainline
56290      Branch: perlio
56291            ! pp_hot.c t/lib/encode.t
56292           !> (integrate 65 files)
56293 ____________________________________________________________________________
56294 [  8293] By: nick                                  on 2001/01/01  21:58:50
56295         Log: More rigor in UTF-8-ness of Encode's toUnicode
56296              XS export some of the utf8 internal functions.
56297              Test some of the functions.
56298              Fix pp_concat() bug shown by said tests.
56299      Branch: perlio
56300            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
56301            ! t/lib/encode.t
56302 ____________________________________________________________________________
56303 [  8292] By: jhi                                   on 2001/01/01  18:11:44
56304         Log: Integrate perlio.
56305      Branch: perl
56306           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
56307           !> ext/Encode/encengine.c ext/Encode/encode.h
56308 ____________________________________________________________________________
56309 [  8291] By: jhi                                   on 2001/01/01  18:10:58
56310         Log: Podify README.mpeix (a new version from the web),
56311              add a dummy NAME to Carp::Heavy, regen toc.
56312      Branch: perl
56313            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
56314            ! pod/perltoc.pod
56315 ____________________________________________________________________________
56316 [  8290] By: nick                                  on 2001/01/01  17:43:47
56317         Log: Loose the "Loading..." warning.
56318              Another bug in fallback support
56319      Branch: perlio
56320            ! ext/Encode/Encode.pm ext/Encode/encengine.c
56321 ____________________________________________________________________________
56322 [  8289] By: jhi                                   on 2001/01/01  00:01:57
56323         Log: Bump up Larry's copyright.
56324      Branch: perl
56325            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
56326            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
56327            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
56328            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
56329            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
56330            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
56331            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
56332            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
56333 ____________________________________________________________________________
56334 [  8288] By: nick                                  on 2000/12/31  21:27:53
56335         Log: Fix .ucm reading - forgot a chr()
56336              Start of .ucm write (for .enc to .ucm)
56337      Branch: perlio
56338            ! ext/Encode/compile
56339 ____________________________________________________________________________
56340 [  8287] By: jhi                                   on 2000/12/31  18:15:56
56341         Log: Comment away a diagnostic message as noted by Craig A. Berry
56342              (the unexpected message was confusing testing)
56343      Branch: perl
56344            ! ext/Encode/Encode.pm
56345 ____________________________________________________________________________
56346 [  8286] By: jhi                                   on 2000/12/31  18:14:51
56347         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
56348              Date: Sun, 31 Dec 2000 11:17:37 -0600
56349              From: "Craig A. Berry" <craigberry@mac.com>
56350              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
56351      Branch: perl
56352            ! ext/Encode/Makefile.PL
56353 ____________________________________________________________________________
56354 [  8285] By: nick                                  on 2000/12/31  18:11:54
56355         Log: Start of support of ICU-style .ucm files:
56356              - teach compile how to read a .ucm file
56357              - first guess at how to represent fallbacks in "tries".
56358              - use fallbacks if check == 0
56359              - new return code to indicate we used one.
56360      Branch: perlio
56361            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
56362            ! ext/Encode/encengine.c ext/Encode/encode.h
56363 ____________________________________________________________________________
56364 [  8284] By: jhi                                   on 2000/12/31  18:04:41
56365         Log: Pacify picky VMS compiler.
56366              
56367              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
56368              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56369              Date: Sat, 30 Dec 2000 18:10:02 -0600
56370              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
56371      Branch: perl
56372            ! sv.c
56373 ____________________________________________________________________________
56374 [  8283] By: jhi                                   on 2000/12/31  16:11:47
56375         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
56376      Branch: perl
56377            ! t/lib/glob-basic.t
56378 ____________________________________________________________________________
56379 [  8282] By: jhi                                   on 2000/12/31  15:26:11
56380         Log: Integrate perlio.
56381      Branch: perl
56382           !> makedef.pl opcode.pl os2/os2.c perlio.c
56383 ____________________________________________________________________________
56384 [  8281] By: nick                                  on 2000/12/31  10:06:15
56385         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
56386              is available to be exported
56387      Branch: perlio
56388            ! makedef.pl perlio.c
56389 ____________________________________________________________________________
56390 [  8280] By: nick                                  on 2000/12/31  09:41:26
56391         Log: Ilya's OS2 patch (testing for damage on Win32)
56392      Branch: perlio
56393            ! makedef.pl opcode.pl os2/os2.c
56394 ____________________________________________________________________________
56395 [  8279] By: jhi                                   on 2000/12/30  21:52:07
56396         Log: Test nits.
56397      Branch: perl
56398            ! t/lib/syslfs.t t/op/lfs.t
56399 ____________________________________________________________________________
56400 [  8278] By: jhi                                   on 2000/12/30  21:47:49
56401         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56402              From: andreas.koenig@anima.de (Andreas J. Koenig)
56403              Date: 30 Dec 2000 22:35:37 +0100
56404              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
56405              
56406              The 32-bit wraparound test wasn't quite right.
56407      Branch: perl
56408            ! t/lib/syslfs.t t/op/lfs.t
56409 ____________________________________________________________________________
56410 [  8277] By: jhi                                   on 2000/12/30  21:33:44
56411         Log: Subject: [PATCH] open() example in perlfunc.pod 
56412              From: Karsten Sperling <s_sperli@ira.uka.de>
56413              Date: Sat, 30 Dec 2000 22:27:09 +0100
56414              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
56415      Branch: perl
56416            ! pod/perlfunc.pod
56417 ____________________________________________________________________________
56418 [  8276] By: jhi                                   on 2000/12/30  20:32:40
56419         Log: Not quite that many tests yet.
56420      Branch: perl
56421            ! t/op/pat.t
56422 ____________________________________________________________________________
56423 [  8275] By: jhi                                   on 2000/12/30  20:26:58
56424         Log: Integrate perlio.
56425      Branch: perl
56426           !> toke.c
56427 ____________________________________________________________________________
56428 [  8274] By: jhi                                   on 2000/12/30  20:24:56
56429         Log: Signedness nit.
56430      Branch: perl
56431            ! utf8.c
56432 ____________________________________________________________________________
56433 [  8273] By: jhi                                   on 2000/12/30  20:15:46
56434         Log: Add a test case for 20000731.001 which was fixed by the #8267.
56435      Branch: perl
56436            ! t/op/pat.t
56437 ____________________________________________________________________________
56438 [  8272] By: nick                                  on 2000/12/30  19:47:51
56439         Log: Tweak for MULTIPLICITY/USE_PERLIO
56440      Branch: perlio
56441            ! toke.c
56442 ____________________________________________________________________________
56443 [  8271] By: nick                                  on 2000/12/30  19:46:45
56444         Log: Integrate mainline
56445      Branch: perlio
56446           +> lib/unicode/distinct.pm
56447           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
56448           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
56449           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
56450 ____________________________________________________________________________
56451 [  8270] By: jhi                                   on 2000/12/30  19:39:50
56452         Log: Subject: RE: perl@8269
56453              From: "Richard Soderberg" <rs@crystalflame.net>
56454              Date: Sat, 30 Dec 2000 11:36:27 -0800
56455              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
56456              
56457              A missing aTHX_.
56458      Branch: perl
56459            ! toke.c
56460 ____________________________________________________________________________
56461 [  8269] By: jhi                                   on 2000/12/30  18:55:48
56462         Log: Update Changes.
56463      Branch: perl
56464            ! Changes patchlevel.h
56465 ____________________________________________________________________________
56466 [  8268] By: jhi                                   on 2000/12/30  17:18:40
56467         Log: Add a test for Unicode split //.  The #8267 was the cure.
56468      Branch: perl
56469            ! t/op/split.t
56470 ____________________________________________________________________________
56471 [  8267] By: jhi                                   on 2000/12/30  17:14:19
56472         Log: Subject: more UTF8 test suites and an UTF8 patch
56473              From: Inaba Hiroto <inaba@st.rim.or.jp>
56474              Date: Sat, 30 Dec 2000 14:27:10 +0900
56475              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
56476              
56477              Just the patch part for now, and the pragma renamed
56478              as unicode::distinct.
56479      Branch: perl
56480            + lib/unicode/distinct.pm
56481            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
56482            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
56483            ! regcomp.h regexec.c sv.c toke.c utf8.c
56484 ____________________________________________________________________________
56485 [  8266] By: nick                                  on 2000/12/30  16:40:49
56486         Log: Integrate mainline
56487      Branch: perlio
56488           +> lib/Pod/Text/Overstrike.pm
56489           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
56490           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
56491           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
56492           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
56493           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
56494 ____________________________________________________________________________
56495 [  8265] By: jhi                                   on 2000/12/30  07:28:55
56496         Log: The sv_catsv() fix, take two.
56497      Branch: perl
56498            ! sv.c t/op/join.t
56499 ____________________________________________________________________________
56500 [  8264] By: jhi                                   on 2000/12/30  06:19:18
56501         Log: Undo all the join-related changes since #8248: relevant
56502              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
56503              The new sv_catsv() doesn't fly so it must go back to
56504              the drawing board.
56505      Branch: perl
56506            ! sv.c t/op/join.t t/pragma/utf8.t
56507 ____________________________________________________________________________
56508 [  8263] By: jhi                                   on 2000/12/30  01:08:32
56509         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
56510      Branch: perl
56511            ! sv.c
56512 ____________________________________________________________________________
56513 [  8262] By: jhi                                   on 2000/12/30  00:45:14
56514         Log: Retract #8261.
56515      Branch: perl
56516            ! hv.c util.c
56517 ____________________________________________________________________________
56518 [  8261] By: jhi                                   on 2000/12/30  00:38:32
56519         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
56520      Branch: perl
56521            ! hv.c util.c
56522 ____________________________________________________________________________
56523 [  8260] By: jhi                                   on 2000/12/29  22:51:33
56524         Log: (Retracted by #8264)  More fixing for #8251.
56525      Branch: perl
56526            ! sv.c
56527 ____________________________________________________________________________
56528 [  8259] By: jhi                                   on 2000/12/29  18:27:30
56529         Log: Subject: podlators 1.06 released
56530              From: Russ Allbery <rra@stanford.edu>
56531              Date: 25 Dec 2000 05:09:30 -0800
56532              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
56533      Branch: perl
56534            + lib/Pod/Text/Overstrike.pm
56535            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
56536            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
56537 ____________________________________________________________________________
56538 [  8258] By: jhi                                   on 2000/12/29  18:20:45
56539         Log: Make the large file tests more robust/talkative as suggested by
56540              
56541              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56542              From: andreas.koenig@anima.de (Andreas J. Koenig)
56543              Date: 29 Dec 2000 14:23:01 +0100
56544              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
56545      Branch: perl
56546            ! t/lib/syslfs.t t/op/lfs.t
56547 ____________________________________________________________________________
56548 [  8257] By: jhi                                   on 2000/12/29  17:48:04
56549         Log: Further VMS piping fixes from Charles Lane:
56550              
56551              In summary, error messages produced when a subprocess terminated
56552              abnormally were being sent not just to the parent process, but to
56553              grandparents, because of default values for error output that were
56554              not completely overridden when the subprocess was started.
56555              
56556              This patch fixes this behavior by defining user-mode (i.e., temporary
56557              for the duration of the program) logical names for SYS$OUTPUT and
56558              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
56559              changes to make it so that the user-mode logicals are the ones that
56560              control where Perl's error messages go if it terminates abnormally.
56561              
56562              I also added some gratuitous fixes to the indentation of braces in
56563              the piping code.  It just looked ugly, before.
56564      Branch: perl
56565            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
56566 ____________________________________________________________________________
56567 [  8256] By: jhi                                   on 2000/12/29  17:45:12
56568         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
56569              From: "Casey R. Tweten" <crt@kiski.net>
56570              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
56571              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
56572              
56573              Tests for for #8240.
56574      Branch: perl
56575            ! t/pragma/constant.t
56576 ____________________________________________________________________________
56577 [  8255] By: jhi                                   on 2000/12/29  17:43:07
56578         Log: Subject: Re: [PATCH] Interesting syntax idea
56579              From: Simon Cozens <simon@cozens.net>
56580              Date: Fri, 29 Dec 2000 14:34:04 +0000
56581              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
56582              
56583              Tests for #8254.
56584      Branch: perl
56585            ! t/pragma/sub_lval.t
56586 ____________________________________________________________________________
56587 [  8254] By: jhi                                   on 2000/12/29  17:42:11
56588         Log: Subject: [PATCH] Interesting syntax idea
56589              From: Simon Cozens <simon@cozens.net>
56590              Date: Wed, 27 Dec 2000 05:08:57 +0000
56591              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
56592              
56593              Make opens + bareword assigns do typeglob assigns.
56594      Branch: perl
56595            ! op.c
56596 ____________________________________________________________________________
56597 [  8253] By: jhi                                   on 2000/12/29  17:36:45
56598         Log: Output the (apparent) version of gcc, as suggested by
56599              
56600              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
56601              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
56602              Date: 26 Dec 2000 04:29:17 -0500
56603              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
56604              
56605              (The patch as such didn't any more apply as the misparsing had
56606              already been addressed in #6474.)  Also change the wording about
56607              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
56608      Branch: perl
56609            ! hints/dec_osf.sh
56610 ____________________________________________________________________________
56611 [  8252] By: nick                                  on 2000/12/29  12:14:31
56612         Log: Integrate mainline
56613      Branch: perlio
56614           !> (integrate 27 files)
56615 ____________________________________________________________________________
56616 [  8251] By: jhi                                   on 2000/12/29  08:45:46
56617         Log: (Retracted by #8264)
56618              
56619              (Fixed by #8260.)
56620              
56621              sv_catsv() needs one more byte space than seems reasonable.
56622              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
56623              Curiouser and curiouser.
56624      Branch: perl
56625            ! sv.c
56626 ____________________________________________________________________________
56627 [  8250] By: jhi                                   on 2000/12/29  07:57:52
56628         Log: More split // UTF-8 tests.
56629      Branch: perl
56630            ! t/pragma/utf8.t
56631 ____________________________________________________________________________
56632 [  8249] By: jhi                                   on 2000/12/29  07:54:51
56633         Log: (Retracted by #8264)  More join() testing which was good because
56634              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
56635      Branch: perl
56636            ! pp.c t/op/join.t utf8.c utf8.h
56637 ____________________________________________________________________________
56638 [  8248] By: jhi                                   on 2000/12/29  07:08:32
56639         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
56640              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
56641              that the only cases to care about are byte+byte and byte+character.
56642              
56643              TODO: See how well pp_concat() could be implemented in terms
56644              of sv_catsv().
56645      Branch: perl
56646            ! doop.c sv.c t/op/join.t utf8.h
56647 ____________________________________________________________________________
56648 [  8247] By: jhi                                   on 2000/12/29  06:35:23
56649         Log: Signedness nit.
56650      Branch: perl
56651            ! pp_hot.c
56652 ____________________________________________________________________________
56653 [  8246] By: jhi                                   on 2000/12/29  01:23:31
56654         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
56655              From: Lupe Christoph <lupe@lupe-christoph.de>
56656              Date: Thu, 28 Dec 2000 23:00:00 +0100
56657              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
56658              
56659              Suggest rsync --delete --dry-run.
56660      Branch: perl
56661            ! pod/perlhack.pod
56662 ____________________________________________________________________________
56663 [  8245] By: jhi                                   on 2000/12/28  23:57:05
56664         Log: The maxiters upper limit sanity check (guarding against
56665              non-progress) assumed bytes instead of characters in s///
56666              and split().
56667      Branch: perl
56668            ! pp.c pp_hot.c
56669 ____________________________________________________________________________
56670 [  8244] By: jhi                                   on 2000/12/28  23:34:08
56671         Log: Make some panic messages a bit more logical.
56672      Branch: perl
56673            ! doop.c pod/perldiag.pod pp.c pp_hot.c
56674 ____________________________________________________________________________
56675 [  8243] By: jhi                                   on 2000/12/28  22:59:16
56676         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
56677              From: Simon Cozens <simon@cozens.net>
56678              Date: Wed, 27 Dec 2000 02:30:03 +0000
56679              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
56680      Branch: perl
56681            ! pp.c t/pragma/sub_lval.t
56682 ____________________________________________________________________________
56683 [  8242] By: jhi                                   on 2000/12/28  22:56:53
56684         Log: Subject: [PATCH blead] Fix B::Terse indentation
56685              From: Daniel Chetlin <daniel@chetlin.com>
56686              Date: Wed, 27 Dec 2000 06:43:30 -0800
56687              Message-ID: <20001227064329.B9573@darkstar>
56688      Branch: perl
56689            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
56690 ____________________________________________________________________________
56691 [  8241] By: jhi                                   on 2000/12/28  22:48:59
56692         Log: The latter patch from the
56693              
56694              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
56695              From: Peter Prymmer <pvhp@forte.com> 
56696              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
56697              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
56698              
56699              (the former patch from the above should have been
56700              taken care of by Nick I-S)
56701      Branch: perl
56702            ! win32/Makefile
56703 ____________________________________________________________________________
56704 [  8240] By: jhi                                   on 2000/12/28  22:45:22
56705         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
56706              From: "Casey R. Tweten" <crt@kiski.net>
56707              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
56708              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
56709      Branch: perl
56710            ! lib/constant.pm
56711 ____________________________________________________________________________
56712 [  8239] By: jhi                                   on 2000/12/28  22:37:45
56713         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
56714              From: Simon Cozens <simon@cozens.net>
56715              Date: Wed, 27 Dec 2000 14:12:44 +0000
56716              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
56717      Branch: perl
56718            ! t/op/method.t t/op/sort.t toke.c
56719 ____________________________________________________________________________
56720 [  8238] By: jhi                                   on 2000/12/28  22:30:32
56721         Log: Subject: [PATCH perl@8229] Call.pm
56722              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56723              Date: Mon, 25 Dec 2000 10:47:15 -0000
56724              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
56725      Branch: perl
56726            ! ext/Filter/Util/Call/Call.pm
56727 ____________________________________________________________________________
56728 [  8237] By: jhi                                   on 2000/12/28  22:19:21
56729         Log: Subject: [PATCH blead] Fix problem with `&' prototype
56730              From: Daniel Chetlin <daniel@chetlin.com>
56731              Date: Wed, 27 Dec 2000 15:55:32 -0800
56732              Message-ID: <20001227155532.D9573@darkstar>
56733      Branch: perl
56734            ! op.c t/comp/proto.t
56735 ____________________________________________________________________________
56736 [  8236] By: jhi                                   on 2000/12/28  22:09:25
56737         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
56738              From: Daniel Chetlin <daniel@chetlin.com>
56739              Date: Sun, 24 Dec 2000 04:09:49 -0800
56740              Message-ID: <20001224040949.B3090@darkstar>
56741      Branch: perl
56742            ! gv.c mg.c t/op/attrs.t
56743 ____________________________________________________________________________
56744 [  8235] By: jhi                                   on 2000/12/28  22:07:11
56745         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
56746              From: Jan Dubois <jand@ActiveState.com>
56747              Date: Tue, 26 Dec 2000 20:57:31 -0800
56748              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
56749      Branch: perl
56750            ! win32/win32.c
56751 ____________________________________________________________________________
56752 [  8234] By: jhi                                   on 2000/12/28  21:52:42
56753         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
56754              From: Simon Cozens <simon@cozens.net>
56755              Date: Thu, 28 Dec 2000 20:33:13 +0000
56756              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
56757      Branch: perl
56758            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
56759 ____________________________________________________________________________
56760 [  8233] By: jhi                                   on 2000/12/28  19:40:49
56761         Log: Integrate perlio.
56762      Branch: perl
56763           !> ext/Encode/Makefile.PL ext/Encode/compile
56764 ____________________________________________________________________________
56765 [  8232] By: nick                                  on 2000/12/23  16:06:00
56766         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
56767              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
56768      Branch: perlio
56769            ! ext/Encode/Makefile.PL
56770 ____________________________________________________________________________
56771 [  8231] By: nick                                  on 2000/12/23  14:30:34
56772         Log: "Compiled" encode build cleanup
56773              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
56774              - .c files do not export sub-tables
56775      Branch: perlio
56776            ! ext/Encode/Makefile.PL ext/Encode/compile
56777 ____________________________________________________________________________
56778 [  8230] By: nick                                  on 2000/12/23  12:50:37
56779         Log: Integrate mainline
56780      Branch: perlio
56781           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56782           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56783           !> pod/perl5004delta.pod pod/perl5005delta.pod
56784           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
56785           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
56786           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
56787           !> pod/perlsub.pod
56788 ____________________________________________________________________________
56789 [  8229] By: jhi                                   on 2000/12/22  15:32:12
56790         Log: Integrate perlio.
56791      Branch: perl
56792           +> win32/distclean.bat
56793           !> MANIFEST t/io/utf8.t
56794 ____________________________________________________________________________
56795 [  8228] By: jhi                                   on 2000/12/22  15:29:40
56796         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
56797              From: Robin Barker <rmb1@cise.npl.co.uk>
56798              Date: Fri, 22 Dec 2000 12:17:38 GMT
56799              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
56800      Branch: perl
56801            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56802            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56803            ! pod/perl5004delta.pod pod/perl5005delta.pod
56804            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
56805            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
56806            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
56807            ! pod/perlsub.pod
56808 ____________________________________________________________________________
56809 [  8227] By: jhi                                   on 2000/12/22  15:24:28
56810         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56811              From: "John L. Allen" <allen@grumman.com>
56812              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
56813              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
56814              
56815              Document APPLLIB_EXP.
56816      Branch: perl
56817            ! INSTALL
56818 ____________________________________________________________________________
56819 [  8226] By: nick                                  on 2000/12/21  22:11:50
56820         Log: Handy script for when one forgets to "dmake clean" 
56821      Branch: perlio
56822            + win32/distclean.bat
56823            ! MANIFEST
56824 ____________________________________________________________________________
56825 [  8225] By: nick                                  on 2000/12/21  21:54:04
56826         Log: CRLF platform issue with io/utf8 fix.
56827      Branch: perlio
56828            ! t/io/utf8.t
56829 ____________________________________________________________________________
56830 [  8224] By: nick                                  on 2000/12/21  21:02:20
56831         Log: Integrate mainline
56832      Branch: perlio
56833           !> Changes Configure Makefile.SH Porting/Glossary
56834           !> Porting/config.sh Porting/config_H configure.com
56835           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
56836           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
56837           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
56838           !> win32/config.bc win32/config.gc win32/config.vc
56839 ____________________________________________________________________________
56840 [  8223] By: jhi                                   on 2000/12/21  17:09:16
56841         Log: Update Changes.
56842      Branch: perl
56843            ! Changes patchlevel.h
56844 ____________________________________________________________________________
56845 [  8222] By: jhi                                   on 2000/12/21  16:24:01
56846         Log: Metaconfig unit changes for #8221.
56847      Branch: metaconfig/U/perl
56848           +> issymlink.U
56849            - testsyml.U
56850            ! Mksymlinks.U
56851 ____________________________________________________________________________
56852 [  8221] By: jhi                                   on 2000/12/21  16:23:48
56853         Log: Rename testsyml to issymlink.
56854      Branch: perl
56855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56856            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
56857            ! win32/config.vc
56858 ____________________________________________________________________________
56859 [  8220] By: jhi                                   on 2000/12/21  15:47:26
56860         Log: Robustness support for #8218 (symlink forest) since the GNU
56861              tools seem to be overly picky about symlinkage depths.
56862      Branch: perl
56863            ! Makefile.SH t/io/fs.t
56864 ____________________________________________________________________________
56865 [  8219] By: jhi                                   on 2000/12/21  15:38:27
56866         Log: Metaconfig changes for #8218.
56867      Branch: metaconfig
56868            ! U/modified/Oldconfig.U
56869      Branch: metaconfig/U/perl
56870            + Mksymlinks.U
56871            ! testsyml.U
56872 ____________________________________________________________________________
56873 [  8218] By: jhi                                   on 2000/12/21  15:37:57
56874         Log: Add Configure option -Dmksymlinks which will create a symlink
56875              forest if the current/build differs from the source directory.
56876              TODO: mkdir -p is not portable.
56877      Branch: perl
56878            ! Configure
56879 ____________________________________________________________________________
56880 [  8217] By: jhi                                   on 2000/12/21  14:39:12
56881         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
56882              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
56883              Date: Thu, 21 Dec 2000 09:38:18 GMT
56884              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
56885              
56886              The ofs became an SV.
56887      Branch: perl
56888            ! ext/Thread/Thread.xs
56889 ____________________________________________________________________________
56890 [  8216] By: jhi                                   on 2000/12/21  05:40:21
56891         Log: The polymorphism seems to have fixed 20000517.001.
56892      Branch: perl
56893            ! t/pragma/utf8.t
56894 ____________________________________________________________________________
56895 [  8215] By: jhi                                   on 2000/12/21  04:44:52
56896         Log: read() documentation tweak for 20001121.004.
56897      Branch: perl
56898            ! pod/perlfunc.pod
56899 ____________________________________________________________________________
56900 [  8214] By: jhi                                   on 2000/12/21  03:54:11
56901         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
56902      Branch: perl
56903            ! pp_sys.c t/op/misc.t
56904 ____________________________________________________________________________
56905 [  8213] By: jhi                                   on 2000/12/21  00:28:10
56906         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
56907              From: Peter Prymmer <pvhp@forte.com>
56908              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
56909              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
56910      Branch: perl
56911            ! configure.com
56912 ____________________________________________________________________________
56913 [  8212] By: jhi                                   on 2000/12/21  00:26:21
56914         Log: Edit edit edit.
56915      Branch: perl
56916            ! pod/perlfaq3.pod
56917 ____________________________________________________________________________
56918 [  8211] By: jhi                                   on 2000/12/20  18:52:46
56919         Log: Update Changes.
56920      Branch: perl
56921            ! Changes patchlevel.h
56922 ____________________________________________________________________________
56923 [  8210] By: jhi                                   on 2000/12/20  18:34:47
56924         Log: Yet another editor edit.
56925      Branch: perl
56926            ! pod/perlfaq3.pod
56927 ____________________________________________________________________________
56928 [  8209] By: jhi                                   on 2000/12/20  15:33:28
56929         Log: More Win32 Perling.
56930      Branch: perl
56931            ! pod/perlfaq3.pod
56932 ____________________________________________________________________________
56933 [  8208] By: jhi                                   on 2000/12/20  15:07:46
56934         Log: More Win32 editor/IDE/shell hints.
56935      Branch: perl
56936            ! pod/perlfaq3.pod
56937 ____________________________________________________________________________
56938 [  8207] By: jhi                                   on 2000/12/20  03:54:08
56939         Log: Subject: [PATCH] obscure timing knowledge
56940              From: Nicholas Clark <nick@ccl4.org>
56941              Date: Tue, 19 Dec 2000 19:22:31 +0000
56942              Message-ID: <20001219192231.F2827@plum.flirble.org>
56943      Branch: perl
56944            ! sv.c
56945 ____________________________________________________________________________
56946 [  8206] By: jhi                                   on 2000/12/20  03:45:57
56947         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
56948              From: Spider Boardman <spider@leggy.zk3.dec.com>
56949              Date: Tue, 19 Dec 2000 21:30:16 -0500
56950              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
56951      Branch: perl
56952            ! sv.c
56953 ____________________________________________________________________________
56954 [  8205] By: jhi                                   on 2000/12/19  23:02:01
56955         Log: Update Changes.
56956      Branch: perl
56957            ! Changes patchlevel.h
56958 ____________________________________________________________________________
56959 [  8204] By: jhi                                   on 2000/12/19  22:58:18
56960         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
56961              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
56962              on editors and diffing/patching.
56963      Branch: perl
56964            ! t/op/utf8decode.t
56965 ____________________________________________________________________________
56966 [  8203] By: nick                                  on 2000/12/19  21:36:16
56967         Log: Integrate mainline (forgot my own change...)
56968      Branch: perlio
56969           !> ext/Encode/compile
56970 ____________________________________________________________________________
56971 [  8202] By: nick                                  on 2000/12/19  21:34:42
56972         Log: Integrate mainline.
56973      Branch: perlio
56974           !> (integrate 61 files)
56975 ____________________________________________________________________________
56976 [  8201] By: nick                                  on 2000/12/19  21:34:06
56977         Log: Avoid looking for File::Glob when we don't need it.
56978      Branch: perl
56979            ! ext/Encode/compile
56980 ____________________________________________________________________________
56981 [  8200] By: jhi                                   on 2000/12/19  18:35:49
56982         Log: Update Changes.
56983      Branch: perl
56984            ! Changes patchlevel.h
56985 ____________________________________________________________________________
56986 [  8199] By: jhi                                   on 2000/12/19  18:35:07
56987         Log: Microperl tweaks.
56988      Branch: perl
56989            ! sv.c uconfig.h uconfig.sh
56990 ____________________________________________________________________________
56991 [  8198] By: jhi                                   on 2000/12/19  18:29:59
56992         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
56993      Branch: perl
56994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56995            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
56996 ____________________________________________________________________________
56997 [  8197] By: jhi                                   on 2000/12/19  17:55:29
56998         Log: In VMS embedded perls couldn't access the statically built Socket,
56999              from Charles Lane.
57000      Branch: perl
57001            ! configure.com
57002 ____________________________________________________________________________
57003 [  8196] By: jhi                                   on 2000/12/19  17:49:50
57004         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
57005              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
57006              Date: Sun, 17 Dec 2000 19:11:44 -0000
57007              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
57008      Branch: perl
57009            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57010            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
57011 ____________________________________________________________________________
57012 [  8195] By: jhi                                   on 2000/12/19  17:47:53
57013         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
57014              From: Jonathan Stowe <gellyfish@gellyfish.com>
57015              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
57016              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
57017      Branch: perl
57018            ! utils/h2xs.PL
57019 ____________________________________________________________________________
57020 [  8194] By: jhi                                   on 2000/12/19  17:46:28
57021         Log: Subject: Re: useless use of void context work-around
57022              From: andreas.koenig@anima.de (Andreas J. Koenig)
57023              Date: 16 Dec 2000 15:13:36 +0100
57024              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
57025              
57026              Document (comment) the q(di ds ig) trick in the code.
57027      Branch: perl
57028            ! op.c
57029 ____________________________________________________________________________
57030 [  8193] By: jhi                                   on 2000/12/19  17:10:57
57031         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
57032              From: "Mark J. Reed" <mreed@strange.turner.com>
57033              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
57034              Message-Id: <200012160222.VAA13986@strange.turner.com>
57035      Branch: perl
57036            ! ext/Sys/Syslog/Syslog.pm
57037 ____________________________________________________________________________
57038 [  8192] By: jhi                                   on 2000/12/19  17:07:45
57039         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
57040              From: Nicholas Clark <nick@ccl4.org>
57041              Date: Sat, 16 Dec 2000 19:03:13 +0000
57042              Message-ID: <20001216190313.D68304@plum.flirble.org>
57043      Branch: perl
57044            ! t/op/64bitint.t
57045 ____________________________________________________________________________
57046 [  8191] By: jhi                                   on 2000/12/19  17:06:13
57047         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
57048              From: Dominic Dunlop <domo@computer.org>
57049              Date: Mon, 18 Dec 2000 12:00:15 +0100
57050              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
57051              
57052              This patchlet is needed in order that perl can be statically linked.  
57053      Branch: perl
57054            ! regexec.c
57055 ____________________________________________________________________________
57056 [  8190] By: jhi                                   on 2000/12/19  17:03:08
57057         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
57058              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57059              Date: Sun, 17 Dec 2000 00:18:35 -0600
57060              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
57061      Branch: perl
57062            ! perlio.h vms/gen_shrfls.pl
57063 ____________________________________________________________________________
57064 [  8189] By: jhi                                   on 2000/12/19  16:20:28
57065         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
57066              From: Prymmer/Kahn <pvhp@best.com>
57067              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
57068              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
57069              
57070              A better version of #8188.
57071      Branch: perl
57072            ! pod/perlfaq3.pod
57073 ____________________________________________________________________________
57074 [  8188] By: jhi                                   on 2000/12/19  15:57:06
57075         Log: (Replaced by #8189)
57076              
57077              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57078              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
57079              From: Prymmer/Kahn <pvhp@best.com>
57080              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
57081              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57082              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
57083              Date: Mon, 18 Dec 2000 11:10:45 -0500
57084              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
57085      Branch: perl
57086            ! pod/perlfaq3.pod
57087 ____________________________________________________________________________
57088 [  8187] By: jhi                                   on 2000/12/19  15:54:19
57089         Log: Email address fix for Anton Berezin.
57090      Branch: perl
57091            ! AUTHORS
57092 ____________________________________________________________________________
57093 [  8186] By: jhi                                   on 2000/12/19  15:38:54
57094         Log: Subject: [PATCH perl@8102] cygwin port
57095              From: "Eric Fifer" <efifer@dircon.co.uk> 
57096              Date: Thu, 14 Dec 2000 13:41:29 -0000
57097              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
57098              
57099              When compiling modules the data item that is being imported
57100              from libperl.dll needs to be tagged as imported/shared data:
57101              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
57102      Branch: perl
57103            ! perliol.h
57104 ____________________________________________________________________________
57105 [  8185] By: jhi                                   on 2000/12/19  14:53:24
57106         Log: Regen uconfig.h and uconfig.sh.
57107      Branch: perl
57108            ! uconfig.h uconfig.sh
57109 ____________________________________________________________________________
57110 [  8184] By: jhi                                   on 2000/12/18  20:43:49
57111         Log: Comments work so much better when they are closed.
57112      Branch: perl
57113            ! regcomp.c
57114 ____________________________________________________________________________
57115 [  8183] By: jhi                                   on 2000/12/18  18:04:02
57116         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
57117              Fixes the bug 20001218.016.
57118      Branch: perl
57119            ! regcomp.c
57120 ____________________________________________________________________________
57121 [  8182] By: gsar                                  on 2000/12/18  09:53:47
57122         Log: delete spurious files
57123      Branch: maint-5.6/perl
57124            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
57125            - vos/config.h vos/config_h.SH_orig
57126 ____________________________________________________________________________
57127 [  8181] By: gsar                                  on 2000/12/18  09:46:08
57128         Log: regen perltoc
57129      Branch: maint-5.6/perl
57130            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
57131 ____________________________________________________________________________
57132 [  8180] By: gsar                                  on 2000/12/18  09:20:27
57133         Log: integrate changes#7924..7926,7946,7952 from mainline
57134              
57135              A test works better if it has the right 1..$n output.
57136              
57137              All the core library users of Class::Struct seem to be
57138              using "use Class::Struct 'struct';" instead of the bare
57139              "use Class::Struct;", which isn't documented in Class::Struct.
57140              This can't be right.
57141              
57142              Make the Class::Struct import() wiser.
57143              
57144              Upgrade to CPAN 1.59_51, from Andreas König.
57145              
57146              Subject: Re: long shell lines
57147              Split overly long shell command lines.
57148      Branch: maint-5.6/perl
57149           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
57150           !> lib/File/stat.pm t/lib/class-struct.t
57151 ____________________________________________________________________________
57152 [  8179] By: gsar                                  on 2000/12/18  08:55:54
57153         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
57154              7918,7919,7988,8907 from mainline (various)
57155              
57156              Subject: [ID 20001127.004] White space problem in perlamiga.pod
57157              
57158              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
57159              
57160              Subject: [PATCH] perlcc.PL cleanups
57161              
57162              Subject: [PATCH] Updating perltie.pod for arrays
57163              
57164              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
57165              Subject: Re: [PATCH] Updating perltie.pod for arrays
57166              Subject: Re: [PATCH] Updating perltie.pod for arrays
57167              
57168              One more perltie.pod nit from Casey R. Tweten.
57169              
57170              Subject: [PATCH] $^O  win32 -> MSWin32
57171              plus similar nits for vms, err, VMS, and UNICOS.
57172              
57173              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
57174              More checking in case someone has broken their services or
57175              protocol databases.
57176              
57177              Make "use Class::Struct 'struct';" work again (broken by #7617);
57178              add a test for Class::Struct.
57179              
57180              Integrate the "skip" messages to explain().
57181              
57182              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57183      Branch: maint-5.6/perl
57184           +> t/lib/class-struct.t
57185           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
57186           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
57187           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
57188 ____________________________________________________________________________
57189 [  8178] By: gsar                                  on 2000/12/18  08:16:30
57190         Log: avoid redefinition warnings on windows due to sys/socket.h getting
57191              #included before win32.h
57192      Branch: maint-5.6/perl
57193            ! win32/include/sys/socket.h
57194 ____________________________________________________________________________
57195 [  8177] By: gsar                                  on 2000/12/18  05:24:04
57196         Log: make regen_headers; fix POSIX.xs problems; remove outdated
57197              code from sys/socket.h that makes build fail now
57198      Branch: maint-5.6/perl
57199            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
57200            ! pod/perlapi.pod
57201           !> win32/include/sys/socket.h
57202 ____________________________________________________________________________
57203 [  8176] By: gsar                                  on 2000/12/18  05:20:17
57204         Log: update Changes
57205      Branch: maint-5.6/perl
57206            ! Changes patchlevel.h
57207 ____________________________________________________________________________
57208 [  8175] By: gsar                                  on 2000/12/18  04:57:48
57209         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
57210              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
57211              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
57212              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
57213              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
57214              7823,7825,7838
57215              
57216              Subject: Re: [PATCH] README.solaris
57217              
57218              Add getpagesize() probing, on non-UNIX guess 'undef'.
57219              
57220              Simplify the getpagesize() unit by dropping the
57221              pagesize probe since it's nowadays slightly more
57222              complicated because of sysconf(). (Note: if some
57223              platform really needs the -lPW for getpagesize,
57224              I just broke it.)
57225              TODO: a new pagesize unit.
57226              
57227              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
57228              
57229              MachTen doesn't really do mmap() and munmap().
57230              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
57231              
57232              More README.solaris updates from Andy Dougherty.
57233              
57234              Copy the s// information of README.hpux also to the perlrun.
57235              
57236              Add HAS_FSYNC, lack noticed by Nicholas Clark.
57237              
57238              Add a metaconfig unit for fsync.
57239              
57240              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
57241              
57242              Many subdocumented return values of the IO extension now documented.
57243              ungetc and write still left subdocumented.
57244              Subject: [PATCH] (was Re: IO::Handle::ungetc)
57245              
57246              Document tell() on special streams.
57247              
57248              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
57249              
57250              Subject: [ID 20001112.007] sfio's sftell isn't ftell
57251              
57252              Couple of tests from #7660 salvaged.
57253              
57254              Tweak the definition of the bit complement on UTF-8 data:
57255              if none of the characters in the string are > 0xff,
57256              the result is a complemented byte string, not a (UTF-8)
57257              char string.  Based on the summary in
57258              Subject: Re: [ID 20000918.005] ~ on wide chars
57259              This should give us the maximum backward (pre-char string)
57260              compatibility and utf8 compatibility.  The other alternative
57261              would be to limit the bit complement to be always byte only,
57262              taking the least significant byte of the chars.
57263              
57264              Cleanup messy #ifdef.
57265              
57266              Typos in #7667.
57267              
57268              Declare reg_data like reg_substr_data.
57269              
57270              Placate nervous compilers that see longer than ints switch()ing.
57271              
57272              Remove the new two tests of lib/io_xs for now, they seem to
57273              fail under perlio on some platforms.
57274              
57275              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
57276              
57277              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
57278              
57279              Subject: tiny typo in perl5db.pl
57280              
57281              Subject: some additions for makefiles for win32 (for perl@7674)
57282              
57283              Hoist the duplicated socket/netdb include logic to perl.h;
57284              undef SETERRNO in case SOCKS has defined it.  Based on:
57285              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
57286              
57287              Regen Configure.
57288              
57289              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
57290              (a macro to define signed and unsigned integer constants).
57291              
57292              Use UINT64_C().
57293              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
57294              
57295              Use u_int32_t for the size of hash_cb(), not size_t.
57296              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
57297              
57298              Quit utf8_to_uv() instantly if curlen == 0.
57299              
57300              Subject: [PATCH: perl@7674] updates to README.os390
57301              
57302              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
57303              
57304              EBCDIC tweaks.
57305              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
57306              
57307              Linenumber fix.
57308              
57309              SOCKS has its own USE_THREADS, based on
57310              Subject: [ID 20001114.002] et. al. bugfix followup
57311              
57312              UINT64_C() work continues.
57313              
57314              Detypo.
57315              
57316              The type of the hash_cb() size argument is tricky.
57317              
57318              Add fwalk() probe to the configuration files and regen perltoc.
57319              
57320              Subject: perllocale.pod changes
57321              
57322              Avoid an infinite loop in VMS when utils scripts are run
57323              with no arguments, from Charles Lane.
57324              
57325              Subject: Re: Bug in Carp::Heavy/5.6.0?
57326              
57327              For Solaris use64bitall the stdchar needs a little bit of help.
57328              
57329              The long double hints can be here or there.
57330              
57331              Test tweak for the open pragma.
57332              
57333              Also the 64bitall hints can be either here or there.
57334              
57335              As surmised the #7719 wasn't a good move.
57336              
57337              Subject: Fix for 20000409.001
57338              
57339              Subject: Fix for 20000815.006
57340              It's really 20000518.006.
57341              
57342              Subject: [PATCH 5.6.0 README.win32] very minor typos
57343              
57344              Subject: Fix for README.amiga (20000323.033)
57345              
57346              Explain in more detail the {} syntax ambiguousity.
57347              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
57348              
57349              Sparc 64-bit pack() fix from Jens Hamisch.
57350              
57351              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
57352              
57353              Subject: podlators 1.05 available        
57354              
57355              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
57356              
57357              Subject: [perl 7711: EPOC] updates
57358              
57359              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
57360              
57361              Miraculous typo.
57362              
57363              sysseek() instead of seek().
57364              
57365              Solaris hints tweaks.
57366              
57367              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
57368              This may be overly harsh but until proven otherwise, we think this
57369              way, or until we have a simple test for Configure (having to start
57370              up servers is does not count as simple) to check for the problems.
57371              
57372              Remove the shared object before attempting to create
57373              (by linking) a new one.  E.g. in AIX not removing
57374              becomes quite painful if one tries to do more than one
57375              build in the same tree (an interrupted build, for example),
57376              since the AIX' shared dynaloader seemingly keeps the shared
57377              objects open and therefore 'busy' for quite a while, even when
57378              nobody is using the objects, leading into link failures.
57379              
57380              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
57381              
57382              Subject: DOC PATCH 5.6.0 perlreftut
57383              
57384              Subject: [PATCH: perl@7777] add system locale testing for VMS
57385              
57386              Subject: [PATCH] Test.pm POD peculiarity
57387              
57388              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
57389              
57390              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
57391              
57392              Subject: Re: perl@7777 
57393              Detypoing.
57394              
57395              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
57396              
57397              Go ahead and #include <unistd.h> in perl.h.
57398              
57399              Subject: [PATCH perl@7795] small cleanup task for test suite
57400              
57401              Subject: Re: av.c patch (having slight problems)
57402              unshift() speedup.
57403              
57404              Reach back one higher up when searching for PERL_SRC.
57405      Branch: maint-5.6/perl
57406           +> lib/File/Spec/Epoc.pm
57407           !> (integrate 88 files)
57408 ____________________________________________________________________________
57409 [  8174] By: gsar                                  on 2000/12/18  03:53:09
57410         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
57411              7625..7629,7631..7634,7637,7639,7642 from mainline
57412              
57413              Fix for the tie-refhash string table leaks.
57414              
57415              Subject: [patch perl@7595] VMS configure.com tweak
57416              
57417              More careful detection of how well NVs and UVs mix.
57418              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))
57419              Added some SIGFPE paranoia.
57420              
57421              Forgot to bump the line numbers in #7601.
57422              
57423              Subject: PATCH std stdio for (Free)BSD
57424              
57425              Deleting $ENV{PATH} in VMS is not recommendable.
57426              
57427              Locale buglets.
57428              Subject: RE: Locales support (setlocale) fixes
57429              
57430              Do not test UTF-8 locales since that the tests would require
57431              polymorphic regexen.
57432              
57433              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
57434              
57435              A missing aTHX_.
57436              
57437              Subject: [ID 20001108.013] spelling
57438              
57439              Subject: [PATCH] Class::Struct at compile time
57440              
57441              Make deleting for %ENV work for (newer versions of) VMS,
57442              from Craig A. Berry.
57443              
57444              Forgot from #7618.
57445              
57446              More VMS moves on environment handling, from Charles Lane.
57447              
57448              Remove unused extra arguments.
57449              
57450              Typo in an ifndef.
57451              Subject: Re: [PATCH 5.7.0] better messages from malloc()
57452              
57453              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
57454              All except the "cow orker" change.
57455              
57456              The generated boot_* headers are wrong.  Pickier compiler,
57457              such as KAI C++ will refuse to compile the resulting perlmain.
57458              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57459              
57460              There's no =head3.
57461              
57462              Disable only the tests 99 and 166 for UTF-8 locales.
57463              
57464              Missing dTHXs.
57465              Subject: RE: perl@7595 builds not on cygwin
57466              
57467              Subject: Re: bash -c exit and linux hints 
57468              
57469              Various doc oddball characters.
57470              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57471              
57472              Subject: [PATCH] IO::Seekable pod
57473              
57474              Amdahl UTS hints updates.
57475              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
57476              
57477              Explain better why certain regex tests are skipped.
57478              Subject: Re: tests skipped: unknown reason
57479              
57480              Subject: [PATCH] README.solaris
57481              
57482              Subject: [PATCH perl@7638] cygwin port
57483      Branch: maint-5.6/perl
57484           +> README.solaris
57485           !> (integrate 26 files)
57486 ____________________________________________________________________________
57487 [  8173] By: gsar                                  on 2000/12/18  03:37:02
57488         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
57489              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
57490              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
57491              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
57492              
57493              Better create a true mailing list for the repository keepers.
57494              
57495              Subject: [ID 20001027.007] uniq array in perlfaq
57496              
57497              De-quoted-unreadable to ISO Latin 1.
57498              (There's one ISO-2022-JP name in Changes5.004.)
57499              
57500              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57501              
57502              The #7476 needs a MANIFEST change, too.
57503              
57504              Add also emailless people.
57505              
57506              UTF-8 decoder tweak.
57507              
57508              Make \x{...} consistently produce UTF-8.
57509              Subject: Re: \x{...} is confused 
57510              
57511              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57512              
57513              Add a perlbug flag, -A, to avoid acknowledgement messages.
57514              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57515              
57516              Use Errno magic.
57517              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57518              
57519              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57520              
57521              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57522              
57523              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57524              
57525              Be more lenient on bad UTF-8 when doing bit arithmetics.
57526              Subject: Re: [ID 20000918.005] ~ on wide chars
57527              (The ord() part of the patch skipped.)
57528              
57529              Subject: perlfaq style changes
57530              
57531              AUTHORS tweaks.
57532              
57533              Whitespace style tweak.  Was originally going to see to
57534              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57535              but that had already been taken care of.
57536              
57537              The compiler is either gcc or cc, from Tom Bates.
57538              
57539              The osname has been lowercased by now, from Tom Bates.
57540              
57541              The NonStop-UX libraries have a novel way to say NaN.
57542              
57543              printf UVs the correct way, noticed by Robin Barker.
57544              
57545              Subject: [PATCH] startperl to respect versiononly
57546              
57547              AUTHORS updates.
57548              
57549              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57550              
57551              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57552              
57553              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57554              
57555              Generalize the Camel wording.
57556              Subject: Re: perlfaq style changes
57557              
57558              Subject: [ID 20001005.006] Documentation -- description of qr//
57559              
57560              C.pm part of
57561              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57562              
57563              Locale warning explanation tweak.
57564              
57565              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57566              
57567              Make the POSIX::setuid and POSIX::setgid to really call setuid()
57568              and setgid() because they were just changing $< and $( which means
57569              only changing the real uid/gid, as opposed to changing both
57570              real and effective ids.  (The alternative way could have been
57571              in POSIX.pm to change $> and $), too, but making a direct call
57572              to the C API feels cleaner.)  Fixes the bug
57573              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57574              
57575              Expand %Config variables and %ENV variables only if
57576              so requested during build time using the
57577              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57578              Not expanding makes relocating distributions easier.
57579              
57580              More tweaking on the #7522 theme.
57581              
57582              Test::Harness revealed buglets in the new DynaLoader.
57583              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57584              
57585              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57586              fix a autovivification bug in Tie::RefHash, add tests for both.
57587              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57588              
57589              Detpyo.
57590              
57591              recv() can fail and return undef.
57592              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57593              
57594              Fix the problem discussed in
57595              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57596              originally from Linc Madison.  Also Andreas König's comments
57597              taken into account.  Some other problems with Tie::SubstrHash
57598              fixed: didn't croak when the table exceeded the requested number
57599              of entries (as documented) but instead when the number of entries
57600              exceeded the size of the table, a croak() had an unnecessary \n,
57601              didn't have a CLEAR method, documented that there is no exists().
57602              Didn't fix to be strict-proof because the module uses &foo; and
57603              dynamic scope.  Added a test script exercizing both first tamely 
57604              the basic functionality, and then the failure cases reported by
57605              Linc Madison.
57606              
57607              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57608              
57609              The #7521 touched things it shouldn't have.
57610              
57611              Subject: [PATCH 5.7.0] better messages from malloc()
57612              
57613              Subject: Re: README.aix
57614              
57615              Add FCNTL_CAN_LOCK.
57616              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57617              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57618              
57619              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
57620              create a "fast path" for locale name probing using "locale -a"
57621              if available, squash finally hopefully the s?printf resetting
57622              the numeric locale (since, IIUC perllocale, it never shouldn't). 
57623              
57624              More Changes tweakery.
57625              
57626              Dying is too strict here, better just skip.
57627              
57628              Subject: Locales support (setlocale) fixes
57629              Modified quite a bit to be more portable.
57630              
57631              Configure would use a bad $myuname from an old config.sh.
57632              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
57633              
57634              Fix for
57635              Subject: [ID 20001004.006] undef is never tainted
57636              An undef read from a slurped file was not tainted.
57637              
57638              Fix for
57639              Subject: [ID 20001004.007] taint propogation is inconsistent
57640              The culprit was sv_setsv() which was rather blindly
57641              propagating taint, which lead to behaviour where if
57642              a tainted anon hash value was seen all the hash values
57643              from then on at that level became tainted, or at any
57644              upper levels in the case of nested anon hashes.
57645              
57646              Test tweak: show also the failed locales.
57647              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
57648              
57649              A fix of sorts for 20000329.026, a better error message
57650              for a missing "use charnames" when using the \N{...}. 
57651              
57652              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
57653              
57654              Add =pod to be tidy.
57655              
57656              Fix for bug id 19990615.008, pos() unset during s///ge.
57657              
57658              Add a note for future generations about bug id 20000229.006.
57659              
57660              Use -dM for gcc (the suggested patch did it only for Linux,
57661              but I think it can be generalized).
57662              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57663              
57664              opmini.o can linger from Configures past.
57665              
57666              Document that the evaled syntax errors cause scalar leaks.
57667              
57668              Fix for
57669              Subject: [ID 20000728.005] perl -P broken
57670              (hopefully).  The fix is also not complete, it seems to break
57671              BOM swallowing for libc5 systems, but until someone figures
57672              out a way to do this without ftell(), this will do.
57673              
57674              AUTHORS updates.
57675              
57676              Subject: Re: rsync'ed patches vs. rsync'ed source
57677              
57678              Admit that the test leaks scalars.
57679              
57680              Sanitize the environment further.
57681              
57682              VOS updates from Paul Green.
57683              
57684              Document %ENV = () portability issues.
57685              
57686              Make the stdio test program of 7427 less noisy while being 
57687              compiled so that Digital UNIX wouldn't get both
57688              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
57689              undefined.  This makes perlio happy.
57690              
57691              glibc5 detection by __GNU_LIBRARY__.
57692              
57693              %ENV note tweaks from Dan Sugalski.
57694              
57695              Varargs don't always work too well if one puts an unsigned
57696              char on the stack and pop an unsigned quad off the stack.
57697              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
57698              
57699              Subject: Pod updates
57700              
57701              Fake support of holey files in win/dosish platforms.
57702              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
57703              
57704              A doc addition for bug id 20001105.019, beware \p.
57705              
57706              Tweak #7587.
57707              
57708              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
57709              
57710              perlhack updates from H.Merijn Brand.
57711              
57712              Subject: [PATCH perl@7573] cygwin port
57713              Synchronize with Cygwin 1.1.5.
57714              
57715              Bad thinko in #7581 (I used the test program with the expanded
57716              values as-is).
57717              
57718              Make perlbug not insist on dumping to a file when stdout isn't a tty.
57719              Subject: [PATCH] perlbug.PL
57720              
57721              Overrideable keys, each, pop, push, shift, splice, unshift.
57722              Subject: [PATCH] prototyped functions that should be overrideable
57723              
57724              Try to avoid flockless and emulationless places.
57725      Branch: maint-5.6/perl
57726           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
57727            - MAINTAIN
57728           !> (integrate 111 files)
57729 ____________________________________________________________________________
57730 [  8172] By: jhi                                   on 2000/12/18  02:49:27
57731         Log: Regen pods.
57732      Branch: perl
57733            ! pod/perlmodlib.pod pod/perltoc.pod
57734 ____________________________________________________________________________
57735 [  8171] By: gsar                                  on 2000/12/18  02:49:24
57736         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
57737              7465..7471 from mainline
57738              
57739              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
57740              in platforms that strictly require all the symbols being present
57741              at link time.
57742              
57743              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
57744              
57745              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
57746              
57747              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
57748              
57749              Subject: [PATCH] todo
57750              
57751              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
57752              
57753              Use $sort, $uniq (and $tr) consistently as wondered
57754              by Nicholas Clark.
57755              
57756              Too enthusiastic editing in #7460.
57757              
57758              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
57759              
57760              Upgrade to CPAN 1.58_55.
57761              Subject: CPAN.pm status
57762              
57763              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
57764              
57765              Make target reordering to avoid pointless re-makes.
57766              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57767              
57768              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57769              
57770              Subject: DOC PATCH 5.6.0
57771              
57772              Add the repository doc by Malcolm, Sarathy, and by Simon,
57773              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57774      Branch: maint-5.6/perl
57775           +> Porting/repository.pod
57776           !> Configure MANIFEST Makefile.SH README.dos README.os2
57777           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
57778           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
57779           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
57780 ____________________________________________________________________________
57781 [  8169] By: gsar                                  on 2000/12/18  02:33:34
57782         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
57783              7435..7441,7445 from mainline
57784              
57785              Make the UTF-8 decoding stricter and more verbose when
57786              malformation happens.  This involved adding an argument
57787              to utf8_to_uv_chk(), which involved changing its prototype,
57788              and prefer STRLEN over I32 for the UTF-8 length, which as
57789              a domino effect necessitated changing the prototypes of
57790              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
57791              The stricter UTF-8 decoding checking uses Markus Kuhn's
57792              UTF-8 Decode Stress Tester from
57793              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
57794              
57795              Run vms/vms_yfix.pl, should have done that after changing
57796              perly.c in #7382.
57797              
57798              Subject: [PATCH 5.7.0] static linking with uninstalled perl
57799              
57800              (Replaced by #7440.)
57801              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57802              
57803              Fix the bug ID 20001024.005, the bug introduced by #7416.
57804              
57805              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
57806              
57807              Fix the bug reported in
57808              From: andreas.koenig@anima.de (Andreas J. Koenig)
57809              Also make is_utf8_char() stricter.
57810              
57811              Missed the header file changes from #7425.
57812              
57813              Check if stdio supports tweaking lval and cnt simultaneously.
57814              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57815              
57816              Stratus VOS updates from Paul Green.
57817              
57818              Podify README.epoc and README.vos.
57819              
57820              Add targets to Makefile.SH, most importantly
57821              'regen_all' which also remembers to update vms/perly*.
57822              
57823              Subject: Minor update to find2perl, for portability
57824              
57825              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
57826              
57827              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
57828              
57829              Rename UTF8LEN() to be UNISKIP(), too confusing to have
57830              UTF8LEN() and UTF8SKIP(). 
57831              
57832              Allow poking holes at the UTF-8 decoding strictness.
57833              
57834              Continue the internal UTF-8 API tweaking.
57835              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
57836              used much more than the simpler API, now called utf8_to_uv_simple().
57837              Still not quite happy with API, too much partial duplication
57838              of functionality.
57839              
57840              A new version of making the syslog test more robust.
57841              (Replaces #7421.)
57842              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57843              
57844              buildtoc target tweaks.
57845              
57846              Integrate with vmsperl #7430 by Charles Bailey:
57847              
57848              Cleanup from prior patch (Charles Lane?):
57849              - improve handling of MFDs in Basename and Path
57850              - default to no xsubpp line # munging when building debug images
57851      Branch: maint-5.6/perl
57852           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57853           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
57854           !> (integrate 67 files)
57855 ____________________________________________________________________________
57856 [  8168] By: gsar                                  on 2000/12/18  02:05:49
57857         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
57858              
57859              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57860              From: Martin Husemann <martin@duskware.de>
57861              
57862              Subject: [PATCH 5.7.0] restore match data on backtracing
57863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57864      Branch: maint-5.6/perl
57865           !> regcomp.c regexec.c t/op/re_tests
57866 ____________________________________________________________________________
57867 [  8167] By: gsar                                  on 2000/12/18  01:55:22
57868         Log: integrate changes#7858,7986 from mainline
57869              
57870              C<foreach my $x ...> in pseudo-fork()ed process may diddle
57871              parent's memory; fix it by keeping track of the actual pad
57872              offset rather than a raw pointer (this change is probably also
57873              relevant to non-ithreads case to avoid fallout from reallocs of
57874              the pad array, but is currently only enabled for the ithreads
57875              case in the interests of minimal disruption to existing "well
57876              tested" code)
57877              
57878              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
57879              due to the notorious GetFileType() bug in Windows 9x, which fstat()
57880              tickles)
57881      Branch: maint-5.6/perl
57882           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
57883           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
57884           !> win32/win32.c win32/win32.h win32/win32sck.c
57885 ____________________________________________________________________________
57886 [  8166] By: gsar                                  on 2000/12/18  01:52:59
57887         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
57888              from mainline (xsubpp and ExtUtils::LibList fixups, various
57889              other small items)
57890              
57891              The generated boot_* headers are wrong.  Pickier compiler,
57892              such as KAI C++ will refuse to compile the resulting perlmain.
57893              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57894              
57895              Various doc oddball characters.
57896              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57897              
57898              Subject: [PATCH] Re: 20001101.003 PDL
57899              
57900              Subject: [PATCH 5.7.0] etags broken again
57901              
57902              Subject: [PATCH 5.7.0] Liblist finally works
57903              
57904              Subject: [PATCH 5.7.0] Liblist returns found libraries
57905              
57906              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
57907              
57908              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
57909              
57910              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57911              OUT keyword nits.
57912              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57913              OUT and IN_OUT documentation.
57914      Branch: maint-5.6/perl
57915           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
57916           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
57917           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
57918           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
57919           !> win32/bin/search.pl
57920 ____________________________________________________________________________
57921 [  8165] By: gsar                                  on 2000/12/18  01:28:45
57922         Log: integrate changes#7533,7563,7611,7623 from mainline (various
57923              malloc.c embellishments)
57924      Branch: maint-5.6/perl
57925           !> malloc.c pod/perldiag.pod
57926 ____________________________________________________________________________
57927 [  8164] By: gsar                                  on 2000/12/18  01:23:33
57928         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
57929              fixups)
57930      Branch: maint-5.6/perl
57931           !> utils/h2xs.PL
57932 ____________________________________________________________________________
57933 [  8163] By: gsar                                  on 2000/12/18  01:17:50
57934         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
57935              fixups)
57936      Branch: maint-5.6/perl
57937           !> Makefile.SH utils/perlbug.PL
57938 ____________________________________________________________________________
57939 [  8162] By: gsar                                  on 2000/12/18  00:25:43
57940         Log: always export Perl_deb() (it is required by re.xs whether
57941              Perl is built with or without -DDEBUGGING)
57942      Branch: maint-5.6/perl
57943            ! makedef.pl
57944 ____________________________________________________________________________
57945 [  8161] By: gsar                                  on 2000/12/18  00:23:38
57946         Log: integrate change#7414 from mainline
57947              
57948              Undo the basename() part of #7412 since the lib/basename
57949              tests would need upgrading too.
57950              
57951              squelch two tests in tr.t that rely on tr/// paranoia change
57952              that's not in 5.6.x
57953      Branch: maint-5.6/perl
57954            ! t/op/tr.t
57955           !> lib/File/Basename.pm
57956 ____________________________________________________________________________
57957 [  8160] By: gsar                                  on 2000/12/18  00:05:30
57958         Log: missing change in previous integrate
57959      Branch: maint-5.6/perl
57960           !> README.aix
57961 ____________________________________________________________________________
57962 [  8159] By: gsar                                  on 2000/12/18  00:03:38
57963         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
57964              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
57965              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
57966              7410..7413 from mainline
57967              
57968              Introduce the man[24-8] variables, from Andy Dougherty.
57969              
57970              Upgrade to CPAN 1.58, from Andreas König.
57971              
57972              An updated EBCDIC tr patch.
57973              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
57974              
57975              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
57976              
57977              Two thirds of
57978              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57979              The Install.pm changes will be submitted separately because
57980              they need some work and discussion still.
57981              
57982              The Install.pm third of
57983              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57984              
57985              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
57986              
57987              Subject: [PATCH 5.7.0] IVs in mtats
57988              
57989              Subject: [PATCH 5.7.0] Perl API for mstats
57990              
57991              Ilya implemented the memory profiling API.
57992              
57993              In Amdahl UTS "struct sv" is defined by a system header,
57994              <ksync.h>.
57995              
57996              Slight tweak of the code to appease Amdahl UTS cc.
57997              
57998              Amdahl UTS doesn't seem to do dynaloading.
57999              
58000              Use UTF8SKIP(), from Simon Cozens.
58001              
58002              Thinko in #7222.
58003              
58004              op/sprintf.t patch for OS/390 (and any other host with limited
58005              floating-point exponent length)
58006              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
58007              
58008              Tweak #7225.
58009              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
58010              
58011              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
58012              
58013              Needs to be conditional on SunOS 4.
58014              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
58015              
58016              Test cases for bug id 20000323.056 (the bug seems to be fixed).
58017              
58018              Add test for bug id 20000427.003 (which seems to have
58019              been fixed) (also duplicate as 20000427.004, though
58020              with a higher severity).  Move one utf8 from op/append
58021              to pragma/utf8, tag the tests with bug ids.
58022              
58023              Document FNCASE=y as discussed in the bug 20000902.009.
58024              
58025              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
58026              The problem was that rx->minlen was in chars while pp_split()
58027              thought it would be in bytes. 
58028              
58029              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
58030              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
58031              
58032              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
58033              
58034              Fix a couple of compiler-noted nits in #7235.
58035              
58036              Tweak the test of #7235.
58037              
58038              One more ~utf8 tweak.
58039              
58040              -w cleanup.
58041              Subject: Re: Problems with bleadperl 
58042              
58043              Subject: small pod patch
58044              
58045              Subject: [PATCH perlguts.pod] Document offset hack
58046              
58047              Add Charles Lane.
58048              
58049              Add the capability to include/exclude branches.
58050              
58051              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
58052              
58053              Detect early whether the std streams have gone bad.
58054              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58055              
58056              More IoTYPE sprinkling.
58057              
58058              Workaround for a sfio bug where the stream error indicator
58059              is not cleared as documented.
58060              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58061              
58062              Clarify documentation on 'use bytes'.
58063              Subject: Re: What does 'use bytes' "mean" ?
58064              
58065              Show the failed remote port, instead of the failing line number.
58066              Subject: [PATCH 5.6.1 Debugger] More diagnostics
58067              
58068              Make Cwd more bulletproof in chrooted environments.
58069              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
58070              
58071              Subject: Pod patch for Devel::Peek
58072              
58073              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
58074              
58075              Borland C fstat() never saw the fd as writable.
58076              Subject: fix for Borland's weak "stat" (perl@7211)
58077              
58078              Missing change from #7362.
58079              
58080              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
58081              
58082              Add the test case for the bug id 20000730.004 which seems
58083              to have been fixed by now.
58084              
58085              Fix of sorts for bug id 20000901.092.  There seems to be no trace
58086              of a 'pmshort' anywhere in the B, so the offending line was simply
58087              removed.
58088              
58089              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
58090              
58091              Subject: PATCH do_print has 2 PerlIO_error()s
58092              
58093              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
58094              
58095              Typo noted by Mark Lutz.
58096              
58097              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
58098              
58099              In the latest compiler builds cccdlflags must not become -fpic,
58100              from Wilfredo Sánchez.
58101              
58102              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
58103              
58104              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
58105              
58106              SOCKS function redefinitions need prototypes, too, otherwise
58107              for example 32 bit versus 64 bit differences cause a lot of
58108              problems.  Part of
58109              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58110              
58111              Portability tweak on #7377.
58112              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
58113              
58114              Don't write double values through long double pointers,
58115              based on a part of
58116              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58117              
58118              Reëntrancy fix.
58119              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58120              
58121              Make scan_num() reëntrant, as suggested in
58122              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58123              
58124              Fix for ID 20001020.006, concatenating an unset submatch
58125              with utf8 resulted in "Modification of a read-only value".
58126              
58127              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
58128              
58129              The #7383 was right only in the context of the original bug report,
58130              not in more general case.
58131              
58132              Update Changes.
58133              
58134              Testcases for a #7383,#7385 related bug.
58135              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
58136              
58137              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
58138              
58139              Tweak the Is* definitions of Unicode character classes
58140              to better match the official categorizations; embrace
58141              the official categorizations; add the combining marks
58142              as alpha (and -numeric); fix DCinital (a typo and edito)
58143              to be DCmedial.
58144              
58145              Hints tweak from Anton Berezin.
58146              
58147              Subject: installman go-faster stripes
58148              Subject: Re: installman go-faster stripes
58149              
58150              Subject: [ID 20001021.003] updated hints/openbsd.sh
58151              
58152              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
58153              
58154              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58155              
58156              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
58157              
58158              Doc patch.
58159              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
58160              
58161              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
58162              
58163              Subject: Re: [ID 20001021.005] SEGV with regex match 
58164              
58165              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
58166              
58167              The change #7187 was not so good on VMS.
58168              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
58169              
58170              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
58171              
58172              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
58173              
58174              Document PERL_INSTALL_ROOT of #7210.
58175      Branch: maint-5.6/perl
58176           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
58177           +> t/lib/tie-splice.t
58178            - lib/unicode/Is/DCinital.pl
58179           !> (integrate 112 files)
58180 ____________________________________________________________________________
58181 [  8158] By: jhi                                   on 2000/12/17  23:04:24
58182         Log: Subject: [PATCHES] RE: perl@8150 
58183              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
58184              Date: Sun, 17 Dec 2000 21:46:39 +0100
58185              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
58186              
58187              Neither cygwin has a getpwuid() one can trust on.
58188      Branch: perl
58189            ! t/lib/glob-basic.t
58190 ____________________________________________________________________________
58191 [  8157] By: jhi                                   on 2000/12/17  23:01:54
58192         Log: More MAN.PODS => {} fixes.
58193      Branch: perl
58194            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
58195            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
58196            ! os2/OS2/REXX/Makefile.PL
58197 ____________________________________________________________________________
58198 [  8156] By: gsar                                  on 2000/12/17  22:49:13
58199         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
58200              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
58201              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
58202              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
58203              7201,7204 from mainline
58204              
58205              Remove vestiges of tr//CU.
58206              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58207              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58208              
58209              The return value of setlocale must be copied away.
58210              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58211              
58212              Allow chop() and chomp() to be overridden.
58213              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58214              
58215              Hints optimization.
58216              Subject: Minor nit
58217              
58218              Subject: [PATCH] de-wall t/README
58219              
58220              Subject: Re: Two advertising clauses need to be removed
58221              
58222              Batch of UTF-8 patches from Simon Cozens.
58223              
58224              Fix for a parsing bug, not for the original bug.
58225              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
58226              
58227              Compilation warnings and an error.
58228              
58229              Subject: File::Find 5.7.0 POD nits
58230              
58231              Subject: [PATCH perl-5.7.0] continued -Wformat support
58232              
58233              The one that got away.
58234              
58235              Subject: Re: perl@7078
58236              
58237              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
58238              convertable to bytes by checking it doesn't go above 0xc3
58239              Subject: Re: perl@7078
58240              
58241              Replace #7084 with
58242              Subject: Re: perl@7078 
58243              
58244              We don't need to count the high bit bytes, a boolean is enough. 
58245              
58246              Subject: [PATCH] utf8.c apidoc
58247              
58248              Subject: Re: perl@7078 
58249              
58250              Botched the #7090 check-in.
58251              
58252              Fix for the charnames.t failures from Spider Boardman.
58253              
58254              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
58255              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
58256              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
58257              0 to checking to get the warning.
58258              
58259              Subject: [PATCH] Nits in perlmod.pod
58260              
58261              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
58262              
58263              Subject: Re: unicode support and perl [ID 20000901.097]
58264              
58265              Subject: Re: unicode support and perl [ID 20000901.097]
58266              
58267              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
58268              
58269              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
58270              
58271              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
58272              
58273              Subject: [PATCH@blead] Fix some recursion in overload.pm
58274              
58275              s/Robin Parker/Robin Barker/
58276              
58277              Subject: [PATCH] Fix aliasing of tied filehandles
58278              
58279              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
58280              
58281              Subject: Re: [PATCH 5.005_64 missed]
58282              
58283              SOCK_DGRAM and listen() do not mix as reported in
58284              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
58285              The patch for 5.7.0+ had to be reengineered, though.
58286              
58287              Subject: DOC PATCH 5.6.0
58288              
58289              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
58290              
58291              Document the issue (is not a syntax error, kind of)
58292              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
58293              
58294              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
58295              Did not apply cleanly, manual intervention was needed.
58296              
58297              Subject: [PATCH] DLL not restartabke with threaded perl
58298              
58299              Inside require() $^S was always left undefined.
58300              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
58301              
58302              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
58303              
58304              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
58305              
58306              Regen headers.
58307              
58308              Subject: [PATCH 5.7.0] Epoc update
58309              
58310              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
58311              as suggested by Olaf Flebbe and Nick Clark.
58312              
58313              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
58314              
58315              Misplaced else.
58316              
58317              Scale down the VMS message boxes, by Charles Lane.
58318              Fix for ID 20000903.009, workaround at
58319              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
58320              
58321              Subject: [ID 20001003.006] B::Debug not -w clean
58322              
58323              Test harness update to sync with the new perlcc,
58324              from Simon Cozens.
58325              
58326              One remaining nit less at the VMS mailbox sizing.
58327              
58328              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58329              
58330              It is possible to have no hosts database at all.  Pointed out in
58331              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58332              
58333              Subject: [PATCH 5.7.0] h2xs not working
58334              Subject: [PATCH 5.7.0] h2xs not documenting the created module
58335              
58336              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
58337              
58338              Subject: perlhack.pod Patch for Externals Tools
58339              
58340              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
58341              
58342              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
58343              
58344              Enable disabling scripts installation by Configure -Uinstallscripts,
58345              suggested by H. Merijn Brand.
58346              
58347              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
58348              reported several times by Dominic Dunlop, for example in
58349              ID 20000315.008.  Patch from Dominic.  Patch affects at
58350              least MachTen, and possibly other oldish BSDs. Should not
58351              break non-broken platforms (tested on LinuxPPC). 
58352              
58353              Regen toc.
58354              
58355              Subject: Re: Questions about Tie::Array and perl modules
58356              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
58357              
58358              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
58359              
58360              Tweak #7153.
58361              
58362              IO::Handle->syswrite() did not handle length omission
58363              like CORE::syswrite() does.
58364              Subject: [Fwd] IO::Handle, syswrite and arguments
58365              The original patch from andrew@ugh.net.au.
58366              
58367              Also the $ccflags is needed for the C compiler check.
58368              Subject: Configure (check for C-compiler)
58369              
58370              Eliminate $Is_VMS code from the test.
58371              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
58372              
58373              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
58374              as the first option of cc/ld because of ultrapicky compilers
58375              (e.g. OS/390 R2.5)
58376              
58377              Change the version number of Tie::Handle in the core to 4.0,
58378              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
58379              Subject: Note on Tie::Handle
58380              
58381              UTF8ize split() so that the cloned substrings get the UTF8
58382              flag of the original scalar.  Problem reported by Simon Cozens.
58383              
58384              save_re_context() could reset PL_curcop to freed memory, causing core
58385              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
58386              
58387              Subject: PATCH 5.6 perldebguts grammar cleanup
58388              
58389              Add a todo note about overloadable assertions.
58390              
58391              on Windows, LoadLibrary() could load an extension DLL multiple
58392              times if forward slashes are used in the path
58393              
58394              on Windows, cwd strings in the environment should be of the
58395              form =X:=X:\foo instead of =X=X:\foo\
58396              
58397              on Windows, avoid potential exception (could happen if MSVCRT isn't
58398              being used) when closing a socket handle
58399              
58400              avoid nonportable example code
58401              
58402              Windows9x doesn't support link(), despite what Config.pm
58403              might think
58404              
58405              pod nit
58406              
58407              Change #7160 had a nasty typo.
58408              
58409              Warn about unknown scripts.
58410              Subject: Re: ideas? patches? [PATCH bleadperl]
58411              
58412              on Windows, clean targets might not work under some flavors of the shell
58413              
58414              tweak for change#7173
58415              
58416              Make eq work again with utf8 (disabling the upgrading
58417              should no more be necessary since the copies of the
58418              scalars are upgraded, not the scalars themselves).
58419              Takes care of ID 20001009.001.  (The claimed length()
58420              bug in 20001009.001 seems bogus to me.)
58421              
58422              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
58423              
58424              Upgrade to CGI.pm 2.74, from Lincoln Stein.
58425              
58426              Upgrade to podlators 1.04, from Russ Allbery.
58427              
58428              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
58429              
58430              Quote the temp file name, needed in Win32 because the
58431              default name unfortunately contains spaces, shouldn't
58432              hurt elsewhere.
58433              Subject: FW: perldoc fails if $TEMP contains spaces
58434              
58435              Subject: RE: [ID 19990803.001] README.win32 suggestions 
58436              
58437              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
58438              
58439              Subject: Re: utf8 concat, mg_get
58440              
58441              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
58442              
58443              Subject: [PATCH: perl@7181] op/tr tests on OS/390
58444              
58445              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
58446              
58447              Use the versiononly instead of the installscripts,
58448              retract the changes 7146 and 7147.
58449              
58450              Reapply Andy's patch and regen Configure.
58451              
58452              Add the test case for #7190, from the original bug report
58453              by Andreas König.
58454              
58455              Remove duplicated code.
58456              
58457              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
58458              
58459              restore change#7202
58460      Branch: maint-5.6/perl
58461           !> (integrate 121 files)
58462 ____________________________________________________________________________
58463 [  8155] By: jhi                                   on 2000/12/17  22:30:58
58464         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
58465              From: "Craig A. Berry" <craigberry@mac.com>
58466              Date: Sun, 17 Dec 2000 13:09:28 -0600
58467              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
58468              
58469              MAN.PODS => ' ' is naughty.
58470      Branch: perl
58471            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
58472 ____________________________________________________________________________
58473 [  8154] By: nick                                  on 2000/12/17  22:07:13
58474         Log: MULTIPLICITY nit.
58475      Branch: perl
58476            ! mg.c
58477 ____________________________________________________________________________
58478 [  8153] By: gsar                                  on 2000/12/17  21:23:05
58479         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
58480              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
58481              from mainline
58482              
58483              Document the SvIOK_.*UV().
58484              
58485              Update Unicode todo list.
58486              
58487              Guard against bad string->int conversion for quads.
58488              
58489              Subject: small apidoc fix
58490              
58491              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58492              
58493              Subject: [PATCH] Tied filehandle documentation
58494              
58495              Subject: [PATCH] Modernize Opcode.pm documentation
58496              
58497              Make Data::Dumper (non-XS) to work with changed semantics of ref().
58498              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58499              [applied even though said semantics didn't change in 5.6.x]
58500              
58501              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58502              
58503              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58504              
58505              Fix the URL, but the server is still missing in action.
58506              Subject: [ID 20000905.002] perlfaq1.pod URL error
58507              
58508              Subject: [ID 20000903.001] \w in utf8-strings
58509              
58510              Fix the ccversion detection for 5.1 and beyond.
58511              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58512              
58513              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58514              
58515              Subject: [ID 20000904.008] Tiny fix for perldiag
58516              
58517              Subject: Re: [ID 20000906.004] segfault with bad perl statement
58518              
58519              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58520              
58521              Subject: [ID 20000908.002] perlipc documentation bug.
58522              
58523              Subject: [PATCH lib/Benchmark.pm]
58524              
58525              Re-allow vec() for characters > 255.
58526              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58527              
58528              Do away with memory models cruft.  Sorry, PDP users.
58529              
58530              Continue #7041.
58531              
58532              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58533              
58534              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58535              
58536              Upgrade to CPAN 1.57_65, from Andreas König.
58537              
58538              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58539              by Russ Allbery.
58540              
58541              Silence t/pod/*.t about alternate quote-mappings now implemented
58542              by Pod::Text, from Brad Appleton.
58543              
58544              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58545              Subject: borland C++ win32.c tweak
58546              
58547              C<@a = @b = split(...)> optimization coredumps under ithreads
58548              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58549              
58550              Document the SvUTF8*().
58551              
58552              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58553              
58554              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58555              
58556              Do in VMS as the #7054 does.
58557              
58558              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58559              
58560              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58561              
58562              Subject: [patch: perl@7045] vms updates
58563              
58564              Test for the #7049.
58565              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58566              
58567              Break up the myconfig lines a bit.
58568              Subject: perlbug/perl -V output format
58569              
58570              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58571              
58572              The #7054 truncated Configure badly.
58573              
58574              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58575              initialization in all the threads on Windows
58576              
58577              Allow for whitespace between "#" and "line" in cpp output.
58578              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58579              
58580              Remove vestiges of tr//CU.
58581              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58582              
58583              The return value of setlocale must be copied away.
58584              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58585              
58586              Allow chop() and chomp() to be overridden.
58587              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58588              
58589              Hints optimization.
58590              Subject: Minor nit
58591              
58592              Subject: [PATCH] de-wall t/README
58593              
58594              Subject: Re: Two advertising clauses need to be removed
58595      Branch: maint-5.6/perl
58596           !> (integrate 75 files)
58597 ____________________________________________________________________________
58598 [  8152] By: gsar                                  on 2000/12/17  20:30:11
58599         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
58600              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
58601              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
58602              
58603              Don't attach -ld to the archname if pointless.
58604              
58605              Document UNTIE in a very minimalistic way.
58606              
58607              POSIX doesn't report long double values under -Duselongdouble
58608              when the long doubles are "real" (bigger than doubles).
58609              
58610              More author updates.
58611              
58612              Try to deduce NV_MAX.  Really should be Configure fodder.
58613              
58614              :: not allowed in pathnames, change to .
58615              Subject: [PATCH perl@6938] cygwin port
58616              
58617              Forget about NV_MAX (#6951).  Various floating point tweaks,
58618              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58619              
58620              Move the Solaris 7 scan to use64bitall, make the
58621              failure to find 64-bot sparc libc to mention the
58622              possibility of being in an intel, from Lupe and Alan.
58623              
58624              Regen perltoc.
58625              
58626              AUTHORS tweaks, from Peter Prymmer.
58627              
58628              More address tweaking.
58629              
58630              Small tweaks all over.
58631              
58632              File::Temp patches from Andreas König,
58633              
58634              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58635              
58636              Subject: CPAN.pm beta 1.57_57 for the core
58637              
58638              Part of the solution.
58639              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58640              
58641              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58642              
58643              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58644              
58645              Add the overload warnings to perldiag.
58646              
58647              Drop unused argument.
58648              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58649              
58650              Subject: Nit in Configure (bleadperl@6961)
58651              
58652              Update to PodParser 1.18, from Brad Appleton.
58653              
58654              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58655              
58656              Subject: [PATCH: 6948] add SCNfldbl to configure.com
58657              
58658              Document UNTIE. Also tweak implementation to suppress the 'inner references'
58659              warning when UNTIE exists and instead pass the cound of extra references to
58660              the UNTIE method.
58661              
58662              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58663              so that case-ignoring systems like DCL can tell them from
58664              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58665              
58666              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58667              
58668              Feature ordering tweak.
58669              
58670              Regen perltoc.
58671              
58672              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58673              
58674              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58675              
58676              Subject: http:// in L<>
58677              
58678              Detypo.
58679              
58680              change#6791 accidentally clobbered change#6710, put it back
58681              
58682              Only the first line, thank you very much.
58683              
58684              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58685              plus rework the http: spots as suggested by Tom Christiansen,
58686              plus regen perltoc.
58687              
58688              Undo part of change 6489 which looks like a bulk edit which
58689              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58690              The supressing of main:: on return from select() is undesirable.
58691              
58692              Apparently avoiding the swapping is too costly.
58693              
58694              Various Configure nits by Philip Newton,
58695              plus the ebcdic one by me.
58696              
58697              Make certain cc is set before trying to run it.
58698              
58699              If overloaded %{} etc. return the object do not loop.
58700              Thus  sub deref { $_[0] } functions if object is wanted type.
58701              
58702              Update perlhist.
58703              
58704              More %{} and other deref special casing - do not pass to 'nomethod'.
58705      Branch: maint-5.6/perl
58706           !> (integrate 59 files)
58707 ____________________________________________________________________________
58708 [  8151] By: gsar                                  on 2000/12/17  19:14:38
58709         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
58710              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
58711              
58712              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58713              
58714              Make the epsilon to be relative, not absolute.
58715              
58716              Put back the flags dump as reasoned in
58717              Subject: Re: [PATCH] Glob dumping
58718              
58719              Introduce ccname to keep track of what compiler kind of we have.
58720              
58721              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58722              
58723              Put back the slice accidentally removed by #6907.
58724              
58725              Reset archname and archname64 always, forcing them be
58726              recomputed at each Configure run, make Configure and
58727              the hints files agree on the naming of largefiles variables.
58728              
58729              Don't say "Perl 5.0 source kit".
58730              
58731              Subject: [PATCH] fix misc cast warnings
58732              
58733              Subject: typos in pods
58734              
58735              NVs not necessarily doubles, as pointed out by Yitzchak.
58736              
58737              Subject: [PATCH 6889] add a few ldbl formats to configure.com
58738              
58739              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58740              
58741              Better options for rsync.
58742              
58743              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58744              
58745              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58746              
58747              Subject: [PATCH] Re: UNTIE method 
58748              
58749              A better fix for the Socket building problem from Craig Berry.
58750              
58751              Retract the dummy test, skip the security tests (instead of failing),
58752              explain what the warnings mean.
58753              
58754              Heap decorruption.
58755              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58756              
58757              Update to Unicode 3.0.1.
58758              
58759              Missed one Unicode file.
58760              
58761              Subject: Re: typos in pods
58762              
58763              The #6929 was too skimpy.
58764              
58765              sscanf() may be the only way to read long doubles from strings.
58766              
58767              Reveal Borland's isnan.
58768              Subject: build with BC++ tweak
58769              
58770              Issue useful diagnostic on unknown pod commands.
58771              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58772              
58773              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58774              
58775              Clarify the third case of ftmp-security warnings.
58776              
58777              Make -Dusemorebits find long doubles in Solaris.
58778              
58779              Wrap the test in eval.
58780      Branch: maint-5.6/perl
58781           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58782           +> lib/unicode/PropList.txt lib/unicode/README.perl
58783           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58784           +> lib/unicode/Unicode.301 vms/vmspipe.com
58785            - lib/unicode/Props.txt lib/unicode/UCD300.html
58786            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58787           !> (integrate 305 files)
58788 ____________________________________________________________________________
58789 [  8150] By: jhi                                   on 2000/12/17  18:47:57
58790         Log: Uncheckedin generated files.
58791      Branch: perl
58792            ! global.sym perlapi.c pod/perlapi.pod
58793 ____________________________________________________________________________
58794 [  8149] By: jhi                                   on 2000/12/17  18:41:22
58795         Log: Update Changes.
58796      Branch: perl
58797            ! Changes patchlevel.h
58798 ____________________________________________________________________________
58799 [  8148] By: jhi                                   on 2000/12/17  18:39:16
58800         Log: Subject: [PATCH] Fcntl constants speedup
58801              From: Nicholas Clark <nick@ccl4.org>
58802              Date: Sun, 17 Dec 2000 16:29:24 +0000
58803              Message-ID: <20001217162924.E97668@plum.flirble.org>
58804              
58805              Use IVs for the Fcntl constants instead of NVs.
58806      Branch: perl
58807            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
58808 ____________________________________________________________________________
58809 [  8147] By: jhi                                   on 2000/12/17  18:33:41
58810         Log: Add test for #8145 (binmode() warning), add warning for
58811              ioctl() and sockpair(), document them. (fileno() cannot
58812              be tripwired with the same kind of warning because
58813              'defined fileno($foo)' seems to be an idiom.)
58814      Branch: perl
58815            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
58816 ____________________________________________________________________________
58817 [  8146] By: gsar                                  on 2000/12/17  18:09:08
58818         Log: update Changes
58819      Branch: maint-5.6/perl
58820            ! Changes
58821 ____________________________________________________________________________
58822 [  8145] By: jhi                                   on 2000/12/17  17:39:35
58823         Log: Subject: [PATCH] Re: The long awaited feature ...
58824              From: Simon Cozens <simon@cozens.net>
58825              Date: Sun, 17 Dec 2000 12:31:56 +0000
58826              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
58827              
58828              Add a warning to binmode() about using bad filehandles
58829              (can happen e.g. if someone forgets the filehandle argument)
58830      Branch: perl
58831            ! pp_sys.c
58832 ____________________________________________________________________________
58833 [  8144] By: jhi                                   on 2000/12/17  17:33:48
58834         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
58835              From: Jonathan Stowe <gellyfish@gellyfish.com>
58836              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
58837              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
58838      Branch: perl
58839            ! lib/Net/Ping.pm
58840 ____________________________________________________________________________
58841 [  8143] By: jhi                                   on 2000/12/17  05:31:37
58842         Log: Polymorphic regexps.
58843              
58844              Fixes at least the bugs 20001028.003 (both of them...) and
58845              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
58846              also to be fixed by now, probably already before this patch.
58847      Branch: perl
58848            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
58849            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
58850            ! t/op/utf8decode.t t/pragma/utf8.t
58851 ____________________________________________________________________________
58852 [  8142] By: jhi                                   on 2000/12/16  17:16:05
58853         Log: Subject: [patch perl@8102] dos/djgpp update
58854              From: Laszlo Molnar <ml1050@freemail.hu>
58855              Date: Sat, 16 Dec 2000 01:40:52 +0100
58856              Message-ID: <20001216014052.A335@freemail.hu>
58857      Branch: perl
58858            ! djgpp/config.over t/base/commonsense.t
58859 ____________________________________________________________________________
58860 [  8141] By: jhi                                   on 2000/12/16  17:09:27
58861         Log: Few uncheckedin files.
58862      Branch: perl
58863            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
58864 ____________________________________________________________________________
58865 [  8140] By: nick                                  on 2000/12/15  22:14:31
58866         Log: Integrate mainline
58867      Branch: perlio
58868           !> (integrate 53 files)
58869 ____________________________________________________________________________
58870 [  8139] By: jhi                                   on 2000/12/15  19:49:49
58871         Log: One more IVUV tweak from Nicholas Clark.
58872      Branch: perl
58873            ! sv.c
58874 ____________________________________________________________________________
58875 [  8138] By: jhi                                   on 2000/12/15  19:17:06
58876         Log: Return of the IVUV-preservation, now seems to be happy even
58877              in Digital UNIX (the broken strtoul brokenness detection
58878              seems to have been the fly in the ointment).
58879      Branch: perl
58880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58881            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
58882            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
58883            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
58884            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58885            ! vos/config.ga.h win32/config.bc win32/config.gc
58886            ! win32/config.vc
58887 ____________________________________________________________________________
58888 [  8137] By: jhi                                   on 2000/12/15  18:12:14
58889         Log: Metaconfig unit change for #8136.
58890      Branch: metaconfig
58891            ! U/modified/d_strtoul.U
58892      Branch: metaconfig/U/perl
58893            ! d_strtoull.U d_strtouq.U
58894 ____________________________________________________________________________
58895 [  8136] By: jhi                                   on 2000/12/15  18:11:35
58896         Log: I don't think it's sensible or portable to test the strtou*
58897              on /^-/ strings.
58898      Branch: perl
58899            ! Configure
58900 ____________________________________________________________________________
58901 [  8135] By: jhi                                   on 2000/12/15  17:18:49
58902         Log: Metaconfig unit change for #8134.
58903      Branch: metaconfig
58904            ! U/modified/d_strtoul.U
58905 ____________________________________________________________________________
58906 [  8134] By: jhi                                   on 2000/12/15  17:14:13
58907         Log: If longsize is 8 we don't need a LL suffix for integer constants.
58908      Branch: perl
58909            ! Configure config_h.SH
58910 ____________________________________________________________________________
58911 [  8133] By: jhi                                   on 2000/12/15  16:00:23
58912         Log: Update Changes.
58913      Branch: perl
58914            ! Changes patchlevel.h
58915 ____________________________________________________________________________
58916 [  8132] By: jhi                                   on 2000/12/15  15:44:16
58917         Log: Some compilers get huffy if you do not cast a const pointer
58918              to a non-const when assigning.
58919      Branch: perl
58920            ! gv.c
58921 ____________________________________________________________________________
58922 [  8131] By: jhi                                   on 2000/12/15  15:38:30
58923         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
58924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58925              Date: Fri, 15 Dec 2000 05:26:57 -0500
58926              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
58927      Branch: perl
58928            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
58929            ! t/pragma/overload.t
58930 ____________________________________________________________________________
58931 [  8130] By: jhi                                   on 2000/12/15  15:36:08
58932         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
58933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58934              Date: Thu, 14 Dec 2000 22:02:43 -0500
58935              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
58936      Branch: perl
58937            ! gv.c perl.h
58938 ____________________________________________________________________________
58939 [  8129] By: jhi                                   on 2000/12/15  15:34:16
58940         Log: Subject: PATCH: h2xs nit
58941              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58942              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
58943              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
58944              
58945              Add a template README.
58946      Branch: perl
58947            ! utils/h2xs.PL
58948 ____________________________________________________________________________
58949 [  8128] By: jhi                                   on 2000/12/15  15:32:22
58950         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
58951      Branch: perl
58952            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
58953 ____________________________________________________________________________
58954 [  8127] By: jhi                                   on 2000/12/15  15:19:34
58955         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
58956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58957              Date:     Thu, 14 Dec 2000 20:04:42 EST
58958              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
58959      Branch: perl
58960            ! ext/Opcode/Opcode.xs
58961 ____________________________________________________________________________
58962 [  8126] By: jhi                                   on 2000/12/15  15:17:49
58963         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
58964              From: Peter Prymmer <pvhp@forte.com>
58965              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
58966              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
58967      Branch: perl
58968            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
58969            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
58970            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
58971 ____________________________________________________________________________
58972 [  8125] By: jhi                                   on 2000/12/15  15:11:05
58973         Log: This seems to be a stage sane and stable enough to checkin.
58974              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
58975      Branch: perl
58976            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
58977            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
58978            ! t/op/cmp.t t/op/numconvert.t
58979 ____________________________________________________________________________
58980 [  8124] By: jhi                                   on 2000/12/15  04:20:26
58981         Log: Something is really wonky.
58982      Branch: perl
58983            ! sv.c
58984 ____________________________________________________________________________
58985 [  8123] By: jhi                                   on 2000/12/15  04:00:50
58986         Log: Fixes for the IV UV patches to compile in Digital UNIX.
58987      Branch: perl
58988            ! sv.c
58989 ____________________________________________________________________________
58990 [  8122] By: jhi                                   on 2000/12/15  02:53:40
58991         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
58992              From: "Craig A. Berry" <craigberry@mac.com>
58993              Date: Thu, 14 Dec 2000 19:10:49 -0600
58994              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
58995      Branch: perl
58996            ! vms/vms.c
58997 ____________________________________________________________________________
58998 [  8121] By: jhi                                   on 2000/12/15  02:50:00
58999         Log: Metaconfig changes for #8120.
59000      Branch: metaconfig
59001            + U/modified/d_strtoul.U
59002      Branch: metaconfig/U/perl
59003            ! d_strtoull.U d_strtouq.U
59004 ____________________________________________________________________________
59005 [  8120] By: jhi                                   on 2000/12/15  02:49:42
59006         Log: From: Nicholas Clark <nick@ccl4.org> 
59007              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
59008              Date: Thu, 14 Dec 2000 18:38:57 +0000
59009              Message-ID: <20001214183857.B97909@plum.flirble.org>
59010      Branch: perl
59011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59012            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
59013            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
59014            ! vos/config.ga.def vos/config.ga.h win32/config.bc
59015            ! win32/config.gc win32/config.vc
59016 ____________________________________________________________________________
59017 [  8119] By: jhi                                   on 2000/12/14  23:40:58
59018         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
59019              From: Nicholas Clark <nick@ccl4.org>
59020              Date: Wed, 13 Dec 2000 20:08:50 +0000
59021              Message-ID: <20001213200849.B71166@plum.flirble.org>
59022      Branch: perl
59023            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
59024            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
59025 ____________________________________________________________________________
59026 [  8118] By: jhi                                   on 2000/12/14  22:46:26
59027         Log: Integrate perlio.
59028      Branch: perl
59029           !> MANIFEST ext/Encode/compile makedef.pl
59030 ____________________________________________________________________________
59031 [  8117] By: nick                                  on 2000/12/14  22:38:53
59032         Log: Win32 tweaks to get Encode to build
59033              - temp hack to makedef.pl till PerlIO is properly "exported".
59034              - MSVC dislikes  
59035              static encpage_t foo[];
59036              so make 'em extern for now.
59037      Branch: perlio
59038            ! ext/Encode/compile makedef.pl
59039 ____________________________________________________________________________
59040 [  8116] By: nick                                  on 2000/12/14  22:00:53
59041         Log: Document the new files
59042      Branch: perlio
59043            ! MANIFEST
59044 ____________________________________________________________________________
59045 [  8115] By: jhi                                   on 2000/12/14  21:58:01
59046         Log: MANIFEST new files of #8114.
59047      Branch: perl
59048            ! MANIFEST
59049 ____________________________________________________________________________
59050 [  8114] By: jhi                                   on 2000/12/14  21:50:49
59051         Log: Integrate perlio.
59052      Branch: perl
59053           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
59054           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
59055           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
59056           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
59057           !> ext/Encode/Makefile.PL
59058 ____________________________________________________________________________
59059 [  8113] By: jhi                                   on 2000/12/14  21:48:49
59060         Log: The documentation part of the
59061              
59062              Subject: [ID 20001214.002] Net::Ping patch
59063              From: Jonathan Stowe <gellyfish@gellyfish.com>
59064              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
59065              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
59066              since the #7529 had already addressed the same problem.
59067      Branch: perl
59068            ! lib/Net/Ping.pm
59069 ____________________________________________________________________________
59070 [  8112] By: jhi                                   on 2000/12/14  21:42:57
59071         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
59072              From: Dominic Dunlop <domo@computer.org>
59073              Date: Tue, 12 Dec 2000 10:47:10 +0100
59074              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
59075              
59076              Document how elusive subroutines can be.
59077      Branch: perl
59078            ! pod/perlfunc.pod
59079 ____________________________________________________________________________
59080 [  8111] By: jhi                                   on 2000/12/14  21:38:05
59081         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
59082              From: Dominic Dunlop <domo@computer.org>
59083              Date: Thu, 14 Dec 2000 10:13:51 +0100
59084              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
59085      Branch: perl
59086            ! ext/POSIX/POSIX.pod
59087 ____________________________________________________________________________
59088 [  8110] By: jhi                                   on 2000/12/14  21:36:32
59089         Log: Subject: [patch] perlfaq7
59090              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
59091              Date: Thu, 14 Dec 2000 15:31:07 +0100
59092              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
59093      Branch: perl
59094            ! pod/perlfaq7.pod
59095 ____________________________________________________________________________
59096 [  8109] By: jhi                                   on 2000/12/14  21:29:20
59097         Log: Subject: [8104] Encode
59098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59099              Date: Thu, 14 Dec 2000 14:49:34 +0100
59100              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
59101              
59102              Type casting for nervous compilers.
59103      Branch: perl
59104            ! ext/Encode/Encode.xs
59105 ____________________________________________________________________________
59106 [  8108] By: jhi                                   on 2000/12/14  21:26:17
59107         Log: Subject: [8104] DB_File
59108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59109              Date: Thu, 14 Dec 2000 14:49:35 +0100
59110              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
59111              
59112              Type definition incorrect for DB 2.7.7.  Not known when it
59113              changed, so only changed it for a known revision.
59114      Branch: perl
59115            ! ext/DB_File/DB_File.xs
59116 ____________________________________________________________________________
59117 [  8107] By: jhi                                   on 2000/12/14  21:23:41
59118         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
59119              From: Peter Prymmer <pvhp@forte.com>
59120              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
59121              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
59122              
59123              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
59124      Branch: perl
59125            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
59126            ! ext/Encode/Encode/posix-bc.enc
59127 ____________________________________________________________________________
59128 [  8106] By: nick                                  on 2000/12/14  20:36:13
59129         Log: "Cold" build correction to Encode's Makefile.PL
59130      Branch: perlio
59131            ! ext/Encode/Makefile.PL
59132 ____________________________________________________________________________
59133 [  8105] By: nick                                  on 2000/12/14  20:09:37
59134         Log: "Compiled" encodings.
59135              Correct replacement character in EBCDIC .enc files
59136              Add 0x7F to ASCII repertoire.
59137      Branch: perlio
59138            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
59139            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
59140            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
59141            ! ext/Encode/Makefile.PL ext/Encode/compile
59142            ! ext/Encode/encengine.c ext/Encode/encode.h
59143 ____________________________________________________________________________
59144 [  8104] By: nick                                  on 2000/12/14  00:38:20
59145         Log: Integrate mainline
59146      Branch: perlio
59147           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
59148           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
59149           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
59150           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
59151           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
59152           !> t/lib/db-hash.t t/lib/db-recno.t
59153 ____________________________________________________________________________
59154 [  8103] By: nick                                  on 2000/12/13  23:16:13
59155         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
59156              so far and so it does not get lost.
59157      Branch: perlio
59158            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
59159 ____________________________________________________________________________
59160 [  8102] By: jhi                                   on 2000/12/13  17:14:22
59161         Log: Update Changes.
59162      Branch: perl
59163            ! Changes patchlevel.h
59164 ____________________________________________________________________________
59165 [  8101] By: jhi                                   on 2000/12/13  16:53:41
59166         Log: Move the proto of start_glob() to a better place; regen api files.
59167      Branch: perl
59168            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
59169 ____________________________________________________________________________
59170 [  8100] By: jhi                                   on 2000/12/13  16:47:11
59171         Log: Metaconfig change for #8099.
59172      Branch: metaconfig
59173            ! U/modified/Head.U
59174 ____________________________________________________________________________
59175 [  8099] By: jhi                                   on 2000/12/13  16:46:48
59176         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
59177              From: Andy Dougherty <doughera@lafayette.edu>
59178              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
59179              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
59180      Branch: perl
59181            ! Configure
59182 ____________________________________________________________________________
59183 [  8098] By: jhi                                   on 2000/12/13  16:39:02
59184         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
59185              From: rspier@pobox.com (Robert Spier)
59186              Date: Tue, 12 Dec 2000 21:12:39 -0500
59187              Message-ID: <14902.56087.678086.725773@rls.cx>
59188              
59189              fastgetcwd is defined using a glob alias on a $^O dependent basis -
59190              and there was no default assignment or perl subroutine.
59191      Branch: perl
59192            ! lib/Cwd.pm
59193 ____________________________________________________________________________
59194 [  8097] By: jhi                                   on 2000/12/13  16:16:01
59195         Log: Subject: [PATCH] move startglob out of pp_hot.c
59196              From: Nicholas Clark <nick@ccl4.org>
59197              Date: Mon, 11 Dec 2000 23:16:39 +0000
59198              Message-ID: <20001211231638.A55550@plum.flirble.org>
59199      Branch: perl
59200            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
59201 ____________________________________________________________________________
59202 [  8096] By: jhi                                   on 2000/12/13  15:26:23
59203         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
59204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
59205              Date: Wed, 13 Dec 2000 14:01:37 +0100
59206              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
59207              
59208              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
59209              in turn requires libpthread in libswanted.
59210      Branch: perl
59211            ! hints/hpux.sh
59212 ____________________________________________________________________________
59213 [  8095] By: jhi                                   on 2000/12/12  19:51:05
59214         Log: The integration wars continue.
59215      Branch: perl
59216           !> sv.c
59217 ____________________________________________________________________________
59218 [  8094] By: jhi                                   on 2000/12/12  19:48:26
59219         Log: Subject: [PATCH perl@8070] DB_File-1.74  
59220              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
59221              Date: Mon, 11 Dec 2000 23:07:17 -0000
59222              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
59223      Branch: perl
59224            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
59225            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
59226            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
59227            ! t/lib/db-recno.t
59228 ____________________________________________________________________________
59229 [  8093] By: nick                                  on 2000/12/12  19:42:13
59230         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
59231      Branch: perlio
59232            ! sv.c
59233           !> lib/File/DosGlob.pm
59234 ____________________________________________________________________________
59235 [  8092] By: jhi                                   on 2000/12/12  19:28:11
59236         Log: Integrate perlio.
59237      Branch: perl
59238           !> sv.c
59239 ____________________________________________________________________________
59240 [  8091] By: nick                                  on 2000/12/12  18:49:45
59241         Log: Fix for Tk, and upgrading shared SVs.
59242      Branch: perlio
59243            ! sv.c
59244 ____________________________________________________________________________
59245 [  8090] By: jhi                                   on 2000/12/12  16:48:59
59246         Log: Subject: [PATCH] Re: Breadperl & Tk
59247              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59248              Date: Tue, 12 Dec 2000 14:48:27 GMT
59249              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
59250      Branch: perl
59251            ! sv.c
59252 ____________________________________________________________________________
59253 [  8089] By: jhi                                   on 2000/12/12  03:37:19
59254         Log: Subject: DosGlob.pm diff for bash style brace expansion.
59255              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
59256              Date: Fri, 8 Dec 2000 10:45:30 -0600
59257              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
59258      Branch: perl
59259            ! lib/File/DosGlob.pm
59260 ____________________________________________________________________________
59261 [  8088] By: nick                                  on 2000/12/11  23:59:59
59262         Log: Integrate mainline
59263      Branch: perlio
59264           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
59265           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
59266           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
59267           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
59268           !> t/op/local.t t/pragma/warn/toke toke.c
59269 ____________________________________________________________________________
59270 [  8087] By: jhi                                   on 2000/12/11  23:20:23
59271         Log: Integrate perlio.
59272      Branch: perl
59273           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59274 ____________________________________________________________________________
59275 [  8086] By: jhi                                   on 2000/12/11  22:50:59
59276         Log: Tune further the OS detection of CGI.
59277      Branch: perl
59278            ! lib/CGI.pm
59279 ____________________________________________________________________________
59280 [  8085] By: nick                                  on 2000/12/11  22:50:46
59281         Log: Finish 1st pass of "encoding" layer e.g. :
59282              open($fh,"<encoding(iso8859-7)",$greek) || die;
59283      Branch: perlio
59284            ! ext/Encode/Encode.xs perlio.c perliol.h
59285 ____________________________________________________________________________
59286 [  8084] By: jhi                                   on 2000/12/11  22:32:06
59287         Log: Revert the -f ambiguousity patch, seems to cause
59288              too much hassle (the interpret -Q as a function
59289              where Q is not a known filetest part is left in).
59290      Branch: perl
59291            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
59292            ! toke.c
59293 ____________________________________________________________________________
59294 [  8083] By: jhi                                   on 2000/12/11  22:27:23
59295         Log: (accidentally empty check-in)
59296      Branch: perl
59297            ! lib/File/DosGlob.pm
59298 ____________________________________________________________________________
59299 [  8082] By: nick                                  on 2000/12/11  19:09:51
59300         Log: Restore mmap function (broken by tweaks to shared buffer
59301              layer for encode(xxxx)).
59302      Branch: perlio
59303            ! perlio.c
59304 ____________________________________________________________________________
59305 [  8081] By: jhi                                   on 2000/12/11  18:29:13
59306         Log: Subject: Re: The long awaited feature ...
59307              From: Simon Cozens <simon@cozens.net>
59308              Date: Mon, 11 Dec 2000 15:54:24 +0000
59309              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
59310              
59311              More io/utf8 tests.
59312      Branch: perl
59313            ! t/io/utf8.t
59314 ____________________________________________________________________________
59315 [  8080] By: jhi                                   on 2000/12/11  18:19:36
59316         Log: Subject: PATCH MakeMaker manpage clarification
59317              From: andreas.koenig@anima.de (Andreas J. Koenig)
59318              Date: 10 Dec 2000 20:46:13 +0100
59319              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
59320      Branch: perl
59321            ! lib/ExtUtils/MakeMaker.pm
59322 ____________________________________________________________________________
59323 [  8079] By: jhi                                   on 2000/12/11  15:35:07
59324         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
59325              From: Simon Cozens <simon@cozens.net>
59326              Date: Sun, 10 Dec 2000 19:06:19 +0000
59327              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
59328      Branch: perl
59329            ! ext/B/B/Deparse.pm t/lib/b.t
59330 ____________________________________________________________________________
59331 [  8078] By: jhi                                   on 2000/12/11  15:09:11
59332         Log: Subject: [PATCH] docs on NaN
59333              From: Nicholas Clark <nick@ccl4.org>
59334              Date: Mon, 11 Dec 2000 01:48:38 +0000
59335              Message-ID: <20001211014838.B99205@plum.flirble.org>
59336      Branch: perl
59337            ! pod/perlop.pod
59338 ____________________________________________________________________________
59339 [  8077] By: jhi                                   on 2000/12/11  15:02:21
59340         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
59341              From: Simon Cozens <simon@cozens.net>
59342              Date: Mon, 11 Dec 2000 01:21:45 +0000
59343              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
59344      Branch: perl
59345            ! pp.c pp_hot.c scope.c t/op/local.t
59346 ____________________________________________________________________________
59347 [  8076] By: nick                                  on 2000/12/10  20:43:32
59348         Log: Not merge worthy...
59349              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
59350              syntax is modelled on attributes.
59351              Untested fix for io/utf8 on Win32 etc.
59352              Very clumsy start to the encode layer.
59353      Branch: perlio
59354            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59355 ____________________________________________________________________________
59356 [  8075] By: jhi                                   on 2000/12/10  18:39:33
59357         Log: Darwin is not Windows.
59358      Branch: perl
59359            ! lib/CGI.pm
59360 ____________________________________________________________________________
59361 [  8074] By: jhi                                   on 2000/12/10  18:31:27
59362         Log: Subject: Ambiguous -%c() resolved as a file test
59363              From: "Paul Marquess" <Paul.Marquess@openwave.com>
59364              Date: Sun, 10 Dec 2000 15:35:07 -0000
59365              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
59366      Branch: perl
59367            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
59368 ____________________________________________________________________________
59369 [  8073] By: jhi                                   on 2000/12/10  18:16:29
59370         Log: Subject: PATCH installperl misinformed 
59371              From: andreas.koenig@anima.de (Andreas J. Koenig)
59372              Date: 10 Dec 2000 13:01:32 +0100 
59373              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
59374      Branch: perl
59375            ! installperl
59376 ____________________________________________________________________________
59377 [  8072] By: jhi                                   on 2000/12/10  18:07:55
59378         Log: The walkoptree confusion rages; walkoptree() seems to be coming
59379              from B.xs, while walkoptree_slow() comes from B.pm.
59380      Branch: perl
59381            ! ext/B/B.pm
59382 ____________________________________________________________________________
59383 [  8071] By: nick                                  on 2000/12/10  11:45:47
59384         Log: Integrate mainline
59385      Branch: perlio
59386           +> t/base/commonsense.t
59387           !> (integrate 37 files)
59388 ____________________________________________________________________________
59389 [  8070] By: jhi                                   on 2000/12/10  04:46:21
59390         Log: Update Changes.
59391      Branch: perl
59392            ! Changes patchlevel.h
59393 ____________________________________________________________________________
59394 [  8069] By: jhi                                   on 2000/12/10  04:39:19
59395         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
59396              From: andreas.koenig@anima.de (Andreas J. Koenig)
59397              Date: 09 Dec 2000 17:14:25 +0100
59398              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
59399      Branch: perl
59400            + t/base/commonsense.t
59401            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
59402 ____________________________________________________________________________
59403 [  8068] By: jhi                                   on 2000/12/10  04:17:36
59404         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
59405              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59406              Date: Sat, 9 Dec 2000 16:47:22 -0000
59407              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
59408      Branch: perl
59409            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
59410            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
59411            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
59412            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
59413            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
59414            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
59415            ! t/lib/sdbm.t
59416 ____________________________________________________________________________
59417 [  8067] By: jhi                                   on 2000/12/10  03:52:02
59418         Log: Test case for #8066.
59419      Branch: perl
59420            ! t/op/misc.t
59421 ____________________________________________________________________________
59422 [  8066] By: jhi                                   on 2000/12/10  03:50:30
59423         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
59424              From: Simon Cozens <simon@cozens.net>
59425              Date: Sun, 10 Dec 2000 00:55:37 +0000
59426              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
59427      Branch: perl
59428            ! pp_sys.c
59429 ____________________________________________________________________________
59430 [  8065] By: jhi                                   on 2000/12/10  03:44:52
59431         Log: Test case for #8064.
59432      Branch: perl
59433            ! t/comp/proto.t
59434 ____________________________________________________________________________
59435 [  8064] By: jhi                                   on 2000/12/10  03:42:32
59436         Log: Subject: Re: prototype of substr
59437              From: Simon Cozens <simon@cozens.net>
59438              Date: Sun, 10 Dec 2000 00:13:33 +0000
59439              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
59440              
59441              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
59442              In other words, make the returned prototypes for any function
59443              stop prepending the ';' optionality marker after the first one.
59444              If they start getting optional, all the rest are optional.
59445      Branch: perl
59446            ! pp.c
59447 ____________________________________________________________________________
59448 [  8063] By: jhi                                   on 2000/12/10  03:39:42
59449         Log: Subject: [PATCH] perlguts.pod
59450              From: Simon Cozens <simon@cozens.net>
59451              Date: Sun, 10 Dec 2000 00:06:47 +0000
59452              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
59453              
59454              Documentation of the different types of ops,
59455              plus the functions in dump.c
59456      Branch: perl
59457            ! pod/perlguts.pod
59458 ____________________________________________________________________________
59459 [  8062] By: jhi                                   on 2000/12/10  03:30:04
59460         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
59461              From: Nicholas Clark <nick@talking.bollo.cx>
59462              Date: Sat, 09 Dec 2000 18:57:25 +0000
59463              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
59464              
59465              Be more robust in weird hostname setups.
59466      Branch: perl
59467            ! t/lib/net-hostent.t
59468 ____________________________________________________________________________
59469 [  8061] By: jhi                                   on 2000/12/10  03:28:21
59470         Log: Pacify fussy compiler. 
59471      Branch: perl
59472            ! pp_sys.c
59473 ____________________________________________________________________________
59474 [  8060] By: jhi                                   on 2000/12/10  02:52:46
59475         Log: Integrate perlio.
59476      Branch: perl
59477           !> pp_sys.c t/io/utf8.t
59478 ____________________________________________________________________________
59479 [  8059] By: nick                                  on 2000/12/09  23:40:14
59480         Log: read/sysread/recv should now be utf8 aware.
59481              Basic test for utf8 read.
59482      Branch: perlio
59483            ! pp_sys.c t/io/utf8.t
59484 ____________________________________________________________________________
59485 [  8058] By: jhi                                   on 2000/12/09  21:56:02
59486         Log: Integrate perlio.
59487      Branch: perl
59488           +> t/io/utf8.t
59489           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
59490 ____________________________________________________________________________
59491 [  8057] By: jhi                                   on 2000/12/09  21:53:35
59492         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
59493              From: Inaba Hiroto <inaba@st.rim.or.jp>
59494              Date: Sun, 10 Dec 2000 05:53:21 +0900
59495              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
59496              
59497              Tests for #8056.
59498      Branch: perl
59499            ! t/op/each.t
59500 ____________________________________________________________________________
59501 [  8056] By: jhi                                   on 2000/12/09  21:51:16
59502         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
59503              From: Inaba Hiroto <inaba@st.rim.or.jp>
59504              Date: Sat, 09 Dec 2000 18:02:00 +0900
59505              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
59506              
59507              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
59508      Branch: perl
59509            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
59510 ____________________________________________________________________________
59511 [  8055] By: nick                                  on 2000/12/09  20:11:48
59512         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
59513              than raw PerlIO_write() - does not seem to break any tests.
59514      Branch: perlio
59515            ! pp_sys.c
59516 ____________________________________________________________________________
59517 [  8054] By: nick                                  on 2000/12/09  19:47:30
59518         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
59519              (sysread, recv and write i.e. formats still to do...)
59520              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
59521              open($fh,">:utf8","name")
59522              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
59523              so no extra overhead is involved.
59524              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
59525              to a non-utf8 stream.
59526              Add initial io/utf8.t
59527              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
59528              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
59529              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
59530      Branch: perlio
59531            + t/io/utf8.t
59532            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
59533 ____________________________________________________________________________
59534 [  8053] By: nick                                  on 2000/12/09  19:26:37
59535         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
59536              was only testing this_utf8.
59537      Branch: perlio
59538            ! toke.c
59539 ____________________________________________________________________________
59540 [  8052] By: nick                                  on 2000/12/09  19:09:41
59541         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
59542              i.e. the output string has one, but don't mess with source assumption.
59543      Branch: perlio
59544            ! toke.c
59545 ____________________________________________________________________________
59546 [  8051] By: jhi                                   on 2000/12/09  16:55:17
59547         Log: Integrate perlio.
59548      Branch: perl
59549           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
59550           !> sv.c thrdvar.h util.c
59551 ____________________________________________________________________________
59552 [  8050] By: jhi                                   on 2000/12/09  16:48:07
59553         Log: Nits noticed by Peter Prymmer.
59554      Branch: perl
59555            ! lib/ExtUtils/MM_VMS.pm
59556 ____________________________________________________________________________
59557 [  8049] By: nick                                  on 2000/12/09  13:49:40
59558         Log: UTF8 output prework.
59559              - Store $\ and $, as SVs so they can have SvUTF8 flag
59560              - use do_print() rather than raw PerlIO_write() to print them.
59561      Branch: perlio
59562            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
59563            ! thrdvar.h util.c
59564 ____________________________________________________________________________
59565 [  8048] By: nick                                  on 2000/12/09  12:30:43
59566         Log: Integrate mainline.
59567      Branch: perlio
59568           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
59569           +> t/op/reverse.t
59570           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
59571           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
59572           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
59573           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
59574           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
59575           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59576 ____________________________________________________________________________
59577 [  8047] By: jhi                                   on 2000/12/09  00:23:27
59578         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
59579              From: Michael G Schwern <schwern@pobox.com>
59580              Date: Fri, 8 Dec 2000 14:43:04 -0600
59581      Branch: perl
59582            ! lib/ExtUtils/MM_VMS.pm
59583 ____________________________________________________________________________
59584 [  8046] By: jhi                                   on 2000/12/08  23:10:27
59585         Log: A missed check-in.
59586      Branch: perl
59587            ! lib/ExtUtils/Manifest.pm
59588 ____________________________________________________________________________
59589 [  8045] By: jhi                                   on 2000/12/08  21:57:12
59590         Log: (null check-in)
59591      Branch: perl
59592            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
59593 ____________________________________________________________________________
59594 [  8044] By: jhi                                   on 2000/12/08  21:11:06
59595         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
59596              at the final draft stage.
59597      Branch: perl
59598            + ext/Encode/Encode/iso8859-16.enc
59599            ! MANIFEST
59600 ____________________________________________________________________________
59601 [  8043] By: jhi                                   on 2000/12/08  16:39:04
59602         Log: Update Changes.
59603      Branch: perl
59604            ! Changes patchlevel.h
59605 ____________________________________________________________________________
59606 [  8042] By: jhi                                   on 2000/12/08  16:33:39
59607         Log: Do not return the Unicode replacement character if UTF-8
59608              decoding goes awry, it should be up to the caller to decide.
59609      Branch: perl
59610            ! pod/perlapi.pod utf8.c
59611 ____________________________________________________________________________
59612 [  8041] By: jhi                                   on 2000/12/08  16:22:28
59613         Log: metaconfig maintenance.
59614      Branch: metaconfig
59615            ! U/modified/stdchar.U
59616      Branch: metaconfig/U/perl
59617            + testsyml.U
59618 ____________________________________________________________________________
59619 [  8040] By: jhi                                   on 2000/12/08  16:03:08
59620         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
59621              From: sthoenna@efn.org
59622              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
59623              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
59624      Branch: perl
59625            ! Changes lib/ExtUtils/MM_OS2.pm
59626 ____________________________________________________________________________
59627 [  8039] By: jhi                                   on 2000/12/08  15:57:11
59628         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
59629              From: Simon Cozens <simon@cozens.net>
59630              Date: Fri, 8 Dec 2000 13:33:31 +0000
59631              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
59632              
59633              (The pp_hot part needed a rewrite.)
59634      Branch: perl
59635            ! doop.c pp_hot.c utf8.c
59636 ____________________________________________________________________________
59637 [  8038] By: jhi                                   on 2000/12/08  15:25:08
59638         Log: Subject: djSP
59639              From: Michael Stevens <michael@etla.org>
59640              Date: Wed, 6 Dec 2000 23:24:01 +0000
59641              Message-ID: <20001206232400.A21381@firedrake.org>
59642              
59643              Plus a note from Nick Ing-Simmons.
59644      Branch: perl
59645            ! pp.h
59646 ____________________________________________________________________________
59647 [  8037] By: jhi                                   on 2000/12/08  15:18:35
59648         Log: Filetype is text.
59649      Branch: perl
59650            ! t/op/utf8decode.t
59651 ____________________________________________________________________________
59652 [  8036] By: jhi                                   on 2000/12/08  03:31:27
59653         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59654              From: Andy Dougherty <doughera@lafayette.edu>
59655              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
59656              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
59657              
59658              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59659              From: Andy Dougherty <doughera@lafayette.edu>
59660              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
59661              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
59662      Branch: perl
59663            + ext/POSIX/hints/svr4.pl
59664            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
59665 ____________________________________________________________________________
59666 [  8035] By: jhi                                   on 2000/12/08  03:26:01
59667         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
59668              From: Andy Dougherty <doughera@lafayette.edu>
59669              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
59670              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
59671      Branch: perl
59672            ! t/README t/base/term.t
59673 ____________________________________________________________________________
59674 [  8034] By: jhi                                   on 2000/12/08  03:21:59
59675         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
59676              From: mjd@plover.com  
59677              Date: 7 Dec 2000 21:04:20 -0000
59678              Message-ID: <20001207210420.22282.qmail@plover.com>
59679              
59680              Plus -z doc.
59681      Branch: perl
59682            ! pod/perlfunc.pod
59683 ____________________________________________________________________________
59684 [  8033] By: jhi                                   on 2000/12/08  03:19:03
59685         Log: Use the UTF8 macros a bit.  They can't be used with abandon
59686              everywhere because we do generate illegal UTF-8 in some situations.
59687              This is of course naughty.
59688      Branch: perl
59689            ! pod/perlapi.pod utf8.c utf8.h
59690 ____________________________________________________________________________
59691 [  8032] By: jhi                                   on 2000/12/08  03:00:09
59692         Log: Out of sync?
59693      Branch: perl
59694            ! t/pragma/warn/utf8
59695 ____________________________________________________________________________
59696 [  8031] By: jhi                                   on 2000/12/08  02:22:39
59697         Log: Cnt spl.
59698      Branch: perl
59699            ! MANIFEST
59700 ____________________________________________________________________________
59701 [  8030] By: jhi                                   on 2000/12/08  01:23:54
59702         Log: Add test for reverse().
59703      Branch: perl
59704            + t/op/reverse.t
59705            ! MANIFEST
59706 ____________________________________________________________________________
59707 [  8029] By: jhi                                   on 2000/12/08  01:21:47
59708         Log: Integrate perlio.
59709      Branch: perl
59710           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
59711           !> perlio.c perlio.h perlsdio.h warnings.pl
59712 ____________________________________________________________________________
59713 [  8028] By: jhi                                   on 2000/12/08  01:19:08
59714         Log: Introduce macros for UTF8 decoding.
59715      Branch: perl
59716            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59717 ____________________________________________________________________________
59718 [  8027] By: nick                                  on 2000/12/07  22:18:19
59719         Log: Integrate mainline
59720      Branch: perlio
59721           !> embed.pl pod/perlapi.pod utf8.c
59722 ____________________________________________________________________________
59723 [  8026] By: nick                                  on 2000/12/07  21:45:08
59724         Log: Various oddities p4 diff -se showed up
59725              Remove 'our' from warnings.pl
59726      Branch: perlio
59727            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
59728 ____________________________________________________________________________
59729 [  8025] By: nick                                  on 2000/12/07  21:43:32
59730         Log: Change PerlIO_(get|set)pos to take SV *
59731              Should fix, OS/2, VMS, (sfio??)
59732      Branch: perlio
59733            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
59734 ____________________________________________________________________________
59735 [  8024] By: jhi                                   on 2000/12/07  19:05:32
59736         Log: Document utf8_to_uv() better.
59737      Branch: perl
59738            ! pod/perlapi.pod utf8.c
59739 ____________________________________________________________________________
59740 [  8023] By: jhi                                   on 2000/12/07  18:23:47
59741         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
59742      Branch: perl
59743            ! embed.pl pod/perlapi.pod utf8.c
59744 ____________________________________________________________________________
59745 [  8022] By: jhi                                   on 2000/12/07  04:13:51
59746         Log: Integrate perlio.
59747      Branch: perl
59748           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
59749           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
59750           !> win32/makefile.mk
59751 ____________________________________________________________________________
59752 [  8021] By: nick                                  on 2000/12/07  00:28:14
59753         Log: Various attempts at MSVC debug - not sure what has
59754              changed but works now. 
59755              Seems atexit() _may_ work for DLLs built with MSVC so don't
59756              call cleanup that way.
59757      Branch: perlio
59758            ! perlio.c win32/makefile.mk
59759 ____________________________________________________________________________
59760 [  8020] By: nick                                  on 2000/12/06  19:57:20
59761         Log: Integrate mainline
59762      Branch: perlio
59763           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
59764           !> (integrate 75 files)
59765 ____________________________________________________________________________
59766 [  8019] By: nick                                  on 2000/12/06  19:28:21
59767         Log: Add useperlio to config.vc
59768              Turn off binmode in config_H.PL
59769              Regen all the config_H.xx
59770              Attempt to get debugging build with MSVC.
59771      Branch: perlio
59772            ! win32/config.vc win32/config_H.bc win32/config_H.gc
59773            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
59774 ____________________________________________________________________________
59775 [  8018] By: nick                                  on 2000/12/06  19:21:57
59776         Log: Test various dup/external program options on all platforms.
59777      Branch: perlio
59778            ! t/io/dup.t
59779 ____________________________________________________________________________
59780 [  8017] By: nick                                  on 2000/12/06  19:20:47
59781         Log: Fix harness to be less picky
59782      Branch: perlio
59783            ! lib/Test/Harness.pm
59784 ____________________________________________________________________________
59785 [  8016] By: jhi                                   on 2000/12/06  16:45:12
59786         Log: Update Changes.
59787      Branch: perl
59788            ! Changes patchlevel.h
59789 ____________________________________________________________________________
59790 [  8015] By: jhi                                   on 2000/12/06  16:41:03
59791         Log: Test \x{...} with ord().
59792      Branch: perl
59793            ! t/op/ord.t
59794 ____________________________________________________________________________
59795 [  8014] By: jhi                                   on 2000/12/06  16:20:33
59796         Log: Test tweak because of #8013.
59797      Branch: perl
59798            ! t/lib/b.t
59799 ____________________________________________________________________________
59800 [  8013] By: jhi                                   on 2000/12/06  16:09:09
59801         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
59802              From: Michael G Schwern <schwern@pobox.com>
59803              Date: Tue, 5 Dec 2000 21:23:28 -0500
59804              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
59805              
59806              Carp::Heavy parts not very applicable because of recent changes.
59807      Branch: perl
59808            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
59809            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
59810            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
59811            ! lib/Exporter.pm lib/Exporter/Heavy.pm
59812            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
59813            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59814            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
59815            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
59816            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
59817            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
59818            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
59819            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
59820            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
59821            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
59822            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
59823            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
59824            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
59825            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
59826            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
59827            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
59828            ! warnings.pl
59829 ____________________________________________________________________________
59830 [  8012] By: jhi                                   on 2000/12/06  15:22:38
59831         Log: Subject: [PATCH] Re: New harness is failing things
59832              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59833              Date: Wed, 6 Dec 2000 13:00:30 GMT
59834              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
59835      Branch: perl
59836            ! lib/Test/Harness.pm
59837 ____________________________________________________________________________
59838 [  8011] By: jhi                                   on 2000/12/06  15:12:08
59839         Log: Subject: installhtml changes
59840              From: Michael Stevens <michael@etla.org>
59841              Date: Wed, 6 Dec 2000 13:15:53 +0000
59842              Message-ID: <20001206131553.A27317@firedrake.org>
59843      Branch: perl
59844            ! installhtml
59845 ____________________________________________________________________________
59846 [  8010] By: jhi                                   on 2000/12/06  15:06:05
59847         Log: Subject: the dTHR hits
59848              From: Michael Stevens <michael@etla.org>
59849              Date: Wed, 6 Dec 2000 12:06:03 +0000
59850              Message-ID: <20001206120603.A24581@firedrake.org>
59851              
59852              More, errrm, less dTHRs.
59853      Branch: perl
59854            ! bytecode.pl ext/B/B/C.pm
59855 ____________________________________________________________________________
59856 [  8009] By: jhi                                   on 2000/12/06  15:04:25
59857         Log: Subject: MakeMaker mailing list gone?
59858              From: Michael G Schwern <schwern@pobox.com>
59859              Date: Tue, 5 Dec 2000 19:29:59 -0500
59860              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
59861              
59862              The MakeMaker mailing list is dead, perlbug is the right
59863              address to report bugs.
59864      Branch: perl
59865            ! lib/ExtUtils/MakeMaker.pm
59866 ____________________________________________________________________________
59867 [  8008] By: jhi                                   on 2000/12/06  15:00:32
59868         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
59869              From: Michael G Schwern <schwern@pobox.com>
59870              Date: Tue, 5 Dec 2000 19:21:21 -0500
59871              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
59872              
59873              Add a default MANIFEST skip that ignores things like
59874              version control files, editor temporary files, and the Makefile.
59875      Branch: perl
59876            + lib/ExtUtils/MANIFEST.SKIP
59877            ! MANIFEST lib/ExtUtils/Manifest.pm
59878 ____________________________________________________________________________
59879 [  8007] By: jhi                                   on 2000/12/06  14:57:20
59880         Log: In Amiga more manual hackery of the scripts seems to be needed,
59881              from Jan-Erik Karlsson.  Why Configure does not get this right
59882              is unknown, may be shell-induced.
59883      Branch: perl
59884            ! README.amiga
59885 ____________________________________________________________________________
59886 [  8006] By: jhi                                   on 2000/12/05  23:53:12
59887         Log: Add TOPm1s to peek at the second topmost stack item.
59888      Branch: perl
59889            ! pp.h
59890 ____________________________________________________________________________
59891 [  8005] By: jhi                                   on 2000/12/05  23:13:55
59892         Log: Avaunt, you foul UTF-8 tests.
59893      Branch: perl
59894            ! t/op/ver.t t/pragma/utf8.t
59895 ____________________________________________________________________________
59896 [  8004] By: jhi                                   on 2000/12/05  23:09:54
59897         Log: Continue utf8 dispersal. 
59898      Branch: perl
59899            + t/op/concat.t
59900            ! MANIFEST t/pragma/utf8.t
59901 ____________________________________________________________________________
59902 [  8003] By: nick                                  on 2000/12/05  23:02:39
59903         Log: Integrate mainline.
59904      Branch: perlio
59905           +> t/op/length.t t/op/utf8decode.t
59906           !> (integrate 69 files)
59907 ____________________________________________________________________________
59908 [  8002] By: jhi                                   on 2000/12/05  22:59:28
59909         Log: Integrate perlio.
59910      Branch: perl
59911           !> iperlsys.h perl.c perlio.c win32/perllib.c
59912 ____________________________________________________________________________
59913 [  8001] By: nick                                  on 2000/12/05  22:07:52
59914         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
59915              - calloc/free suffer from damage on TerminateThread()
59916              - use PerlMemShared (as originally planned) now fixed
59917              - avoid doing anything important on DLL "detach".
59918      Branch: perlio
59919            ! perl.c perlio.c win32/perllib.c
59920 ____________________________________________________________________________
59921 [  8000] By: nick                                  on 2000/12/05  21:05:09
59922         Log: Fix gross PerlMemShared issue.
59923      Branch: perlio
59924            ! iperlsys.h
59925 ____________________________________________________________________________
59926 [  7999] By: jhi                                   on 2000/12/05  20:46:58
59927         Log: Test for Unicode (UTF-8) hash keys.
59928      Branch: perl
59929            ! t/op/each.t
59930 ____________________________________________________________________________
59931 [  7998] By: jhi                                   on 2000/12/05  20:30:35
59932         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
59933              is now always UTF-8), empty line cosmetics.
59934      Branch: perl
59935            ! t/pragma/utf8.t
59936 ____________________________________________________________________________
59937 [  7997] By: jhi                                   on 2000/12/05  20:15:40
59938         Log: Subject: Re: STRLEN - what?
59939              From: Andy Dougherty <doughera@lafayette.edu>
59940              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
59941              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
59942              
59943              Explain STRLEN.
59944      Branch: perl
59945            ! pod/perlguts.pod
59946 ____________________________________________________________________________
59947 [  7996] By: jhi                                   on 2000/12/05  20:13:34
59948         Log: Split off the UTF-8 decoder tests, make them to check also
59949              the error message.
59950      Branch: perl
59951            + t/op/utf8decode.t
59952            ! MANIFEST t/pragma/utf8.t utf8.c
59953 ____________________________________________________________________________
59954 [  7995] By: jhi                                   on 2000/12/05  16:39:47
59955         Log: Start migrating bits of pragma/utf8 to elsewhere
59956              (since the long term plan is to obsolete 'use utf8').
59957      Branch: perl
59958            + t/op/length.t
59959            ! MANIFEST t/pragma/utf8.t
59960 ____________________________________________________________________________
59961 [  7994] By: jhi                                   on 2000/12/05  16:30:21
59962         Log: Fix a manual edit typo from #7993, fix the message formatting
59963              for Unicode, add few our declarations.
59964      Branch: perl
59965            ! lib/Carp/Heavy.pm
59966 ____________________________________________________________________________
59967 [  7993] By: jhi                                   on 2000/12/05  16:09:15
59968         Log: Subject: Need help with warnings :-(
59969              From: "Ben Tilly" <ben_tilly@hotmail.com>
59970              Date: Tue, 05 Dec 2000 01:35:54 -0500
59971              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
59972              
59973              Subject: UPDATE: Carp/Heavy now passes all tests
59974              From: "Ben Tilly" <ben_tilly@hotmail.com>
59975              Date: Tue, 05 Dec 2000 07:59:41 -0500
59976              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
59977              
59978              The Brave New Carp.
59979      Branch: perl
59980            ! lib/Carp.pm lib/Carp/Heavy.pm
59981 ____________________________________________________________________________
59982 [  7992] By: jhi                                   on 2000/12/05  15:55:08
59983         Log: Subject: [PATCH perl@7979] cygwin port
59984              From: "Eric Fifer" <efifer@dircon.co.uk>
59985              Date: Tue, 5 Dec 2000 14:04:09 -0000
59986              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
59987      Branch: perl
59988            ! t/lib/net-hostent.t
59989 ____________________________________________________________________________
59990 [  7991] By: jhi                                   on 2000/12/05  15:52:34
59991         Log: Subject: Re: [PATCH] The largest hoax of all times?
59992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59993              Date: Tue, 5 Dec 2000 00:40:25 -0500
59994              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
59995              
59996              Subject: Re: [PATCH] The largest hoax of all times?
59997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59998              Date: Mon, 4 Dec 2000 23:55:53 -0500
59999              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
60000              
60001              Subject: Re: [PATCH] The largest hoax of all times?
60002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60003              Date: Tue, 5 Dec 2000 01:28:45 -0500
60004              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
60005              
60006              Fix the unpredictable order of DESTROYs.
60007      Branch: perl
60008            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
60009            ! sv.c sv.h t/op/ref.t
60010 ____________________________________________________________________________
60011 [  7990] By: jhi                                   on 2000/12/05  14:38:53
60012         Log: Subject: [PATCH] shrink pp_hot fractionally
60013              From: Nicholas Clark <nick@ccl4.org>
60014              Date: Tue, 5 Dec 2000 12:44:31 +0000
60015              Message-ID: <20001205124431.E74518@plum.flirble.org>
60016              
60017              Use report_evil_fh().
60018      Branch: perl
60019            ! opcode.pl opnames.h pp_hot.c util.c
60020 ____________________________________________________________________________
60021 [  7989] By: jhi                                   on 2000/12/05  14:21:27
60022         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
60023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60024              Date: Mon, 04 Dec 2000 22:21:59 -0800
60025              Message-ID: <HmIL6gzkgepS092yn@efn.org>
60026              
60027              Harness shouldn't ignore responses like "ok 3\r\r\n".
60028      Branch: perl
60029            ! lib/Test/Harness.pm
60030 ____________________________________________________________________________
60031 [  7988] By: jhi                                   on 2000/12/05  13:51:28
60032         Log: Integrate the "skip" messages to explain().
60033      Branch: perl
60034            ! t/lib/syslfs.t t/op/lfs.t
60035 ____________________________________________________________________________
60036 [  7987] By: jhi                                   on 2000/12/05  12:34:54
60037         Log: The one that got away in #7984.
60038              
60039              Subject: Re: dTHR - what and why?
60040              From: Michael Stevens <michael@etla.org> 
60041              Date: Tue, 5 Dec 2000 11:15:52 +0000
60042              Message-ID: <20001205111552.A4647@firedrake.org>
60043      Branch: perl
60044            ! sv.h
60045 ____________________________________________________________________________
60046 [  7986] By: gsar                                  on 2000/12/05  09:14:44
60047         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
60048              due to the notorious GetFileType() bug in Windows 9x, which fstat()
60049              tickles)
60050      Branch: perl
60051            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
60052 ____________________________________________________________________________
60053 [  7985] By: jhi                                   on 2000/12/05  05:49:03
60054         Log: Integrate perlio.
60055      Branch: perl
60056           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
60057           !> win32/perlhost.h win32/perllib.c
60058 ____________________________________________________________________________
60059 [  7984] By: jhi                                   on 2000/12/05  05:48:16
60060         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
60061      Branch: perl
60062            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
60063            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
60064            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
60065            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
60066            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
60067            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60068            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
60069            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
60070            ! win32/win32.c
60071 ____________________________________________________________________________
60072 [  7983] By: nick                                  on 2000/12/04  23:27:43
60073         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
60074      Branch: perlio
60075            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
60076            ! win32/perlhost.h win32/perllib.c
60077 ____________________________________________________________________________
60078 [  7982] By: jhi                                   on 2000/12/04  19:44:09
60079         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
60080              uncovered by #7980.
60081      Branch: perl
60082            ! op.c
60083 ____________________________________________________________________________
60084 [  7981] By: jhi                                   on 2000/12/04  19:42:07
60085         Log: Subject: [PATCH] Trivial dump.c feature
60086              From: Simon Cozens <simon@cozens.net>
60087              Date: Mon, 4 Dec 2000 18:08:38 +0000
60088              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
60089              
60090              Show whether a constant is UTF-8.
60091      Branch: perl
60092            ! dump.c
60093 ____________________________________________________________________________
60094 [  7980] By: jhi                                   on 2000/12/04  19:36:51
60095         Log: UTF-8 hash keys, patch from Inaba Hiroto.
60096      Branch: perl
60097            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
60098 ____________________________________________________________________________
60099 [  7979] By: jhi                                   on 2000/12/04  17:36:28
60100         Log: Update Changes.
60101      Branch: perl
60102            ! Changes patchlevel.h
60103 ____________________________________________________________________________
60104 [  7978] By: jhi                                   on 2000/12/04  16:42:17
60105         Log: Retract #7977, still too volatile (the euphemism of the day
60106              for unfinished and buggy :-)
60107      Branch: perl
60108            ! doop.c hv.c pp.c sv.h
60109 ____________________________________________________________________________
60110 [  7977] By: jhi                                   on 2000/12/04  16:25:15
60111         Log: (Retracted by #7978, too shaky yet.)
60112              
60113              Subject: Re: utf8 in hash keys, implementor missing
60114              From: Simon Cozens <simon@cozens.net>
60115              Date: Sat, 2 Dec 2000 19:49:35 +0000
60116              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
60117              
60118              The first step at UTF-8 hash keys.
60119      Branch: perl
60120            ! doop.c hv.c pp.c sv.h
60121 ____________________________________________________________________________
60122 [  7976] By: jhi                                   on 2000/12/04  16:13:53
60123         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
60124              From: sthoenna@efn.org
60125              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
60126              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
60127      Branch: perl
60128            ! os2/os2.c perlio.c
60129 ____________________________________________________________________________
60130 [  7975] By: jhi                                   on 2000/12/04  16:05:25
60131         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
60132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60133              Date: Thu, 30 Nov 2000 20:50:37 -0800
60134              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
60135      Branch: perl
60136            ! os2/os2.c
60137 ____________________________________________________________________________
60138 [  7974] By: jhi                                   on 2000/12/04  16:03:57
60139         Log: Subject: [PATCH] ++ 20% faster
60140              From: Nicholas Clark <nick@ccl4.org>
60141              Date: Mon, 4 Dec 2000 12:17:27 +0000
60142              Message-ID: <20001204121726.B52976@plum.flirble.org>
60143              
60144              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
60145      Branch: perl
60146            ! sv.c
60147 ____________________________________________________________________________
60148 [  7973] By: jhi                                   on 2000/12/04  16:00:48
60149         Log: 
60150              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
60151              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60152              Date: Mon, 04 Dec 2000 12:30:45 +0100
60153              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
60154              
60155              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
60156              library (getprotobyname and getprotobynumber are outversioned by
60157              the same calls in libc, at least for xlc version 3.
60158      Branch: perl
60159            ! hints/aix.sh
60160 ____________________________________________________________________________
60161 [  7972] By: jhi                                   on 2000/12/04  02:58:31
60162         Log: Integrate perlio.
60163      Branch: perl
60164           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
60165           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
60166           !> win32/win32.h win32/win32iop.h win32/win32thread.h
60167 ____________________________________________________________________________
60168 [  7971] By: nick                                  on 2000/12/04  00:24:33
60169         Log: Quieten some noise in Win32 builds:
60170              - win32.h is included after <sys/socket.h>, so need to 
60171              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
60172              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
60173      Branch: perlio
60174            ! doio.c perl.h toke.c win32/win32.h
60175 ____________________________________________________________________________
60176 [  7970] By: nick                                  on 2000/12/03  22:57:46
60177         Log: PERL_IMPLICIT_SYS compiles but does not work.
60178      Branch: perlio
60179            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
60180            ! win32/perlhost.h win32/perllib.c win32/win32.h
60181            ! win32/win32iop.h win32/win32thread.h
60182 ____________________________________________________________________________
60183 [  7969] By: jhi                                   on 2000/12/03  22:12:58
60184         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
60185              used to swash_init(), makes regprop() dumps more informative
60186              (+utf8::IsAlpha, -utf8::IsDigit, for example).
60187      Branch: perl
60188            ! regcomp.c regexec.c
60189 ____________________________________________________________________________
60190 [  7968] By: jhi                                   on 2000/12/03  21:39:56
60191         Log: Implement ANYOFUTF8 regprop() dumping.
60192      Branch: perl
60193            ! regcomp.c
60194 ____________________________________________________________________________
60195 [  7967] By: jhi                                   on 2000/12/03  20:57:19
60196         Log: Make uv_to_utf8() to zero-terminate its output buffer,
60197              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
60198      Branch: perl
60199            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
60200 ____________________________________________________________________________
60201 [  7966] By: nick                                  on 2000/12/03  18:41:21
60202         Log: Integrate mainline (STDCHAR)
60203      Branch: perlio
60204           !> Configure t/pragma/utf8.t
60205 ____________________________________________________________________________
60206 [  7965] By: jhi                                   on 2000/12/03  17:58:20
60207         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
60208      Branch: perl
60209            ! t/pragma/utf8.t
60210 ____________________________________________________________________________
60211 [  7964] By: jhi                                   on 2000/12/03  17:35:56
60212         Log: Integrate perlio.
60213      Branch: perl
60214           !> iperlsys.h perlio.c
60215 ____________________________________________________________________________
60216 [  7963] By: jhi                                   on 2000/12/03  17:33:55
60217         Log: Metaconfig unit change for #7962.
60218      Branch: metaconfig
60219            ! U/modified/stdchar.U
60220 ____________________________________________________________________________
60221 [  7962] By: jhi                                   on 2000/12/03  17:33:27
60222         Log: Untangle the <stdio.h> #include nest for the stdchar test,
60223              from Andy Dougherty.
60224      Branch: perl
60225            ! Configure
60226 ____________________________________________________________________________
60227 [  7961] By: nick                                  on 2000/12/03  16:53:00
60228         Log: Make iperlsys.h vector stdio not PerlIO.
60229      Branch: perlio
60230            ! iperlsys.h perlio.c
60231 ____________________________________________________________________________
60232 [  7960] By: nick                                  on 2000/12/03  14:43:01
60233         Log: Integrate mainline
60234      Branch: perlio
60235           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
60236           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
60237 ____________________________________________________________________________
60238 [  7959] By: jhi                                   on 2000/12/03  08:16:36
60239         Log: Use DO_UTF8().
60240      Branch: perl
60241            ! op.c
60242 ____________________________________________________________________________
60243 [  7958] By: jhi                                   on 2000/12/02  18:33:05
60244         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
60245              From: Mike Guy <mjtg@cam.ac.uk>         
60246              Date: Sat, 02 Dec 2000 17:27:13 +0000
60247              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
60248              
60249              An extraneous argument.
60250      Branch: perl
60251            ! toke.c
60252 ____________________________________________________________________________
60253 [  7957] By: jhi                                   on 2000/12/02  18:22:32
60254         Log: A missing hunk.
60255      Branch: perl
60256            ! t/lib/net-hostent.t
60257 ____________________________________________________________________________
60258 [  7956] By: jhi                                   on 2000/12/02  18:06:20
60259         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
60260              From: Nicholas Clark <nick@ccl4.org>
60261              Date: Sat, 2 Dec 2000 14:28:27 +0000
60262              Message-ID: <20001202142827.A12308@plum.flirble.org>
60263              
60264              Test robustness.
60265      Branch: perl
60266            ! t/lib/net-hostent.t
60267 ____________________________________________________________________________
60268 [  7955] By: jhi                                   on 2000/12/02  17:58:06
60269         Log: Metaconfig unit change for #7954.
60270      Branch: metaconfig
60271            ! U/modified/stdchar.U
60272 ____________________________________________________________________________
60273 [  7954] By: jhi                                   on 2000/12/02  17:54:32
60274         Log: An inconvenient hang would happen if the stdio _ptr wasn't
60275              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
60276              would be grepping stdin for all eternity for the _ptr.)
60277      Branch: perl
60278            ! Configure
60279 ____________________________________________________________________________
60280 [  7953] By: jhi                                   on 2000/12/02  00:07:15
60281         Log: Update Changes.
60282      Branch: perl
60283            ! Changes patchlevel.h
60284 ____________________________________________________________________________
60285 [  7952] By: jhi                                   on 2000/12/01  23:54:47
60286         Log: Subject: Re: long shell lines
60287              From: Andy Dougherty <doughera@lafayette.edu>
60288              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
60289              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
60290              
60291              Split overly long shell command lines.
60292      Branch: perl
60293            ! lib/ExtUtils/MM_Unix.pm
60294 ____________________________________________________________________________
60295 [  7951] By: jhi                                   on 2000/12/01  23:48:02
60296         Log: The metaconfig unit change for #7950.
60297      Branch: metaconfig
60298            + U/modified/stdchar.U
60299 ____________________________________________________________________________
60300 [  7950] By: jhi                                   on 2000/12/01  23:47:39
60301         Log: Try to find stdchar also from <stdio_impl.h>.
60302      Branch: perl
60303            ! Configure config_h.SH
60304 ____________________________________________________________________________
60305 [  7949] By: jhi                                   on 2000/12/01  23:46:45
60306         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
60307              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60308              Date: Fri, 1 Dec 2000 16:26:08 -0500
60309              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
60310              
60311              Reword the diagnostic message.
60312      Branch: perl
60313            ! pod/perldiag.pod
60314 ____________________________________________________________________________
60315 [  7948] By: nick                                  on 2000/12/01  22:49:43
60316         Log: Integrate mainline (for s/y/m as sub names stuff).
60317      Branch: perlio
60318           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
60319           !> t/pragma/warn/toke toke.c
60320 ____________________________________________________________________________
60321 [  7947] By: jhi                                   on 2000/12/01  20:55:41
60322         Log: Integrate perlio.
60323      Branch: perl
60324           !> perlio.c perliol.h t/io/pipe.t
60325 ____________________________________________________________________________
60326 [  7946] By: jhi                                   on 2000/12/01  20:36:51
60327         Log: Upgrade to CPAN 1.59_51, from Andreas König.
60328      Branch: perl
60329            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60330 ____________________________________________________________________________
60331 [  7945] By: nick                                  on 2000/12/01  20:31:32
60332         Log: Integrate mainline
60333      Branch: perlio
60334           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
60335           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
60336           +> t/lib/net-hostent.t
60337           !> (integrate 35 files)
60338 ____________________________________________________________________________
60339 [  7944] By: jhi                                   on 2000/12/01  20:23:29
60340         Log: Some help for 20001130.011.  Now one gets warnings like
60341              "Ambiguous -f() resolved as a file test ..."
60342      Branch: perl
60343            ! pod/perldiag.pod t/pragma/warn/toke toke.c
60344 ____________________________________________________________________________
60345 [  7943] By: jhi                                   on 2000/12/01  19:44:44
60346         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
60347              that also breaks using them as methods. 
60348      Branch: perl
60349            ! pod/perldiag.pod t/op/misc.t toke.c
60350 ____________________________________________________________________________
60351 [  7942] By: nick                                  on 2000/12/01  17:56:46
60352         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
60353              Make 'unix' pass most tests
60354              - do unread by temporary push of layer ("pending") holding unread chars
60355              - fast_gets is now based on per-handle flag
60356              - relax one of io/pipe.t tests to allow print to fail and close to
60357              succeed so that it passes on unbuffered "unix" layer.
60358              Remaining fail is sporadic and a genuine race condition between
60359              parent/child in fork test.
60360      Branch: perlio
60361            ! perlio.c perliol.h t/io/pipe.t
60362 ____________________________________________________________________________
60363 [  7941] By: jhi                                   on 2000/12/01  15:28:58
60364         Log: (Retracted by #7943.)
60365              
60366              Reserve the short named string operator names.
60367      Branch: perl
60368            ! pod/perldiag.pod t/op/misc.t toke.c
60369 ____________________________________________________________________________
60370 [  7940] By: jhi                                   on 2000/12/01  06:45:53
60371         Log: Get the three different space character classes right under utf8.
60372      Branch: perl
60373            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60374            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60375            ! regexec.c t/op/pat.t utf8.c
60376 ____________________________________________________________________________
60377 [  7939] By: jhi                                   on 2000/12/01  03:26:26
60378         Log: Two more tests that make no sense in UTF-8 since the test
60379              data is not in UTF-8.
60380      Branch: perl
60381            ! t/op/regexp.t
60382 ____________________________________________________________________________
60383 [  7938] By: jhi                                   on 2000/12/01  03:20:39
60384         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
60385              should it be required inside regexen?
60386      Branch: perl
60387            ! regcomp.c t/op/regmesg.t
60388 ____________________________________________________________________________
60389 [  7937] By: jhi                                   on 2000/12/01  02:58:53
60390         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60391              stored and restored, and thusly was trounced by the utf8 swash
60392              routines.
60393      Branch: perl
60394            ! regcomp.c
60395 ____________________________________________________________________________
60396 [  7936] By: jhi                                   on 2000/11/30  20:41:39
60397         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
60398              Why the different platforms behave so differently (core dump vs
60399              no core dump) on this bug is a but of a mystery, but if I had to
60400              guess I would mumble something like 'alignment'.
60401      Branch: perl
60402            ! sv.c
60403 ____________________________________________________________________________
60404 [  7935] By: jhi                                   on 2000/11/30  16:17:02
60405         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
60406              From: Robin Barker <rmb1@cise.npl.co.uk>
60407              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
60408              Date: Thu, 30 Nov 2000 14:27:12 GMT
60409      Branch: perl
60410            ! perlio.c toke.c
60411 ____________________________________________________________________________
60412 [  7934] By: jhi                                   on 2000/11/30  16:04:49
60413         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
60414      Branch: perl
60415            ! t/lib/net-hostent.t
60416 ____________________________________________________________________________
60417 [  7933] By: jhi                                   on 2000/11/30  06:07:26
60418         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
60419              From: Peter Prymmer <pvhp@forte.com>
60420              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
60421              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
60422              
60423              In VMS the localhost may be LOCALHOST.
60424      Branch: perl
60425            ! t/lib/net-hostent.t
60426 ____________________________________________________________________________
60427 [  7932] By: jhi                                   on 2000/11/30  01:11:11
60428         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60429              From: Peter Prymmer <pvhp@forte.com>
60430              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
60431              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
60432              
60433              plus regen perlapi.pod.
60434      Branch: perl
60435            ! pod/perlapi.pod utf8.c
60436 ____________________________________________________________________________
60437 [  7931] By: jhi                                   on 2000/11/30  01:06:19
60438         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
60439              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60440              Date:     Wed, 29 Nov 2000 17:15:11 EST
60441              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
60442      Branch: perl
60443            ! t/lib/filter-util.pl t/lib/filter-util.t
60444 ____________________________________________________________________________
60445 [  7930] By: jhi                                   on 2000/11/29  18:51:55
60446         Log: Update Changes.
60447      Branch: perl
60448            ! Changes patchlevel.h
60449 ____________________________________________________________________________
60450 [  7929] By: jhi                                   on 2000/11/29  18:50:55
60451         Log: Update the va_copy() metaconfig unit.
60452      Branch: metaconfig/U/perl
60453            ! need_va_copy.U
60454 ____________________________________________________________________________
60455 [  7928] By: jhi                                   on 2000/11/29  17:50:43
60456         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
60457              From: Dominic Dunlop <domo@computer.org>
60458              Date: Tue, 28 Nov 2000 16:41:57 +0100
60459              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
60460              
60461              Patch to catch a core dump in the Configure va_copy test.
60462      Branch: perl
60463            ! Configure config_h.SH
60464 ____________________________________________________________________________
60465 [  7927] By: jhi                                   on 2000/11/29  17:31:59
60466         Log: Retract #7921, the patch shouldn't be needed.
60467      Branch: perl
60468            ! sv.c
60469 ____________________________________________________________________________
60470 [  7926] By: jhi                                   on 2000/11/29  17:01:41
60471         Log: Make the Class::Struct import() wiser.
60472      Branch: perl
60473            ! lib/Class/Struct.pm t/lib/class-struct.t
60474 ____________________________________________________________________________
60475 [  7925] By: jhi                                   on 2000/11/29  16:36:33
60476         Log: All the core library users of Class::Struct seem to be
60477              using "use Class::Struct 'struct';" instead of the bare
60478              "use Class::Struct;", which isn't documented in Class::Struct.
60479              This can't be right.
60480      Branch: perl
60481            ! lib/File/stat.pm
60482 ____________________________________________________________________________
60483 [  7924] By: jhi                                   on 2000/11/29  16:32:15
60484         Log: A test works better if it has the right 1..$n output.
60485      Branch: perl
60486            ! t/lib/class-struct.t
60487 ____________________________________________________________________________
60488 [  7923] By: jhi                                   on 2000/11/29  16:29:11
60489         Log: Forgot to MANIFEST the new Net::hostent test.
60490      Branch: perl
60491            ! MANIFEST
60492 ____________________________________________________________________________
60493 [  7922] By: jhi                                   on 2000/11/29  16:27:49
60494         Log: Integrate perlio.
60495      Branch: perl
60496           !> iperlsys.h perlio.c
60497 ____________________________________________________________________________
60498 [  7921] By: jhi                                   on 2000/11/29  16:27:10
60499         Log: (Retracted by #7927.)
60500              
60501              Subject: [PATCH] Is infinity a number?
60502              From: Simon Cozens <simon@cozens.net>
60503              Date: Wed, 29 Nov 2000 14:48:20 +0000
60504              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
60505      Branch: perl
60506            ! sv.c
60507 ____________________________________________________________________________
60508 [  7920] By: jhi                                   on 2000/11/29  16:23:02
60509         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
60510              From: rspier@pobox.com (Robert Spier)
60511              Date: Wed, 29 Nov 2000 02:17:49 -0500
60512              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
60513              
60514              Add a test for Net::hostent.
60515      Branch: perl
60516            + t/lib/net-hostent.t
60517 ____________________________________________________________________________
60518 [  7919] By: jhi                                   on 2000/11/29  16:21:31
60519         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
60520              add a test for Class::Struct.
60521      Branch: perl
60522            + t/lib/class-struct.t
60523            ! MANIFEST lib/Class/Struct.pm
60524 ____________________________________________________________________________
60525 [  7918] By: jhi                                   on 2000/11/29  15:48:40
60526         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
60527              From: rspier@pobox.com (Robert Spier)
60528              Date: Wed, 29 Nov 2000 02:25:39 -0500
60529              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
60530              
60531              More checking in case someone has broken their services or
60532              protocol databases.
60533      Branch: perl
60534            ! ext/Sys/Syslog/Syslog.pm
60535 ____________________________________________________________________________
60536 [  7917] By: jhi                                   on 2000/11/29  15:46:25
60537         Log: Subject: [PATCH] $^O  win32 -> MSWin32
60538              From: rspier@pobox.com (Robert Spier)
60539              Date: Wed, 29 Nov 2000 02:17:38 -0500
60540              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
60541              
60542              plus similar nits for vms, err, VMS, and UNICOS.
60543      Branch: perl
60544            ! t/lib/syslfs.t t/op/lfs.t
60545 ____________________________________________________________________________
60546 [  7916] By: jhi                                   on 2000/11/29  15:42:51
60547         Log: Subject: [PATCH] Tokeniser debugging
60548              From: Simon Cozens <simon@cozens.net>
60549              Date: Wed, 29 Nov 2000 14:15:45 +0000
60550              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
60551      Branch: perl
60552            ! perl.c perl.h pod/perlrun.pod toke.c
60553 ____________________________________________________________________________
60554 [  7915] By: jhi                                   on 2000/11/29  15:41:36
60555         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60557              Date: Wed, 29 Nov 2000 02:13:14 -0500
60558              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
60559              
60560              OUT keyword nits.
60561              
60562              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60564              Date: Wed, 29 Nov 2000 03:09:04 -0500
60565              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
60566              
60567              OUT and IN_OUT documentation.
60568      Branch: perl
60569            ! lib/ExtUtils/xsubpp pod/perlxs.pod
60570 ____________________________________________________________________________
60571 [  7914] By: jhi                                   on 2000/11/29  03:35:01
60572         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
60573              From: John Tobey <jtobey@john-edwin-tobey.org>
60574              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
60575              Message-Id: <m140e1N-000FOoC@feynman.localnet>
60576              
60577              plus a performance speedup noticed by Sarathy.
60578      Branch: perl
60579            ! op.c
60580 ____________________________________________________________________________
60581 [  7913] By: jhi                                   on 2000/11/29  03:16:59
60582         Log: Use "1 while unlink" so that VMS gets clean, too.
60583      Branch: perl
60584            ! t/lib/filter-util.t
60585 ____________________________________________________________________________
60586 [  7912] By: jhi                                   on 2000/11/29  03:09:08
60587         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
60588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60589              Date: Tue, 28 Nov 2000 03:27:09 -0500
60590              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
60591      Branch: perl
60592            ! lib/ExtUtils/xsubpp
60593 ____________________________________________________________________________
60594 [  7911] By: jhi                                   on 2000/11/29  03:06:30
60595         Log: This should have been part of #7872: no need to scan UTF-8
60596              until eternity.
60597      Branch: perl
60598            ! utf8.c
60599 ____________________________________________________________________________
60600 [  7910] By: jhi                                   on 2000/11/29  02:50:04
60601         Log: One more perltie.pod nit from Casey R. Tweten.
60602      Branch: perl
60603            ! pod/perltie.pod
60604 ____________________________________________________________________________
60605 [  7909] By: jhi                                   on 2000/11/29  02:44:23
60606         Log: Document the known sprintf test failures, exact standard
60607              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
60608      Branch: perl
60609            ! pod/perldelta.pod t/op/sprintf.t
60610 ____________________________________________________________________________
60611 [  7908] By: jhi                                   on 2000/11/29  02:36:23
60612         Log: Add the Encoding table format documentation.
60613      Branch: perl
60614            + ext/Encode/Encode/EncodeFormat.pod
60615            ! MANIFEST
60616 ____________________________________________________________________________
60617 [  7907] By: jhi                                   on 2000/11/29  02:07:24
60618         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
60619              From: "Casey R. Tweten" <crt@kiski.net>
60620              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
60621              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
60622              
60623              Subject: Re: [PATCH] Updating perltie.pod for arrays
60624              From: "Casey R. Tweten" <crt@kiski.net>
60625              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
60626              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
60627      Branch: perl
60628            ! pod/perltie.pod
60629 ____________________________________________________________________________
60630 [  7906] By: nick                                  on 2000/11/28  22:40:59
60631         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
60632      Branch: perlio
60633            ! iperlsys.h perlio.c
60634 ____________________________________________________________________________
60635 [  7905] By: nick                                  on 2000/11/28  22:04:34
60636         Log: Integrate mainline
60637      Branch: perlio
60638           !> (integrate 39 files)
60639 ____________________________________________________________________________
60640 [  7904] By: jhi                                   on 2000/11/28  16:44:43
60641         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
60642              From: Nicholas Clark <nick@babyhippo.co.uk>
60643              Date: Tue, 28 Nov 2000 11:16:57 +0000
60644              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
60645      Branch: perl
60646            ! pod/perlipc.pod
60647 ____________________________________________________________________________
60648 [  7903] By: jhi                                   on 2000/11/28  16:40:31
60649         Log: Subject: [PATCH] Updating perltie.pod for arrays
60650              From: "Casey R. Tweten" <crt@kiski.net>
60651              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
60652              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
60653      Branch: perl
60654            ! pod/perltie.pod
60655 ____________________________________________________________________________
60656 [  7902] By: jhi                                   on 2000/11/28  16:39:37
60657         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
60658              From: Robin Barker <rmb1@cise.npl.co.uk>
60659              Date: Mon, 27 Nov 2000 17:56:44 GMT
60660              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
60661      Branch: perl
60662            ! pod/perlfunc.pod t/op/split.t
60663 ____________________________________________________________________________
60664 [  7901] By: jhi                                   on 2000/11/28  16:28:04
60665         Log: setmode() is a DOSish-only thing.
60666      Branch: perl
60667            ! perlio.c
60668 ____________________________________________________________________________
60669 [  7900] By: jhi                                   on 2000/11/28  16:21:46
60670         Log: Subject: [PATCH] perlcc.PL cleanups
60671              From: Simon Cozens <simon@cozens.net>
60672              Date: Tue, 28 Nov 2000 12:44:35 +0000
60673              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
60674      Branch: perl
60675            ! utils/perlcc.PL
60676 ____________________________________________________________________________
60677 [  7899] By: gsar                                  on 2000/11/28  06:32:55
60678         Log: reintegrate files missed by change#7895
60679      Branch: maint-5.6/perl
60680           +> ext/ByteLoader/bytecode.h utils/Makefile
60681            - utils/perlbc.PL
60682 ____________________________________________________________________________
60683 [  7897] By: gsar                                  on 2000/11/27  18:22:47
60684         Log: can't integrate these two files, for some reason
60685      Branch: maint-5.6/perl
60686            - ext/ByteLoader/bytecode.h utils/Makefile
60687 ____________________________________________________________________________
60688 [  7895] By: gsar                                  on 2000/11/27  18:11:21
60689         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
60690              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
60691              6757..6890,6892..6901 from mainline
60692              
60693              Bytecompiler patches from Benjamin Stuhl.
60694              
60695              More bytecompiler.
60696              
60697              Subject: [PATCH blead] B:: missing dependency
60698              
60699              Subject: [PATCH: 6757] configure.com updates and syslog build
60700              
60701              Long double Gconvert fixes from Yitzchak Scott-Thoennes
60702              and Spider Boardman.
60703              
60704              Subject: [PATCH blead] nextchar() abuse misses an optimisation
60705              
60706              Long double fixes from Spider Boardman.
60707              
60708              Make the selection of NVff et al stricter.
60709              
60710              cSVOPo_*v things index into the current PL_curpad
60711              under ithreads, which is different from the curpad
60712              used by the XSUB.  (In other words, the code as-is
60713              before this patch wouldn't work under ithreads.)
60714              
60715              Be portable.
60716              
60717              VMS MMS (make) wants null action.
60718              
60719              Mac and other portability updates from Chris Nandor.
60720              
60721              Storable support, v-version fixes.
60722              Subject: CPAN.pm beta for testing available
60723              
60724              Portability fix from Hugo van der Sanden.
60725              
60726              Bad makefile.
60727              
60728              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60729              
60730              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60731              
60732              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60733              
60734              Replace #6705 with a minimal doc patch.
60735              Subject: [PATCH 5.6.0] replace change #6705
60736              
60737              Drop the separate perlbc, perlcc -b should be enough.
60738              
60739              installperl couldn't tell whether it had run tests or not.
60740              Subject: [PATCH] Re: installperl and t/TEST
60741              
60742              Add silencer flags to installperl.
60743              Subject: [PATCH] Making installperl silent.
60744              
60745              Make "make install" by default silent.  A new "install-verbose"
60746              target is verbose.
60747              
60748              More liberal parsing of version numbers.
60749              Subject: Re: CPAN.pm beta for testing available
60750              
60751              Create directories in silence.
60752              Subject: [PATCH] Another silencer for MakeMaker
60753              
60754              DOS patches and portability/porting notes, from Tim Jenness.
60755              
60756              Make installman to recognize the silence flag -S.
60757              
60758              Actually do something with the silencer option.
60759              
60760              Continue silencing.
60761              
60762              Show the doc file, not the temp file.
60763              
60764              Regen perltoc.
60765              
60766              Subject: [PATCH] More silencing of installman.
60767              
60768              Better wording for the vec lvalue diagnostic.
60769              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60770              
60771              Subject: [PATCH: 6805] several more tweaks to configure.com
60772              
60773              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60774              
60775              Missing parts of 
60776              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60777              
60778              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60779              (applied slightly modified)
60780              
60781              installperl --verbose and --silent.
60782              Subject: Re: [PATCH] More silencing of installman.
60783              
60784              Add install-silent target.
60785              
60786              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
60787              the problem reported in
60788              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
60789              
60790              Tweak the sfio/useperlio logic, hopefully as wished in
60791              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
60792              
60793              One forgotten file from #6816.
60794              
60795              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60796              
60797              Remove duplicately applied patch shards.
60798              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
60799              
60800              Support preserving extremely big/small angles.
60801              
60802              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60803              
60804              Subject: [PATCH] installation not quite silent yet.
60805              
60806              Update the test count.
60807              
60808              Use UVxf, PTR2UV, NVff.
60809              
60810              Document PTR2XX and INT2PTR.
60811              
60812              no-install target a la make -n.
60813              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
60814              
60815              grep -e isn't portable.
60816              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
60817              
60818              Can't get the test to reliably work thanks to the
60819              inaccurateness of floating point.  "Resolves" bug ids
60820              20000826.003, 20000826.009, 20000826.010,
60821              
60822              Subject: installman buglet
60823              
60824              DJGPP update from Laszlo Molnar.
60825              
60826              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60827              
60828              Passing -R in ldflags makes now it to appear in the default
60829              for lddlflags, just like with -L.
60830              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60831              
60832              Test nit.
60833              
60834              Use the actual thread type, not the pointer-to-struct.
60835              
60836              Provice virtual $Config{ccflags_nolargefiles} etc. 
60837              
60838              display_format used as a class method without arguments was broken,
60839              reported in
60840              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
60841              
60842              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
60843              
60844              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
60845              
60846              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
60847              
60848              opmini.o may be left around if a build is interrupted.
60849              
60850              Typo in #6858.
60851              
60852              Fix for ID 20000828.001, long doubles were not formatted
60853              correctly (showed up in $], which stopped installing perl).
60854              
60855              An attempt to fix the problem reported in
60856              Subject: Building perl@6856 using gcc/AIX 4.3.3 
60857              I can't test this properly since the gcc installation I have
60858              access to seems to be botched (gcc is calling the AIX cpp,
60859              a losing proposition...)
60860              
60861              Add -ld to archname on long tr...double platforms.
60862              
60863              Subject: hv.h Doc Patch
60864              
60865              Potential cruft.
60866              
60867              Subject: [PATCH bleedperl@6856] warnings fixes
60868              
60869              -S is the silent flag, -s is the strip flag.
60870              Subject: [PATCH] Re: [PATCH] make no-install          
60871              
60872              Take out the SUIDMAIL thing, that will not be
60873              a problem in 5.7.*.
60874              
60875              Subject: [PATCH bleedperl@6866] spellings
60876              
60877              Subject: [PATCH] Re: files not cleaned even by veryclean
60878              
60879              Use minimal @INC in tests, most of the time just '../lib',
60880              so that we simply can't pick up stuff from other Perls than
60881              the one we are testing.  Pointed out by
60882              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
60883              
60884              Update to Getopt::Long 2.24, from Johan Vromans.
60885              
60886              Fix for thinko in #6848.
60887              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
60888              
60889              Patches all over for people and the files they (hopefully) care about.
60890              
60891              Subject: Net::protoent does not export 'getproto'
60892              
60893              Missed a change in #6869.
60894              
60895              Subject: [PATCH] Warnings in B::Deparse
60896              
60897              Subject: [PATCH] Glob dumping
60898              
60899              Disable one of the tests for now.
60900              
60901              Disabling the one test is a bit tricky.
60902              
60903              Don't forget to tidy up.
60904              
60905              The #6881 removed one dump line.
60906              
60907              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
60908              
60909              Under usethreads the dumped variable is IN_PAD.
60910              Subject: Re: [PATCH] Glob dumping
60911              
60912              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
60913              
60914              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
60915              
60916              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
60917              
60918              Regen Configure for #6894.
60919              
60920              Subject: [PATCH: 6889] updates to perlebcdic.pod
60921              
60922              Undo namespace pollution of #6878.
60923              Subject: Re: Net::protoent does not export 'getproto'
60924              
60925              Admit that we are leaking scalars.
60926              
60927              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
60928      Branch: maint-5.6/perl
60929           !> (integrate 271 files)
60930 ____________________________________________________________________________
60931 [  7894] By: gsar                                  on 2000/11/27  16:00:34
60932         Log: a couple of nits
60933      Branch: maint-5.6/perl
60934            ! MANIFEST pp_sys.c
60935 ____________________________________________________________________________
60936 [  7893] By: gsar                                  on 2000/11/27  15:10:56
60937         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
60938              6740..6745,6747..6757,6760
60939              
60940              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
60941              
60942              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
60943              
60944              Doc nits spotted by Richard Soderberg.
60945              
60946              move WNOHANG definition to where other such things are
60947              
60948              Make $Config{byteorder} more magical so that it is
60949              dynamically computed: nice for 'fat binaries'.
60950              Subject: [PATCH]: default byteorder
60951              
60952              Subject: [PATCH] Cwd.pm now uses strict
60953              
60954              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
60955              
60956              Get -DLEAKTEST to compile (not necessarily to work, mind)
60957              Subject: [ID 20000724.006] -DLEAKTEST problem
60958              
60959              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
60960              
60961              Add perlebcdic from Peter Prymmer, regen toc.
60962              
60963              Don't propose using modules built for 5.005 if no binary
60964              compatibility with 5.005 is attempted.
60965              
60966              Do not use prototyping here.
60967              Subject: [ID 20000817.016] [PATCH] Peek.xs
60968              
60969              Document what the backtick returns if the command fails.
60970              
60971              Add byteorder to the myconfig output.
60972              
60973              Introduce NVef, NVff, and NVgf, use the middle one.
60974              (helps for lib/peek + Linux + long doubles)  Reported in
60975              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60976              Use NVs in POSIX math, not doubles.
60977              Subject: [ID 20000817.014] POSIX & modfl
60978              
60979              Subject: [PATCH 5.6.0+] newSVrv() memory leak
60980              
60981              The byteorder code in #6671 was wrong.
60982              
60983              Fix the lib/complex failure of
60984              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60985              Linux long double accuracy issue: something that
60986              when printed with %g looks like "2" but int() of it is 1.
60987              
60988              Propagate new Configure vars.
60989              
60990              Unbuffer the output.
60991              
60992              Subject: [PATCH] perltrap.pod spring cleaning
60993              
60994              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
60995              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
60996              
60997              Tiny Getopt::Long patch from Johan Vromans.
60998              
60999              Document code point which makes if (defined %stash::) to work
61000              (noted by Spider Boardman).
61001              
61002              Subject: [PATCH perl@6698] cygwin port
61003              
61004              Document the NDBM_File and ODBM_File as SDBM_File
61005              was documented in #6417.
61006              
61007              The new tests were missing from #6415.
61008              
61009              Add [[:blank:]] as suggested in
61010              Subject: [ID 20000716.024] [=cc=] / [:blank:]
61011              (the [=cc=] has already been taken care of by #6439
61012              so the whole bug report can be closed)
61013              and make [[:space:]] to be equivalent to isspace(3)
61014              (as opposed to \s, which is isSPACE()).  The difference
61015              is that now [[:space:]] matches the mythical vertical tab,
61016              while \s doesn't.
61017              
61018              Don't eat leading os from index entries.
61019              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
61020              
61021              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
61022              
61023              Typo in pp_complement().
61024              Subject: [PATCH perl-current] Deparse
61025              
61026              Add warnif(), check warnings further up the stack,
61027              all the warnings functions now can take an optional object reference.
61028              Subject: [PATCH bleedperl@6691] warnings pragma update
61029              
61030              Fix a core dump in lib/selfloader under -DDEBUGGING.
61031              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
61032              
61033              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
61034              
61035              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
61036              
61037              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
61038              Put back the long double avoidance code to POSIX.xs
61039              because VMS seems to need it still.
61040              
61041              Introduce a 'veryclean' target that is like 'distclean'
61042              but also removes *~ and *.orig.
61043              
61044              Subject: [ID 20000817.023] endianness description in perlfunc.pod
61045              
61046              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
61047              
61048              Let's try #6717 again.
61049              
61050              UTF8 concat fixes.
61051              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
61052              
61053              pp_open() could pass an uninitialized filename down to do_open9().
61054              
61055              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
61056              
61057              Update to CGI 2.72, from Lincoln Stein.
61058              
61059              Subject: [PATCH] Silence MakeMaker (Was: installman)
61060              
61061              Use temporary directory instead of current directory.
61062              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
61063              
61064              Document odd vs even subreleases and -Dusedevel.
61065              
61066              The veryclean target needs to clobber.
61067              
61068              Use File::Spec->tmpdir().
61069              
61070              Document the number of exponent digits.
61071              
61072              Mention perlebcdic and perlposix-bc.
61073              
61074              s/this one/the 5.6.0 release/
61075              
61076              The #6724 is here.
61077              
61078              The correct cleaning order is an art.
61079              
61080              small tweaks for change#6705: avoid C++ style comments in C code;
61081              use Perl's malloc API rather than the low level system one
61082              
61083              Array context keeps slithering in.
61084              
61085              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
61086              
61087              Subject: [PATCH] os2.c fix for use64bitint
61088              
61089              Update to Pod::LaTeX 0.53.
61090              Subject: [PATCH] lib/Pod/LaTeX.pm updates
61091              
61092              Document the endianness of Alpha more precisely.
61093              
61094              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
61095              
61096              Rename the macro argument because some preprocessors
61097              can't tell the difference and expand arguments also inside
61098              double quoted strings.
61099              
61100              free TLS slot properly on Windows
61101              
61102              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
61103              
61104              Unicos/mk requires elaborate paranoia.
61105              
61106              Tweak the floating point output routine preferences.
61107              
61108              Also under djgpp the timestamps are funky.
61109              
61110              Apply some PodParser 1.18 patches; the Pod/Find.pm
61111              patches cannot be applied since #6712 conflicts.
61112              
61113              Use PodParser 1.18 new test.
61114              
61115              A pod nit.
61116              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
61117              
61118              Be verydeepclean.
61119      Branch: maint-5.6/perl
61120           +> pod/perlebcdic.pod
61121           !> (integrate 106 files)
61122 ____________________________________________________________________________
61123 [  7892] By: jhi                                   on 2000/11/27  15:02:32
61124         Log: Update Changes.
61125      Branch: perl
61126            ! Changes patchlevel.h
61127 ____________________________________________________________________________
61128 [  7891] By: jhi                                   on 2000/11/27  14:57:23
61129         Log: Subject: Re: perlfaq style changes
61130              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61131              Date: Sat, 25 Nov 2000 23:32:26 -0800
61132              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
61133              
61134              plus a note from Ronald Kimball.
61135      Branch: perl
61136            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
61137 ____________________________________________________________________________
61138 [  7890] By: jhi                                   on 2000/11/27  14:53:14
61139         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
61140              From: Benjamin Holzman <bah@ecnvantage.com>
61141              Date: Sun, 26 Nov 2000 16:27:33 -0500
61142              Message-ID: <20001126162733.J25040@ecnvantage.com>
61143      Branch: perl
61144            ! gv.c
61145 ____________________________________________________________________________
61146 [  7889] By: jhi                                   on 2000/11/27  14:43:11
61147         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
61148              From: lvirden@cas.org
61149              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
61150              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
61151      Branch: perl
61152            ! README.amiga
61153 ____________________________________________________________________________
61154 [  7888] By: jhi                                   on 2000/11/27  14:32:34
61155         Log: Restore also the locale test to no-sprintf-taint state.
61156              Fixes the bug 20001127.003.
61157      Branch: perl
61158            ! sv.c t/pragma/locale.t
61159 ____________________________________________________________________________
61160 [  7887] By: gsar                                  on 2000/11/27  14:13:05
61161         Log: integrate changes#6613..6616,6620..6665 from mainline
61162              
61163              VMS configure.com update continues.
61164              
61165              Subject: Test fails / warnings with perl-current #6612
61166              
61167              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61168              
61169              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61170              
61171              For now remove the mail code.
61172              
61173              Subject: Re: [PATCH] @+, @- readonly
61174              
61175              Subject: warning: storage class after type is obsolescent
61176              
61177              Subject: sfio2000
61178              
61179              Subject: Re: File::Temp problems on VMS in bleedperl
61180              
61181              README.os2 update.
61182              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
61183              
61184              Make the user to give up his firstborn, err, to knowingly
61185              verify installing an unstable developer release.  Also bump
61186              the release to 5.7.0, but leave a patch tag in the local
61187              patches saying that this is not yet the real thing.
61188              
61189              Update (kinda) to Test 1.14, from Joshua Pritikin.
61190              
61191              make ok etc also for win32.
61192              
61193              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61194              
61195              Don't blow limited stacks, a lower number is enough to
61196              tickle the lookbehind limit.
61197              
61198              Use -Dusedevel; regen Configure and the respective Porting stuff.
61199              
61200              Subject: [PATCH] debugger exit code should reflect user exit code
61201              
61202              Subject: [PATCH perl@6620] cygwin port
61203              
61204              Missed a file from #6638.
61205              
61206              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)
61207              
61208              magic callbacks all need to have same type signature
61209              
61210              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
61211              
61212              Fix a dependency problem.
61213              Subject: [PATCH: 6640] VMS Makefile.SH update
61214              
61215              The numeric locale was reset to "C" by s?printf and never restored.
61216              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61217              No test since adding the failing example to locale.t
61218              does not fail -- probably because the locale settings are so
61219              thoroughly tweaked by that time.  Running the example standalone
61220              does fail, though.  UPDATE: test case added at change #7540.
61221              
61222              Subject: [ID 20000324.040] minor fix to perlhpux.pod
61223              
61224              Update to CPAN 1.57.
61225              
61226              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
61227              
61228              Change the perlbug address to perl.org since it's more forgiving.
61229              
61230              Change the regx compilation error markers to use = instead of <
61231              since pod makes using the latter quite messy.  Reported in
61232              ID 20000814.006 by Abigail and in
61233              Subject: Unknown escape E<> ?
61234              
61235              Update to perldebtut 1.9, from Richard Foley.
61236              
61237              check that the number pseudo children doesn't exceed
61238              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
61239              the WaitForMultipleObjects() limit that would cause wait()
61240              to crash)
61241              wait() and waitpid() could potentially be rewritten to use
61242              more than one thread to do the waiting to eliminate this
61243              limitation
61244              
61245              change#6328 could make close(SOCKET) return false on windows
61246              when it shouldn't
61247              
61248              pod nit seen in passing
61249              
61250              on windows, the return values from wait() and waitpid() don't
61251              match those of pseudo-pids
61252              
61253              waitpid() now handles externally spawned pids correctly;
61254              fixes for backtick/wait/waitpid failures on Windows 9x
61255              these changes make the pid returned by process functions on
61256              Windows 9x always positive by clearing the high bit (which
61257              is always set on Win9x); pseudo-process PIDs are likewise
61258              always negative now on Win9x (just as on NT/2000)
61259              
61260              trailing new %ENV entries weren't being pushed into the real
61261              environment of subprocesses on Windows
61262              
61263              Tweak the regex compilation errors once more.
61264              
61265              avoid warnings from dense compiler
61266              
61267              add "ok" targets from change#6632 in makefile.mk
61268      Branch: maint-5.6/perl
61269            - lib/Pod/PlainText.pm vms/configure.com
61270           !> (integrate 66 files)
61271 ____________________________________________________________________________
61272 [  7886] By: jhi                                   on 2000/11/27  13:54:18
61273         Log: __FUNCTION__ isn't portable and trying to emulate it leads
61274              into practically spelling out the name of the function.
61275              Takes care of the bug 20001127.001.
61276      Branch: perl
61277            ! perlio.c
61278 ____________________________________________________________________________
61279 [  7885] By: gsar                                  on 2000/11/27  13:53:18
61280         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
61281              6610..6611 from mainline
61282              
61283              Make regular expression parse error messages easier to understand.
61284              Subject: Re: enhanced(?) regex error messages
61285              
61286              Tiny tidying on report_evil_fh().
61287              
61288              Subject: Re: enhanced(?) regex error messages 
61289              plus Capitalize the error messages, plus perldiag them.
61290              
61291              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
61292              
61293              Document here-doc better.
61294              
61295              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61296              
61297              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61298              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61299              (either perlbug or p5p ate the original), plus regen
61300              perlapi and perltoc. 
61301              
61302              Regen global.sym.
61303              
61304              Double check that we have a dirhandle.
61305              
61306              Subject: Re: enhanced(?) regex error messages
61307              (plus two small patches sent privately)
61308              (this still seems to leave few test failures)
61309              
61310              warn is a macro, avoid using at a variable to avoid warnings
61311              in some configurations; readdir.t is too conservative in
61312              estimating number of *.t's
61313              
61314              Get back into sync with Jeffrey on the enhanced regex warnings.
61315              
61316              Subject: [PATCH 5.6.0] cygwin port
61317              
61318              Zero entries were skipped, fix from Adrian Goalby
61319              <argoalby@yahoo.co.uk>
61320              
61321              Subject: Remove dead entry in perldiag
61322              
61323              Amend the description of Perl6.
61324              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
61325              
61326              detypo
61327              
61328              It's the 2ndO'ROSSC.
61329              
61330              Revert the sv.c part of #6559, a better fix is needed.
61331              
61332              Iterating perl6 description.
61333              
61334              Update to Term::ANSIColor 1.03, from Russ Allbery.
61335              
61336              Update to Getopt::Long 2.23_05, from Johan Vromans.
61337              
61338              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61339              
61340              Update to Pod::Parser 1.17, from Brad Appleton.
61341              
61342              Update to CPAN 1.56, from Andreas König.
61343              
61344              Update to CGI 2.70, from Lincoln Stein.
61345              
61346              Put back the std @INC thing.
61347              
61348              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61349              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61350              
61351              Document the IO::Select timeout.
61352              
61353              sleep(1) does not necessarily return 1.
61354              Subject: [PATCH bleadperl] op/lex_assign.t  
61355              
61356              Subject: debugger "d" command doesnt check line number
61357              
61358              B::Deparse didn't do sub attributes.
61359              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61360              
61361              Preprocessing and postprocessing for File::Find.
61362              Subject: Patch to Find::File.pm to allow alphabetical results
61363              
61364              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61365              
61366              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61367              
61368              Subject: Re: [ID 20000730.003] utf8::length() bad
61369              
61370              Subject: Getting perlio and threads to compile
61371              (the Solaris version changes in Configure skipped)
61372              
61373              Tests for #6589.
61374              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61375              
61376              Add Perl debugging tutorial, regen toc. 
61377              Subject: perldebtut.pod
61378              
61379              Add a few missing files, update MANIFEST.
61380              
61381              Rewrite of vms/subconfigure.com as configure.com,
61382              from Peter Prymmer and the vmsperl crew.
61383              
61384              Should have deleted this in #6603.
61385              
61386              Fix the test for 5005threads.
61387              
61388              Fix-n-skip the tests under 5005threads.
61389              
61390              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61391              
61392              Upgrade to CGI 2.71, from Lincoln Stein.
61393      Branch: maint-5.6/perl
61394           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61395           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
61396           +> t/op/regmesg.t t/pod/find.t vms/configure.com
61397            - vms/subconfigure.com
61398            ! lib/lib.pm
61399           !> (integrate 115 files)
61400 ____________________________________________________________________________
61401 [  7884] By: jhi                                   on 2000/11/27  13:44:33
61402         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
61403              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61404              Date:     Mon, 27 Nov 2000 08:23:54 EST
61405              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
61406      Branch: perl
61407            ! vms/descrip_mms.template vms/test.com
61408 ____________________________________________________________________________
61409 [  7883] By: gsar                                  on 2000/11/27  11:50:46
61410         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
61411              6511..6513,6515..6523,6525..6536
61412              
61413              The swallow_bom() saga continues.  The #23 of require.t
61414              (UTF16-LE) still fails (silently, no output) but the #22
61415              (UTF16-BE) seems to be working now.  The root of the
61416              failure may be in sv_gets(): is it UTF-16LE-aware,
61417              especially when it comes to line endings? 
61418              
61419              Document the problem with -P in HP-UX and its workaround.
61420              
61421              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
61422              (aka ID 20000730.002)
61423              
61424              Subject: fix and question re: waitpid() under win32
61425              
61426              Make the safety catch for buggy gccs work with triple version
61427              numbers like 2.95.2.  Reported in
61428              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
61429              
61430              In Digital UNIX warn if gcc explicitly chosen because even
61431              2.95.2 is known to cause problems.
61432              
61433              Make chr() for values >127 to create utf8 when under utf8.
61434              
61435              various syntax errors and such (not fixed: comp/require.t#22 coredump
61436              on Windows)
61437              
61438              Stash away the largefiles flags and libswanted.
61439              
61440              BOM patching from Simon Cozens.
61441              
61442              If gccosandvers is equal to osname, clear gccosandvers.
61443              
61444              Make p4desc to skip non-mainperl branches by default.
61445              
61446              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
61447              
61448              The test from this
61449              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
61450              
61451              In new BSDs changes to argv[] do not show up in ps(1) output,
61452              instead one must use setproctitle().  This was already addressed
61453              by change #6457, but the below has a new variant for FreeBSD 4.0
61454              or later, and the matter is also documented more.
61455              
61456              FreeBSD 3.* updates from
61457              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61458              
61459              regen_headers, regen perltoc.
61460              
61461              Document in one place the memory abstractions used in Perl core.
61462              
61463              memcpy has n o in it, as pinted ut by Sarathy.
61464              
61465              Remove the extraneous "main::" prefix from all the
61466              "opened only for", "on closed", and "never opened" warnings.
61467              
61468              The name of a filehandle does not have <these>.
61469              
61470              The tr utf8 patching continues.
61471              
61472              The new setproctitle() feature is available only in 
61473              bleeding edge FreeBSD.  From Paul Saab.
61474              
61475              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61476              
61477              Dump UVs as UVs in Data::Dumper.
61478              
61479              detypo #6494
61480              
61481              Document the IVdf UVuf UVof UVxf.
61482              
61483              require.t needs binmode() to work on windows
61484              
61485              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61486              that are hopefully soon put into use.
61487              
61488              Allow "no Module;" even if there is no 'unimport'.
61489              
61490              Better skip message for the test; one of the two problems in
61491              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61492              
61493              The subtest 4 may fail also on VOBS, as pointed out
61494              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61495              (but the failure in that bug report isn't the subtest 4).
61496              
61497              Be more informative on what is skipped and why,
61498              also repeat the list at the end.
61499              
61500              Add a URL for FSF.
61501              
61502              Subject: [PATCH] sv.h documentation - SvLEN
61503              
61504              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61505              
61506              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61507              
61508              Subject: [PATCH] bad cppsymbols on os2 + Configure question
61509              
61510              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61511              
61512              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61513              mention the idea of @( and @)
61514              
61515              This is 6512.  Really.
61516              
61517              Subject: [ID 19990721.004] Documentation bug in perlfunc
61518              
61519              Subject: Minor tweak to perlvar.pod
61520              
61521              In the warnings call filehandles consistently so;
61522              add "unopened" warning for stat().
61523              
61524              After the #6519 a warning about stat() is just that,
61525              not about a filetest, which now have their own warning.
61526              
61527              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61528              
61529              Subject: Re: Array vs. List context
61530              
61531              Subject: New perlcc, take 2
61532              
61533              Weed buglets pointed out by
61534              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61535              
61536              gcc versions might have (parentheses) in them.
61537              
61538              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61539              
61540              Essential prototype changes were missing from #6527.
61541              Also make report_evil_fh() more bomb-proof.
61542              
61543              Zap lib/Sys directory when cleaning up.
61544              
61545              Change the Policy policy: now -Dprefix= with an existing
61546              Policy.sh and prefix == siteprefix == vendorprefix, then all
61547              of them follow along the new prefix.
61548              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61549              
61550              Continue fixing the io warnings.  This also
61551              sort of fixes bug ID 20000802.003: the core dump
61552              is no more.  Whether the current behaviour is correct
61553              (giving a warning: "Not a format reference"), is another matter.
61554              
61555              Have symbols for the IoTYPEs.
61556              
61557              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61558              
61559              Document a bit that UDP is not what you might think.
61560              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61561              tr memory corruption fix from Simon Cozens.
61562              
61563              Plug the security hole described in the Aug 05 2000 bugtraq message
61564              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61565              The security hole exists only in suidperls, which isn't
61566              installed or even built by default.
61567      Branch: maint-5.6/perl
61568           !> (integrate 71 files)
61569 ____________________________________________________________________________
61570 [  7882] By: gsar                                  on 2000/11/27  10:25:36
61571         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
61572              from mainline
61573              
61574              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
61575              to be fatal errors (instead of by default ignoring them, and
61576              ignoring with a bug: even though -w gave an error, the opening [
61577              was left in)  Reported in:
61578              
61579              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
61580              
61581              Subject: [PATCH] split /^/
61582              
61583              MacOS nits from Matthias Neeracher.
61584              
61585              More split() doc and test patches from Mike Guy.
61586              
61587              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
61588              from Graham Barr in the module list.
61589              
61590              docfix from Peter Scott <Peter@PSDT.com>.
61591              
61592              File::Temp patches for VMS and OS/2 from Tim Jenness.
61593              
61594              open() wariness in perlbug.
61595              
61596              Subject: [PATCH] minor doc change - perlguts
61597              
61598              Subject: Minor doc patch: handy.h
61599              
61600              Be wary of close()s, too.
61601              
61602              Further File::Temp patches from Yitzchak Scott-Thoennes
61603              and Craig A. Berry.
61604              
61605              Subject: [PATCH] fixes bug 20000508.004
61606              
61607              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
61608              
61609              Allow "no AutoLoader;", based on change #6444,
61610              suggested by Graham Barr.
61611              
61612              Use setproctitle() if available to modify $0.
61613              
61614              Warn if the version of the operating system used to compile gcc
61615              differs from the current version of the operating system.
61616              Also display the gcc compilation os and version in myconfig.
61617              Inspiration from
61618              
61619              Tiny fixes for #6460.
61620              
61621              The problem described in this
61622              Subject: [ID 20000322.018] named chars aren't magical enough
61623              has been fixed in perl 5.6.0 but just in case added a test
61624              to keep it away.  (The report from Joseph Hall.)
61625              
61626              Tune the comments and hopefully stop a memory leak.
61627              
61628              Subject: UTF8 concat
61629              (with a memory leak fixed, plus a few casts added)
61630              This also seems to help for
61631              Subject: [ID 20000716.015] join UTF8 weirdness
61632              
61633              Do not upgrade SVs into utf8 just because they participate
61634              in eq or cmp.  Reported and fix suggested in
61635              Subject: [ID 20000720.009] sv_eq UTF8 bug
61636              
61637              Fix the HALF_UPGRADE() macro introduced in #6263.
61638              
61639              Find green threads before native threads.
61640              Subject: Re: Patch to jpl/JNI/Makefile.PL
61641      Branch: maint-5.6/perl
61642           !> (integrate 30 files)
61643 ____________________________________________________________________________
61644 [  7881] By: jhi                                   on 2000/11/27  05:48:41
61645         Log: It seems that *both* the unused submatch loop cleanup
61646              codes are needed.
61647      Branch: perl
61648            ! regexec.c
61649 ____________________________________________________________________________
61650 [  7880] By: jhi                                   on 2000/11/27  04:50:07
61651         Log: Clean .exists deeper.
61652      Branch: perl
61653            ! Makefile.SH
61654 ____________________________________________________________________________
61655 [  7879] By: jhi                                   on 2000/11/27  02:31:35
61656         Log: The code in regcppop() (see #7878) contains the correct lower
61657              limit for the unused submatch 'cleanup' loop so that under
61658              "use utf8" the following code wouldn't dump core:
61659              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
61660              the cleanup loop in regtry() stomped beyond allocated area
61661              in the startp[] array.  Therefore, copied the correct lower
61662              loop limit (*PL_reglastparen) to regtry().  Note: something
61663              may still not be quite right: why was the _higher_ loop limit
61664              (prog->nparens) different in the utf8 case?
61665              
61666              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
61667              without core dumps, there were about 17 of them before
61668              the patch (with us since Perl 5.7.0).  Two failures, still:
61669              496 and 505 (though these may not be severe).
61670              
61671              Patch #7881 is also needed since both the cleanup loops
61672              seem to be needed.
61673              
61674              Also, the t/op/pat#44 seems to core dump under utf8.
61675              Plus a couple of failures.  UGH-8.
61676      Branch: perl
61677            ! regexec.c
61678 ____________________________________________________________________________
61679 [  7878] By: jhi                                   on 2000/11/27  02:21:17
61680         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
61681              the code in regcppop() seems to be redundant for the test suite --
61682              but it contains a germ of truth, and it needed for the build
61683              process itself: see #7879 and #7881.
61684      Branch: perl
61685            ! regexec.c
61686 ____________________________________________________________________________
61687 [  7877] By: jhi                                   on 2000/11/27  01:53:09
61688         Log: Comment on comment.
61689      Branch: perl
61690            ! regexec.c
61691 ____________________________________________________________________________
61692 [  7876] By: jhi                                   on 2000/11/27  00:49:59
61693         Log: Adjust the docs to agree with #7875.
61694      Branch: perl
61695            ! pod/perllocale.pod
61696 ____________________________________________________________________________
61697 [  7875] By: jhi                                   on 2000/11/27  00:49:27
61698         Log: Retract #7863.  It makes more sense not to taint formatted output,
61699              not even by sprintf().
61700      Branch: perl
61701            ! sv.c
61702 ____________________________________________________________________________
61703 [  7874] By: jhi                                   on 2000/11/26  23:36:02
61704         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
61705              Not really fixed (should really dump the UTF-8 charclass),
61706              but stopped displaying the garbage.
61707              
61708              Also add a note on the (missing) Unicode PSXSPC and BLANK.
61709      Branch: perl
61710            ! regcomp.c
61711 ____________________________________________________________________________
61712 [  7873] By: jhi                                   on 2000/11/26  21:31:13
61713         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
61714      Branch: perl
61715            ! regexec.c
61716 ____________________________________________________________________________
61717 [  7872] By: jhi                                   on 2000/11/26  21:06:04
61718         Log: No need to scan till infinity, 13 is enough.
61719      Branch: perl
61720            ! handy.h utf8.c
61721 ____________________________________________________________________________
61722 [  7871] By: jhi                                   on 2000/11/26  20:20:32
61723         Log: Test line numbers are different with utf8.
61724      Branch: perl
61725            ! t/op/re_tests
61726 ____________________________________________________________________________
61727 [  7870] By: jhi                                   on 2000/11/26  20:10:12
61728         Log: Message nit.
61729      Branch: perl
61730            ! regcomp.c
61731 ____________________________________________________________________________
61732 [  7869] By: jhi                                   on 2000/11/26  19:01:05
61733         Log: Make utf8_length() and utf8_distance() (the latter of which
61734              is unused at the moment) to be less forgiving about bad UTF-8.
61735      Branch: perl
61736            ! embed.h embed.pl objXSUB.h proto.h utf8.c
61737 ____________________________________________________________________________
61738 [  7868] By: jhi                                   on 2000/11/26  18:45:56
61739         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
61740              From: Benjamin Holzman <bah@ecnvantage.com>
61741              Date: Sat, 25 Nov 2000 20:40:20 -0500       
61742              Message-ID: <20001125204020.A25040@ecnvantage.com>              
61743              
61744              Debian allows installing /usr/bin/locale without installing
61745              any locales, an error message will ensue.
61746      Branch: perl
61747            ! t/pragma/locale.t
61748 ____________________________________________________________________________
61749 [  7867] By: jhi                                   on 2000/11/26  18:31:12
61750         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
61751              From: Benjamin Holzman <bah@ecnvantage.com>
61752              Date: Sun, 26 Nov 2000 02:42:34 -0500
61753              Message-ID: <20001126024234.G25040@ecnvantage.com>
61754              
61755              Patch for the bug 20000212.002.
61756      Branch: perl
61757            ! sv.c t/op/array.t
61758 ____________________________________________________________________________
61759 [  7866] By: jhi                                   on 2000/11/26  18:28:09
61760         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
61761              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61762              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
61763              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
61764              
61765              File::Temp 0.11.
61766      Branch: perl
61767            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61768 ____________________________________________________________________________
61769 [  7865] By: jhi                                   on 2000/11/26  18:24:22
61770         Log: The metaconfig unit change for #7864.
61771      Branch: metaconfig/U/perl
61772            ! need_va_copy.U
61773 ____________________________________________________________________________
61774 [  7864] By: jhi                                   on 2000/11/26  18:23:41
61775         Log: Make the va_copy() test not to be so talkative.
61776      Branch: perl
61777            ! Configure config_h.SH
61778 ____________________________________________________________________________
61779 [  7863] By: jhi                                   on 2000/11/26  18:11:02
61780         Log: Fix locale inconsistencies unearthed by Hugo's work.
61781              Now the floating point sprintf really does taint the result
61782              string as perllocale promises (has promised for a long time)
61783              if "use locale" is in the lexical scope.
61784      Branch: perl
61785            ! sv.c t/pragma/locale.t
61786 ____________________________________________________________________________
61787 [  7862] By: jhi                                   on 2000/11/26  00:35:15
61788         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
61789              From: Nicholas Clark <nick@ccl4.org>
61790              Date: Sun, 26 Nov 2000 00:07:50 +0000
61791              Message-ID: <20001126000750.A22446@plum.flirble.org>
61792              
61793              Infinit.
61794      Branch: perl
61795            ! sv.c
61796 ____________________________________________________________________________
61797 [  7861] By: jhi                                   on 2000/11/26  00:01:26
61798         Log: Integrate perlio.
61799      Branch: perl
61800           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
61801 ____________________________________________________________________________
61802 [  7860] By: nick                                  on 2000/11/25  22:04:17
61803         Log: Correct relative path from new ext\Filter\Util\Call location
61804              back to miniperl.
61805      Branch: perlio
61806            ! win32/makefile.mk
61807 ____________________________________________________________________________
61808 [  7859] By: nick                                  on 2000/11/25  21:26:54
61809         Log: Integrate mainline.
61810      Branch: perlio
61811           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61812           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
61813           +> t/lib/filter-util.t
61814            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
61815            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
61816            - t/lib/filt-util.t
61817           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
61818           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
61819           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
61820           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
61821           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
61822           !> win32/makefile.mk
61823 ____________________________________________________________________________
61824 [  7858] By: gsar                                  on 2000/11/25  20:52:17
61825         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
61826              parent's memory; fix it by keeping track of the actual pad
61827              offset rather than a raw pointer (this change is probably also
61828              relevant to non-ithreads case to avoid fallout from reallocs of
61829              the pad array, but is currently only enabled for the ithreads
61830              case in the interests of minimal disruption to existing "well
61831              tested" code)
61832      Branch: perl
61833            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
61834            ! proto.h scope.c scope.h sv.c t/op/fork.t
61835 ____________________________________________________________________________
61836 [  7857] By: nick                                  on 2000/11/25  20:01:28
61837         Log: All tests pass on Win32/gcc/USE_PERLIO.
61838              - when crlf layer is pushed make unix-level binary.
61839              - remove :crlf injection in pp_backtick in pp_sys.c
61840              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
61841      Branch: perlio
61842            ! doio.c perlio.c pp_sys.c win32/makefile.mk
61843 ____________________________________________________________________________
61844 [  7856] By: jhi                                   on 2000/11/25  18:38:30
61845         Log: Update the metaconfig units for #7855.
61846      Branch: metaconfig/U/perl
61847            ! useperlio.U usesocks.U
61848 ____________________________________________________________________________
61849 [  7855] By: jhi                                   on 2000/11/25  18:37:54
61850         Log: Undo the SOCKS workarounds, instead start using PerlIO
61851              if SOCKS is selected.
61852              
61853              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
61854              From: Jens Hamisch <jens@Strawberry.COM>
61855              Date: Fri, 24 Nov 2000 18:31:30 +0100
61856              Message-ID: <20001124183130.E28337@Strawberry.COM>
61857              
61858              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
61859              From: Jens Hamisch <jens@Strawberry.COM>
61860              Date: Fri, 24 Nov 2000 19:11:51 +0100
61861              Message-ID: <20001124191151.A28753@Strawberry.COM>
61862      Branch: perl
61863            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
61864            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
61865 ____________________________________________________________________________
61866 [  7854] By: jhi                                   on 2000/11/25  17:39:08
61867         Log: Undo #7848.  Some of the code seems to use walkoptree(),
61868              some walkoptree_slow().  An unfinished renaming?
61869              Now the sub is walkoptree() (which is @EXPORT_OK),
61870              the walkoptree_slow() is a typeglob alias to walkoptree.
61871              This makes the tests to pass, at least.
61872      Branch: perl
61873            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
61874 ____________________________________________________________________________
61875 [  7853] By: nick                                  on 2000/11/24  22:24:33
61876         Log: Re-arrange crlf vs binary for platforms that care.
61877              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
61878              Lip-service to making stdio layer work on such platforms (untested).
61879              Now fails 3 tests rather than one, checkin to see if I can debug 
61880              the issue under linux. (Do not merge.)
61881      Branch: perlio
61882            ! doio.c perlio.c perliol.h
61883 ____________________________________________________________________________
61884 [  7852] By: jhi                                   on 2000/11/24  18:57:39
61885         Log: AUTHORS edits.
61886      Branch: perl
61887            ! AUTHORS
61888 ____________________________________________________________________________
61889 [  7851] By: jhi                                   on 2000/11/24  17:34:56
61890         Log: Add Jan-Erik Karlsson.
61891      Branch: perl
61892            ! AUTHORS
61893 ____________________________________________________________________________
61894 [  7850] By: jhi                                   on 2000/11/24  17:27:56
61895         Log: Configure should find stdchar on its own.
61896      Branch: perl
61897            ! hints/solaris_2.sh
61898 ____________________________________________________________________________
61899 [  7849] By: jhi                                   on 2000/11/24  17:24:55
61900         Log: Subject: PATCH over 7848: Filter test flawed
61901              From: andreas.koenig@anima.de (Andreas J. Koenig)
61902              Date: 24 Nov 2000 10:28:29 +0100
61903              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
61904      Branch: perl
61905            ! t/lib/filter-util.t
61906 ____________________________________________________________________________
61907 [  7848] By: jhi                                   on 2000/11/24  17:22:15
61908         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
61909              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
61910              Date: Fri, 24 Nov 2000 16:12:58 +0000
61911              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
61912      Branch: perl
61913            ! ext/B/B.pm
61914 ____________________________________________________________________________
61915 [  7847] By: jhi                                   on 2000/11/24  03:07:01
61916         Log: Integrate perlio.
61917      Branch: perl
61918           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
61919           !> win32/makefile.mk
61920 ____________________________________________________________________________
61921 [  7846] By: gsar                                  on 2000/11/24  00:55:57
61922         Log: integrate changes#6415..6418,6420..6438 from mainline
61923              
61924              Fix the bitvector ops for utf8 (tricky since past 7 bits
61925              the utf8 'characters' can be more than one octet).
61926              
61927              MPE/ix updates for perl 5.6.0 from Mark Bixby.
61928              
61929              Subject: SDBM_File documentation
61930              
61931              Detypo.
61932              
61933              Decutandpasto.
61934              
61935              Send all installperl messages to STDERR and be -w clean.
61936              
61937              Out-of-date note removed.
61938              
61939              Protect against "wild next"s, that is, callbacks doing "next"
61940              instead of "return".
61941              
61942              Use STDOUT consistently.
61943              
61944              The output might have been produced in the wrong order.
61945              
61946              A missing 'break' after the [[:space:]] switch case.
61947              
61948              Add tests for
61949              [ID 19991110.003] another matching finding by pcre author
61950              which has already been fixed by some patch, as verified in
61951              
61952              Documentation to explain the behaviour of map().
61953              
61954              Add an optimization for map-maps-a-list-element-to-more-list-elements
61955              case, but add also notes explaining the relationship of this
61956              patch and the earlier notes by Sarathy.
61957              
61958              Subject: [ID 20000716.023] syslog test fails without sockets
61959              
61960              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61961              Test cases for #6431.
61962              
61963              File::Spec::VMS fixup for tmpdir from Craig Berry.
61964              
61965              Make the "uninit variable" warning to say "concat or string"
61966              or "join or string" when in concat or join .
61967              
61968              Get UTF16 BOMs working.  Patch from
61969              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
61970              
61971              Subject: [PATCH] Make large file tests deal with SIGXFSZ
61972              
61973              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
61974              
61975              Subject: [PATCH] av.c apidoc
61976      Branch: maint-5.6/perl
61977           !> (integrate 43 files)
61978 ____________________________________________________________________________
61979 [  7845] By: gsar                                  on 2000/11/24  00:20:45
61980         Log: integrate changes#6406..6414 from mainline
61981              
61982              Merge perlhacktut into perlhack, update perlguts.
61983              
61984              Fix AutoSplit to use File::Spec the right way in VMS,
61985              from Peter Prymmer.
61986              
61987              The bug report
61988              [ID 19991110.002] minimal matching discrepancy found by pcre author
61989              seems to have been fixed (though differently from what was suggested
61990              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
61991              
61992              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
61993              not in pod, from Peter Prymmer
61994              
61995              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
61996              From: Hugo <hv@crypt.compulink.co.uk>
61997              Date: Fri, 14 Jul 2000 23:05:20 +0100
61998              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
61999              
62000              Didn't anymore apply, but that point still could use another fix.
62001              
62002              lib/b test fixes from Peter Prymmer.
62003              
62004              More docs for sv functions.
62005              
62006              perlvms.pod whitespace cleanup to keep pod utils happy.
62007              
62008              another VMS build tweak from Peter Prymmer
62009      Branch: maint-5.6/perl
62010           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
62011           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
62012           !> vms/descrip_mms.template vms/perlvms.pod
62013 ____________________________________________________________________________
62014 [  7844] By: nick                                  on 2000/11/23  23:42:45
62015         Log: Win32/perlio Now just fails one io/argv.t test - lack 
62016              of default :crlf on standard streams.
62017      Branch: perlio
62018            ! doio.c perlio.c
62019 ____________________________________________________________________________
62020 [  7843] By: nick                                  on 2000/11/23  23:04:05
62021         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
62022              peek fail is showing a real problem (multiple crlf layers
62023              are getting pushed.)
62024      Branch: perlio
62025            ! doio.c perlio.c win32/makefile.mk
62026 ____________________________________________________________________________
62027 [  7842] By: nick                                  on 2000/11/23  19:46:23
62028         Log: Implement PerlIO_binmode()
62029              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
62030              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
62031              make binmode in t/lib/io_tell.t unconditional so that works.
62032              Checkin just so Win32 machine can see these changes.
62033      Branch: perlio
62034            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
62035 ____________________________________________________________________________
62036 [  7841] By: jhi                                   on 2000/11/23  19:30:00
62037         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
62038      Branch: perl
62039            ! README.amiga
62040 ____________________________________________________________________________
62041 [  7840] By: jhi                                   on 2000/11/23  17:18:02
62042         Log: SOCKS wrestling continues, patches from Jens Hamisch.
62043      Branch: perl
62044            ! doio.c embed.h embed.pl perlsdio.h proto.h
62045 ____________________________________________________________________________
62046 [  7839] By: jhi                                   on 2000/11/23  16:54:14
62047         Log: Push Filter::Util::Call one level deeper.
62048      Branch: perl
62049            + t/lib/filter-util.t
62050           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62051           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
62052            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62053            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62054            - t/lib/filt-util.t
62055            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
62056            ! win32/Makefile win32/makefile.mk
62057 ____________________________________________________________________________
62058 [  7838] By: jhi                                   on 2000/11/23  16:52:40
62059         Log: Reach back one higher up when searching for PERL_SRC.
62060      Branch: perl
62061            ! lib/ExtUtils/MM_Unix.pm
62062 ____________________________________________________________________________
62063 [  7837] By: jhi                                   on 2000/11/23  16:05:41
62064         Log: Subject: Re: perl@7826
62065              Date: Thu, 23 Nov 2000 02:20:25 -0600
62066              From: "Craig A. Berry" <craigberry@mac.com>
62067              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
62068              
62069              Make VMS to like Filter::Util::Call. 
62070      Branch: perl
62071            ! configure.com ext/Filter/Util/Makefile.PL
62072 ____________________________________________________________________________
62073 [  7836] By: nick                                  on 2000/11/23  16:04:08
62074         Log: Implement crlf layer - not ready for merge.
62075      Branch: perlio
62076            ! perlio.c win32/makefile.mk
62077 ____________________________________________________________________________
62078 [  7835] By: jhi                                   on 2000/11/23  15:56:52
62079         Log: STDCHAR is different in Sparc v9 vs x86.
62080      Branch: perl
62081            ! hints/solaris_2.sh
62082 ____________________________________________________________________________
62083 [  7834] By: jhi                                   on 2000/11/23  15:50:47
62084         Log: The type needs to be visible to protos.
62085      Branch: perl
62086            ! perl.h
62087 ____________________________________________________________________________
62088 [  7833] By: jhi                                   on 2000/11/23  15:40:46
62089         Log: Finish unfinished SOCKS workaround changes.
62090      Branch: perl
62091            ! doio.c
62092 ____________________________________________________________________________
62093 [  7832] By: jhi                                   on 2000/11/23  15:33:30
62094         Log: Integrate perlio.
62095      Branch: perl
62096           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
62097           !> win32/makefile.mk
62098 ____________________________________________________________________________
62099 [  7831] By: nick                                  on 2000/11/23  10:31:07
62100         Log: Correct makefile.mk dependancies for ext/Filter/Util
62101              Build ext/Encode
62102              Run dmake regen_config_h
62103      Branch: perlio
62104            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62105            ! win32/makefile.mk
62106 ____________________________________________________________________________
62107 [  7830] By: nick                                  on 2000/11/23  08:05:07
62108         Log: Integrate mainline
62109      Branch: perlio
62110           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62111           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
62112           +> t/lib/filt-util.pl t/lib/filt-util.t
62113           !> (integrate 41 files)
62114 ____________________________________________________________________________
62115 [  7829] By: gsar                                  on 2000/11/23  03:07:11
62116         Log: build the Filter extension on windows
62117      Branch: perl
62118            ! win32/Makefile win32/makefile.mk
62119 ____________________________________________________________________________
62120 [  7828] By: gsar                                  on 2000/11/23  02:46:35
62121         Log: regenerate win32/config* and fix some inconsistencies in the
62122              makefiles; always export Perl_deb() because it is needed
62123              by ext/re/* (whether perl itself is built with -DDEBUGGING
62124              or not)
62125      Branch: perl
62126            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
62127            ! win32/config_H.vc win32/makefile.mk
62128 ____________________________________________________________________________
62129 [  7827] By: gsar                                  on 2000/11/23  02:18:38
62130         Log: get sources building on windows+MSVC again (untested with other
62131              compilers)
62132      Branch: perl
62133            ! win32/include/sys/socket.h win32/perllib.c
62134 ____________________________________________________________________________
62135 [  7826] By: jhi                                   on 2000/11/23  01:18:26
62136         Log: Update Changes.
62137      Branch: perl
62138            ! Changes patchlevel.h
62139 ____________________________________________________________________________
62140 [  7825] By: jhi                                   on 2000/11/23  00:20:41
62141         Log: Subject: Re: av.c patch (having slight problems)
62142              From: "Ben Tilly" <ben_tilly@hotmail.com>
62143              Date: Tue, 21 Nov 2000 23:29:31 -0500
62144              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
62145              
62146              unshift() speedup.
62147      Branch: perl
62148            ! av.c
62149 ____________________________________________________________________________
62150 [  7824] By: jhi                                   on 2000/11/22  23:59:15
62151         Log: Fixes for signedness warnings noticed by VMSperlers.
62152      Branch: perl
62153            ! ext/Storable/Storable.xs regcomp.c sv.c
62154 ____________________________________________________________________________
62155 [  7823] By: jhi                                   on 2000/11/22  23:19:31
62156         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
62157              From: Peter Prymmer <pvhp@forte.com>
62158              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
62159              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
62160      Branch: perl
62161            ! t/pragma/warn/pp_hot
62162 ____________________________________________________________________________
62163 [  7822] By: jhi                                   on 2000/11/22  22:52:20
62164         Log: Be clean.
62165      Branch: perl
62166            ! Makefile.SH
62167 ____________________________________________________________________________
62168 [  7821] By: jhi                                   on 2000/11/22  22:46:39
62169         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
62170              by Damian Conway, as suggested by Paul Marquess.
62171      Branch: perl
62172            + lib/Filter/Simple.pm
62173 ____________________________________________________________________________
62174 [  7820] By: jhi                                   on 2000/11/22  22:45:51
62175         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
62176      Branch: perl
62177            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62178            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62179            + t/lib/filt-util.t
62180            ! MANIFEST
62181 ____________________________________________________________________________
62182 [  7819] By: jhi                                   on 2000/11/22  22:03:27
62183         Log: Integrate perlio.
62184      Branch: perl
62185           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
62186           !> win32/makefile.mk
62187 ____________________________________________________________________________
62188 [  7818] By: jhi                                   on 2000/11/22  21:56:02
62189         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
62190      Branch: perl
62191            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
62192            ! t/lib/io_sock.t
62193 ____________________________________________________________________________
62194 [  7817] By: jhi                                   on 2000/11/22  21:39:49
62195         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
62196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62197              Date: Wed, 22 Nov 2000 16:08:12 -0500
62198              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
62199      Branch: perl
62200            ! lib/ExtUtils/Liblist.pm
62201 ____________________________________________________________________________
62202 [  7816] By: jhi                                   on 2000/11/22  21:38:25
62203         Log: Go ahead and #include <unistd.h> in perl.h.
62204      Branch: perl
62205            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
62206            ! util.c
62207 ____________________________________________________________________________
62208 [  7815] By: jhi                                   on 2000/11/22  21:22:52
62209         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
62210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62211              Date: Mon, 20 Nov 2000 18:30:52 -0500
62212              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
62213      Branch: perl
62214            ! pod/perlre.pod regcomp.c t/op/re_tests
62215 ____________________________________________________________________________
62216 [  7814] By: jhi                                   on 2000/11/22  21:21:46
62217         Log: Subject: [PATCH 5.7.0] Liblist finally works
62218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62219              Date: Tue, 21 Nov 2000 22:02:17 -0500
62220              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
62221      Branch: perl
62222            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
62223            ! lib/ExtUtils/MakeMaker.pm
62224 ____________________________________________________________________________
62225 [  7813] By: jhi                                   on 2000/11/22  21:20:23
62226         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
62227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62228              Date: Wed, 22 Nov 2000 17:53:15 +0100
62229              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
62230              
62231              AIX dynaloader and perlio patch.
62232      Branch: perl
62233            ! ext/DynaLoader/dl_aix.xs
62234 ____________________________________________________________________________
62235 [  7812] By: jhi                                   on 2000/11/22  21:17:52
62236         Log: (Accidentally empty patch.)
62237      Branch: perl
62238            ! av.c
62239 ____________________________________________________________________________
62240 [  7811] By: jhi                                   on 2000/11/22  21:16:31
62241         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
62242              From: Peter Prymmer <pvhp@forte.com>
62243              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
62244              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
62245      Branch: perl
62246            ! vms/test.com
62247 ____________________________________________________________________________
62248 [  7810] By: jhi                                   on 2000/11/22  21:15:36
62249         Log: Subject: Re: perl@7777 
62250              From: "John P. Linderman" <jpl@research.att.com>
62251              Date: Wed, 22 Nov 2000 13:11:11 -0500
62252              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
62253              
62254              Detypoing.
62255      Branch: perl
62256            ! lib/CPAN.pm
62257 ____________________________________________________________________________
62258 [  7809] By: jhi                                   on 2000/11/22  21:14:19
62259         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
62260              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62261              Date:     Wed, 22 Nov 2000 13:51:37 EST
62262              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
62263      Branch: perl
62264            ! perlsdio.h
62265 ____________________________________________________________________________
62266 [  7808] By: jhi                                   on 2000/11/22  21:13:27
62267         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
62268              From: Casey Tweten <crt@kiski.net>
62269              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
62270              Message-Id: <200011201653.LAA10194@home.kiski.net>
62271      Branch: perl
62272            ! t/lib/io_udp.t
62273 ____________________________________________________________________________
62274 [  7807] By: jhi                                   on 2000/11/22  21:12:35
62275         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
62276              From: Casey Tweten <crt@kiski.net>
62277              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
62278              Message-Id: <200011201636.LAA07227@home.kiski.net>
62279      Branch: perl
62280            ! t/lib/io_sock.t
62281 ____________________________________________________________________________
62282 [  7806] By: jhi                                   on 2000/11/22  21:10:59
62283         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
62284              From: "Casey R. Tweten" <crt@kiski.net>
62285              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
62286              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
62287      Branch: perl
62288            ! utils/h2xs.PL
62289 ____________________________________________________________________________
62290 [  7805] By: nick                                  on 2000/11/22  21:05:06
62291         Log: Integrate mainline
62292      Branch: perlio
62293           !> Changes Porting/genlog ext/DB_File/DB_File.xs
62294           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
62295           !> utils/perlbug.PL
62296 ____________________________________________________________________________
62297 [  7804] By: jhi                                   on 2000/11/22  21:01:12
62298         Log: Subject: [PATCH] Test.pm POD peculiarity
62299              From: "Casey R. Tweten" <crt@kiski.net>
62300              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
62301              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
62302      Branch: perl
62303            ! lib/Test.pm
62304 ____________________________________________________________________________
62305 [  7803] By: jhi                                   on 2000/11/22  20:59:59
62306         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
62307              From: "Philip Newton" <pnewton@gmx.de>
62308              Date: Wed, 22 Nov 2000 14:25:53 +0100
62309              Message-Id: <3A1BD771.25462.1939FAD@localhost>
62310              
62311              Be case-understanding also on 's', and use the -oi of sendmail
62312              not to terminate the transmission on a lone '.'.
62313      Branch: perl
62314            ! utils/perlbug.PL
62315 ____________________________________________________________________________
62316 [  7802] By: nick                                  on 2000/11/22  20:51:42
62317         Log: Win32 PerlIO intermediate state now working as expected.
62318              - In current state we are still using C runtime in text/binary
62319              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
62320              - PERLIO=stdio and PERLIO=unix pass all expected tests.
62321              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
62322              and PerlIO_seek() and the dummy crlf layer is not making adjustments
62323              for CRLF translation happening in C runtime. All other tests pass.
62324              
62325              Added note to README.win32 to point out the snags of doing a perl build
62326              with Norton AntiVirus turned on.
62327              
62328              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
62329              which file a fail comes from.
62330              
62331              Updated "canned" config.h to match the one generated.
62332      Branch: perlio
62333            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
62334            ! win32/makefile.mk
62335 ____________________________________________________________________________
62336 [  7801] By: jhi                                   on 2000/11/22  06:50:20
62337         Log: Nickety nits.
62338      Branch: perl
62339            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
62340 ____________________________________________________________________________
62341 [  7800] By: jhi                                   on 2000/11/22  01:29:55
62342         Log: Changes had accidentally gone too silent on non-main branches.
62343      Branch: perl
62344            ! Changes Porting/genlog patchlevel.h
62345 ____________________________________________________________________________
62346 [  7799] By: gsar                                  on 2000/11/22  01:02:56
62347         Log: some lib_pm.PL changes snuck in via change#7772
62348      Branch: maint-5.6/perl
62349            ! Makefile.SH
62350 ____________________________________________________________________________
62351 [  7798] By: nick                                  on 2000/11/21  21:59:40
62352         Log: Integrate mainline
62353      Branch: perlio
62354           !> (integrate 28 files)
62355 ____________________________________________________________________________
62356 [  7797] By: jhi                                   on 2000/11/21  21:01:45
62357         Log: Integrate perlio.
62358      Branch: perl
62359           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
62360 ____________________________________________________________________________
62361 [  7796] By: nick                                  on 2000/11/21  20:36:22
62362         Log: Win32 builds and runs (mostly) with USE_PERLIO.
62363              PERLIO=perlio passes all tests. 
62364              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
62365      Branch: perlio
62366            ! perlio.c win32/perllib.c win32/win32.c
62367 ____________________________________________________________________________
62368 [  7795] By: jhi                                   on 2000/11/21  19:03:44
62369         Log: Update Changes.
62370      Branch: perl
62371            ! Changes patchlevel.h
62372 ____________________________________________________________________________
62373 [  7794] By: jhi                                   on 2000/11/21  18:56:34
62374         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
62375              From: "Craig A. Berry" <craigberry@mac.com>
62376              Date: Mon, 20 Nov 2000 20:27:06 -0600
62377              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
62378              
62379              A cut-and-pasto.
62380      Branch: perl
62381            ! perlio.h
62382 ____________________________________________________________________________
62383 [  7793] By: jhi                                   on 2000/11/21  18:54:41
62384         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
62385              From: Dominic Dunlop <domo@computer.org> 
62386              Date: Mon, 20 Nov 2000 18:55:29 +0100
62387              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
62388              
62389              va_copy() and the need of it.
62390              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
62391      Branch: metaconfig/U/perl
62392            + need_va_copy.U
62393      Branch: perl
62394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62395            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
62396            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
62397            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62398            ! win32/config.bc win32/config.gc win32/config.vc
62399 ____________________________________________________________________________
62400 [  7792] By: jhi                                   on 2000/11/21  17:04:10
62401         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
62402      Branch: perl
62403           !> scope.h
62404 ____________________________________________________________________________
62405 [  7791] By: jhi                                   on 2000/11/21  17:01:16
62406         Log: Export the SOCKS workaround symbols only if necessary.
62407      Branch: perl
62408            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
62409 ____________________________________________________________________________
62410 [  7790] By: nick                                  on 2000/11/20  23:57:11
62411         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
62412      Branch: perlio
62413            ! scope.h
62414 ____________________________________________________________________________
62415 [  7789] By: nick                                  on 2000/11/20  23:38:33
62416         Log: Integrate mainline
62417      Branch: perlio
62418           +> lib/File/Spec/Epoc.pm
62419           !> (integrate 34 files)
62420 ____________________________________________________________________________
62421 [  7788] By: nick                                  on 2000/11/20  23:20:18
62422         Log: Make extra buffer layer work (dummy crlf layer)
62423      Branch: perlio
62424            ! doio.c perlio.c perlio.h
62425 ____________________________________________________________________________
62426 [  7787] By: jhi                                   on 2000/11/20  22:44:04
62427         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
62428              From: Peter Prymmer <pvhp@forte.com>
62429              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
62430              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
62431      Branch: perl
62432            ! t/pragma/locale.t
62433 ____________________________________________________________________________
62434 [  7786] By: jhi                                   on 2000/11/20  22:29:10
62435         Log: Subject: DOC PATCH 5.6.0 perlreftut
62436              From: mjd@plover.com
62437              Date: 20 Nov 2000 19:45:06 -0000
62438              Message-ID: <20001120194506.9505.qmail@plover.com>
62439      Branch: perl
62440            ! pod/perlreftut.pod
62441 ____________________________________________________________________________
62442 [  7785] By: jhi                                   on 2000/11/20  22:27:44
62443         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
62444              From: David Dyck <dcd@tc.fluke.com>
62445              Date: Mon, 20 Nov 2000 11:43:40 -0800
62446              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
62447      Branch: perl
62448            ! lib/Cwd.pm
62449 ____________________________________________________________________________
62450 [  7784] By: jhi                                   on 2000/11/20  22:23:21
62451         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
62452              Date: Mon, 20 Nov 2000 17:06:10 -0500
62453              To: Mailing list Perl5 <perl5-porters@perl.org>
62454              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
62455      Branch: perl
62456            ! pp_ctl.c t/op/pat.t
62457 ____________________________________________________________________________
62458 [  7783] By: jhi                                   on 2000/11/20  22:11:18
62459         Log: Subject: [PATCH] doop.c - UTF8 tr///               
62460              From: Simon Cozens <simon@cozens.net>
62461              Date: Sat, 18 Nov 2000 18:49:30 +0000
62462              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
62463              
62464              Subject: Re: [PATCH] doop.c - UTF8 tr///           
62465              From: Simon Cozens <simon@cozens.net>
62466              Date: Mon, 20 Nov 2000 20:45:22 +0000
62467              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
62468              
62469              Make tr on UTF-8 better but still not correct.
62470      Branch: perl
62471            ! doop.c
62472 ____________________________________________________________________________
62473 [  7782] By: jhi                                   on 2000/11/20  22:02:16
62474         Log: Remove the shared object before attempting to create
62475              (by linking) a new one.  E.g. in AIX not removing
62476              becomes quite painful if one tries to do more than one
62477              build in the same tree (an interrupted build, for example),
62478              since the AIX' shared dynaloader seemingly keeps the shared
62479              objects open and therefore 'busy' for quite a while, even when
62480              nobody is using the objects, leading into link failures.
62481      Branch: perl
62482            ! lib/ExtUtils/MM_Unix.pm
62483 ____________________________________________________________________________
62484 [  7781] By: gsar                                  on 2000/11/20  19:02:55
62485         Log: type mismatch due to faulty integration
62486      Branch: maint-5.6/perl
62487            ! toke.c win32/Makefile
62488 ____________________________________________________________________________
62489 [  7780] By: gsar                                  on 2000/11/20  17:31:55
62490         Log: integrate changes#6392,6394..6399,6401..6404
62491              
62492              The {multiplier} of a fixed substring was overlooked which
62493              caused a wrong initial search offset for that substring.
62494              
62495              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62496              From: Hugo <hv@crypt.compulink.co.uk>
62497              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62498              Date: Thu, 13 Jul 2000 19:27:13 +0100
62499              
62500              Fix the BOM bug: not a byteorder bug, a signedness bug.
62501              
62502              Replace change #6337 with a better one.
62503              
62504              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62505              From: Hugo <hv@crypt.compulink.co.uk>
62506              Date: Fri, 14 Jul 2000 04:16:20 +0100
62507              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62508              
62509              MakeMaker should not remove editor backups (*~) on `make clean`
62510              by default (completes change#6383)
62511              
62512              move new variables to the end of the interpreter structure (for
62513              bincompat in code that doesn't #include XSUB.h)
62514              
62515              rename totally bletcherous SvLOCK() thingy (doesn't do what the
62516              name suggests anyway)
62517              
62518              various cleanups (typos, misformatted code, and small bugs)
62519              
62520              typecasts needed for change#6394
62521              
62522              typos in change#6399, regen headers
62523              
62524              inconsistent types needs casts
62525              
62526              PERL_OBJECT build tweaks
62527      Branch: maint-5.6/perl
62528           !> MANIFEST doop.c embed.h embed.pl embedvar.h
62529           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
62530           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
62531           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
62532           !> toke.c util.c
62533 ____________________________________________________________________________
62534 [  7779] By: gsar                                  on 2000/11/20  17:06:29
62535         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
62536              
62537              Cosmetics and perldelta.
62538              
62539              Fix nits noticed by Boston.pm.
62540              
62541              Do the cc sanity check both before the hints and
62542              after the cc selction.
62543              
62544              get sprintf.t to adjust properly for 3-digit exponents
62545              
62546              don't clobber *.orig files on *clean targets
62547              
62548              fix bugs in processing %v-*d and similar format specs (from
62549              Avi Finkel <avi@finkel.org>)
62550              
62551              sprintf test tweaks (from Dominic Dunlop)
62552              
62553              new selfloader.t in change#6183 doesn't close DATA handles,
62554              and thus fails to clean up tmp files on dosish platforms
62555              
62556              typos (spotted by Peter Prymmer)
62557              
62558              typo fix from Craig Berry
62559      Branch: maint-5.6/perl
62560           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
62561           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
62562           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
62563           !> x2p/Makefile.SH
62564 ____________________________________________________________________________
62565 [  7778] By: gsar                                  on 2000/11/20  16:46:51
62566         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
62567              
62568              Subject: Re: format bug report  [Patch]
62569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62570              Date: Wed, 05 Jul 2000 13:12:52 +0200
62571              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
62572              
62573              Subject: Re: format bug report  [Patch]
62574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62575              Date: Wed, 05 Jul 2000 14:10:01 +0200
62576              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
62577              
62578              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
62579              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62580              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
62581              Date: Fri, 07 Jul 2000 17:57:16 +0100
62582              
62583              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
62584              To: perl5-porters@perl.org
62585              From: Karsten Sperling <spiff@phreax.net>
62586              Date: Mon, 10 Jul 2000 15:12:52 +0200
62587              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
62588              
62589              README.posix-bc podified from Thomas Dorner.
62590              
62591              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
62592              From: Dominic Dunlop <domo@computer.org>
62593              Date: Tue, 11 Jul 2000 12:27:33 +0200
62594              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
62595              
62596              Typo in #6341.
62597              
62598              Fix for
62599              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
62600              From: Roderick Schertler <roderick@argon.org>
62601              Date: Tue, 11 Jul 2000 13:55:05 -0400
62602              Message-Id: <200007111755.NAA05077@jones.argon.org>
62603              
62604              Minor cleanups on the booklist.
62605              
62606              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
62607              regen perltoc.
62608              
62609              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
62610      Branch: maint-5.6/perl
62611           +> pod/perlbook.pod
62612           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
62613           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
62614           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
62615 ____________________________________________________________________________
62616 [  7777] By: jhi                                   on 2000/11/20  16:08:49
62617         Log: Update Changes.
62618      Branch: perl
62619            ! Changes patchlevel.h
62620 ____________________________________________________________________________
62621 [  7776] By: jhi                                   on 2000/11/20  15:27:56
62622         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
62623              This may be overly harsh but until proven otherwise, we think this
62624              way, or until we have a simple test for Configure (having to start
62625              up servers is does not count as simple) to check for the problems.
62626      Branch: perl
62627            ! perl.h
62628 ____________________________________________________________________________
62629 [  7775] By: jhi                                   on 2000/11/20  15:22:17
62630         Log: Solaris hints tweaks.
62631      Branch: perl
62632            ! hints/solaris_2.sh
62633 ____________________________________________________________________________
62634 [  7774] By: jhi                                   on 2000/11/20  15:01:20
62635         Log: Add a workaround to SOCKS 64-bit problems.
62636      Branch: perl
62637            ! doio.c embed.h embed.pl perlsdio.h proto.h
62638 ____________________________________________________________________________
62639 [  7773] By: jhi                                   on 2000/11/20  14:51:47
62640         Log: sysseek() instead of seek().
62641      Branch: perl
62642            ! t/lib/syslfs.t
62643 ____________________________________________________________________________
62644 [  7772] By: gsar                                  on 2000/11/20  13:06:23
62645         Log: integrate changes#6315..6319,6321..6331,6333..6338
62646              
62647              Integrate with Sarathy, preliminary fix for unicos
62648              alignment problems in [ID 20000612.002] Perl problem on Cray system.
62649              
62650              some debugger output does not go to the socket when RemotePort is set
62651              
62652              winsock cleanup never done on Windows (leads to handle leaks)
62653              
62654              fix UNC path handling on Windows under ithreads, and chdir()
62655              return value when given a non-existent directory
62656              
62657              Autogenerate pod/Makefile and pod/buildtoc.
62658              buildtoc also checks whether the existin pods are
62659              mentioned in MANIFEST and perl.pod, and vice versa.
62660              (None of the thusly found discrepancies fixed yet.)
62661              roffitall also needs to be autogenerated similarly but it
62662              seems so badly out of date that I didn't touch it yet.
62663              
62664              Config is being used.
62665              
62666              Add =head1 NAMEs so that buildtoc is happy.
62667              (The CGI::Util nit reported to Lincoln.)
62668              
62669              Fix complaints of buildtoc.
62670              
62671              Fix the alignment problem in Crays ([ID 20000612.002]).
62672              
62673              Remove perlbook, update perlfaq book listing,
62674              rearrange perl.pod, regenerate perltoc.
62675              
62676              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
62677              was cast to an unsigned (32-bit) integer with wild abandon.
62678              
62679              winsock options weren't being set in all threads under ithreads
62680              (caused send()s from second and subsequent threads to fail)
62681              
62682              accept() leaks memory on windows due to incorrect ordering of
62683              closesocket() and fclose() calls
62684              
62685              Reorder perl.pod once more.
62686              
62687              More POSIX.pod tweaks.
62688              
62689              Sprinkle ldlibpath.
62690              
62691              Precedence goof, fix based on
62692              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
62693              From: Hugo <hv@crypt.compulink.co.uk>
62694              Date: Tue, 11 Jul 2000 12:52:38 +0100
62695              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
62696              
62697              Subject: PATCH perlguts.pod: Document D and d magic types
62698              From: mjd@plover.com
62699              Date: 5 Jul 2000 18:01:51 -0000
62700              Message-ID: <20000705180151.29413.qmail@plover.com>
62701              
62702              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
62703              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
62704              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
62705              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
62706              
62707              Subject: [PATCH cfgperl] $& segfaults if you trick it
62708              From: simon@brecon.co.uk (Simon Cozens)
62709              Date: 7 Jul 2000 11:26:09 GMT
62710              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
62711              
62712              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62713              From: Hugo <hv@crypt.compulink.co.uk>
62714              Date: Tue, 11 Jul 2000 12:44:50 +0100
62715              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
62716              
62717              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
62718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62719              Date: Tue, 11 Jul 2000 13:50:51 +0100
62720              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
62721      Branch: maint-5.6/perl
62722           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
62723           +> pod/buildtoc.PL
62724            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
62725           !> (integrate 26 files)
62726 ____________________________________________________________________________
62727 [  7771] By: gsar                                  on 2000/11/20  12:31:42
62728         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
62729              6310,6311,6314
62730              
62731              Subject: [PATCH bleedperl] File::Spec 0.82 beta
62732              From: Barrie Slaymaker <barries@jester.slaysys.com>
62733              Date: Wed, 28 Jun 2000 11:35:29 -0400
62734              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
62735              
62736              tweak perlembed for multiplicity/usethreads sanity; correct notes
62737              about Windows
62738              
62739              localize %INC in a Safe compartment so that use/require work
62740              (many other magic globals probably need similar treatment)
62741              
62742              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
62743              when @_ is modified, causing coredumps
62744              
62745              slurp mode fix in change#4736 still not quite right
62746              
62747              Point to perlipc for more SysV IPC examples.
62748              
62749              Elaborate POSIX.pod.  Still needs work.
62750              
62751              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
62752              
62753              fix large memory leak that has been around for ever, masked by
62754              -DPURIFY (most of the arenas were never freed!)
62755              
62756              fix memory leak on Windows (PL_sys_intern contents were never
62757              freed)
62758              
62759              PERL_OBJECT build tweak
62760              
62761              adjust change#6299
62762              
62763              remove rel2abs prototypes (from Barrie Slaymaker)
62764              
62765              missing perldiag entry for unpack("w",...) diagnostic (from
62766              Andreas Koenig)
62767              
62768              better diagnostic on Frob->stuff() when Frob:: doesn't exist
62769              (from Richard Soderberg <rs@oregonnet.com>)
62770              
62771              Win32 patches for cfgperl from Sarathy.
62772              
62773              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
62774              
62775              More POSIX.pod embellishment.
62776              
62777              tyop in change#6306
62778      Branch: maint-5.6/perl
62779           !> (integrate 44 files)
62780 ____________________________________________________________________________
62781 [  7770] By: gsar                                  on 2000/11/20  11:51:00
62782         Log: integrate changes#6268..6282 from cfgperl branch
62783              
62784              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
62785              From: Dominic Dunlop <domo@computer.org>
62786              Date: Thu, 29 Jun 2000 12:32:39 +0200
62787              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
62788              
62789              Regen headers for #6261 (and update embed.pl for this) and #6267,
62790              silence few compiler warnings.
62791              
62792              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
62793              From: Nicholas Clark <nick@talking.bollo.cx>
62794              Date: Fri, 23 Jun 2000 16:21:15 +0100
62795              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
62796              
62797              Subject: PATCH pod/perltie.pod
62798              From: Ian Phillipps <Ian.Phillipps@iname.com>
62799              Date: Fri, 16 Jun 2000 00:17:19 +0100
62800              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
62801              (only the first hunk, the second hunk had already been done
62802              by some other patch)
62803              
62804              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
62805              From: Tom Phoenix <rootbeer@redcat.com>
62806              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
62807              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
62808              
62809              Subject: [PATCH] xsub attributes
62810              From: Doug MacEachern <dougm@covalent.net>
62811              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
62812              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
62813              
62814              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
62815              From: Andy Dougherty <doughera@lafayette.edu>
62816              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
62817              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
62818              
62819              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
62820              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62821              Date: Tue, 13 Jun 2000 02:43:48 -0500
62822              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
62823              
62824              Subject: [PATCH] Re: eval documentation: context
62825              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62826              Date: Mon, 12 Jun 2000 15:07:29 +0100
62827              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
62828              
62829              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
62830              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62831              Date: Mon, 12 Jun 2000 14:55:59 +0100
62832              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
62833              
62834              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
62835              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
62836              Date: Fri, 09 Jun 2000 12:39:27 -0400
62837              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
62838              (plus update the version "number" of Text::Wrap)
62839              
62840              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
62841              From: Tim Ayers <tayers@bridge.com>
62842              Date: Thu, 08 Jun 2000 08:11:06 +0200
62843              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
62844              [resent by Richard Foley, Message-Id probably wrong]
62845              
62846              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
62847              From: rspier@pobox.com (Robert Spier)
62848              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
62849              Message-ID: <14654.31913.845602.610277@rls.cx>
62850              
62851              Subject: [PATCH 5.6.0] utils/h2xs.PL
62852              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62853              Date: Wed, 7 Jun 2000 04:02:04 -0500
62854              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
62855              
62856              Subject: [PATCH 5.6.0]ITHREADs for VMS
62857              From: Dan Sugalski <dan@sidhe.org>
62858              Date: Tue, 06 Jun 2000 11:59:50 -0400
62859              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
62860      Branch: maint-5.6/perl
62861           !> (integrate 31 files)
62862 ____________________________________________________________________________
62863 [  7769] By: gsar                                  on 2000/11/20  11:29:06
62864         Log: integrate changes#6261..6266 from cfgperl
62865              
62866              Subject: Re: [PATCH cfgperl] BOMs away!
62867              From: simon@brecon.co.uk (Simon Cozens)
62868              Date: 17 Jun 2000 11:49:57 GMT
62869              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
62870              
62871              Subject: 5.6.0 Patch for EPOC
62872              From: Olaf Flebbe <o.flebbe@gmx.de>
62873              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
62874              Message-ID: <23449.960929969@www11.gmx.net>
62875              
62876              tr fixes from Simon Cozens
62877              
62878              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
62879              From: Marty Lucich <marty@netcom.com>
62880              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
62881              Message-Id: <200006282116.OAA11148@netcom.com>
62882              ccdlflags update (the BSD/OS 4.1 part had already been taken
62883              care of by #6141).
62884              
62885              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
62886              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62887              Date: Wed, 28 Jun 2000 17:50:12 -0700
62888              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
62889              
62890              Subject: [PATCH 5.6.0] cygwin port
62891              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
62892              From: "Fifer, Eric" <EFifer@sanwaint.com>
62893              Date: Thu, 29 Jun 2000 12:58:29 +0100
62894      Branch: maint-5.6/perl
62895           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
62896           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
62897           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62898           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
62899 ____________________________________________________________________________
62900 [  7768] By: gsar                                  on 2000/11/20  11:13:44
62901         Log: integrate changes#6252..6256,6259..6260
62902              
62903              Paranoia tweak on #6249.
62904              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62905              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62906              Date: Sun, 25 Jun 2000 23:43:12 -0400
62907              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
62908              
62909              Subject: tr///, help wanted.
62910              From: simon@brecon.co.uk (Simon Cozens)
62911              Date: 28 Jun 2000 11:29:04 GMT
62912              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
62913              
62914              small thinko tweaks
62915              
62916              tweaks from Simon Conzes to further fix tr/// under utf8
62917              
62918              perlnewmod was missing from MANIFEST.
62919              
62920              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
62921              From: simon@brecon.co.uk (Simon Cozens)
62922              Date: 17 Jun 2000 11:56:44 GMT
62923              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
62924              pack U0, pack C0
62925      Branch: maint-5.6/perl
62926           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
62927           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
62928           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
62929           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
62930 ____________________________________________________________________________
62931 [  7767] By: gsar                                  on 2000/11/20  10:51:38
62932         Log: integrate change#6250 from cfgperl
62933              
62934              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
62935              From: Doug MacEachern <dougm@covalent.net>
62936              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
62937              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
62938      Branch: maint-5.6/perl
62939           +> t/op/my_stash.t
62940           !> MANIFEST embed.pl global.sym proto.h toke.c
62941 ____________________________________________________________________________
62942 [  7766] By: gsar                                  on 2000/11/20  10:48:34
62943         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
62944              
62945              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
62946              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62947              Date: Mon, 26 Jun 2000 18:40:14 +0100
62948              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
62949              
62950              Subject: [PATCH] bytes<->utf8 fixes
62951              From: simon@brecon.co.uk (Simon Cozens)
62952              Date: 26 Jun 2000 04:55:45 GMT
62953              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
62954              
62955              Subject: [PATCH] is_utf8_string
62956              From: simon@brecon.co.uk (Simon Cozens)
62957              Date: 26 Jun 2000 02:25:59 GMT
62958              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
62959              
62960              Subject: [PATCH] avoid mg_ptr in '*' magic
62961              From: Doug MacEachern <dougm@covalent.net>
62962              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
62963              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
62964              
62965              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
62966              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62967              Date: Sat, 24 Jun 2000 13:06:20 +0100
62968              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
62969              
62970              Allow for standalone testing.
62971              
62972              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
62973              From: Mark-Jason Dominus <mjd@plover.com>
62974              Date: Tue, 27 Jun 2000 22:36:42 -0400
62975              Message-ID: <20000628023642.12166.qmail@plover.com>
62976              
62977              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62978              From: Frank Tobin <ftobin@uiuc.edu>
62979              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
62980              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
62981      Branch: maint-5.6/perl
62982           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
62983           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
62984           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
62985           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
62986           !> utf8.c utils/h2xs.PL
62987 ____________________________________________________________________________
62988 [  7765] By: gsar                                  on 2000/11/20  10:29:13
62989         Log: integrate change#6239 from cfgperl
62990              
62991              Configure maintenance.  Sever some dependency cycles,
62992              separate gccversion from the cc unit,
62993              address [ID 20000623.006] Configure script patch for using gcc on AIX
62994              (but solve it a little bit differently),
62995              unduplex some accidentally duplicated units,
62996              suggest using gcc if no cc available
62997              (p5p thread: "Solaris configure: counterproposal", 1999-09)
62998      Branch: maint-5.6/perl
62999           !> Configure Todo-5.6 config_h.SH
63000 ____________________________________________________________________________
63001 [  7764] By: gsar                                  on 2000/11/20  10:25:55
63002         Log: integrate changes#6233..6238 from cfgperl
63003              
63004              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
63005              From: Mark-Jason Dominus <mjd@plover.com>
63006              Date: Fri, 16 Jun 2000 20:53:04 -0400
63007              Message-ID: <20000617005304.8008.qmail@plover.com>
63008              
63009              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
63010              because when run as services (Win32ese for daemons)
63011              no environment variables are set and tmpdir ends up as /tmp,
63012              which is ambiguous.
63013              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
63014              From: matt@sergeant.org
63015              Date: 16 Jun 2000 16:30:43 -0000
63016              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
63017              
63018              The thread begun by
63019              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
63020              From: Kevin.Ruscoe@ubsw.com
63021              Date: Fri, 16 Jun 2000 16:38:51 +0100
63022              Message-Id: <H000019b03c300d6@MHS>
63023              
63024              Tweak embed.pl, regen headers.
63025              
63026              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
63027              From: Dan Sugalski <dan@sidhe.org>
63028              Date: Fri, 23 Jun 2000 17:00:00 -0400
63029              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
63030      Branch: maint-5.6/perl
63031           !> (integrate 27 files)
63032 ____________________________________________________________________________
63033 [  7763] By: gsar                                  on 2000/11/20  10:08:08
63034         Log: s/perl56delta/perldelta/g
63035      Branch: maint-5.6/perl
63036            ! pod/Makefile
63037 ____________________________________________________________________________
63038 [  7762] By: gsar                                  on 2000/11/20  10:04:00
63039         Log: integrate changes#6225,6229,6231,6232 from cfgperl
63040              
63041              Add source code filenames to apidoc.
63042              From: simon@brecon.co.uk (Simon Cozens)
63043              Subject: [PATCH embed.pl] Source X-ref
63044              Date: 22 Jun 2000 02:18:49 GMT
63045              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
63046              
63047              Subject: README.hpux version 0.6.1
63048              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
63049              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
63050              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
63051              
63052              Subject: [PATCH 5.6.0] cygwin port
63053              From: "Fifer, Eric" <EFifer@sanwaint.com>
63054              Date: Tue, 20 Jun 2000 14:30:58 +0100
63055              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
63056              
63057              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
63058              From: simon@brecon.co.uk (Simon Cozens)
63059              Date: 19 Jun 2000 15:18:27 GMT
63060              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
63061              
63062              plus update pod/Makefile and regenerate perltoc
63063      Branch: maint-5.6/perl
63064           +> pod/perlutil.pod
63065           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
63066           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
63067 ____________________________________________________________________________
63068 [  7761] By: jhi                                   on 2000/11/20  04:09:55
63069         Log: Miraculous typo.
63070      Branch: perl
63071            ! t/op/pat.t
63072 ____________________________________________________________________________
63073 [  7760] By: jhi                                   on 2000/11/20  04:06:08
63074         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
63075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63076              Date: Sun, 19 Nov 2000 22:30:26 -0500
63077              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
63078      Branch: perl
63079            ! regexec.c scope.h t/op/pat.t
63080 ____________________________________________________________________________
63081 [  7759] By: jhi                                   on 2000/11/20  02:05:22
63082         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63083      Branch: perl
63084            ! perl.h
63085 ____________________________________________________________________________
63086 [  7758] By: jhi                                   on 2000/11/20  01:58:11
63087         Log: Subject: [perl 7711: EPOC] updates
63088              From: Olaf Flebbe <o.flebbe@gmx.de>
63089              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
63090              Message-ID: <25575.974658810@www23.gmx.net>               
63091      Branch: perl
63092            + lib/File/Spec/Epoc.pm
63093            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
63094            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
63095            ! lib/File/Spec.pm perl.c sv.c
63096 ____________________________________________________________________________
63097 [  7757] By: jhi                                   on 2000/11/20  01:53:11
63098         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
63099      Branch: perl
63100            ! MANIFEST
63101 ____________________________________________________________________________
63102 [  7756] By: jhi                                   on 2000/11/20  01:47:22
63103         Log: Integrate perlio.
63104      Branch: perl
63105            - ext/re/hints/MSWin32.pl
63106           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
63107           !> win32/config.gc win32/config_H.gc win32/win32sck.c
63108 ____________________________________________________________________________
63109 [  7755] By: nick                                  on 2000/11/19  20:57:17
63110         Log: Add dummy crlf layer (just as buffer)
63111              Correct 1st bug - one layer of indirection.
63112      Branch: perlio
63113            ! perlio.c perlio.h perliol.h
63114 ____________________________________________________________________________
63115 [  7754] By: nick                                  on 2000/11/19  20:56:12
63116         Log: Work-round to Perl_deb_nocontext is no longer required
63117      Branch: perlio
63118            - ext/re/hints/MSWin32.pl
63119 ____________________________________________________________________________
63120 [  7753] By: nick                                  on 2000/11/19  20:01:16
63121         Log: diff -se shows these as different
63122      Branch: perlio
63123            ! global.sym pod/perlapi.pod
63124 ____________________________________________________________________________
63125 [  7752] By: nick                                  on 2000/11/19  18:57:30
63126         Log: Configure GCC/Win32 build -Duseperlio
63127              Fix a couple of gross issues
63128              - double-include of ../deb.o in re.dll
63129              - win32sck.c needs PerlIO and FILE 
63130      Branch: perlio
63131            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
63132            ! win32/win32sck.c
63133 ____________________________________________________________________________
63134 [  7751] By: nick                                  on 2000/11/19  17:05:36
63135         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
63136      Branch: perlio
63137            ! perlio.c
63138 ____________________________________________________________________________
63139 [  7750] By: nick                                  on 2000/11/19  16:57:14
63140         Log: Missing aTHX_
63141      Branch: perlio
63142            ! sv.c
63143 ____________________________________________________________________________
63144 [  7749] By: jhi                                   on 2000/11/19  16:28:40
63145         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63146              From: "Peter J. Farley III" <pjfarley@banet.net>
63147              Date: Sun, 19 Nov 2000 01:42:58 -0500
63148              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
63149      Branch: perl
63150            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
63151 ____________________________________________________________________________
63152 [  7748] By: jhi                                   on 2000/11/19  16:08:10
63153         Log: Subject: podlators 1.05 available        
63154              From: Russ Allbery <rra@stanford.edu>   
63155              Date: 18 Nov 2000 22:04:28 -0800
63156              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
63157      Branch: perl
63158            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
63159 ____________________________________________________________________________
63160 [  7747] By: nick                                  on 2000/11/19  11:19:39
63161         Log: Integrate mainline
63162      Branch: perlio
63163           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
63164           !> util.c
63165 ____________________________________________________________________________
63166 [  7746] By: jhi                                   on 2000/11/19  06:42:22
63167         Log: Make hex scanning warn on "\x{x}" and "\xx".
63168              "\x" and and hex("x") are still valid.
63169      Branch: perl
63170            ! util.c
63171 ____________________________________________________________________________
63172 [  7745] By: nick                                  on 2000/11/18  22:52:28
63173         Log: Integrate mainline
63174      Branch: perlio
63175           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
63176           !> perl.h perlio.c proto.h regcomp.c regcomp.h
63177 ____________________________________________________________________________
63178 [  7744] By: jhi                                   on 2000/11/18  22:50:28
63179         Log: Introduce Perl_utf8_length().  Use it.
63180      Branch: perl
63181            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
63182 ____________________________________________________________________________
63183 [  7743] By: jhi                                   on 2000/11/18  22:38:51
63184         Log: Compiler denit.
63185      Branch: perl
63186            ! perlio.c
63187 ____________________________________________________________________________
63188 [  7742] By: jhi                                   on 2000/11/18  20:33:05
63189         Log: Integrate perlio.
63190      Branch: perl
63191           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
63192           !> perlio.h pp_ctl.c pp_sys.c sv.c
63193 ____________________________________________________________________________
63194 [  7741] By: jhi                                   on 2000/11/18  20:31:27
63195         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
63196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63197              Date: Fri, 17 Nov 2000 20:35:11 -0500
63198              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
63199              
63200              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
63201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63202              Date: Fri, 17 Nov 2000 21:03:47 -0500
63203              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
63204              
63205              Plus a little bit of tweaking in pregcomp().
63206      Branch: perl
63207            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
63208 ____________________________________________________________________________
63209 [  7740] By: nick                                  on 2000/11/18  20:17:22
63210         Log: Lexical use open ... support:
63211              add ->cop_io to COP structure in cop.h.
63212              Make mg.c and gv.c associate it with ${^OPEN}.
63213              Make lib/open.pm set it.
63214              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
63215              manner similar to ->cop_warnings.
63216              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
63217              call new PerlIO_apply_layers().
63218              Declare latter in perlio.h and define in perlio.c
63219      Branch: perlio
63220            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
63221            ! perlio.h pp_ctl.c pp_sys.c sv.c
63222 ____________________________________________________________________________
63223 [  7739] By: jhi                                   on 2000/11/18  19:54:00
63224         Log: Integrate perlio.
63225      Branch: perl
63226           !> doio.c perlio.c pp.c
63227 ____________________________________________________________________________
63228 [  7738] By: jhi                                   on 2000/11/18  17:16:13
63229         Log: Subject: [PATCH 5.7.0] etags broken again
63230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63231              Date: Sat, 18 Nov 2000 02:41:36 -0500
63232              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
63233      Branch: perl
63234            ! emacs/ptags
63235 ____________________________________________________________________________
63236 [  7737] By: jhi                                   on 2000/11/18  17:12:18
63237         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63238      Branch: perl
63239            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63240 ____________________________________________________________________________
63241 [  7736] By: nick                                  on 2000/11/18  14:06:20
63242         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
63243              part to be isolated.
63244      Branch: perlio
63245            ! doio.c perlio.c
63246 ____________________________________________________________________________
63247 [  7735] By: nick                                  on 2000/11/18  11:03:32
63248         Log: Integrate mainline
63249      Branch: perlio
63250           !> Changes README.amiga README.win32 patchlevel.h
63251           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
63252 ____________________________________________________________________________
63253 [  7734] By: jhi                                   on 2000/11/18  01:18:56
63254         Log: Update Changes.
63255      Branch: perl
63256            ! Changes patchlevel.h
63257 ____________________________________________________________________________
63258 [  7733] By: jhi                                   on 2000/11/18  00:32:54
63259         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
63260              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63261              Date: Fri, 17 Nov 2000 17:28:02 -0500
63262              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
63263      Branch: perl
63264            ! regcomp.c regexec.c t/op/re_tests
63265 ____________________________________________________________________________
63266 [  7732] By: jhi                                   on 2000/11/18  00:28:56
63267         Log: Sparc 64-bit pack() fix from Jens Hamisch.
63268      Branch: perl
63269            ! pp.c
63270 ____________________________________________________________________________
63271 [  7731] By: jhi                                   on 2000/11/18  00:18:39
63272         Log: Explain in more detail the {} syntax ambiguousity.
63273              
63274              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63275              From: Nicholas Clark <nick@ccl4.org>
63276              Date: Fri, 17 Nov 2000 22:10:28 +0000
63277              Message-ID: <20001117221028.A88930@plum.flirble.org>
63278      Branch: perl
63279            ! pod/perlfunc.pod
63280 ____________________________________________________________________________
63281 [  7730] By: jhi                                   on 2000/11/18  00:12:18
63282         Log: Subject: Fix for README.amiga (20000323.033)
63283              From: "Stephen P. Potter" <spp@spotter.yi.org>
63284              Date: Fri, 17 Nov 2000 12:25:51 -0500
63285              Message-Id: <200011171725.MAA05768@spotter.yi.org>
63286      Branch: perl
63287            ! README.amiga
63288 ____________________________________________________________________________
63289 [  7729] By: jhi                                   on 2000/11/18  00:08:34
63290         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
63291              From: "A. C. Yardley" <yardley@tanet.net>
63292              Date: Mon, 3 Apr 2000 11:35:33 -0700
63293              Message-ID: <3483.000403@tanet.net>
63294      Branch: perl
63295            ! README.win32
63296 ____________________________________________________________________________
63297 [  7728] By: nick                                  on 2000/11/17  21:59:47
63298         Log: Integrate mainline
63299      Branch: perlio
63300           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
63301           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
63302           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
63303           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
63304 ____________________________________________________________________________
63305 [  7727] By: nick                                  on 2000/11/17  21:56:31
63306         Log: Experiment on use of attributes.pm interface.
63307              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
63308              SVt_PVRV if not already something better (else vivify of say magic gets
63309              core dump).
63310      Branch: perlio
63311            ! perlio.c pp.c
63312 ____________________________________________________________________________
63313 [  7726] By: jhi                                   on 2000/11/17  14:15:49
63314         Log: Subject: Fix for 20000815.006
63315              From: "Stephen P. Potter" <spp@spotter.yi.org>
63316              Date: Fri, 17 Nov 2000 08:57:45 -0500
63317              Message-Id: <200011171357.IAA05122@spotter.yi.org>
63318              
63319              It's really 20000518.006.
63320      Branch: perl
63321            ! pod/perlmodlib.PL
63322 ____________________________________________________________________________
63323 [  7725] By: jhi                                   on 2000/11/17  14:12:31
63324         Log: Subject: Fix for 20000409.001
63325              From: "Stephen P. Potter" <spp@spotter.yi.org>
63326              Date: Fri, 17 Nov 2000 08:55:45 -0500
63327              Message-Id: <200011171355.IAA05104@spotter.yi.org>
63328      Branch: perl
63329            ! pod/perlfaq9.pod
63330 ____________________________________________________________________________
63331 [  7724] By: jhi                                   on 2000/11/17  14:08:58
63332         Log: Undo #7627 now that we have =head3.
63333      Branch: perl
63334            ! pod/perlhack.pod
63335 ____________________________________________________________________________
63336 [  7723] By: jhi                                   on 2000/11/17  14:04:09
63337         Log: As surmised the #7719 wasn't a good move.
63338      Branch: perl
63339            ! hints/solaris_2.sh
63340 ____________________________________________________________________________
63341 [  7722] By: jhi                                   on 2000/11/17  13:59:04
63342         Log: Also the 64bitall hints can be either here or there.
63343      Branch: perl
63344            ! hints/solaris_2.sh
63345 ____________________________________________________________________________
63346 [  7721] By: jhi                                   on 2000/11/17  02:26:23
63347         Log: Test tweak for the open pragma.
63348      Branch: perl
63349            ! t/lib/b.t
63350 ____________________________________________________________________________
63351 [  7720] By: jhi                                   on 2000/11/17  00:23:22
63352         Log: The long double hints can be here or there.
63353      Branch: perl
63354            ! hints/solaris_2.sh
63355 ____________________________________________________________________________
63356 [  7719] By: jhi                                   on 2000/11/17  00:14:06
63357         Log: For Solaris use64bitall the stdchar needs a little bit of help.
63358      Branch: perl
63359            ! hints/solaris_2.sh
63360 ____________________________________________________________________________
63361 [  7718] By: jhi                                   on 2000/11/16  23:27:34
63362         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
63363              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
63364              Date: Wed, 15 Nov 2000 08:56:32 +0100
63365              Message-ID: <3A1241B0.64477E00@alcatel.at>
63366      Branch: perl
63367            ! lib/Carp/Heavy.pm
63368 ____________________________________________________________________________
63369 [  7717] By: jhi                                   on 2000/11/16  23:23:29
63370         Log: Subject: [PATCH] Re: 20001101.003 PDL
63371              From: Nicholas Clark <nick@ccl4.org>
63372              Date: Thu, 16 Nov 2000 16:48:25 +0000
63373              Message-ID: <20001116164825.B93487@plum.flirble.org>
63374      Branch: perl
63375            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
63376 ____________________________________________________________________________
63377 [  7716] By: jhi                                   on 2000/11/16  23:21:31
63378         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
63379              From: "Casey R. Tweten" <crt@kiski.net>
63380              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
63381              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
63382      Branch: perl
63383            ! lib/Pod/Checker.pm pod/perlpod.pod
63384 ____________________________________________________________________________
63385 [  7715] By: jhi                                   on 2000/11/16  23:19:40
63386         Log: Avoid an infinite loop in VMS when utils scripts are run
63387              with no arguments, from Charles Lane.
63388      Branch: perl
63389            ! configure.com
63390 ____________________________________________________________________________
63391 [  7714] By: jhi                                   on 2000/11/16  23:17:08
63392         Log: Subject: perllocale.pod changes
63393              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63394              Date: Mon, 13 Nov 2000 10:09:22 +0300
63395              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
63396      Branch: perl
63397            ! pod/perllocale.pod
63398 ____________________________________________________________________________
63399 [  7713] By: jhi                                   on 2000/11/16  23:14:06
63400         Log: Integrate perlio.
63401      Branch: perl
63402           !> doio.c perlio.c perlio.h util.c
63403 ____________________________________________________________________________
63404 [  7712] By: nick                                  on 2000/11/16  21:10:58
63405         Log: Integrate mainline
63406      Branch: perlio
63407           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63408           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63409           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
63410           !> vos/config.ga.def vos/config.ga.h win32/config.bc
63411           !> win32/config.gc win32/config.vc
63412 ____________________________________________________________________________
63413 [  7711] By: nick                                  on 2000/11/16  19:56:41
63414         Log: Minor tweaks:
63415              consistent way of getting 'rb', 'wb' etc. for binary opens
63416              move *perlio::layers to *open::layers
63417              a #define to show layers available
63418              DOSISH popen/PerlIO had export/import sense inverted.
63419      Branch: perlio
63420            ! doio.c perlio.c perlio.h util.c
63421 ____________________________________________________________________________
63422 [  7710] By: jhi                                   on 2000/11/16  15:46:05
63423         Log: Add HAS_SBRK_PROTO.
63424      Branch: metaconfig/U/perl
63425            + d_sbrkproto.U
63426      Branch: perl
63427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63428            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63429            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
63430            ! vos/config.ga.def vos/config.ga.h win32/config.bc
63431            ! win32/config.gc win32/config.vc
63432 ____________________________________________________________________________
63433 [  7709] By: nick                                  on 2000/11/16  07:31:49
63434         Log: Integrate mainline
63435      Branch: perlio
63436           !> (integrate 35 files)
63437 ____________________________________________________________________________
63438 [  7708] By: jhi                                   on 2000/11/16  05:33:03
63439         Log: These files are text, not binary.
63440      Branch: perl
63441            ! ext/Encode/Encode/iso8859-10.enc
63442            ! ext/Encode/Encode/iso8859-13.enc
63443            ! ext/Encode/Encode/iso8859-14.enc
63444            ! ext/Encode/Encode/iso8859-15.enc
63445 ____________________________________________________________________________
63446 [  7707] By: jhi                                   on 2000/11/16  01:53:37
63447         Log: Update Changes.
63448      Branch: perl
63449            ! Changes patchlevel.h
63450 ____________________________________________________________________________
63451 [  7706] By: jhi                                   on 2000/11/16  01:35:59
63452         Log: More #undefing of stdio.
63453      Branch: perl
63454            ! fakesdio.h nostdio.h
63455 ____________________________________________________________________________
63456 [  7705] By: jhi                                   on 2000/11/16  01:34:18
63457         Log: Add fwalk() probe to the configuration files and regen perltoc.
63458      Branch: perl
63459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63460            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
63461            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
63462            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63463            ! win32/config.bc win32/config.gc win32/config.vc
63464 ____________________________________________________________________________
63465 [  7704] By: jhi                                   on 2000/11/16  01:33:07
63466         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
63467              an optional third argument to Inlibc?)
63468      Branch: metaconfig/U/perl
63469            + d__fwalk.U
63470 ____________________________________________________________________________
63471 [  7703] By: jhi                                   on 2000/11/16  01:09:22
63472         Log: The type of the hash_cb() size argument is tricky.
63473      Branch: perl
63474            ! ext/DB_File/DB_File.xs
63475 ____________________________________________________________________________
63476 [  7702] By: jhi                                   on 2000/11/15  23:01:16
63477         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
63478      Branch: perl
63479            ! nostdio.h
63480 ____________________________________________________________________________
63481 [  7701] By: jhi                                   on 2000/11/15  22:52:32
63482         Log: Detypo.
63483      Branch: perl
63484            ! t/lib/bigfltpm.t
63485 ____________________________________________________________________________
63486 [  7700] By: jhi                                   on 2000/11/15  22:51:56
63487         Log: UINT64_C() work continues.
63488      Branch: perl
63489            ! handy.h perl.h utf8.h
63490 ____________________________________________________________________________
63491 [  7699] By: jhi                                   on 2000/11/15  14:13:04
63492         Log: SOCKS has its own USE_THREADS, based on
63493              
63494              Subject: [ID 20001114.002] et. al. bugfix followup
63495              From: Jens Hamisch <jens@Strawberry.COM> 
63496              Date: Wed, 15 Nov 2000 14:23:11 +0100
63497              Message-ID: <20001115142311.A21164@Strawberry.COM>
63498      Branch: perl
63499            ! perl.h
63500 ____________________________________________________________________________
63501 [  7698] By: jhi                                   on 2000/11/15  03:50:56
63502         Log: Add few missing #undefs and sort them.
63503      Branch: perl
63504            ! fakesdio.h
63505 ____________________________________________________________________________
63506 [  7697] By: jhi                                   on 2000/11/15  03:39:14
63507         Log: Linenumber fix.
63508      Branch: perl
63509            ! t/pragma/warn/utf8
63510 ____________________________________________________________________________
63511 [  7696] By: jhi                                   on 2000/11/15  02:55:26
63512         Log: EBCDIC tweaks.
63513              
63514              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63515              From: Peter Prymmer <pvhp@forte.com>
63516              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
63517              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
63518      Branch: perl
63519            ! t/op/regmesg.t t/pragma/warn/utf8
63520 ____________________________________________________________________________
63521 [  7695] By: jhi                                   on 2000/11/15  02:53:58
63522         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63523              From: Peter Prymmer <pvhp@forte.com>
63524              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
63525              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
63526      Branch: perl
63527            ! utf8.c
63528 ____________________________________________________________________________
63529 [  7694] By: jhi                                   on 2000/11/15  02:50:55
63530         Log: Subject: [PATCH: perl@7674] updates to README.os390
63531              From: Prymmer/Kahn <pvhp@best.com>
63532              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
63533              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
63534      Branch: perl
63535            ! README.os390
63536 ____________________________________________________________________________
63537 [  7693] By: jhi                                   on 2000/11/15  02:48:37
63538         Log: Quit utf8_to_uv() instantly if curlen == 0.
63539      Branch: perl
63540            ! utf8.c
63541 ____________________________________________________________________________
63542 [  7692] By: jhi                                   on 2000/11/15  02:24:29
63543         Log: Use u_int32_t for the size of hash_cb(), not size_t.
63544              
63545              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63546              From: Jens Hamisch <jens@Strawberry.COM>     
63547              Date: Tue, 14 Nov 2000 19:03:55 +0100
63548              Message-Id: <20001114190355.A20559@Strawberry.COM>
63549      Branch: perl
63550            ! ext/DB_File/DB_File.xs
63551 ____________________________________________________________________________
63552 [  7691] By: jhi                                   on 2000/11/15  02:20:12
63553         Log: Use UINT64_C().
63554              
63555              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63556              From: Jens Hamisch <jens@Strawberry.COM>
63557              Date: Tue, 14 Nov 2000 19:16:23 +0100
63558              Message-Id: <20001114191623.G20559@Strawberry.COM>
63559      Branch: perl
63560            ! utf8.c utf8.h
63561 ____________________________________________________________________________
63562 [  7690] By: jhi                                   on 2000/11/15  02:17:06
63563         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63564              (a macro to define signed and unsigned integer constants).
63565      Branch: perl
63566            ! handy.h
63567 ____________________________________________________________________________
63568 [  7689] By: jhi                                   on 2000/11/15  01:56:51
63569         Log: Regen Configure.
63570      Branch: perl
63571            ! Configure
63572 ____________________________________________________________________________
63573 [  7688] By: jhi                                   on 2000/11/15  01:56:32
63574         Log: Make the unit know about SOCKS.
63575      Branch: metaconfig
63576            ! U/protos/socksizetype.U
63577 ____________________________________________________________________________
63578 [  7687] By: jhi                                   on 2000/11/15  01:54:47
63579         Log: Remove unused dependencies.
63580      Branch: metaconfig
63581            ! U/compline/d_getpagsz.U
63582 ____________________________________________________________________________
63583 [  7686] By: nick                                  on 2000/11/14  21:25:13
63584         Log: Integrate mainline.
63585      Branch: perlio
63586           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
63587           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
63588           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
63589           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
63590           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
63591           !> win32/config.bc win32/config.gc win32/config.vc
63592           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
63593 ____________________________________________________________________________
63594 [  7685] By: jhi                                   on 2000/11/14  17:54:56
63595         Log: Integrate perlio.
63596      Branch: perl
63597           +> fakesdio.h perliol.h
63598           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63599           !> perlsdio.h perlsfio.h pod/perlfunc.pod
63600 ____________________________________________________________________________
63601 [  7684] By: nick                                  on 2000/11/14  17:43:04
63602         Log: PerlIO #include and #ifdef re-work.
63603      Branch: perlio
63604            + fakesdio.h perliol.h
63605            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63606            ! perlsdio.h perlsfio.h
63607 ____________________________________________________________________________
63608 [  7683] By: jhi                                   on 2000/11/14  15:42:40
63609         Log: Hoist the duplicated socket/netdb include logic to perl.h;
63610              undef SETERRNO in case SOCKS has defined it.  Based on:
63611              
63612              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63613              From: Jens Hamisch <jens@Strawberry.COM> 
63614              Date: Tue, 14 Nov 2000 11:34:40 +0100
63615              Message-Id: <20001114113440.A20005@Strawberry.COM>
63616      Branch: perl
63617            ! doio.c perl.h pp_sys.c
63618 ____________________________________________________________________________
63619 [  7682] By: jhi                                   on 2000/11/14  14:07:28
63620         Log: Subject: some additions for makefiles for win32 (for perl@7674)
63621              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63622              Date: Tue, 14 Nov 2000 09:31:13 +0300
63623              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
63624      Branch: perl
63625            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
63626            ! win32/makefile.mk
63627 ____________________________________________________________________________
63628 [  7681] By: jhi                                   on 2000/11/14  14:01:41
63629         Log: Subject: tiny typo in perl5db.pl
63630              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63631              Date: Tue, 14 Nov 2000 09:29:28 +0300
63632              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
63633      Branch: perl
63634            ! lib/perl5db.pl
63635 ____________________________________________________________________________
63636 [  7680] By: jhi                                   on 2000/11/14  04:13:50
63637         Log: Redo #7679 with LFs instead of CRLFs.
63638      Branch: perl
63639            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
63640            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
63641            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63642 ____________________________________________________________________________
63643 [  7679] By: jhi                                   on 2000/11/14  01:21:09
63644         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
63645              From: Benjamin Stuhl <tiriath@yahoo.com> 
63646              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63647              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63648      Branch: perl
63649            + win32/bin/mdelete.bat
63650            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
63651            ! makedef.pl perlio.c win32/Makefile win32/config.gc
63652            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63653 ____________________________________________________________________________
63654 [  7678] By: jhi                                   on 2000/11/14  01:19:20
63655         Log: Fix the re extension building for Win32.
63656              
63657              Subject: [PATCH perl@7638] Get PerlIO building on Win32
63658              From: Benjamin Stuhl <tiriath@yahoo.com> 
63659              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63660              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63661      Branch: perl
63662            + ext/re/hints/MSWin32.pl
63663            ! MANIFEST
63664 ____________________________________________________________________________
63665 [  7677] By: jhi                                   on 2000/11/14  01:13:54
63666         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63667              From: sthoenna@efn.org
63668              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
63669              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
63670      Branch: perl
63671            ! doop.c pp.c toke.c utf8.c utf8.h
63672 ____________________________________________________________________________
63673 [  7676] By: jhi                                   on 2000/11/13  20:23:15
63674         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63675              From: Nicholas Clark <nick@ccl4.org>
63676              Date: Mon, 13 Nov 2000 18:55:04 +0000
63677              Message-ID: <20001113185504.J29183@plum.flirble.org>
63678      Branch: perl
63679            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
63680 ____________________________________________________________________________
63681 [  7675] By: nick                                  on 2000/11/13  20:21:57
63682         Log: Integrate mainline ...
63683      Branch: perlio
63684           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
63685           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
63686           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
63687           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
63688 ____________________________________________________________________________
63689 [  7674] By: jhi                                   on 2000/11/13  15:07:56
63690         Log: Update Changes.
63691      Branch: perl
63692            ! Changes patchlevel.h
63693 ____________________________________________________________________________
63694 [  7673] By: jhi                                   on 2000/11/13  14:42:42
63695         Log: Remove the new two tests of lib/io_xs for now, they seem to
63696              fail under perlio on some platforms.
63697      Branch: perl
63698            ! t/lib/io_xs.t
63699 ____________________________________________________________________________
63700 [  7672] By: jhi                                   on 2000/11/13  13:57:53
63701         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
63702      Branch: perl
63703            ! perlio.c
63704 ____________________________________________________________________________
63705 [  7671] By: jhi                                   on 2000/11/13  05:30:48
63706         Log: Placate nervous compilers that see longer than ints switch()ing.
63707      Branch: perl
63708            ! utf8.c
63709 ____________________________________________________________________________
63710 [  7670] By: jhi                                   on 2000/11/13  05:14:21
63711         Log: fputs() does return EOF on error but here we don't care.
63712      Branch: perl
63713            ! perlio.c
63714 ____________________________________________________________________________
63715 [  7669] By: jhi                                   on 2000/11/13  05:02:45
63716         Log: Declare reg_data like reg_substr_data.
63717      Branch: perl
63718            ! regexp.h
63719 ____________________________________________________________________________
63720 [  7668] By: jhi                                   on 2000/11/13  04:54:34
63721         Log: Typos in #7667.
63722      Branch: perl
63723            ! perl.h
63724 ____________________________________________________________________________
63725 [  7667] By: jhi                                   on 2000/11/13  04:49:49
63726         Log: Cleanup messy #ifdef.
63727      Branch: perl
63728            ! perl.h
63729 ____________________________________________________________________________
63730 [  7666] By: jhi                                   on 2000/11/13  04:17:34
63731         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63732              From: Nicholas Clark <nick@talking.bollo.cx>
63733              Date: Sun, 12 Nov 2000 21:14:11 +0000
63734              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
63735              
63736              Note: only one breakage of the two reported is fixed by this patch.
63737      Branch: perl
63738            ! perlio.c
63739 ____________________________________________________________________________
63740 [  7665] By: jhi                                   on 2000/11/13  04:05:07
63741         Log: Tweak the definition of the bit complement on UTF-8 data:
63742              if none of the characters in the string are > 0xff,
63743              the result is a complemented byte string, not a (UTF-8)
63744              char string.  Based on the summary in
63745              
63746              Subject: Re: [ID 20000918.005] ~ on wide chars
63747              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
63748              Date: Fri, 10 Nov 2000 09:47:15 -0800
63749              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
63750              
63751              This should give us the maximum backward (pre-char string)
63752              compatibility and utf8 compatibility.  The other alternative
63753              would be to limit the bit complement to be always byte only,
63754              taking the least significant byte of the chars.
63755      Branch: perl
63756            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
63757 ____________________________________________________________________________
63758 [  7664] By: jhi                                   on 2000/11/13  00:23:44
63759         Log: Couple of tests from #7660 salvaged.
63760      Branch: perl
63761            - t/op/tell.t
63762            ! MANIFEST t/io/tell.t
63763 ____________________________________________________________________________
63764 [  7663] By: jhi                                   on 2000/11/13  00:02:48
63765         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
63766              From: Nicholas Clark <nick@talking.bollo.cx>
63767              Date: Sun, 12 Nov 2000 21:23:43 +0000
63768              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
63769      Branch: perl
63770            ! perlsfio.h
63771 ____________________________________________________________________________
63772 [  7662] By: jhi                                   on 2000/11/13  00:01:39
63773         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63774              From: Nicholas Clark <nick@talking.bollo.cx>
63775              Date: Sun, 12 Nov 2000 21:30:04 +0000
63776              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
63777      Branch: perl
63778            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
63779 ____________________________________________________________________________
63780 [  7661] By: jhi                                   on 2000/11/12  23:57:29
63781         Log: Document tell() on special streams.
63782      Branch: perl
63783            ! pod/perlfunc.pod
63784 ____________________________________________________________________________
63785 [  7660] By: jhi                                   on 2000/11/12  23:54:22
63786         Log: (Subsumed by #7664)
63787      Branch: perl
63788            + t/op/tell.t
63789            ! MANIFEST
63790 ____________________________________________________________________________
63791 [  7659] By: jhi                                   on 2000/11/12  22:55:25
63792         Log: Many subdocumented return values of the IO extension now documented.
63793              ungetc and write still left subdocumented.
63794              
63795              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63796              From: Nicholas Clark <nick@talking.bollo.cx>
63797              Date: Sun, 12 Nov 2000 21:35:53 +0000
63798              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
63799      Branch: perl
63800            ! ext/IO/lib/IO/Handle.pm
63801 ____________________________________________________________________________
63802 [  7658] By: jhi                                   on 2000/11/12  21:37:06
63803         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63804              From: Nicholas Clark <nick@talking.bollo.cx>
63805              Date: Sun, 12 Nov 2000 20:03:22 +0000
63806              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
63807      Branch: perl
63808            ! pod/perlfunc.pod
63809 ____________________________________________________________________________
63810 [  7657] By: jhi                                   on 2000/11/12  20:34:55
63811         Log: Integrate perlio.
63812      Branch: perl
63813           !> perlio.c
63814 ____________________________________________________________________________
63815 [  7656] By: nick                                  on 2000/11/12  19:25:06
63816         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
63817      Branch: perlio
63818            ! perlio.c
63819 ____________________________________________________________________________
63820 [  7655] By: nick                                  on 2000/11/12  19:09:41
63821         Log: Integrate mainline
63822      Branch: perlio
63823           +> README.solaris ext/Encode/Encode/cp1006.enc
63824           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
63825           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
63826           +> ext/Encode/Encode/iso8859-13.enc
63827           +> ext/Encode/Encode/iso8859-14.enc
63828           +> ext/Encode/Encode/iso8859-15.enc
63829           !> (integrate 34 files)
63830 ____________________________________________________________________________
63831 [  7654] By: jhi                                   on 2000/11/12  19:00:22
63832         Log: Add a metaconfig unit for fsync.
63833      Branch: metaconfig/U/perl
63834            + d_fsync.U
63835 ____________________________________________________________________________
63836 [  7653] By: jhi                                   on 2000/11/12  19:00:01
63837         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
63838      Branch: perl
63839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63840            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
63841            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63842            ! vos/config.ga.h win32/config.bc win32/config.gc
63843            ! win32/config.vc
63844 ____________________________________________________________________________
63845 [  7652] By: jhi                                   on 2000/11/11  21:12:01
63846         Log: Copy the s// information of README.hpux also to the perlrun.
63847      Branch: perl
63848            ! README.hpux pod/perlrun.pod
63849 ____________________________________________________________________________
63850 [  7651] By: jhi                                   on 2000/11/11  21:03:13
63851         Log: More README.solaris updates from Andy Dougherty.
63852      Branch: perl
63853            ! README.solaris
63854 ____________________________________________________________________________
63855 [  7650] By: jhi                                   on 2000/11/11  18:38:57
63856         Log: More descriptive error for unknown perlio layers.
63857              
63858              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63859              From: Dominic Dunlop <domo@computer.org> 
63860              Date: Sat, 11 Nov 2000 18:20:32 +0100             
63861              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
63862      Branch: perl
63863            ! perlio.c pod/perldiag.pod
63864 ____________________________________________________________________________
63865 [  7649] By: jhi                                   on 2000/11/11  18:37:52
63866         Log: MachTen doesn't really do mmap() and munmap().
63867              
63868              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63869              From: Dominic Dunlop <domo@computer.org> 
63870              Date: Sat, 11 Nov 2000 18:20:32 +0100             
63871              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
63872      Branch: perl
63873            ! hints/machten.sh
63874 ____________________________________________________________________________
63875 [  7648] By: jhi                                   on 2000/11/11  18:36:46
63876         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63877              From: rspier@pobox.com (Robert Spier)
63878              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
63879              Message-ID: <14861.32839.491271.985797@rls.cx>
63880      Branch: perl
63881            ! Porting/Contract pod/perltoot.pod
63882 ____________________________________________________________________________
63883 [  7647] By: jhi                                   on 2000/11/11  18:35:30
63884         Log: Simplify the getpagesize() unit by dropping the
63885              pagesize probe since it's nowadays slightly more
63886              complicated because of sysconf(). (Note: if some
63887              platform really needs the -lPW for getpagesize,
63888              I just broke it.)
63889              
63890              TODO: a new pagesize unit.
63891      Branch: metaconfig
63892            ! U/compline/d_getpagsz.U
63893 ____________________________________________________________________________
63894 [  7646] By: jhi                                   on 2000/11/11  18:33:23
63895         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
63896      Branch: perl
63897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63898            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
63899            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63900            ! vos/config.ga.h win32/config.bc win32/config.gc
63901            ! win32/config.vc
63902 ____________________________________________________________________________
63903 [  7645] By: jhi                                   on 2000/11/11  16:45:15
63904         Log: Use sysconf() or getpagesize() to find out the pagesize.
63905      Branch: perl
63906            ! perlio.c
63907 ____________________________________________________________________________
63908 [  7644] By: jhi                                   on 2000/11/11  15:46:08
63909         Log: Integrate perlio.
63910      Branch: perl
63911           !> perlio.c
63912 ____________________________________________________________________________
63913 [  7643] By: jhi                                   on 2000/11/11  15:33:36
63914         Log: Subject: Re: [PATCH] README.solaris
63915              From: Lupe Christoph <lupe@lupe-christoph.de>
63916              Date: Sat, 11 Nov 2000 14:08:10 +0100
63917              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
63918      Branch: perl
63919            ! README.solaris
63920 ____________________________________________________________________________
63921 [  7642] By: jhi                                   on 2000/11/11  15:22:12
63922         Log: Subject: [PATCH perl@7638] cygwin port
63923              From: "Eric Fifer" <egf7@columbia.edu>            
63924              Date: Fri, 10 Nov 2000 19:30:30 -0000
63925              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
63926      Branch: perl
63927            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
63928 ____________________________________________________________________________
63929 [  7641] By: nick                                  on 2000/11/11  14:50:36
63930         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
63931              Also call "Buf" layer directly when unread'ing non-read chars.
63932      Branch: perlio
63933            ! perlio.c
63934 ____________________________________________________________________________
63935 [  7640] By: jhi                                   on 2000/11/11  02:05:02
63936         Log: Add more encoding tables.
63937      Branch: perl
63938            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
63939            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
63940            + ext/Encode/Encode/iso8859-10.enc
63941            + ext/Encode/Encode/iso8859-13.enc
63942            + ext/Encode/Encode/iso8859-14.enc
63943            + ext/Encode/Encode/iso8859-15.enc
63944            ! MANIFEST
63945 ____________________________________________________________________________
63946 [  7639] By: jhi                                   on 2000/11/10  18:49:25
63947         Log: Subject: [PATCH] README.solaris
63948              From: Andy Dougherty <doughera@lafayette.edu>
63949              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
63950              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
63951      Branch: perl
63952            + README.solaris
63953            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
63954            ! pod/perl.pod pod/perltoc.pod
63955 ____________________________________________________________________________
63956 [  7638] By: jhi                                   on 2000/11/10  15:04:15
63957         Log: Update Changes.
63958      Branch: perl
63959            ! Changes patchlevel.h
63960 ____________________________________________________________________________
63961 [  7637] By: jhi                                   on 2000/11/10  14:14:28
63962         Log: Explain better why certain regex tests are skipped.
63963              
63964              Subject: Re: tests skipped: unknown reason
63965              From: Lupe Christoph <lupe@lupe-christoph.de>
63966              Date: Fri, 10 Nov 2000 09:08:56 +0100
63967              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
63968      Branch: perl
63969            ! t/op/regexp.t
63970 ____________________________________________________________________________
63971 [  7636] By: nick                                  on 2000/11/10  13:40:00
63972         Log: Integrate mainline.
63973      Branch: perlio
63974           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
63975           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
63976           !> win32/bin/search.pl
63977 ____________________________________________________________________________
63978 [  7635] By: nick                                  on 2000/11/10  13:25:52
63979         Log: Re-instate stdio large file support via perlio.
63980      Branch: perl
63981            ! perlio.c
63982 ____________________________________________________________________________
63983 [  7634] By: jhi                                   on 2000/11/10  04:49:55
63984         Log: Amdahl UTS hints updates.
63985              
63986              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
63987              From: hom00@utsglobal.com (Harold O Morris)
63988              Date: Thu, 9 Nov 2000 20:02 PST
63989              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
63990      Branch: perl
63991            ! hints/uts.sh
63992 ____________________________________________________________________________
63993 [  7633] By: jhi                                   on 2000/11/09  23:33:28
63994         Log: Subject: [PATCH] IO::Seekable pod
63995              From: Nicholas Clark <nick@talking.bollo.cx>
63996              Date: Thu, 9 Nov 2000 20:29:45 +0000
63997              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
63998      Branch: perl
63999            ! ext/IO/lib/IO/Handle.pm
64000 ____________________________________________________________________________
64001 [  7632] By: jhi                                   on 2000/11/09  21:55:41
64002         Log: Various doc oddball characters.
64003              
64004              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64005              From: Michael Somos <somos@grail.cba.csuohio.edu>
64006              Date: Mon, 6 Nov 2000 17:44:20 -0500
64007              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
64008      Branch: perl
64009            ! emacs/cperl-mode.el lib/unicode/syllables.txt
64010            ! win32/bin/search.pl
64011 ____________________________________________________________________________
64012 [  7631] By: jhi                                   on 2000/11/09  21:12:29
64013         Log: Subject: Re: bash -c exit and linux hints 
64014              From: "John P. Linderman" <jpl@research.att.com>
64015              Date: Thu, 02 Nov 2000 09:37:25 -0500
64016              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
64017      Branch: perl
64018            ! hints/linux.sh
64019 ____________________________________________________________________________
64020 [  7630] By: nick                                  on 2000/11/09  20:34:11
64021         Log: Integrate mainline.
64022      Branch: perlio
64023           !> (integrate 91 files)
64024 ____________________________________________________________________________
64025 [  7629] By: jhi                                   on 2000/11/09  19:46:31
64026         Log: Missing dTHXs.
64027              
64028              Subject: RE: perl@7595 builds not on cygwin
64029              From: "Eric Fifer" <egf7@columbia.edu>
64030              Date: Thu, 9 Nov 2000 19:26:50 -0000
64031              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
64032      Branch: perl
64033            ! ext/Devel/Peek/Peek.xs
64034 ____________________________________________________________________________
64035 [  7628] By: jhi                                   on 2000/11/09  14:48:27
64036         Log: Disable only the tests 99 and 166 for UTF-8 locales.
64037      Branch: perl
64038            ! t/pragma/locale.t
64039 ____________________________________________________________________________
64040 [  7627] By: jhi                                   on 2000/11/09  14:40:27
64041         Log: There's no =head3.
64042      Branch: perl
64043            ! pod/perlhack.pod
64044 ____________________________________________________________________________
64045 [  7626] By: jhi                                   on 2000/11/09  13:54:26
64046         Log: The generated boot_* headers are wrong.  Pickier compiler,
64047              such as KAI C++ will refuse to compile the resulting perlmain.
64048              
64049              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64050              From: Harri Pasanen <harri.pasanen@trema.com>
64051              Date: Thu, 09 Nov 2000 14:23:28 +0100
64052              Message-Id: <3A0AA550.26D548A3@trema.com>
64053      Branch: perl
64054            ! minimod.pl
64055 ____________________________________________________________________________
64056 [  7625] By: jhi                                   on 2000/11/09  13:50:44
64057         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
64058              From: Prymmer/Kahn <pvhp@best.com>
64059              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
64060              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
64061              
64062              All except the "cow orker" change.
64063      Branch: perl
64064            ! Porting/pumpkin.pod
64065 ____________________________________________________________________________
64066 [  7624] By: jhi                                   on 2000/11/09  13:45:33
64067         Log: Fix for
64068              
64069              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
64070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
64071              Date: Thu, 09 Nov 2000 11:05:52 +0100
64072              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
64073      Branch: perl
64074            ! pod/perldiag.pod t/pragma/warn/pp_sys
64075 ____________________________________________________________________________
64076 [  7623] By: jhi                                   on 2000/11/09  13:37:16
64077         Log: Typo in an ifndef.
64078              
64079              Subject: Re: [PATCH 5.7.0] better messages from malloc()
64080              From: Joe Smith <jms@inwap.com>         
64081              Date: Thu, 09 Nov 2000 01:33:14 -0800
64082              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
64083      Branch: perl
64084            ! malloc.c
64085 ____________________________________________________________________________
64086 [  7622] By: jhi                                   on 2000/11/09  13:31:18
64087         Log: Remove unused extra arguments.
64088      Branch: metaconfig/U/perl
64089            ! perlxv.U
64090      Branch: perl
64091            ! Configure config_h.SH
64092 ____________________________________________________________________________
64093 [  7621] By: jhi                                   on 2000/11/09  13:16:36
64094         Log: More VMS moves on environment handling, from Charles Lane.
64095      Branch: perl
64096            ! t/pragma/locale.t
64097 ____________________________________________________________________________
64098 [  7620] By: jhi                                   on 2000/11/09  04:42:38
64099         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
64100              From: David Dyck <dcd@tc.fluke.com>
64101              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
64102              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
64103      Branch: perl
64104            ! pp_sys.c
64105 ____________________________________________________________________________
64106 [  7619] By: jhi                                   on 2000/11/09  04:36:21
64107         Log: Forgot from #7618.
64108      Branch: perl
64109            ! lib/File/stat.pm
64110 ____________________________________________________________________________
64111 [  7618] By: jhi                                   on 2000/11/09  04:28:44
64112         Log: Make deleting for %ENV work for (newer versions of) VMS,
64113              from Craig A. Berry.
64114      Branch: perl
64115            ! vms/vms.c
64116 ____________________________________________________________________________
64117 [  7617] By: jhi                                   on 2000/11/09  04:25:05
64118         Log: Subject: [PATCH] Class::Struct at compile time
64119              From: "Casey R. Tweten" <crt@kiski.net>
64120              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
64121              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
64122      Branch: perl
64123            ! lib/Class/Struct.pm
64124 ____________________________________________________________________________
64125 [  7616] By: jhi                                   on 2000/11/09  04:15:17
64126         Log: Subject: [ID 20001108.013] spelling
64127              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
64128              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
64129              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
64130      Branch: perl
64131            ! lib/ftp.pl
64132 ____________________________________________________________________________
64133 [  7615] By: jhi                                   on 2000/11/09  04:12:42
64134         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
64135              From: Peter Prymmer <pvhp@forte.com>
64136              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
64137              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
64138      Branch: perl
64139            ! configure.com
64140 ____________________________________________________________________________
64141 [  7614] By: jhi                                   on 2000/11/08  22:42:55
64142         Log: A missing aTHX_.
64143      Branch: perl
64144            ! ext/IPC/SysV/SysV.xs
64145 ____________________________________________________________________________
64146 [  7613] By: jhi                                   on 2000/11/08  19:30:21
64147         Log: Update Changes.
64148      Branch: perl
64149            ! Changes patchlevel.h
64150 ____________________________________________________________________________
64151 [  7612] By: jhi                                   on 2000/11/08  18:35:25
64152         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
64153              From: David Dyck <dcd@tc.fluke.com>
64154              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
64155              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
64156      Branch: perl
64157            ! pp_sys.c
64158 ____________________________________________________________________________
64159 [  7611] By: jhi                                   on 2000/11/08  18:30:26
64160         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
64161              From: Dominic Dunlop <domo@computer.org>
64162              Date: Tue, 7 Nov 2000 12:05:25 +0100
64163              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
64164      Branch: perl
64165            ! malloc.c
64166 ____________________________________________________________________________
64167 [  7610] By: jhi                                   on 2000/11/08  18:25:14
64168         Log: Do not test UTF-8 locales since that the tests would require
64169              polymorphic regexen.
64170      Branch: perl
64171            ! t/pragma/locale.t
64172 ____________________________________________________________________________
64173 [  7609] By: jhi                                   on 2000/11/08  17:12:51
64174         Log: Locale buglets.
64175              
64176              Subject: RE: Locales support (setlocale) fixes
64177              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64178              Date: Wed, 8 Nov 2000 20:01:39 +0300
64179              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
64180      Branch: perl
64181            ! t/pragma/locale.t util.c
64182 ____________________________________________________________________________
64183 [  7608] By: jhi                                   on 2000/11/08  17:00:16
64184         Log: Deleting $ENV{PATH} in VMS is not recommendable.
64185      Branch: perl
64186            ! t/pragma/locale.t
64187 ____________________________________________________________________________
64188 [  7607] By: jhi                                   on 2000/11/08  16:58:26
64189         Log: Subject: PATCH std stdio for (Free)BSD
64190              From: Nicholas Clark <nick@ccl4.org>
64191              Date: Wed, 8 Nov 2000 15:36:29 +0000
64192              Message-ID: <20001108153629.D98736@plum.flirble.org>
64193      Branch: metaconfig
64194            ! U/compline/d_stdstdio.U
64195      Branch: perl
64196            ! Configure config_h.SH
64197 ____________________________________________________________________________
64198 [  7606] By: jhi                                   on 2000/11/08  16:43:31
64199         Log: Forgot to bump the line numbers in #7601.
64200      Branch: perl
64201            ! t/pragma/warn/pp_sys
64202 ____________________________________________________________________________
64203 [  7605] By: jhi                                   on 2000/11/08  16:39:12
64204         Log: More careful detection of how well NVs and UVs mix.
64205              
64206              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))
64207              From: Nicholas Clark <nick@ccl4.org>
64208              Date: Wed, 8 Nov 2000 15:14:12 +0000
64209              Message-ID: <20001108151412.B98736@plum.flirble.org>
64210              
64211              Added some SIGFPE paranoia.
64212      Branch: metaconfig/U/perl
64213            ! perlxv.U
64214      Branch: perl
64215            ! Configure config_h.SH
64216 ____________________________________________________________________________
64217 [  7604] By: jhi                                   on 2000/11/08  14:39:10
64218         Log: Subject: [patch perl@7595] VMS configure.com tweak
64219              From: "Craig A. Berry" <craigberry@mac.com>
64220              Date: Wed, 8 Nov 2000 00:24:12 -0600
64221              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
64222      Branch: perl
64223            ! configure.com
64224 ____________________________________________________________________________
64225 [  7603] By: jhi                                   on 2000/11/08  14:27:11
64226         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
64227              From: Robin Barker <rmb1@cise.npl.co.uk>
64228              Date: Wed, 8 Nov 2000 11:11:39 GMT
64229              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
64230      Branch: perl
64231            ! perlio.c
64232 ____________________________________________________________________________
64233 [  7602] By: jhi                                   on 2000/11/08  14:25:03
64234         Log: Fix for the tie-refhash string table leaks.
64235              
64236              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
64237              Date: Wed, 8 Nov 2000 13:03:04 GMT
64238              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
64239      Branch: perl
64240            ! t/lib/tie-refhash.t
64241 ____________________________________________________________________________
64242 [  7601] By: jhi                                   on 2000/11/08  14:21:08
64243         Log: Try to avoid flockless and emulationless places.
64244      Branch: perl
64245            ! t/pragma/warn/pp_sys
64246 ____________________________________________________________________________
64247 [  7600] By: jhi                                   on 2000/11/08  02:28:54
64248         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
64249              
64250              Subject: [PATCH] prototyped functions that should be overrideable
64251              From: "Casey R. Tweten" <crt@kiski.net>
64252              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
64253              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
64254      Branch: perl
64255            ! toke.c
64256 ____________________________________________________________________________
64257 [  7599] By: jhi                                   on 2000/11/08  01:12:05
64258         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
64259              
64260              Subject: [PATCH] perlbug.PL
64261              From: "Kurt D. Starsinic" <kstar@chapin.edu>
64262              Date: Mon, 6 Nov 2000 21:39:01 -0500
64263              Message-ID: <20001106213901.B20955@O2.chapin.edu>
64264      Branch: perl
64265            ! utils/perlbug.PL
64266 ____________________________________________________________________________
64267 [  7598] By: jhi                                   on 2000/11/07  23:42:00
64268         Log: Bad thinko in #7581 (I used the test program with the expanded
64269              values as-is).
64270      Branch: metaconfig
64271            ! U/compline/d_stdstdio.U
64272      Branch: perl
64273            ! Configure
64274 ____________________________________________________________________________
64275 [  7597] By: jhi                                   on 2000/11/07  21:43:29
64276         Log: Subject: [PATCH perl@7573] cygwin port
64277              From: "Fifer, Eric" <EFifer@sanwaint.com>
64278              Date: Tue, 7 Nov 2000 18:08:51 -0000 
64279              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
64280              
64281              Synchronize with Cygwin 1.1.5.
64282      Branch: perl
64283            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
64284            ! pod/perlport.pod unixish.h util.c
64285 ____________________________________________________________________________
64286 [  7596] By: jhi                                   on 2000/11/07  21:39:25
64287         Log: perlhack updates from H.Merijn Brand.
64288      Branch: perl
64289            ! pod/perlhack.pod
64290 ____________________________________________________________________________
64291 [  7595] By: jhi                                   on 2000/11/07  20:21:41
64292         Log: Update Changes.
64293      Branch: perl
64294            ! Changes patchlevel.h
64295 ____________________________________________________________________________
64296 [  7594] By: jhi                                   on 2000/11/07  19:18:58
64297         Log: Be more robust in Dynaloader.pm.
64298      Branch: perl
64299            ! ext/DynaLoader/DynaLoader_pm.PL
64300 ____________________________________________________________________________
64301 [  7593] By: jhi                                   on 2000/11/07  16:49:31
64302         Log: AUTHORS update.
64303      Branch: perl
64304            ! AUTHORS
64305 ____________________________________________________________________________
64306 [  7592] By: gsar                                  on 2000/11/07  16:39:51
64307         Log: normalize relative paths in virtualized current directory on windows,
64308              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
64309              returns)
64310      Branch: perl
64311            ! win32/vdir.h
64312 ____________________________________________________________________________
64313 [  7591] By: jhi                                   on 2000/11/07  16:04:26
64314         Log: Too profiler-happy: with optimization the #7590 actually makes
64315              the test to run 0.5% _slower_.  Requires much more instrumentation.
64316              Retract #7590.
64317      Branch: perl
64318            ! regcomp.c regcomp.h
64319 ____________________________________________________________________________
64320 [  7590] By: jhi                                   on 2000/11/07  15:51:13
64321         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
64322              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
64323              by using memset() and testing bytewise (as opposed to bitwise).
64324      Branch: perl
64325            ! regcomp.c regcomp.h
64326 ____________________________________________________________________________
64327 [  7589] By: jhi                                   on 2000/11/07  12:56:39
64328         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
64329              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64330              Date: Mon, 06 Nov 2000 23:45:30 -0500
64331              Message-Id: <0011079735.AA973576259@univpress.com>
64332      Branch: perl
64333            ! configure.com t/lib/st-lock.t
64334 ____________________________________________________________________________
64335 [  7588] By: jhi                                   on 2000/11/07  01:03:28
64336         Log: Tweak #7587.
64337      Branch: perl
64338            ! pod/perldiag.pod
64339 ____________________________________________________________________________
64340 [  7587] By: jhi                                   on 2000/11/07  01:00:27
64341         Log: A doc addition for bug id 20001105.019, beware \p.
64342      Branch: perl
64343            ! pod/perldiag.pod
64344 ____________________________________________________________________________
64345 [  7586] By: jhi                                   on 2000/11/07  00:32:22
64346         Log: Fake support of holey files in win/dosish platforms.
64347              
64348              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
64349              From: kipp@shonanblue.ne.jp
64350              Date: Mon, 6 Nov 2000 13:30:55 -0800
64351              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
64352      Branch: perl
64353            ! ext/SDBM_File/sdbm/sdbm.c
64354 ____________________________________________________________________________
64355 [  7585] By: jhi                                   on 2000/11/07  00:12:54
64356         Log: Subject: Pod updates
64357              From: "Stephen P. Potter" <spp@spotter.yi.org>
64358              Date: Mon, 06 Nov 2000 18:56:43 -0500
64359              Message-Id: <200011062357.SAA18173@spotter.yi.org>
64360      Branch: perl
64361            ! README.dos README.os2 README.win32 pod/buildtoc.PL
64362            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
64363            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
64364            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
64365            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
64366            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
64367            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
64368            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
64369            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
64370            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
64371            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
64372            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
64373            ! pod/perltootc.pod pod/perlunicode.pod
64374 ____________________________________________________________________________
64375 [  7584] By: jhi                                   on 2000/11/07  00:04:17
64376         Log: Varargs don't always work too well if one puts an unsigned
64377              char on the stack and pop an unsigned quad off the stack.
64378              
64379              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
64380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
64381              Date: Mon, 06 Nov 2000 15:19:05 -0800
64382              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
64383      Branch: perl
64384            ! utf8.c
64385 ____________________________________________________________________________
64386 [  7583] By: jhi                                   on 2000/11/06  23:58:48
64387         Log: %ENV note tweaks from Dan Sugalski.
64388      Branch: perl
64389            ! pod/perlport.pod vms/perlvms.pod
64390 ____________________________________________________________________________
64391 [  7582] By: jhi                                   on 2000/11/06  23:05:49
64392         Log: glibc5 detection by __GNU_LIBRARY__.
64393      Branch: perl
64394            ! toke.c
64395 ____________________________________________________________________________
64396 [  7581] By: jhi                                   on 2000/11/06  22:51:29
64397         Log: Make the stdio test program of 7427 less noisy while being 
64398              compiled so that Digital UNIX wouldn't get both
64399              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64400              undefined.  This makes perlio happy.
64401      Branch: metaconfig
64402            ! U/compline/d_stdstdio.U
64403      Branch: perl
64404            ! Configure config_h.SH
64405 ____________________________________________________________________________
64406 [  7580] By: jhi                                   on 2000/11/06  22:41:41
64407         Log: Document %ENV = () portability issues.
64408      Branch: perl
64409            ! pod/perlport.pod vms/perlvms.pod
64410 ____________________________________________________________________________
64411 [  7579] By: jhi                                   on 2000/11/06  21:29:24
64412         Log: VOS updates from Paul Green.
64413      Branch: perl
64414            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64415 ____________________________________________________________________________
64416 [  7578] By: jhi                                   on 2000/11/06  21:00:40
64417         Log: Sanitize the environment further.
64418      Branch: perl
64419            ! t/pragma/locale.t
64420 ____________________________________________________________________________
64421 [  7577] By: jhi                                   on 2000/11/06  20:53:51
64422         Log: Re-introduce 7552 lost in integration.
64423      Branch: perl
64424            ! perlio.c
64425 ____________________________________________________________________________
64426 [  7576] By: jhi                                   on 2000/11/06  20:33:46
64427         Log: Admit that the test leaks scalars.
64428      Branch: perl
64429            ! t/comp/proto.t
64430 ____________________________________________________________________________
64431 [  7575] By: jhi                                   on 2000/11/06  20:17:08
64432         Log: Integrate perlio.
64433      Branch: perl
64434           !> perlio.c
64435 ____________________________________________________________________________
64436 [  7574] By: nick                                  on 2000/11/06  20:07:28
64437         Log: Remove debug. Try (Mmap_t) on madvise() call.
64438      Branch: perlio
64439            ! perlio.c
64440 ____________________________________________________________________________
64441 [  7573] By: jhi                                   on 2000/11/06  13:56:05
64442         Log: Update Changes.
64443      Branch: perl
64444            ! Changes patchlevel.h
64445 ____________________________________________________________________________
64446 [  7572] By: jhi                                   on 2000/11/06  13:48:41
64447         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
64448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64449              Date: Mon, 06 Nov 2000 10:11:42 +0100
64450              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
64451      Branch: perl
64452            ! pod/perlhack.pod
64453 ____________________________________________________________________________
64454 [  7571] By: jhi                                   on 2000/11/06  01:45:51
64455         Log: AUTHORS updates.
64456      Branch: perl
64457            ! AUTHORS
64458 ____________________________________________________________________________
64459 [  7570] By: jhi                                   on 2000/11/06  00:18:00
64460         Log: Fix for
64461              
64462              Subject: [ID 20000728.005] perl -P broken
64463              From: David Dyck <dcd@tc.fluke.com>
64464              Date: Fri, 28 Jul 2000 17:19:16 -0700
64465              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
64466              
64467              (hopefully).  The fix is also not complete, it seems to break
64468              BOM swallowing for libc5 systems, but until someone figures
64469              out a way to do this without ftell(), this will do.
64470      Branch: perl
64471            ! toke.c
64472 ____________________________________________________________________________
64473 [  7569] By: jhi                                   on 2000/11/06  00:05:30
64474         Log: Document that the evaled syntax errors cause scalar leaks.
64475      Branch: perl
64476            ! t/comp/proto.t
64477 ____________________________________________________________________________
64478 [  7568] By: jhi                                   on 2000/11/05  23:14:47
64479         Log: opmini.o can linger from Configures past.
64480      Branch: perl
64481            ! Makefile.SH
64482 ____________________________________________________________________________
64483 [  7567] By: jhi                                   on 2000/11/05  21:28:39
64484         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
64485              first argument correctly.
64486      Branch: perl
64487            ! perlio.c
64488 ____________________________________________________________________________
64489 [  7566] By: jhi                                   on 2000/11/05  21:15:56
64490         Log: Integrate perlio.
64491      Branch: perl
64492           !> perlio.c
64493 ____________________________________________________________________________
64494 [  7565] By: jhi                                   on 2000/11/05  21:15:13
64495         Log: Use -dM for gcc (the suggested patch did it only for Linux,
64496              but I think it can be generalized).
64497              
64498              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64499              From: Pixel <pixel@mandrakesoft.com>
64500              Date: 05 Nov 2000 21:49:34 +0100 
64501              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
64502      Branch: perl
64503            ! ext/Errno/Errno_pm.PL
64504 ____________________________________________________________________________
64505 [  7564] By: nick                                  on 2000/11/05  21:09:18
64506         Log: Added a mmap layer as a "subclass" of perlio.
64507              PERLIO=mmap ./perl harness passes
64508      Branch: perlio
64509            ! perlio.c
64510 ____________________________________________________________________________
64511 [  7563] By: jhi                                   on 2000/11/05  19:48:55
64512         Log: Add a note for future generations about bug id 20000229.006.
64513      Branch: perl
64514            ! malloc.c
64515 ____________________________________________________________________________
64516 [  7562] By: jhi                                   on 2000/11/05  19:38:24
64517         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
64518      Branch: perl
64519            ! pp_ctl.c t/op/pos.t
64520 ____________________________________________________________________________
64521 [  7561] By: jhi                                   on 2000/11/05  18:21:46
64522         Log: Add =pod to be tidy.
64523      Branch: perl
64524            ! lib/Math/Complex.pm
64525 ____________________________________________________________________________
64526 [  7560] By: jhi                                   on 2000/11/05  17:38:46
64527         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
64528      Branch: perl
64529            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64530            ! ext/Storable/Storable.xs t/lib/st-recurse.t
64531 ____________________________________________________________________________
64532 [  7559] By: jhi                                   on 2000/11/05  17:32:59
64533         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64534              From: "Peter J. Farley III" <pjfarley@banet.net>
64535              Date: Sun, 05 Nov 2000 11:55:59 -0500
64536              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
64537      Branch: perl
64538            ! t/lib/syslog.t
64539 ____________________________________________________________________________
64540 [  7558] By: jhi                                   on 2000/11/05  17:29:19
64541         Log: Integrate perlio.
64542      Branch: perl
64543           !> perlio.c
64544 ____________________________________________________________________________
64545 [  7557] By: jhi                                   on 2000/11/05  17:22:01
64546         Log: A fix of sorts for 20000329.026, a better error message
64547              for a missing "use charnames" when using the \N{...}. 
64548      Branch: perl
64549            ! pod/perldiag.pod toke.c
64550 ____________________________________________________________________________
64551 [  7556] By: jhi                                   on 2000/11/05  16:33:50
64552         Log: Test tweak: show also the failed locales.
64553              
64554              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64555              From: Lupe Christoph <lupe@lupe-christoph.de>         
64556              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
64557              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
64558      Branch: perl
64559            ! t/pragma/locale.t
64560 ____________________________________________________________________________
64561 [  7555] By: nick                                  on 2000/11/05  11:09:34
64562         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
64563              open RDWR so does not fail. (pragma/warnings 303 again...)
64564      Branch: perlio
64565            ! perlio.c
64566 ____________________________________________________________________________
64567 [  7554] By: nick                                  on 2000/11/05  10:10:13
64568         Log: Fix case where ungetc(f,EOF) was allowed.
64569              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
64570              so we can see similarities.
64571              Use types more carefully and a STDCHAR array in hope that this will
64572              fix Jarrko's 64bit machine.
64573      Branch: perlio
64574            ! perlio.c
64575 ____________________________________________________________________________
64576 [  7553] By: jhi                                   on 2000/11/05  01:12:16
64577         Log: Fix for
64578              
64579              Subject: [ID 20001004.007] taint propogation is inconsistent
64580              From: pimlott@idiomtech.com (Andrew Pimlott) 
64581              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
64582              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
64583              
64584              The culprit was sv_setsv() which was rather blindly
64585              propagating taint, which lead to behaviour where if
64586              a tainted anon hash value was seen all the hash values
64587              from then on at that level became tainted, or at any
64588              upper levels in the case of nested anon hashes.
64589      Branch: perl
64590            ! sv.c t/op/taint.t
64591 ____________________________________________________________________________
64592 [  7552] By: jhi                                   on 2000/11/04  23:44:18
64593         Log: Some cpps don't like splitting conditionals across several lines.
64594      Branch: perl
64595            ! perlio.c
64596 ____________________________________________________________________________
64597 [  7551] By: nick                                  on 2000/11/04  23:40:44
64598         Log: Integrate mainline
64599      Branch: perlio
64600           !> pp_hot.c t/op/taint.t
64601 ____________________________________________________________________________
64602 [  7550] By: nick                                  on 2000/11/04  23:39:05
64603         Log: Integrate mainline again
64604      Branch: perlio
64605           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
64606           !> t/lib/b.t t/op/misc.t util.c
64607 ____________________________________________________________________________
64608 [  7549] By: jhi                                   on 2000/11/04  23:14:01
64609         Log: Fix for
64610              
64611              Subject: [ID 20001004.006] undef is never tainted
64612              From: pimlott@idiomtech.com (Andrew Pimlott)
64613              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
64614              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
64615              
64616              An undef read from a slurped file was not tainted.
64617      Branch: perl
64618            ! pp_hot.c t/op/taint.t
64619 ____________________________________________________________________________
64620 [  7548] By: jhi                                   on 2000/11/04  22:56:21
64621         Log: Test tweak ($Config{useperlio} is by default undef) .
64622      Branch: perl
64623            ! t/lib/b.t
64624 ____________________________________________________________________________
64625 [  7547] By: jhi                                   on 2000/11/04  22:43:56
64626         Log: Integrate perlio.
64627      Branch: perl
64628           +> lib/perlio.pm
64629           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
64630           !> pod/perlapi.pod t/lib/b.t
64631 ____________________________________________________________________________
64632 [  7546] By: jhi                                   on 2000/11/04  22:40:59
64633         Log: Configure would use a bad $myuname from an old config.sh.
64634              
64635              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64636              From: Andy Dougherty <doughera@lafayette.edu>
64637              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
64638              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
64639      Branch: metaconfig
64640            ! U/modified/Oldconfig.U
64641      Branch: perl
64642            ! Configure config_h.SH
64643 ____________________________________________________________________________
64644 [  7545] By: jhi                                   on 2000/11/04  22:36:54
64645         Log: Subject: Locales support (setlocale) fixes
64646              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64647              Date: Sat, 4 Nov 2000 10:15:48 +0300 
64648              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
64649              
64650              Modified quite a bit to be more portable.
64651      Branch: perl
64652            ! embed.h embed.pl perl.h proto.h util.c
64653 ____________________________________________________________________________
64654 [  7544] By: jhi                                   on 2000/11/04  22:32:47
64655         Log: Dying is too strict here, better just skip.
64656      Branch: perl
64657            ! t/op/misc.t
64658 ____________________________________________________________________________
64659 [  7543] By: nick                                  on 2000/11/04  21:55:13
64660         Log: Merge mainline
64661      Branch: perlio
64662           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
64663           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
64664           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64665           !> (integrate 64 files)
64666 ____________________________________________________________________________
64667 [  7542] By: jhi                                   on 2000/11/04  21:09:28
64668         Log: More Changes tweakery.
64669      Branch: perl
64670            ! Changes Porting/genlog
64671 ____________________________________________________________________________
64672 [  7541] By: jhi                                   on 2000/11/04  20:58:18
64673         Log: Changes fixups.
64674      Branch: perl
64675            ! Changes
64676 ____________________________________________________________________________
64677 [  7540] By: jhi                                   on 2000/11/04  20:42:38
64678         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64679              create a "fast path" for locale name probing using "locale -a"
64680              if available, squash finally hopefully the s?printf resetting
64681              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64682      Branch: perl
64683            ! sv.c t/op/misc.t t/pragma/locale.t
64684 ____________________________________________________________________________
64685 [  7539] By: nick                                  on 2000/11/04  19:56:10
64686         Log: PerlIO infrastructure complete.
64687      Branch: perlio
64688            + lib/perlio.pm
64689            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
64690 ____________________________________________________________________________
64691 [  7538] By: nick                                  on 2000/11/04  14:31:32
64692         Log: Type tweaks + less contorted allocation scheme
64693      Branch: perlio
64694            ! perlio.c
64695 ____________________________________________________________________________
64696 [  7537] By: nick                                  on 2000/11/04  12:40:42
64697         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
64698              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
64699              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
64700              sensible) which lead to some interesting fails.
64701      Branch: perlio
64702            ! perlio.c
64703 ____________________________________________________________________________
64704 [  7536] By: jhi                                   on 2000/11/04  00:20:02
64705         Log: Add FCNTL_CAN_LOCK.
64706              
64707              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64708              From: Andy Dougherty <doughera@lafayette.edu>
64709              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
64710              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
64711              
64712              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64713              From: Andy Dougherty <doughera@lafayette.edu>
64714              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
64715              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
64716      Branch: metaconfig/U/perl
64717            + d_fcntl_can_lock.U
64718            ! startperl.U
64719      Branch: perl
64720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64721            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
64722            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64723            ! vos/config.ga.h win32/config.bc win32/config.gc
64724            ! win32/config.vc
64725 ____________________________________________________________________________
64726 [  7535] By: nick                                  on 2000/11/03  22:19:10
64727         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
64728              - Works on Linux with
64729              perlio + unix
64730              stdio
64731              - Works on Solaris with
64732              perlio + unix
64733              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
64734              - Fails (hangs in openpid) if you try and stack
64735              perlio + stdio - Linux stdio's read() logic is hanging.
64736      Branch: perlio
64737            ! iperlsys.h perlio.c
64738 ____________________________________________________________________________
64739 [  7534] By: jhi                                   on 2000/11/03  15:16:02
64740         Log: Subject: Re: README.aix
64741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64742              Date: Fri, 03 Nov 2000 16:03:15 +0100
64743              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
64744      Branch: perl
64745            ! README.aix
64746 ____________________________________________________________________________
64747 [  7533] By: jhi                                   on 2000/11/03  03:59:02
64748         Log: Subject: [PATCH 5.7.0] better messages from malloc()
64749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64750              Date: Wed, 1 Nov 2000 23:39:56 -0500
64751              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
64752      Branch: perl
64753            ! malloc.c pod/perldiag.pod
64754 ____________________________________________________________________________
64755 [  7532] By: jhi                                   on 2000/11/03  00:11:56
64756         Log: The #7521 touched things it shouldn't have.
64757      Branch: perl
64758            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64759 ____________________________________________________________________________
64760 [  7531] By: jhi                                   on 2000/11/02  22:32:33
64761         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64762              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64763              Date:     Thu, 2 Nov 2000 16:58:36 EST
64764              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
64765      Branch: perl
64766            ! vms/gen_shrfls.pl
64767 ____________________________________________________________________________
64768 [  7530] By: jhi                                   on 2000/11/02  22:08:49
64769         Log: Fix the problem discussed in
64770              
64771              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64772              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
64773              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
64774              
64775              originally from Linc Madison.  Also Andreas König's comments
64776              taken into account.  Some other problems with Tie::SubstrHash
64777              fixed: didn't croak when the table exceeded the requested number
64778              of entries (as documented) but instead when the number of entries
64779              exceeded the size of the table, a croak() had an unnecessary \n,
64780              didn't have a CLEAR method, documented that there is no exists().
64781              Didn't fix to be strict-proof because the module uses &foo; and
64782              dynamic scope.  Added a test script exercizing both first tamely 
64783              the basic functionality, and then the failure cases reported by
64784              Linc Madison.
64785      Branch: perl
64786            + t/lib/tie-substrhash.t
64787            ! MANIFEST lib/Tie/SubstrHash.pm
64788 ____________________________________________________________________________
64789 [  7529] By: jhi                                   on 2000/11/02  17:58:08
64790         Log: recv() can fail and return undef.
64791              
64792              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64793              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
64794              Date: Thu, 2 Nov 2000 20:12:20 +0300
64795              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
64796      Branch: perl
64797            ! lib/Net/Ping.pm
64798 ____________________________________________________________________________
64799 [  7528] By: jhi                                   on 2000/11/02  17:49:09
64800         Log: Detpyo.
64801      Branch: perl
64802            ! pod/perlop.pod
64803 ____________________________________________________________________________
64804 [  7527] By: jhi                                   on 2000/11/02  15:48:37
64805         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64806              fix a autovivification bug in Tie::RefHash, add tests for both.
64807              
64808              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64809              From: Edward Avis <epa98@doc.ic.ac.uk>
64810              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
64811              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
64812      Branch: perl
64813            + t/lib/tie-refhash.t
64814            ! MANIFEST lib/Tie/RefHash.pm
64815 ____________________________________________________________________________
64816 [  7526] By: jhi                                   on 2000/11/02  13:56:26
64817         Log: Test::Harness revealed buglets in the new DynaLoader.
64818              
64819              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64820              From: andreas.koenig@anima.de (Andreas J. Koenig)
64821              Date: 02 Nov 2000 11:26:48 +0100 
64822              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
64823      Branch: perl
64824            ! ext/DynaLoader/DynaLoader_pm.PL
64825 ____________________________________________________________________________
64826 [  7525] By: jhi                                   on 2000/11/01  23:52:08
64827         Log: The entry for #7503 was missing.
64828      Branch: perl
64829            ! Changes
64830 ____________________________________________________________________________
64831 [  7524] By: jhi                                   on 2000/11/01  23:40:52
64832         Log: Update Changes.
64833      Branch: perl
64834            ! Changes patchlevel.h
64835 ____________________________________________________________________________
64836 [  7523] By: jhi                                   on 2000/11/01  22:57:09
64837         Log: More tweaking on the #7522 theme.
64838      Branch: perl
64839            ! ext/DynaLoader/DynaLoader_pm.PL
64840 ____________________________________________________________________________
64841 [  7522] By: jhi                                   on 2000/11/01  22:06:15
64842         Log: Expand %Config variables and %ENV variables only if
64843              so requested during build time using the
64844              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64845              Not expanding makes relocating distributions easier.
64846      Branch: perl
64847            ! ext/DynaLoader/DynaLoader_pm.PL
64848 ____________________________________________________________________________
64849 [  7521] By: jhi                                   on 2000/11/01  20:56:34
64850         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
64851              and setgid() because they were just changing $< and $( which means
64852              only changing the real uid/gid, as opposed to changing both
64853              real and effective ids.  (The alternative way could have been
64854              in POSIX.pm to change $> and $), too, but making a direct call
64855              to the C API feels cleaner.)  Fixes the bug
64856              
64857              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
64858              From: "Garry T. Williams" <garry@zvolve.com>
64859              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
64860              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
64861      Branch: perl
64862            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64863            ! ext/POSIX/typemap pod/perlvar.pod
64864 ____________________________________________________________________________
64865 [  7520] By: jhi                                   on 2000/11/01  20:08:33
64866         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
64867              From: "Garry T. Williams" <garry@zvolve.com>
64868              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
64869              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
64870      Branch: perl
64871            ! pod/perlsec.pod
64872 ____________________________________________________________________________
64873 [  7519] By: jhi                                   on 2000/11/01  20:01:22
64874         Log: Locale warning explanation tweak.
64875      Branch: perl
64876            ! pod/perldiag.pod
64877 ____________________________________________________________________________
64878 [  7518] By: jhi                                   on 2000/11/01  18:57:13
64879         Log: C.pm part of
64880              
64881              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
64882              From: Jarkko Hietaniemi <jhi@iki.fi>
64883              Date: Tue, 10 Oct 2000 08:22:28 -0500
64884              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
64885      Branch: perl
64886            ! ext/B/B/C.pm
64887 ____________________________________________________________________________
64888 [  7517] By: jhi                                   on 2000/11/01  18:41:59
64889         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
64890              From: Martien Verbruggen <mgjv@comdyn.com.au>
64891              Date: Fri, 6 Oct 2000 14:09:10 +1100
64892              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
64893      Branch: perl
64894            ! pod/perlop.pod
64895 ____________________________________________________________________________
64896 [  7516] By: jhi                                   on 2000/11/01  18:34:55
64897         Log: Generalize the Camel wording.
64898              
64899              Subject: Re: perlfaq style changes
64900              From: John Borwick <jhborwic@unity.ncsu.edu>
64901              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
64902              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
64903      Branch: perl
64904            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
64905 ____________________________________________________________________________
64906 [  7515] By: jhi                                   on 2000/11/01  16:52:31
64907         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
64908              From: pimlott@idiomtech.com (Andrew Pimlott)
64909              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
64910              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
64911      Branch: perl
64912            ! pod/perlsec.pod
64913 ____________________________________________________________________________
64914 [  7514] By: jhi                                   on 2000/11/01  15:03:40
64915         Log: More AIX lore.
64916      Branch: perl
64917            ! ext/re/hints/aix.pl
64918 ____________________________________________________________________________
64919 [  7513] By: jhi                                   on 2000/11/01  14:48:30
64920         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
64921              From: root <root@chronos.fi.muni.cz>
64922              Date: Wed, 1 Nov 2000 12:31:32 +0100
64923              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
64924      Branch: perl
64925            ! lib/Net/Ping.pm
64926 ____________________________________________________________________________
64927 [  7512] By: jhi                                   on 2000/11/01  14:46:47
64928         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64929              From: Martin Husemann <martin@duskware.de>
64930              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
64931              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
64932      Branch: perl
64933            ! regcomp.c
64934 ____________________________________________________________________________
64935 [  7511] By: jhi                                   on 2000/11/01  14:39:50
64936         Log: AUTHORS updates.
64937      Branch: perl
64938            ! AUTHORS
64939 ____________________________________________________________________________
64940 [  7510] By: jhi                                   on 2000/11/01  14:29:50
64941         Log: Subject: [PATCH] startperl to respect versiononly
64942              From: Robin Barker <rmb1@cise.npl.co.uk> 
64943              Date: Tue, 31 Oct 2000 16:29:36 GMT
64944              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
64945      Branch: metaconfig/U/perl
64946            ! startperl.U
64947      Branch: perl
64948            ! Configure config_h.SH
64949 ____________________________________________________________________________
64950 [  7509] By: jhi                                   on 2000/11/01  14:19:53
64951         Log: printf UVs the correct way, noticed by Robin Barker.
64952      Branch: perl
64953            ! utf8.c
64954 ____________________________________________________________________________
64955 [  7508] By: jhi                                   on 2000/11/01  14:10:03
64956         Log: Do not cleanup *% because the % has special meanings in some
64957              shell environments.
64958      Branch: perl
64959            ! ext/Storable/Makefile.PL
64960 ____________________________________________________________________________
64961 [  7507] By: jhi                                   on 2000/11/01  14:06:00
64962         Log: The NonStop-UX libraries have a novel way to say NaN.
64963      Branch: perl
64964            ! t/lib/bigfltpm.t
64965 ____________________________________________________________________________
64966 [  7506] By: jhi                                   on 2000/11/01  14:03:35
64967         Log: The osname has been lowercased by now, from Tom Bates.
64968      Branch: metaconfig
64969            ! U/modified/Oldconfig.U
64970      Branch: perl
64971            ! Configure config_h.SH
64972 ____________________________________________________________________________
64973 [  7505] By: jhi                                   on 2000/10/31  19:18:39
64974         Log: The compiler is either gcc or cc, from Tom Bates.
64975      Branch: perl
64976            ! hints/nonstopux.sh
64977 ____________________________________________________________________________
64978 [  7504] By: jhi                                   on 2000/10/31  14:53:42
64979         Log: Update Changes.
64980      Branch: perl
64981            ! Changes patchlevel.h
64982 ____________________________________________________________________________
64983 [  7503] By: jhi                                   on 2000/10/31  14:30:50
64984         Log: Whitespace style tweak.  Was originally going to see to
64985              
64986              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64987              From: Joe Smith <jms@inwap.com>
64988              Date: Mon, 30 Oct 2000 18:47:57 -0800
64989              Message-Id: <39FE32DD.24AAC4D@inwap.com>
64990              
64991              but that had already been taken care of.
64992      Branch: metaconfig
64993            ! U/compline/d_stdstdio.U
64994      Branch: perl
64995            ! Configure config_h.SH
64996 ____________________________________________________________________________
64997 [  7502] By: jhi                                   on 2000/10/31  14:25:02
64998         Log: AUTHORS tweaks.
64999      Branch: perl
65000            ! AUTHORS
65001 ____________________________________________________________________________
65002 [  7501] By: jhi                                   on 2000/10/31  14:23:59
65003         Log: Subject: perlfaq style changes
65004              From: John Borwick <jhborwic@unity.ncsu.edu>
65005              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
65006              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
65007      Branch: perl
65008            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
65009            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
65010            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
65011            ! pod/perlfaq9.pod
65012 ____________________________________________________________________________
65013 [  7500] By: jhi                                   on 2000/10/31  14:22:15
65014         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
65015              
65016              Subject: Re: [ID 20000918.005] ~ on wide chars
65017              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65018              Date: Mon, 30 Oct 2000 21:09:55 -0800
65019              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
65020              
65021              (The ord() part of the patch skipped.)
65022      Branch: perl
65023            ! doop.c
65024 ____________________________________________________________________________
65025 [  7499] By: jhi                                   on 2000/10/31  14:20:08
65026         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
65027              From: Jens Hamisch <jens@Strawberry.COM>
65028              Date: Mon, 30 Oct 2000 15:17:07 +0100
65029              Message-Id: <20001030151707.A9597@Strawberry.COM>
65030      Branch: perl
65031            ! av.c
65032 ____________________________________________________________________________
65033 [  7498] By: jhi                                   on 2000/10/31  14:16:29
65034         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
65035              From: Peter Prymmer <pvhp@forte.com>
65036              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
65037              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
65038      Branch: perl
65039            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65040            + ext/Encode/Encode/posix-bc.enc
65041            ! MANIFEST t/lib/encode.t
65042 ____________________________________________________________________________
65043 [  7497] By: jhi                                   on 2000/10/31  14:13:22
65044         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
65045              From: Peter Prymmer <pvhp@forte.com>
65046              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
65047              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
65048      Branch: perl
65049            ! t/lib/cgi-html.t
65050 ____________________________________________________________________________
65051 [  7496] By: jhi                                   on 2000/10/31  14:12:05
65052         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
65053              From: Peter Prymmer <pvhp@forte.com>
65054              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
65055              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
65056      Branch: perl
65057            ! t/lib/cgi-function.t
65058 ____________________________________________________________________________
65059 [  7495] By: jhi                                   on 2000/10/31  14:11:08
65060         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
65061              From: Peter Prymmer <pvhp@forte.com>
65062              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
65063              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
65064      Branch: perl
65065            + ext/re/hints/aix.pl
65066            ! MANIFEST ext/re/Makefile.PL
65067 ____________________________________________________________________________
65068 [  7494] By: jhi                                   on 2000/10/31  14:08:32
65069         Log: Use Errno magic.
65070              
65071              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
65072              From: Casey Tweten <perl@ctweten.amsite.com>
65073              Date: Mon, 30 Oct 2000 15:51:17 -0500
65074              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
65075      Branch: perl
65076            ! lib/File/Temp.pm
65077 ____________________________________________________________________________
65078 [  7493] By: jhi                                   on 2000/10/31  14:05:07
65079         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
65080              
65081              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
65082              From: Nicholas Clark <nick@ccl4.org>
65083              Date: Mon, 30 Oct 2000 17:38:45 +0000
65084              Message-ID: <20001030173845.O60355@plum.flirble.org>
65085      Branch: perl
65086            ! Makefile.SH utils/perlbug.PL
65087 ____________________________________________________________________________
65088 [  7492] By: nick                                  on 2000/10/30  19:37:23
65089         Log: Change files which are mysteriously different to mainline to be
65090              copies of mainline.
65091      Branch: perlio
65092            ! objXSUB.h perlapi.c pod/perlapi.pod
65093 ____________________________________________________________________________
65094 [  7491] By: nick                                  on 2000/10/30  18:05:54
65095         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
65096              - typo in endian code in putc.
65097              - Don't allow read of write-only files and vice-versa
65098              - and off-by-one in flush-all loop.
65099              Remove debug calls as they were using GCC specific features.
65100      Branch: perlio
65101            ! perlio.c
65102 ____________________________________________________________________________
65103 [  7490] By: nick                                  on 2000/10/29  21:45:45
65104         Log: Integrate mainline to perlio
65105      Branch: perlio
65106           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
65107           !> toke.c
65108 ____________________________________________________________________________
65109 [  7489] By: jhi                                   on 2000/10/29  21:11:08
65110         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
65111              From: andreas.koenig@anima.de (Andreas J. Koenig)
65112              Date: 29 Oct 2000 22:05:59 +0100
65113              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
65114      Branch: perl
65115            ! lib/ExtUtils/Manifest.pm
65116 ____________________________________________________________________________
65117 [  7488] By: jhi                                   on 2000/10/29  21:07:47
65118         Log: Tests for #7487.
65119              
65120              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
65121              From: andreas.koenig@anima.de (Andreas J. Koenig)
65122              Date: 29 Oct 2000 19:37:09 +0100
65123              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
65124      Branch: perl
65125            ! t/comp/proto.t
65126 ____________________________________________________________________________
65127 [  7487] By: jhi                                   on 2000/10/29  21:06:27
65128         Log: constsub spillage.
65129              
65130              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
65131              From: John Tobey <jtobey@john-edwin-tobey.org>
65132              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
65133              Message-Id: <m13pvSr-000FObC@feynman.localnet>
65134      Branch: perl
65135            ! op.c
65136 ____________________________________________________________________________
65137 [  7486] By: nick                                  on 2000/10/29  21:05:04
65138         Log: Integrate mainline to perlio branch
65139      Branch: perlio
65140           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
65141           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
65142           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
65143           +> vos/install_perl.cm
65144            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
65145            - vos/config.h vos/config_h.SH_orig
65146           !> (integrate 141 files)
65147 ____________________________________________________________________________
65148 [  7485] By: jhi                                   on 2000/10/29  21:00:47
65149         Log: Make \x{...} consistently produce UTF-8.
65150              
65151              Subject: Re: \x{...} is confused 
65152              From: Simon Cozens <simon@cozens.net>
65153              Date: Sun, 29 Oct 2000 19:36:48 +0000
65154              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
65155      Branch: perl
65156            ! t/pragma/utf8.t toke.c
65157 ____________________________________________________________________________
65158 [  7484] By: nick                                  on 2000/10/29  20:05:29
65159         Log: PerlIO passes all tests.
65160      Branch: perlio
65161            ! perlio.c
65162 ____________________________________________________________________________
65163 [  7483] By: jhi                                   on 2000/10/29  18:06:55
65164         Log: Update Changes.
65165      Branch: perl
65166            ! Changes patchlevel.h
65167 ____________________________________________________________________________
65168 [  7482] By: nick                                  on 2000/10/29  17:43:28
65169         Log: Include <unistd.h> to get correct lseek() prototype etc.
65170              (I thought perl.h did that) - down to two fails
65171              - comp/require.t (last test)
65172              - lib/io_xs.t - possibly import/export of FILE * ?
65173      Branch: perlio
65174            ! perlio.c
65175 ____________________________________________________________________________
65176 [  7481] By: jhi                                   on 2000/10/29  17:02:37
65177         Log: UTF-8 decoder tweak.
65178      Branch: perl
65179            ! utf8.c
65180 ____________________________________________________________________________
65181 [  7480] By: nick                                  on 2000/10/29  16:26:11
65182         Log: Fixed two bugs:
65183              - error code not being set on close (of broken pipe)
65184              - append mode was truncating.
65185              At least one seek/tell bug remains.
65186      Branch: perlio
65187            ! perlio.c
65188 ____________________________________________________________________________
65189 [  7479] By: nick                                  on 2000/10/29  11:18:16
65190         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
65191              in case of accidents. Still several worrying fails, no line disciplines yet.
65192      Branch: perlio
65193            ! iperlsys.h perlio.c
65194 ____________________________________________________________________________
65195 [  7478] By: jhi                                   on 2000/10/29  02:04:01
65196         Log: Add also emailless people.
65197      Branch: perl
65198            ! AUTHORS
65199 ____________________________________________________________________________
65200 [  7477] By: jhi                                   on 2000/10/29  01:36:00
65201         Log: The #7476 needs a MANIFEST change, too.
65202      Branch: perl
65203            ! MANIFEST
65204 ____________________________________________________________________________
65205 [  7476] By: jhi                                   on 2000/10/29  01:35:21
65206         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
65207      Branch: perl
65208            - MAINTAIN
65209            ! AUTHORS Changes
65210 ____________________________________________________________________________
65211 [  7475] By: jhi                                   on 2000/10/28  23:57:25
65212         Log: De-quoted-unreadable to ISO Latin 1.
65213              (There's one ISO-2022-JP name in Changes5.004.)
65214      Branch: perl
65215            ! Changes Changes5.6
65216 ____________________________________________________________________________
65217 [  7474] By: jhi                                   on 2000/10/28  19:13:06
65218         Log: Subject: [ID 20001027.007] uniq array in perlfaq
65219              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
65220              Date: Fri, 27 Oct 2000 19:28:30 +0200
65221              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
65222      Branch: perl
65223            ! pod/perlfaq4.pod
65224 ____________________________________________________________________________
65225 [  7473] By: jhi                                   on 2000/10/28  18:02:05
65226         Log: Locking null mutexes is not recommendable.
65227              
65228              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
65229              From: Hugo <hv@crypt.compulink.co.uk>
65230              Date: Sat, 28 Oct 2000 18:41:12 +0100
65231              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
65232      Branch: perl
65233            ! op.c
65234 ____________________________________________________________________________
65235 [  7472] By: jhi                                   on 2000/10/28  17:52:58
65236         Log: Better create a true mailing list for the repository keepers.
65237      Branch: perl
65238            ! Porting/repository.pod
65239 ____________________________________________________________________________
65240 [  7471] By: jhi                                   on 2000/10/28  17:28:24
65241         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
65242              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
65243      Branch: perl
65244            + Porting/repository.pod
65245            ! MANIFEST
65246 ____________________________________________________________________________
65247 [  7470] By: jhi                                   on 2000/10/28  17:20:54
65248         Log: Subject: DOC PATCH 5.6.0
65249              From: mjd@plover.com
65250              Date: 27 Oct 2000 17:32:44 -0000
65251              Message-ID: <20001027173244.23754.qmail@plover.com>
65252      Branch: perl
65253            ! pod/perlfunc.pod
65254 ____________________________________________________________________________
65255 [  7469] By: jhi                                   on 2000/10/28  17:16:45
65256         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
65257              From: "Peter J. Farley III" <pjfarley@banet.net>
65258              Date: Fri, 27 Oct 2000 20:32:56 -0400
65259              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
65260      Branch: perl
65261            ! README.dos
65262 ____________________________________________________________________________
65263 [  7468] By: jhi                                   on 2000/10/28  17:07:18
65264         Log: Make target reordering to avoid pointless re-makes.
65265              
65266              Subject: Re: Total re-make of 'make okfile' after 7451 ?
65267              From: Nicholas Clark <nick@ccl4.org>
65268              Date: Sat, 28 Oct 2000 00:31:02 +0100
65269              Message-ID: <20001028003101.A54517@plum.flirble.org>
65270      Branch: perl
65271            ! Makefile.SH
65272 ____________________________________________________________________________
65273 [  7467] By: jhi                                   on 2000/10/28  17:05:31
65274         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
65275              From: lvirden@cas.org
65276              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
65277              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
65278      Branch: perl
65279            ! README.os2
65280 ____________________________________________________________________________
65281 [  7466] By: jhi                                   on 2000/10/28  16:09:16
65282         Log: Upgrade to CPAN 1.58_55.
65283              
65284              Subject: CPAN.pm status
65285              From: andreas.koenig@anima.de (Andreas J. Koenig) 
65286              Date: 28 Oct 2000 08:18:00 +0200 
65287              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
65288      Branch: perl
65289            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65290 ____________________________________________________________________________
65291 [  7465] By: jhi                                   on 2000/10/28  16:02:47
65292         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
65293      Branch: perl
65294            ! embed.h embed.pl perl.h proto.h toke.c
65295 ____________________________________________________________________________
65296 [  7464] By: nick                                  on 2000/10/28  10:43:44
65297         Log: Fix for sv_2iv() on "shared" value from keys %hash.
65298      Branch: perl
65299            ! sv.c
65300 ____________________________________________________________________________
65301 [  7463] By: jhi                                   on 2000/10/27  16:18:29
65302         Log: Update Changes.
65303      Branch: perl
65304            ! Changes patchlevel.h
65305 ____________________________________________________________________________
65306 [  7462] By: jhi                                   on 2000/10/27  16:17:44
65307         Log: Too enthusiastic editing in #7460.
65308      Branch: metaconfig
65309            ! U/modified/Oldsym.U
65310      Branch: perl
65311            ! Configure config_h.SH
65312 ____________________________________________________________________________
65313 [  7461] By: jhi                                   on 2000/10/27  15:37:38
65314         Log: Retract #7459, the script needs more work.
65315      Branch: perl
65316            - mkreef
65317            ! MANIFEST
65318 ____________________________________________________________________________
65319 [  7460] By: jhi                                   on 2000/10/27  15:23:14
65320         Log: Use $sort, $uniq (and $tr) consistently as wondered
65321              by Nicholas Clark.
65322      Branch: metaconfig
65323            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
65324            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
65325            ! U/modified/libc.U
65326      Branch: perl
65327            ! Configure config_h.SH
65328 ____________________________________________________________________________
65329 [  7459] By: jhi                                   on 2000/10/27  15:02:07
65330         Log: (Retracted by #7461)
65331              
65332              Add a shell script for creating/removing symbolic link farms,
65333              useful for keeping the source code read-only and doing the
65334              builds somewhere else.
65335      Branch: perl
65336            + mkreef
65337            ! MANIFEST
65338 ____________________________________________________________________________
65339 [  7458] By: jhi                                   on 2000/10/27  14:42:20
65340         Log: Do away with the fix_pl.
65341      Branch: perl
65342            - fix_pl
65343            ! MANIFEST Makefile.SH
65344 ____________________________________________________________________________
65345 [  7457] By: jhi                                   on 2000/10/27  12:43:13
65346         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
65347              From: Jens Hamisch <jens@Strawberry.COM>
65348              Date: Fri, 27 Oct 2000 14:38:21 +0200
65349              Message-Id: <20001027143821.B3366@Strawberry.COM>
65350      Branch: perl
65351            ! perl.h
65352 ____________________________________________________________________________
65353 [  7456] By: jhi                                   on 2000/10/27  12:33:42
65354         Log: Subject: [PATCH] todo
65355              From: Nicholas Clark <nick@ccl4.org>
65356              Date: Thu, 26 Oct 2000 22:32:29 +0100
65357              Message-ID: <20001026223229.A44540@plum.flirble.org>
65358      Branch: perl
65359            ! pod/perltodo.pod
65360 ____________________________________________________________________________
65361 [  7455] By: jhi                                   on 2000/10/27  12:02:21
65362         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
65363              From: John Tobey <jtobey@john-edwin-tobey.org>
65364              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
65365              Message-Id: <m13ozHF-000FObC@feynman.localnet>
65366      Branch: perl
65367            ! op.c t/pragma/sub_lval.t
65368 ____________________________________________________________________________
65369 [  7454] By: jhi                                   on 2000/10/27  11:59:42
65370         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
65371              From: sthoenna@efn.org
65372              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
65373              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
65374      Branch: perl
65375            ! pp.c t/op/assignwarn.t
65376 ____________________________________________________________________________
65377 [  7453] By: jhi                                   on 2000/10/27  00:15:08
65378         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
65379      Branch: perl
65380            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65381            ! ext/Storable/Storable.xs t/lib/st-lock.t
65382 ____________________________________________________________________________
65383 [  7452] By: jhi                                   on 2000/10/26  13:05:52
65384         Log: Undo #7451, this seems to be a deficiency in Perforce,
65385              there is no per-file line-terminator type, only per-client.
65386      Branch: perl
65387            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
65388            ! win32/makefile.mk
65389 ____________________________________________________________________________
65390 [  7451] By: jhi                                   on 2000/10/26  04:56:03
65391         Log: Experimenting in DOS arcana.
65392      Branch: perl
65393            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
65394            ! win32/makefile.mk
65395 ____________________________________________________________________________
65396 [  7450] By: jhi                                   on 2000/10/26  04:50:52
65397         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
65398              From: "Peter J. Farley III" <pjfarley@banet.net>            
65399              Date: Wed, 25 Oct 2000 23:10:18 -0400
65400              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
65401      Branch: perl
65402            ! t/io/open.t
65403 ____________________________________________________________________________
65404 [  7449] By: jhi                                   on 2000/10/26  04:49:16
65405         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
65406              From: Hugo <hv@crypt.compulink.co.uk>
65407              Date: Thu, 26 Oct 2000 01:55:17 +0100
65408              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
65409              
65410              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
65411      Branch: perl
65412            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
65413 ____________________________________________________________________________
65414 [  7448] By: jhi                                   on 2000/10/26  04:38:36
65415         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
65416              From: Peter Prymmer <pvhp@forte.com>
65417              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
65418              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
65419      Branch: perl
65420            ! configure.com
65421 ____________________________________________________________________________
65422 [  7447] By: jhi                                   on 2000/10/25  23:20:02
65423         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
65424              in platforms that strictly require all the symbols being present
65425              at link time.
65426      Branch: perl
65427            ! handy.h
65428 ____________________________________________________________________________
65429 [  7446] By: jhi                                   on 2000/10/25  21:55:57
65430         Log: Update Changes.
65431      Branch: perl
65432            ! Changes patchlevel.h
65433 ____________________________________________________________________________
65434 [  7445] By: jhi                                   on 2000/10/25  21:27:08
65435         Log: Integrate with vmsperl #7430 by Charles Bailey:
65436              
65437              Cleanup from prior patch (Charles Lane?):
65438              - improve handling of MFDs in Basename and Path
65439              - default to no xsubpp line # munging when building debug images
65440      Branch: perl
65441           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65442 ____________________________________________________________________________
65443 [  7444] By: jhi                                   on 2000/10/25  21:03:50
65444         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
65445              From: John Peacock <JPeacock@UnivPress.com>
65446              Date: Thu, 18 May 2000 11:55:27 -0400
65447              Message-ID: <3924126F.A58BE57A@UnivPress.com>
65448      Branch: perl
65449            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
65450            ! t/op/write.t
65451 ____________________________________________________________________________
65452 [  7443] By: jhi                                   on 2000/10/25  20:43:10
65453         Log: Temporary stopgap for the self-tying issue: for now only
65454              array and hash self-ties are verboten.  The real fix, of
65455              course, would be to comprehensively test (and implement?)
65456              and debug (and document) self-ties.
65457      Branch: perl
65458            ! pod/perldiag.pod pp_sys.c t/op/tie.t
65459 ____________________________________________________________________________
65460 [  7442] By: jhi                                   on 2000/10/25  20:14:30
65461         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
65462              From: Dan Sugalski <dan@sidhe.org>
65463              Date: Wed, 25 Oct 2000 13:36:35 -0400
65464              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
65465              
65466              plus regen global.sym.
65467      Branch: perl
65468            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
65469            ! thrdvar.h util.c
65470 ____________________________________________________________________________
65471 [  7441] By: jhi                                   on 2000/10/25  20:12:20
65472         Log: buildtoc target tweaks.
65473      Branch: perl
65474            ! pod/Makefile.SH
65475 ____________________________________________________________________________
65476 [  7440] By: jhi                                   on 2000/10/25  20:03:53
65477         Log: A new version of making the syslog test more robust.
65478              (Replaces #7421.)
65479              
65480              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65481              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65482              Date: Wed, 25 Oct 2000 12:13:54 -0400
65483              Message-ID: <20001025121354.B2264@O2.chapin.edu>
65484      Branch: perl
65485            ! t/lib/syslog.t
65486 ____________________________________________________________________________
65487 [  7439] By: jhi                                   on 2000/10/25  20:00:48
65488         Log: Continue the internal UTF-8 API tweaking.
65489              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
65490              used much more than the simpler API, now called utf8_to_uv_simple().
65491              Still not quite happy with API, too much partial duplication
65492              of functionality.
65493      Branch: perl
65494            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
65495            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
65496            ! regcomp.c regexec.c sv.c toke.c utf8.c
65497 ____________________________________________________________________________
65498 [  7438] By: jhi                                   on 2000/10/25  18:52:30
65499         Log: Allow poking holes at the UTF-8 decoding strictness.
65500      Branch: perl
65501            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
65502            ! utf8.h
65503 ____________________________________________________________________________
65504 [  7437] By: jhi                                   on 2000/10/25  13:53:05
65505         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
65506              UTF8LEN() and UTF8SKIP(). 
65507      Branch: perl
65508            ! pp.c utf8.c utf8.h
65509 ____________________________________________________________________________
65510 [  7436] By: jhi                                   on 2000/10/25  13:51:37
65511         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
65512              From: Nicholas Clark <nick@ccl4.org>
65513              Date: Wed, 25 Oct 2000 14:44:05 +0100
65514              Message-ID: <20001025144404.D27253@plum.flirble.org>
65515      Branch: perl
65516            ! pod/perlrun.pod
65517 ____________________________________________________________________________
65518 [  7435] By: jhi                                   on 2000/10/25  13:49:32
65519         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
65520              From: Mike Guy <mjtg@cam.ac.uk>
65521              Date: Tue, 24 Oct 2000 14:59:40 +0100
65522              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
65523      Branch: perl
65524            ! scope.c
65525 ____________________________________________________________________________
65526 [  7434] By: jhi                                   on 2000/10/25  13:48:41
65527         Log: AIX is picky about its symbol exports.  Solution for now
65528              is to include the deb.o explicitly to the re extension build.
65529              
65530              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
65531              From: Peter Prymmer <pvhp@forte.com>
65532              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
65533              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
65534      Branch: perl
65535            ! ext/re/Makefile.PL hints/aix.sh
65536 ____________________________________________________________________________
65537 [  7433] By: jhi                                   on 2000/10/25  13:46:49
65538         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
65539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65540              Date: Wed, 25 Oct 2000 12:02:20 +0200
65541              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
65542      Branch: perl
65543            ! perlsdio.h
65544 ____________________________________________________________________________
65545 [  7432] By: jhi                                   on 2000/10/25  13:44:28
65546         Log: Subject: Minor update to find2perl, for portability
65547              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
65548              Date: Wed, 25 Oct 2000 12:05:47 +0100
65549              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
65550      Branch: perl
65551            ! x2p/find2perl.PL
65552 ____________________________________________________________________________
65553 [  7431] By: jhi                                   on 2000/10/25  13:40:39
65554         Log: Add targets to Makefile.SH, most importantly
65555              'regen_all' which also remembers to update vms/perly*.
65556      Branch: perl
65557            ! Makefile.SH
65558 ____________________________________________________________________________
65559 [  7430] By: bailey                                on 2000/10/25  03:13:53
65560         Log: Cleanup from prior patch (Charles Lane?):
65561              - improve handling of MFDs in Basename and Path
65562              - default to no xsubpp line # munging when building debug images
65563      Branch: vmsperl
65564            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65565 ____________________________________________________________________________
65566 [  7429] By: jhi                                   on 2000/10/24  20:03:40
65567         Log: Podify README.epoc and README.vos.
65568      Branch: perl
65569            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
65570            ! pod/perlport.pod pod/perltoc.pod
65571 ____________________________________________________________________________
65572 [  7428] By: jhi                                   on 2000/10/24  19:10:33
65573         Log: Stratus VOS updates from Paul Green.
65574      Branch: perl
65575            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65576            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
65577            - vos/config.def vos/config.h vos/config_h.SH_orig
65578            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
65579            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
65580 ____________________________________________________________________________
65581 [  7427] By: jhi                                   on 2000/10/24  18:59:48
65582         Log: Check if stdio supports tweaking lval and cnt simultaneously.
65583              
65584              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
65585              From: Nicholas Clark <nick@ccl4.org>
65586              Date: Mon, 23 Oct 2000 15:39:32 +0100
65587              Message-ID: <20001023153932.A10786@plum.flirble.org>
65588      Branch: metaconfig
65589            ! U/compline/d_stdstdio.U
65590      Branch: perl
65591            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65592            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
65593            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
65594            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
65595            ! vos/config.h vos/config_h.SH_orig win32/config.bc
65596            ! win32/config.gc win32/config.vc
65597 ____________________________________________________________________________
65598 [  7426] By: jhi                                   on 2000/10/24  17:57:44
65599         Log: Missed the header file changes from #7425.
65600      Branch: perl
65601            ! embed.h embed.pl objXSUB.h proto.h
65602 ____________________________________________________________________________
65603 [  7425] By: jhi                                   on 2000/10/24  17:55:17
65604         Log: Fix the bug reported in
65605              
65606              From: andreas.koenig@anima.de (Andreas J. Koenig)
65607              Subject: Encode bug?
65608              Date: 24 Oct 2000 14:01:26 +0200 
65609              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
65610              
65611              Also make is_utf8_char() stricter.
65612      Branch: perl
65613            ! ext/Encode/Encode.xs utf8.c
65614 ____________________________________________________________________________
65615 [  7424] By: jhi                                   on 2000/10/24  15:15:39
65616         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
65617              From: Peter Scott <Peter@PSDT.com>
65618              Date: Mon, 23 Oct 2000 19:46:01 -0700
65619              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
65620      Branch: perl
65621            ! pod/perlfaq5.pod
65622 ____________________________________________________________________________
65623 [  7423] By: jhi                                   on 2000/10/24  14:25:30
65624         Log: Test tweak to avoid pulling in the whole Config.
65625      Branch: perl
65626            ! t/lib/st-lock.t
65627 ____________________________________________________________________________
65628 [  7422] By: jhi                                   on 2000/10/24  14:03:16
65629         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
65630      Branch: perl
65631            ! pp.c
65632 ____________________________________________________________________________
65633 [  7421] By: jhi                                   on 2000/10/24  13:32:09
65634         Log: (Replaced by #7440.)
65635              
65636              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65637              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65638              Date: Mon, 23 Oct 2000 16:40:54 -0400
65639              Message-ID: <20001023164054.B14491@O2.chapin.edu>
65640      Branch: perl
65641            ! t/lib/syslog.t
65642 ____________________________________________________________________________
65643 [  7420] By: jhi                                   on 2000/10/24  13:30:53
65644         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
65645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65646              Date: Mon, 23 Oct 2000 17:29:03 -0400
65647              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
65648      Branch: perl
65649            ! lib/ExtUtils/MM_Unix.pm
65650 ____________________________________________________________________________
65651 [  7419] By: jhi                                   on 2000/10/24  13:29:57
65652         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65654              Date: Mon, 23 Oct 2000 19:01:32 -0400
65655              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
65656      Branch: perl
65657            ! utils/h2xs.PL
65658 ____________________________________________________________________________
65659 [  7418] By: jhi                                   on 2000/10/24  13:26:04
65660         Log: Replace #7409 with
65661              
65662              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
65663              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
65664              Date: Mon, 23 Oct 2000 20:08:56 +0200
65665              Message-ID: <20001023200855.A14850@nice.ram.loc>
65666      Branch: perl
65667            ! ext/Storable/Storable.pm t/lib/st-lock.t
65668 ____________________________________________________________________________
65669 [  7417] By: jhi                                   on 2000/10/24  13:17:52
65670         Log: Run vms/vms_yfix.pl, should have done that after changing
65671              perly.c in #7382.
65672      Branch: perl
65673            ! vms/perly_c.vms vms/perly_h.vms
65674 ____________________________________________________________________________
65675 [  7416] By: jhi                                   on 2000/10/24  02:55:33
65676         Log: Make the UTF-8 decoding stricter and more verbose when
65677              malformation happens.  This involved adding an argument
65678              to utf8_to_uv_chk(), which involved changing its prototype,
65679              and prefer STRLEN over I32 for the UTF-8 length, which as
65680              a domino effect necessitated changing the prototypes of
65681              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
65682              The stricter UTF-8 decoding checking uses Markus Kuhn's
65683              UTF-8 Decode Stress Tester from
65684              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
65685      Branch: perl
65686            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
65687            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
65688            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
65689            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
65690 ____________________________________________________________________________
65691 [  7415] By: jhi                                   on 2000/10/23  14:06:06
65692         Log: Update Changes.
65693      Branch: perl
65694            ! Changes patchlevel.h
65695 ____________________________________________________________________________
65696 [  7414] By: jhi                                   on 2000/10/23  12:39:52
65697         Log: Undo the basename() part of #7412 since the lib/basename
65698              tests would need upgrading too.
65699      Branch: perl
65700            ! lib/File/Basename.pm
65701 ____________________________________________________________________________
65702 [  7413] By: jhi                                   on 2000/10/23  12:19:27
65703         Log: Document PERL_INSTALL_ROOT of #7210.
65704      Branch: perl
65705            ! lib/ExtUtils/Install.pm
65706 ____________________________________________________________________________
65707 [  7412] By: jhi                                   on 2000/10/23  12:16:47
65708         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
65709      Branch: perl
65710            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
65711            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
65712 ____________________________________________________________________________
65713 [  7411] By: jhi                                   on 2000/10/23  12:07:41
65714         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
65715              From: Prymmer/Kahn <pvhp@best.com>
65716              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
65717              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
65718      Branch: perl
65719            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
65720 ____________________________________________________________________________
65721 [  7410] By: jhi                                   on 2000/10/23  04:10:11
65722         Log: The change #7187 was not so good on VMS.
65723              
65724              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
65725              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65726              Date: Sun, 22 Oct 2000 23:03:08 -0500
65727              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
65728      Branch: perl
65729            ! utils/perldoc.PL
65730 ____________________________________________________________________________
65731 [  7409] By: jhi                                   on 2000/10/23  03:57:36
65732         Log: Avoid Storable locking on DJGPP for now.
65733              
65734              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
65735              From: "Peter J. Farley III" <pjfarley@banet.net>
65736              Date: Sun, 22 Oct 2000 20:00:00 -0400
65737              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
65738      Branch: perl
65739            ! ext/Storable/Storable.pm t/lib/st-lock.t
65740 ____________________________________________________________________________
65741 [  7408] By: jhi                                   on 2000/10/23  03:50:24
65742         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
65743              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65744              Date: Sun, 22 Oct 2000 21:12:22 -0400
65745              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
65746      Branch: perl
65747            ! lib/vars.pm
65748 ____________________________________________________________________________
65749 [  7407] By: jhi                                   on 2000/10/23  03:43:12
65750         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
65751              From: Hugo <hv@crypt.compulink.co.uk>
65752              Date: Mon, 23 Oct 2000 00:47:22 +0100
65753              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
65754      Branch: perl
65755            ! regexec.c t/op/pat.t
65756 ____________________________________________________________________________
65757 [  7406] By: jhi                                   on 2000/10/23  03:40:29
65758         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
65759      Branch: perl
65760            ! lib/ExtUtils/MakeMaker.pm
65761 ____________________________________________________________________________
65762 [  7405] By: jhi                                   on 2000/10/22  21:32:00
65763         Log: Doc patch.
65764              
65765              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
65766              From: rspier@pobox.com (Robert Spier)
65767              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
65768              Message-ID: <14835.16112.13457.447971@rls.cx>
65769      Branch: perl
65770            ! lib/strict.pm
65771 ____________________________________________________________________________
65772 [  7404] By: jhi                                   on 2000/10/22  21:30:51
65773         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
65774              From: rspier@pobox.com (Robert Spier)
65775              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
65776              Message-ID: <14835.17223.72448.705566@rls.cx>
65777      Branch: perl
65778            ! lib/ExtUtils/MakeMaker.pm
65779 ____________________________________________________________________________
65780 [  7403] By: jhi                                   on 2000/10/22  21:24:11
65781         Log: Subject: [PATCH bleadperl] ripples from constsub patch
65782              From: John Tobey <jtobey@john-edwin-tobey.org>
65783              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
65784              Message-Id: <m13nSOB-000FObC@feynman.localnet>
65785      Branch: perl
65786            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
65787 ____________________________________________________________________________
65788 [  7402] By: jhi                                   on 2000/10/22  20:59:35
65789         Log: Support s?printf parameter reordering.
65790      Branch: perl
65791            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
65792 ____________________________________________________________________________
65793 [  7401] By: jhi                                   on 2000/10/22  19:19:14
65794         Log: Expand %Config variables only if explicitly so requested
65795              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
65796              
65797              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
65798              From: Gurusamy Sarathy <gsar@ActiveState.com>
65799              Date: Sun, 22 Oct 2000 11:47:32 -0700
65800              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
65801      Branch: perl
65802            ! Makefile.SH lib/lib_pm.PL
65803 ____________________________________________________________________________
65804 [  7400] By: jhi                                   on 2000/10/22  18:24:10
65805         Log: Move the #7390 test from warn/op to comp/redef.
65806              
65807              Subject: Re: Creating const subs for constants.
65808              From: John Tobey <jtobey@john-edwin-tobey.org>
65809              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
65810              Message-Id: <m13nG72-000FObC@feynman.localnet>               
65811      Branch: perl
65812            ! t/comp/redef.t t/pragma/warn/op
65813 ____________________________________________________________________________
65814 [  7399] By: jhi                                   on 2000/10/22  17:49:59
65815         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
65816              From: Nicholas Clark <nick@ccl4.org>
65817              Date: Sat, 21 Oct 2000 22:23:19 +0100
65818              Message-ID: <20001021222319.B45586@plum.flirble.org>
65819      Branch: perl
65820            ! ext/DynaLoader/DynaLoader_pm.PL
65821 ____________________________________________________________________________
65822 [  7398] By: jhi                                   on 2000/10/22  17:47:35
65823         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
65824              From: Hugo <hv@crypt.compulink.co.uk>
65825              Date: Sat, 21 Oct 2000 18:19:59 +0100
65826              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
65827      Branch: perl
65828            ! ext/B/B.pm ext/B/B/C.pm
65829 ____________________________________________________________________________
65830 [  7397] By: jhi                                   on 2000/10/22  17:35:18
65831         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
65832              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
65833              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
65834              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
65835      Branch: perl
65836            ! hints/openbsd.sh
65837 ____________________________________________________________________________
65838 [  7396] By: jhi                                   on 2000/10/22  17:19:46
65839         Log: Subject: installman go-faster stripes
65840              From: Nicholas Clark <nick@talking.bollo.cx>
65841              Date: Sat, 21 Oct 2000 17:24:53 +0100
65842              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
65843              
65844              Subject: Re: installman go-faster stripes
65845              From: Russ Allbery <rra@stanford.edu>
65846              Date: 21 Oct 2000 11:04:13 -0700
65847              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
65848      Branch: perl
65849            ! installman pod/pod2man.PL
65850 ____________________________________________________________________________
65851 [  7395] By: jhi                                   on 2000/10/22  17:17:35
65852         Log: Hints tweak from Anton Berezin.
65853      Branch: perl
65854            ! hints/freebsd.sh
65855 ____________________________________________________________________________
65856 [  7394] By: jhi                                   on 2000/10/22  04:50:04
65857         Log: Tweak the Is* definitions of Unicode character classes
65858              to better match the official categorizations; embrace
65859              the official categorizations; add the combining marks
65860              as alpha (and -numeric); fix DCinital (a typo and edito)
65861              to be DCmedial.
65862      Branch: perl
65863            + lib/unicode/Is/DCmedial.pl
65864            - lib/unicode/Is/DCinital.pl
65865            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65866            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
65867            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
65868            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65869 ____________________________________________________________________________
65870 [  7393] By: jhi                                   on 2000/10/21  18:06:05
65871         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
65872              From: Daniel Chetlin <daniel@chetlin.com>
65873              Date: Sat, 21 Oct 2000 02:57:03 -0700
65874              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
65875      Branch: perl
65876            + t/lib/tie-splice.t
65877            ! MANIFEST lib/Tie/Array.pm
65878 ____________________________________________________________________________
65879 [  7392] By: gsar                                  on 2000/10/21  18:05:15
65880         Log: resync utfperl branch with mainline
65881      Branch: utfperl
65882           !> (integrate 1760 files)
65883 ____________________________________________________________________________
65884 [  7391] By: jhi                                   on 2000/10/21  14:37:49
65885         Log: Testcases for a #7383,#7385 related bug.
65886              
65887              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
65888              From: Nicholas Clark <nick@ccl4.org>
65889              Date: Sat, 21 Oct 2000 15:04:51 +0100
65890              Message-ID: <20001021150451.A51566@plum.flirble.org>
65891      Branch: perl
65892            ! t/pragma/utf8.t
65893 ____________________________________________________________________________
65894 [  7390] By: jhi                                   on 2000/10/21  14:35:57
65895         Log: Add a testcase for #7389.
65896      Branch: perl
65897            ! t/pragma/warn/op
65898 ____________________________________________________________________________
65899 [  7389] By: jhi                                   on 2000/10/21  14:26:45
65900         Log: Subject: Re: Creating const subs for constants.
65901              From: John Tobey <jtobey@john-edwin-tobey.org>
65902              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
65903              Message-Id: <m13mo0N-000FObC@feynman.localnet>
65904      Branch: perl
65905            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
65906            ! proto.h sv.c
65907 ____________________________________________________________________________
65908 [  7388] By: nick                                  on 2000/10/21  11:44:23
65909         Log: Populate perlio branch
65910      Branch: perlio
65911           +> (branch 1760 files)
65912 ____________________________________________________________________________
65913 [  7387] By: nick                                  on 2000/10/21  10:52:05
65914         Log: Get branch back as replica of mainline via :
65915              p4 integrate -b utfperl
65916              p4 resolve -at ./...
65917      Branch: utfperl
65918           +> (branch 269 files)
65919            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
65920            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
65921            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
65922            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
65923            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
65924            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
65925            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65926            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65927            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65928            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65929            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65930            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65931            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65932            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65933            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65934            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65935            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65936            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65937            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
65938            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
65939            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
65940            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
65941            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
65942            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
65943            - lib/unicode/UCD300.html lib/unicode/Unicode.300
65944            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
65945            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
65946            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
65947            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
65948           !> (integrate 965 files)
65949 ____________________________________________________________________________
65950 [  7386] By: jhi                                   on 2000/10/21  01:31:12
65951         Log: Update Changes.
65952      Branch: perl
65953            ! Changes patchlevel.h
65954 ____________________________________________________________________________
65955 [  7385] By: jhi                                   on 2000/10/21  01:28:42
65956         Log: The #7383 was right only in the context of the original bug report,
65957              not in more general case.
65958      Branch: perl
65959            ! pp_hot.c
65960 ____________________________________________________________________________
65961 [  7384] By: jhi                                   on 2000/10/21  01:08:23
65962         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
65963      Branch: perl
65964            ! ext/IO/lib/IO/Select.pm
65965 ____________________________________________________________________________
65966 [  7383] By: jhi                                   on 2000/10/21  00:44:18
65967         Log: Fix for ID 20001020.006, concatenating an unset submatch
65968              with utf8 resulted in "Modification of a read-only value".
65969      Branch: perl
65970            ! pp_hot.c t/pragma/utf8.t
65971 ____________________________________________________________________________
65972 [  7382] By: jhi                                   on 2000/10/20  20:44:31
65973         Log: Make scan_num() reëntrant, as suggested in
65974              
65975              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65976              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65977              Date: Fri, 20 Oct 2000 14:17:27 +0100
65978              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
65979      Branch: perl
65980            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
65981            ! toke.c
65982 ____________________________________________________________________________
65983 [  7381] By: jhi                                   on 2000/10/20  20:07:29
65984         Log: Reëntrancy fix.
65985              
65986              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65987              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65988              Date: Fri, 20 Oct 2000 14:17:27 +0100
65989              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
65990      Branch: perl
65991            ! embed.h embed.pl perl.h proto.h toke.c
65992 ____________________________________________________________________________
65993 [  7380] By: jhi                                   on 2000/10/20  19:15:54
65994         Log: Don't write double values through long double pointers,
65995              based on a part of
65996              
65997              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
65998              From: Jens Hamisch <jens@Strawberry.COM>
65999              Date: Tue, 17 Oct 2000 08:39:36 +0200
66000              Message-Id: <20001017083936.A11104@Strawberry.COM>
66001      Branch: perl
66002            ! perl.h pp.c
66003 ____________________________________________________________________________
66004 [  7379] By: jhi                                   on 2000/10/20  18:43:37
66005         Log: Portability tweak on #7377.
66006              
66007              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
66008              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66009              Date:     Fri, 20 Oct 2000 13:13:41 EDT
66010              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
66011      Branch: perl
66012            ! t/lib/dprof.t
66013 ____________________________________________________________________________
66014 [  7378] By: jhi                                   on 2000/10/20  12:57:19
66015         Log: SOCKS function redefinitions need prototypes, too, otherwise
66016              for example 32 bit versus 64 bit differences cause a lot of
66017              problems.  Part of
66018              
66019              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
66020              From: Jens Hamisch <jens@Strawberry.COM>
66021              Date: Tue, 17 Oct 2000 08:39:36 +0200
66022              Message-Id: <20001017083936.A11104@Strawberry.COM>
66023      Branch: perl
66024            ! doio.c pp_sys.c
66025 ____________________________________________________________________________
66026 [  7377] By: jhi                                   on 2000/10/20  12:37:12
66027         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
66028              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66029              Date:     Fri, 20 Oct 2000 08:26:04 EDT
66030              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
66031      Branch: perl
66032            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
66033 ____________________________________________________________________________
66034 [  7376] By: jhi                                   on 2000/10/20  12:35:31
66035         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
66036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66037              Date:     Fri, 20 Oct 2000 07:48:15 EDT
66038              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
66039      Branch: perl
66040            ! configure.com vms/gen_shrfls.pl
66041 ____________________________________________________________________________
66042 [  7375] By: bailey                                on 2000/10/20  04:44:37
66043         Log: SYN SYN
66044      Branch: vmsperl
66045           +> (branch 134 files)
66046            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
66047            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
66048            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
66049            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
66050            - eg/cgi/frameset.cgi eg/cgi/index.html
66051            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
66052            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
66053            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
66054            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
66055            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
66056            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
66057            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
66058            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
66059            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
66060            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
66061            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
66062            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
66063            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
66064            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
66065            - lib/unicode/Props.txt lib/unicode/UCD300.html
66066            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66067            - utils/perlbc.PL vms/subconfigure.com
66068           !> (integrate 785 files)
66069 ____________________________________________________________________________
66070 [  7374] By: jhi                                   on 2000/10/20  00:59:48
66071         Log: In the latest compiler builds cccdlflags must not become -fpic,
66072              from Wilfredo Sánchez.
66073      Branch: perl
66074            ! hints/darwin.sh
66075 ____________________________________________________________________________
66076 [  7373] By: jhi                                   on 2000/10/20  00:56:35
66077         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
66078              From: Tony Cook <tony@develop-help.com>
66079              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
66080              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
66081      Branch: perl
66082            ! pod/perlop.pod
66083 ____________________________________________________________________________
66084 [  7372] By: jhi                                   on 2000/10/19  19:34:40
66085         Log: Typo noted by Mark Lutz.
66086      Branch: perl
66087            ! t/op/64bitint.t
66088 ____________________________________________________________________________
66089 [  7371] By: jhi                                   on 2000/10/19  19:33:13
66090         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
66091      Branch: metaconfig
66092            ! U/modified/Cppsym.U U/modified/Oldconfig.U
66093      Branch: metaconfig/U/perl
66094            ! End.U dlsrc.U libperl.U
66095      Branch: perl
66096            + hints/nonstopux.sh
66097            ! Configure MANIFEST config_h.SH
66098 ____________________________________________________________________________
66099 [  7370] By: jhi                                   on 2000/10/19  17:18:08
66100         Log: Subject: PATCH do_print has 2 PerlIO_error()s
66101              From: nick@ccl4.org
66102              Date: Thu, 19 Oct 2000 18:09:20 +0100
66103              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
66104      Branch: perl
66105            ! doio.c
66106 ____________________________________________________________________________
66107 [  7369] By: jhi                                   on 2000/10/19  14:01:49
66108         Log: Update Changes.
66109      Branch: perl
66110            ! Changes patchlevel.h
66111 ____________________________________________________________________________
66112 [  7368] By: jhi                                   on 2000/10/19  13:04:29
66113         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
66114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66115              Date: Wed, 18 Oct 2000 13:12:01 +0200
66116              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
66117      Branch: perl
66118            ! hints/aix.sh
66119 ____________________________________________________________________________
66120 [  7367] By: jhi                                   on 2000/10/19  02:22:40
66121         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
66122              of a 'pmshort' anywhere in the B, so the offending line was simply
66123              removed.
66124      Branch: perl
66125            ! ext/B/B/Debug.pm
66126 ____________________________________________________________________________
66127 [  7366] By: jhi                                   on 2000/10/19  02:12:37
66128         Log: Add the test case for the bug id 20000730.004 which seems
66129              to have been fixed by now.
66130      Branch: perl
66131            ! t/pragma/utf8.t
66132 ____________________________________________________________________________
66133 [  7365] By: jhi                                   on 2000/10/18  23:36:24
66134         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
66135              From: Hugo <hv@crypt.compulink.co.uk>
66136              Date: Wed, 18 Oct 2000 23:25:58 +0100
66137              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
66138      Branch: perl
66139            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
66140 ____________________________________________________________________________
66141 [  7364] By: jhi                                   on 2000/10/18  21:12:53
66142         Log: (retracted)
66143      Branch: perl
66144            ! pp.c
66145 ____________________________________________________________________________
66146 [  7363] By: jhi                                   on 2000/10/18  20:55:38
66147         Log: Missing change from #7362.
66148      Branch: perl
66149            ! win32/perlhost.h
66150 ____________________________________________________________________________
66151 [  7362] By: jhi                                   on 2000/10/18  20:52:01
66152         Log: Borland C fstat() never saw the fd as writable.
66153              
66154              Subject: fix for Borland's weak "stat" (perl@7211)
66155              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66156              Date: Mon, 16 Oct 2000 09:55:03 +0400
66157              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
66158      Branch: perl
66159            ! win32/win32.c
66160 ____________________________________________________________________________
66161 [  7361] By: jhi                                   on 2000/10/18  17:43:50
66162         Log: Regen toc.
66163      Branch: perl
66164            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
66165 ____________________________________________________________________________
66166 [  7360] By: jhi                                   on 2000/10/18  17:07:44
66167         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66168              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
66169              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
66170              Date: Mon, 16 Oct 2000 15:19:49 +0200
66171      Branch: perl
66172            + README.aix
66173            ! MANIFEST
66174 ____________________________________________________________________________
66175 [  7359] By: jhi                                   on 2000/10/18  17:04:49
66176         Log: Subject: Pod patch for Devel::Peek
66177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66178              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
66179              Date: Mon, 16 Oct 2000 12:26:34 +0200
66180      Branch: perl
66181            ! ext/Devel/Peek/Peek.pm
66182 ____________________________________________________________________________
66183 [  7358] By: jhi                                   on 2000/10/18  17:03:15
66184         Log: Make Cwd more bulletproof in chrooted environments.
66185              
66186              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
66187              From: "Eric E. Coe" <Eric.Coe@oracle.com>
66188              Date: Wed, 18 Oct 2000 04:03:54 -0400
66189              Message-Id: <39ED596A.70E599FE@oracle.com>
66190      Branch: perl
66191            ! lib/Cwd.pm
66192 ____________________________________________________________________________
66193 [  7357] By: jhi                                   on 2000/10/18  16:37:26
66194         Log: Disable the UTF8 downgrade croakage for now to avoid
66195              too many not okay messages.
66196      Branch: perl
66197            ! doio.c
66198 ____________________________________________________________________________
66199 [  7356] By: jhi                                   on 2000/10/17  23:29:41
66200         Log: Show the failed remote port, instead of the failing line number.
66201              
66202              Subject: [PATCH 5.6.1 Debugger] More diagnostics
66203              From: David Sparks <daves@ActiveState.com>
66204              Date: Tue, 17 Oct 2000 15:00:24 -0700
66205              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
66206      Branch: perl
66207            ! lib/perl5db.pl
66208 ____________________________________________________________________________
66209 [  7355] By: jhi                                   on 2000/10/17  14:11:31
66210         Log: On output try to downgrade to bytes, croak if impossible,
66211              from Simon Cozens.  This means that outputting >255 UTF8
66212              is impossible.  Consider this as a strong incentive to get
66213              the I/O disciplines implemented.
66214      Branch: perl
66215            ! doio.c pod/perldiag.pod sv.c
66216 ____________________________________________________________________________
66217 [  7354] By: jhi                                   on 2000/10/17  13:42:23
66218         Log: Clarify documentation on 'use bytes'.
66219              
66220              Subject: Re: What does 'use bytes' "mean" ?
66221              From: Simon Cozens <simon@cozens.net>
66222              Date: Mon, 18 Sep 2000 18:24:25 +0100
66223              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
66224      Branch: perl
66225            ! lib/bytes.pm
66226 ____________________________________________________________________________
66227 [  7353] By: jhi                                   on 2000/10/17  13:28:12
66228         Log: Workaround for a sfio bug where the stream error indicator
66229              is not cleared as documented.
66230              
66231              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
66232              From: Nicholas Clark <nick@ccl4.org>
66233              Date: Mon, 16 Oct 2000 18:28:23 +0100
66234              Message-ID: <20001016182823.J19700@plum.flirble.org>
66235      Branch: perl
66236            ! doio.c
66237 ____________________________________________________________________________
66238 [  7352] By: jhi                                   on 2000/10/17  13:06:19
66239         Log: More IoTYPE sprinkling.
66240      Branch: perl
66241            ! doio.c pp_hot.c
66242 ____________________________________________________________________________
66243 [  7351] By: jhi                                   on 2000/10/16  22:47:07
66244         Log: Detect early whether the std streams have gone bad.
66245              
66246              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
66247              Date: Mon, 16 Oct 2000 23:28:42 +0100
66248              From: Nicholas Clark <nick@ccl4.org>
66249              Message-ID: <20001016232842.A37942@plum.flirble.org>
66250      Branch: perl
66251            ! t/op/misc.t
66252 ____________________________________________________________________________
66253 [  7350] By: jhi                                   on 2000/10/16  22:45:16
66254         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
66255              From: "Peter J. Farley III" <pjfarley@banet.net>
66256              Date: Mon, 16 Oct 2000 18:15:59 -0400
66257              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
66258      Branch: perl
66259            ! djgpp/djgpp.c dosish.h t/io/open.t
66260 ____________________________________________________________________________
66261 [  7349] By: jhi                                   on 2000/10/16  22:36:45
66262         Log: perldelta tweak.
66263      Branch: perl
66264            ! pod/perldelta.pod
66265 ____________________________________________________________________________
66266 [  7348] By: jhi                                   on 2000/10/16  15:17:53
66267         Log: Update Changes.
66268      Branch: perl
66269            ! Changes patchlevel.h
66270 ____________________________________________________________________________
66271 [  7347] By: jhi                                   on 2000/10/16  13:55:27
66272         Log: Add the capability to include/exclude branches.
66273      Branch: perl
66274            ! Porting/genlog
66275 ____________________________________________________________________________
66276 [  7346] By: jhi                                   on 2000/10/16  13:18:04
66277         Log: Add Charles Lane.
66278      Branch: perl
66279            ! AUTHORS Changes
66280 ____________________________________________________________________________
66281 [  7345] By: jhi                                   on 2000/10/16  13:13:21
66282         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
66283      Branch: perl
66284            ! pod/perldelta.pod
66285 ____________________________________________________________________________
66286 [  7344] By: gsar                                  on 2000/10/16  09:30:21
66287         Log: integrate change#6220 from cfgperl
66288              
66289              Win32 patches from Benjamin Stuhl.
66290      Branch: maint-5.6/perl
66291           !> makedef.pl win32/win32.h
66292 ____________________________________________________________________________
66293 [  7343] By: gsar                                  on 2000/10/16  08:32:19
66294         Log: integrate changes#6221,6222 from cfgperl
66295              
66296              Remove tr///CU (the feature is to be obsoleted by better interfaces).
66297              From: simon@brecon.co.uk (Simon Cozens)
66298              Subject: [PATCH] Eliminate tr///[CU][CU]
66299              Date: 23 Jun 2000 11:05:40 GMT
66300              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
66301              
66302              doc typo fix
66303              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
66304              From: Ian Phillipps <Ian.Phillipps@iname.com>
66305              Date: Fri, 23 Jun 2000 10:40:58 +0100
66306              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
66307      Branch: maint-5.6/perl
66308           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
66309 ____________________________________________________________________________
66310 [  7342] By: gsar                                  on 2000/10/16  08:28:08
66311         Log: integrate change#6217 from cfgperl (in part)
66312              
66313              Rename the fdpid locking and integrate with Sarathy.
66314      Branch: maint-5.6/perl
66315           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
66316           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
66317           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
66318           !> win32/win32.c
66319 ____________________________________________________________________________
66320 [  7341] By: gsar                                  on 2000/10/16  08:23:39
66321         Log: integrate changes#6214..6216 from mainline
66322              
66323              @_ can't have junk in it even in the non-USE_ITHREADS case because
66324              caller() wants to populate @DB::args with it (causes a coredump
66325              in Carp::confess())
66326              
66327              tweak comment about @DB::args
66328              
66329              be more optimal about clearing @_
66330      Branch: maint-5.6/perl
66331           !> av.h cop.h pp_ctl.c t/op/runlevel.t
66332 ____________________________________________________________________________
66333 [  7340] By: gsar                                  on 2000/10/16  08:20:37
66334         Log: integrate changes#6207..6210 from cfgperl
66335              
66336              Subject: [PATCH 5.6.0] Threadsafe patches
66337              From: Dan Sugalski <dan@sidhe.org>
66338              To: perl5-porters@perl.org
66339              Date: Mon, 08 May 2000 18:08:13 -0400
66340              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
66341              
66342              Regen headers for #6207.
66343              
66344              Lock PL_fdpid against race conditions, based on:
66345              Subject: [PATCH 5.6.0]subprocess fixup for threads
66346              From: Dan Sugalski <dan@sidhe.org>
66347              To: perl5-porters@perl.org
66348              Date: Tue, 11 Apr 2000 17:02:32 -0400
66349              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
66350              
66351              Mopup for #6207 and #6209.
66352      Branch: maint-5.6/perl
66353           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
66354           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
66355           !> win32/win32.c
66356 ____________________________________________________________________________
66357 [  7339] By: gsar                                  on 2000/10/16  08:14:34
66358         Log: integrate change#6203 from cfgperl
66359              
66360              perldiag should refer to perlos2.pod not README.os2
66361      Branch: maint-5.6/perl
66362           !> pod/perldiag.pod
66363 ____________________________________________________________________________
66364 [  7338] By: gsar                                  on 2000/10/16  08:11:42
66365         Log: integrate change#6201 from mainline
66366              
66367              Perl_eval_pv() leaks 4 bytes every time it is called because it
66368              does a PUSHMARK that's never ever POPMARKed; in general, only
66369              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
66370              Perl_eval_[sp]v() don't because they don't take any incoming
66371              arguments (this leak has been around since the original version
66372              of perl_eval_pv() in 5.003_97e)
66373      Branch: maint-5.6/perl
66374           !> perl.c
66375 ____________________________________________________________________________
66376 [  7337] By: gsar                                  on 2000/10/16  08:08:47
66377         Log: integrate changes#6197..6200 from cfgperl
66378              
66379              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
66380              From: John Borwick <jhborwic@unity.ncsu.edu>
66381              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
66382              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
66383              
66384              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
66385              From: Dan Sugalski <dan@sidhe.org>
66386              To: vmsperl@perl.org, perl5-porters@perl.org
66387              Date: Fri, 02 Jun 2000 16:00:41 -0400
66388              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
66389              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
66390              
66391              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
66392              From: Dan Sugalski <dan@sidhe.org>
66393              To: perl5-porters@perl.org, vmsperl@perl.org
66394              Date: Fri, 02 Jun 2000 17:30:51 -0400
66395              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
66396              
66397              Update to cperl-mode.el 4.31 from
66398              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
66399              Subject: A couple of notes
66400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66401              To: Mailing list Perl5 <perl5-porters@perl.org>
66402              Date: Sat, 3 Jun 2000 23:33:32 -0400
66403              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
66404      Branch: maint-5.6/perl
66405           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
66406           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
66407           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
66408           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
66409           !> vms/vmsish.h
66410 ____________________________________________________________________________
66411 [  7336] By: gsar                                  on 2000/10/16  08:03:46
66412         Log: integrate changes#6194,6195 from mainline
66413              
66414              fix small eval"" memory leaks under USE_ITHREADS
66415              
66416              fix yet another eval"" leak under USE_ITHREADS
66417      Branch: maint-5.6/perl
66418           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
66419           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
66420           !> vms/perly_c.vms
66421 ____________________________________________________________________________
66422 [  7335] By: gsar                                  on 2000/10/16  08:02:15
66423         Log: integrate changes#6190,6191 from mainline
66424              
66425              submit missing embed.pl change
66426              
66427              vec() loses numericalness (modified version of patch suggested
66428              by Robin Barker)
66429      Branch: maint-5.6/perl
66430           !> doop.c embed.pl t/op/vec.t
66431 ____________________________________________________________________________
66432 [  7334] By: gsar                                  on 2000/10/16  08:01:03
66433         Log: integrate change#6189 from mainline
66434              
66435              counting tr/// corrupts later operation (from M.J.T Guy)
66436      Branch: maint-5.6/perl
66437           !> doop.c t/op/tr.t
66438 ____________________________________________________________________________
66439 [  7333] By: gsar                                  on 2000/10/16  07:59:07
66440         Log: integrate changes#6183..6188 from mainline
66441              
66442              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
66443              <nick@ccl4.org>)
66444              
66445              tweak for change#6127
66446              
66447              remove incorrect documentation about implicit split to @_ in
66448              list context, which never really worked in perl 5 (from
66449              M.J.T. Guy)
66450              
66451              further qualify references to "alphanumeric" (from Wolfgang Laun
66452              <wolfgang.laun@alcatel.at>)
66453              
66454              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
66455              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66456              
66457              h2xs tweaks
66458      Branch: maint-5.6/perl
66459           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
66460           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
66461           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
66462           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
66463           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
66464           !> pod/pod2latex.PL utils/h2xs.PL
66465 ____________________________________________________________________________
66466 [  7332] By: gsar                                  on 2000/10/16  07:53:52
66467         Log: integrate change#6179 from mainline
66468              
66469              buggy modulus on UVs introduced by change#3378 (resulted in
66470              4063328477 % 65535 amounting to 27406, instead of 27407)
66471      Branch: maint-5.6/perl
66472           !> pp.c t/op/arith.t
66473 ____________________________________________________________________________
66474 [  7331] By: gsar                                  on 2000/10/16  07:52:49
66475         Log: integrate changes#6176,6177,6178,6182 from cfgperl
66476              
66477              Single-quoted utf8 patch from Simon Cozens.
66478              
66479              Substitution utf8 patch from Simon Cozens.
66480              
66481              Be cleaner.
66482              
66483              Be Cleaner Part Deux.
66484      Branch: maint-5.6/perl
66485           !> Makefile.SH pp_hot.c toke.c
66486 ____________________________________________________________________________
66487 [  7330] By: gsar                                  on 2000/10/16  07:41:36
66488         Log: integrate change#6172 from mainline
66489              
66490              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
66491              (from Ilya Zakharevich)
66492      Branch: maint-5.6/perl
66493           !> regexec.c t/op/re_tests
66494 ____________________________________________________________________________
66495 [  7329] By: gsar                                  on 2000/10/16  07:40:25
66496         Log: integrate change#6171 from mainline
66497              
66498              scalar() doesn't force scalar context when used in void context
66499              (from Simon Cozens)
66500      Branch: maint-5.6/perl
66501           !> op.c t/op/wantarray.t
66502 ____________________________________________________________________________
66503 [  7328] By: gsar                                  on 2000/10/16  07:39:33
66504         Log: integrate change#6170 from mainline
66505              
66506              change#6142 needs tweaks to tests to work where there's no
66507              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66508      Branch: maint-5.6/perl
66509           !> t/lib/filefind.t
66510 ____________________________________________________________________________
66511 [  7327] By: gsar                                  on 2000/10/16  07:35:34
66512         Log: integrate changes#6166..6168 from cfgperl
66513              
66514              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
66515              in case somebody wants to write an extension for more
66516              shadow database interfaces.
66517              
66518              tweak todo
66519              
66520              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
66521      Branch: maint-5.6/perl
66522           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66523           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
66524           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
66525           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66526           !> win32/config.vc win32/config_H.bc win32/config_H.gc
66527           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66528 ____________________________________________________________________________
66529 [  7326] By: gsar                                  on 2000/10/16  07:29:05
66530         Log: integrate changes#6157,6159..6161,6164 from cfgperl
66531              
66532              Regen Configure to jive with #6149.
66533              
66534              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
66535              
66536              Changes for the File::Temp 0.08 (change #6159) test suite
66537              to fit better into the Perl distribution test framework.
66538              
66539              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
66540              both from Simon Cozens.
66541              
66542              detypo
66543      Branch: maint-5.6/perl
66544           +> pod/perlmodlib.PL pod/perlnewmod.pod
66545           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
66546           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
66547           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66548           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66549 ____________________________________________________________________________
66550 [  7325] By: gsar                                  on 2000/10/16  07:25:13
66551         Log: integrate change#6158 from vmsperl
66552              
66553              Add fallback to tmpfile for use in cases where user's relying on
66554              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
66555              Lane's patch)
66556      Branch: maint-5.6/perl
66557           !> vms/vms.c vms/vmsish.h
66558 ____________________________________________________________________________
66559 [  7324] By: gsar                                  on 2000/10/16  07:20:50
66560         Log: integrate changes#6153..6155 from mainline
66561              
66562              prettier Test::Harness output on failed tests (from Nicholas Clark
66563              <nick@Bagpuss.uk.boo.com>)
66564              
66565              avoid type mismatch warning
66566              
66567              small bug in change#6144; remove random \xA0 character that snuck
66568              in via change#6145
66569      Branch: maint-5.6/perl
66570           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
66571           !> perl.c
66572 ____________________________________________________________________________
66573 [  7323] By: gsar                                  on 2000/10/16  07:18:47
66574         Log: integrate changes#6151,6152 from mainline
66575              
66576              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
66577              
66578              cosmetic fixups of RE debug output (from Ilya Zakharevich)
66579      Branch: maint-5.6/perl
66580           !> regexec.c
66581 ____________________________________________________________________________
66582 [  7322] By: gsar                                  on 2000/10/16  07:17:25
66583         Log: integrate changes#6146..6150 from mainline
66584              
66585              doc typo
66586              
66587              add a make entry to Config.pm so "perl -V:make" works on VMS
66588              (from Peter Prymmer)
66589              
66590              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
66591              
66592              OS/2 tweaks for usethreads build (from Rocco Caputo
66593              <troc@netrus.net>)
66594              
66595              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
66596      Branch: maint-5.6/perl
66597           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
66598           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
66599           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
66600           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
66601           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
66602           !> warnings.pl x2p/a2p.h
66603 ____________________________________________________________________________
66604 [  7321] By: gsar                                  on 2000/10/16  07:14:02
66605         Log: integrate changes#6143..6145 from mainline
66606              
66607              MacOS support, part 1 (from Matthias Neeracher
66608              <neeri@iis.ee.ethz.ch>)
66609              
66610              MacOS support, part 2: make AutoSplit use File::Spec instead
66611              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
66612              <neeri@iis.ee.ethz.ch>)
66613              
66614              make xsubpp skip embedded pod (from Matthias Neeracher
66615              <neeri@iis.ee.ethz.ch>)
66616      Branch: maint-5.6/perl
66617           +> ext/DynaLoader/dl_mac.xs
66618           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
66619           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66620           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
66621           !> pp_ctl.c proto.h toke.c util.c util.h
66622 ____________________________________________________________________________
66623 [  7320] By: gsar                                  on 2000/10/16  07:12:13
66624         Log: integrate changes#6141,6142 from mainline
66625              
66626              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
66627              forwarded by Peter Seebach from the bsdi-users mailing list.
66628              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
66629              
66630              File::Find fails to chdir when chasing symlinks (from
66631              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66632      Branch: maint-5.6/perl
66633           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
66634 ____________________________________________________________________________
66635 [  7319] By: gsar                                  on 2000/10/16  07:04:30
66636         Log: integrate change#6139 from mainline
66637              
66638              revise mktables.PL for bugs and newness in Unicode 3.0
66639              (from James Bence <jbence@amgen.com>)
66640      Branch: maint-5.6/perl
66641           +> (branch 30 files)
66642           !> (integrate 49 files)
66643 ____________________________________________________________________________
66644 [  7318] By: gsar                                  on 2000/10/16  07:01:01
66645         Log: integrate changes#6137,6138 from mainline
66646              
66647              fix bogus redeclaration warning for "our" variables in different
66648              scopes
66649              
66650              add note about the handling of negative indices to tied arrays
66651              (from Michael G Schwern <schwern@pobox.com>)
66652      Branch: maint-5.6/perl
66653           !> op.c pod/perltie.pod t/pragma/strict-vars
66654 ____________________________________________________________________________
66655 [  7317] By: gsar                                  on 2000/10/16  06:58:46
66656         Log: integrate changes#6127..6136 from mainline
66657              
66658              call_method(...,G_EVAL) can longjmp() out if the method probing
66659              failed (from Gisle Aas)
66660              
66661              new perlxstut example for passing/returning refs to arrays
66662              (from David Lowe <dlowe@pootpoot.com>)
66663              
66664              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
66665              
66666              fix places that mean C<"word" character> but say C<alphanumeric
66667              character>
66668              
66669              avoid warnings in POSIX.pm (from Barrie Slaymaker)
66670              
66671              warnings::enabled() doesn't fall back to looking at $^W if
66672              caller isn't using lexical warnings (from Paul Marquess)
66673              
66674              elide bogus test in change#6132
66675              
66676              make Test::Harness use wait.h/WCOREDUMP if available
66677              (from Ben Tilly <ben_tilly@hotmail.com>)
66678              
66679              enable Test::Harness to dynamically determine column width etc.
66680              (from Rob Napier <rnapier@employees.org>)
66681              
66682              random pod typos (from Peter Scott <Peter@PSDT.com>)
66683      Branch: maint-5.6/perl
66684           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
66685           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
66686           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
66687           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
66688 ____________________________________________________________________________
66689 [  7316] By: gsar                                  on 2000/10/16  06:53:23
66690         Log: integrate change#6126 from mainline
66691              
66692              change#2879 broke rvalue autovivification of magicals such as
66693              ${$num} (reworked variant of patch suggested by Simon Cozens)
66694      Branch: maint-5.6/perl
66695           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
66696           !> pp_hot.c proto.h t/op/gv.t
66697 ____________________________________________________________________________
66698 [  7315] By: gsar                                  on 2000/10/16  06:51:38
66699         Log: integrate changes#6123,6125 from mainline
66700              
66701              clarify gotcha with #line directives (from Rocco Caputo
66702              <troc@netrus.net>)
66703              
66704              enable propagating exception objects via Perl_croak() in XS code
66705              (from Gisle Aas)
66706      Branch: maint-5.6/perl
66707           !> pod/perldebug.pod pod/perlsyn.pod util.c
66708 ____________________________________________________________________________
66709 [  7314] By: gsar                                  on 2000/10/16  06:49:28
66710         Log: integrate change#6122 from mainline
66711              
66712              downgrade fatal error on C<"foo@nosucharray.com"> to optional
66713              warning (from Mark-Jason Dominus)
66714      Branch: maint-5.6/perl
66715           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
66716           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
66717           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
66718           !> toke.c
66719 ____________________________________________________________________________
66720 [  7313] By: gsar                                  on 2000/10/16  06:46:54
66721         Log: integrate changes#6112..6121 from vmsperl
66722              
66723              Check for existence of file before trying to delete
66724              
66725              Ugly workaround for version-specific RTL error
66726              
66727              Urk -- undo previous removal of vmsish 'exit' change
66728              
66729              Add bounds checking for several strings (Charles Lane)
66730              
66731              Miscellaneous cosmetic fixes (Charles Lane)
66732              
66733              Treat sockets as special in sys(read|write) (Charles Lane et al.)
66734              
66735              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
66736              Flatten case labels in switch statements uniformly (Charles Bailey)
66737              
66738              Quiet error messages in vmsish.t (Charles Lane)
66739              
66740              Add missing escape (Charles Lane)
66741              
66742              Allow eliminate_macros() and fixpath() to handle space-delimited
66743              lists (based on fixes by Craig Berry)
66744      Branch: maint-5.6/perl
66745           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
66746           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
66747           !> vms/vmsish.h
66748 ____________________________________________________________________________
66749 [  7312] By: gsar                                  on 2000/10/16  06:41:18
66750         Log: integrate changes#6107,6110 from cfgperl
66751              
66752              Tweak the todo list.
66753              
66754              todo tweak
66755      Branch: maint-5.6/perl
66756           !> Todo-5.6
66757 ____________________________________________________________________________
66758 [  7311] By: gsar                                  on 2000/10/16  06:38:38
66759         Log: integrate changes#6104,6108 from mainline
66760              
66761              PL_sys_intern was being initialized too late on windows
66762              
66763              reenable fake signal handling on Windows, bugs and all
66764      Branch: maint-5.6/perl
66765           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
66766           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
66767           !> win32/win32.c
66768 ____________________________________________________________________________
66769 [  7310] By: gsar                                  on 2000/10/16  06:36:03
66770         Log: integrate changes#6095,6097..6103 from cfgperl
66771              
66772              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
66773              might be useful in future.
66774              
66775              Add a note about possible compilation problems from Allen Smith.
66776              
66777              Add a note about other, yet unsupported, shadow password APIs.
66778              
66779              Tweaks for the cc bugs from Allen Smith.
66780              
66781              More compilation tweakery from Allen Smith.
66782              
66783              Hints and test tweaks for Unicos.
66784              
66785              The test suite tweak in #6101 wasn't quite right.
66786              
66787              Test tweaking for Unicos continues.
66788      Branch: maint-5.6/perl
66789           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66790           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
66791           !> t/lib/complex.t t/op/64bitint.t
66792 ____________________________________________________________________________
66793 [  7309] By: gsar                                  on 2000/10/16  06:29:41
66794         Log: integrate changes#6093,6094 from mainline
66795              
66796              fork() failure to create pseudo process sets errno=EAGAIN and returns
66797              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
66798              
66799              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
66800      Branch: maint-5.6/perl
66801           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
66802           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
66803 ____________________________________________________________________________
66804 [  7308] By: gsar                                  on 2000/10/16  06:27:29
66805         Log: integrate change#6092 from cfgperl
66806              
66807              Regen perltoc with the fixed buildtoc.
66808      Branch: maint-5.6/perl
66809           !> pod/perltoc.pod
66810 ____________________________________________________________________________
66811 [  7307] By: gsar                                  on 2000/10/16  06:26:40
66812         Log: integrate changes#6089,6090 from mainline
66813              
66814              buildtoc tweak to fix newline lossage
66815              
66816              concat doesn't preserve utf8-ness, and doesn't invalidate
66817              [NI]OK; added tests for both
66818      Branch: maint-5.6/perl
66819           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
66820 ____________________________________________________________________________
66821 [  7306] By: gsar                                  on 2000/10/16  06:24:05
66822         Log: integrate change#6088 from cfgperl
66823              
66824              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
66825              because we do not use those.  The HAS_GETSPNAM remains,
66826              though, because we still do use that.
66827      Branch: maint-5.6/perl
66828           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66829           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
66830           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
66831           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66832           !> win32/config.vc win32/config_H.bc win32/config_H.gc
66833           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66834 ____________________________________________________________________________
66835 [  7305] By: gsar                                  on 2000/10/16  06:15:52
66836         Log: integrate changes#6084,6085,6087 from mainline
66837              
66838              substr() does not preserve utf8-ness (from Stefan Eissing
66839              <Eissing@medicaldataservice.de>); added tests
66840              
66841              repeat operator (x) doesn't preserve utf8-ness
66842              
66843              reverse() and quotemeta() weren't preserving utf8-ness; add tests
66844      Branch: maint-5.6/perl
66845           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
66846 ____________________________________________________________________________
66847 [  7304] By: gsar                                  on 2000/10/16  06:13:10
66848         Log: integrate changes#6077..6083 from mainline
66849              
66850              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
66851              and Tom Phoenix)
66852              
66853              workaround for CRT bug in chdir() (from Charles Lane, via
66854              Peter Prymmer)
66855              
66856              remove outdated kludge in Carp (NULLs are permitted in diagnostics
66857              now)
66858              
66859              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
66860              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66861              
66862              better default perlbug categories for ok reports (from Richard Foley)
66863              
66864              peek.t non-portable to ithreads
66865              
66866              note about undocumented caller() return value (from M.J.T. Guy);
66867              yet another peek.t tweak
66868      Branch: maint-5.6/perl
66869           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66870           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66871           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
66872           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
66873           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
66874           !> vms/vmsish.h
66875 ____________________________________________________________________________
66876 [  7303] By: gsar                                  on 2000/10/16  06:03:18
66877         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
66878              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
66879              
66880              &HUGE_VAL is not defined, it exists.
66881              
66882              Do not warn that an infinity does not look like a number.
66883              
66884              Rewrite the pwent/spent logic to be a little bit more clearer.
66885              
66886              Continue on the pwent/spent case.
66887              
66888              Correct Freudian slip.
66889              
66890              Use HUGE_VALL if applicable.
66891              
66892              pwent/spent #ifdef imbalance.
66893              
66894              Infinite problems.
66895              
66896              Call getspnam() only iff needd.
66897              
66898              Test both the scalar and list contexts.
66899              
66900              Use setxxent()/endxxent().
66901              
66902              Complex tweakery.
66903              
66904              Unicos hint tweak.
66905              
66906              Be more forgiving in POSIX about HUGE_VALL.
66907              
66908              Detypo.
66909              
66910              The search of infinity continues, this time simplified.
66911              
66912              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
66913              in natively 64-bit platforms where a long is a quad (no need
66914              for long longs).  Also added bias for IVs.
66915              
66916              Complex tweaks.
66917              
66918              Introduce t/lib/peek.t.
66919              
66920              Make the test more portable.
66921      Branch: maint-5.6/perl
66922           +> t/lib/peek.t
66923            ! pp_sys.c
66924           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
66925           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
66926           !> t/op/pwent.t toke.c util.c
66927 ____________________________________________________________________________
66928 [  7302] By: gsar                                  on 2000/10/16  05:03:37
66929         Log: integrate changes#6066..6071 from mainline
66930              
66931              s/END/CHECK/
66932              
66933              replace direct call to sighandler() with (*PL_sighandlerp)()
66934              
66935              note about values()
66936              
66937              File::Spec compatibility update (from Barrie Slaymaker
66938              <barries@slaysys.com>)
66939              
66940              remove misleading comment (from M.J.T. Guy)
66941              
66942              misformatted perllocal.pod (from Tim Jenness
66943              <t.jenness@jach.hawaii.edu>)
66944      Branch: maint-5.6/perl
66945           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
66946           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
66947           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
66948           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
66949 ____________________________________________________________________________
66950 [  7301] By: gsar                                  on 2000/10/16  05:00:08
66951         Log: integrate changes#6061..6063 from mainline
66952              
66953              change#5921 neglected to make eq honor "use bytes"
66954              
66955              additional tests for utf8.t
66956              
66957              tokeq() could read unallocated field in argument
66958      Branch: maint-5.6/perl
66959           !> sv.c t/pragma/utf8.t toke.c
66960 ____________________________________________________________________________
66961 [  7300] By: gsar                                  on 2000/10/16  04:56:54
66962         Log: integrate changes#6046,6048,6057,6058 from mainline
66963              
66964              libscheck has insufficient checks for n32 libs (from
66965              Albert Chin-A-Young <china@thewrittenword.com>)
66966              
66967              add note about how $( doesn't interpolate in REs (from
66968              Philip Newton <newton@ficus.frogspace.net>)
66969              
66970              fix broken parsing of /\x{ab}/
66971              
66972              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
66973              (spotted by Donald Kinzer <dkinzer@premia.com>)
66974      Branch: maint-5.6/perl
66975           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
66976           !> t/pragma/utf8.t
66977 ____________________________________________________________________________
66978 [  7299] By: gsar                                  on 2000/10/16  04:52:50
66979         Log: integrate change#6044 from mainline
66980              
66981              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
66982              such that underscores are only ignored in literal numbers,
66983              "\x{...}", and hex/oct argument
66984      Branch: maint-5.6/perl
66985           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
66986 ____________________________________________________________________________
66987 [  7298] By: gsar                                  on 2000/10/16  04:50:53
66988         Log: integrate changes#6027..6043 from mainline
66989              
66990              podlators-1.02 update (from Russ Allbery)
66991              
66992              Pod::Man generates groff-incompatible macro definition (from
66993              Tom Christiansen)
66994              
66995              add CGI.pm v2.66 (from Lincoln Stein)
66996              
66997              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
66998              for @- and @+ (from Johan Vromans)
66999              
67000              small nits in diagnostics.pm (from Robin Barker)
67001              
67002              whitespace adjustments
67003              
67004              missing files in MANIFEST
67005              
67006              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
67007              to compensate
67008              
67009              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
67010              
67011              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
67012      Branch: maint-5.6/perl
67013           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
67014           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
67015           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
67016           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
67017           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
67018           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
67019           !> t/lib/cgi-html.t t/lib/cgi-request.t
67020 ____________________________________________________________________________
67021 [  7297] By: gsar                                  on 2000/10/16  04:44:30
67022         Log: integrate change#6025 from mainline
67023              
67024              Is{Alnum,Alpha,Word} don't match titlecase
67025              TODO: IsSpace is defined recursively!
67026              (both spotted by Larry)
67027      Branch: maint-5.6/perl
67028           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
67029           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
67030 ____________________________________________________________________________
67031 [  7296] By: gsar                                  on 2000/10/16  04:39:30
67032         Log: integrate change#6023 from mainline
67033              
67034              debugger stomps on $. (from M.J.T. Guy)
67035      Branch: maint-5.6/perl
67036           !> lib/perl5db.pl
67037 ____________________________________________________________________________
67038 [  7295] By: gsar                                  on 2000/10/16  04:38:02
67039         Log: integrate change#6022 from mainline
67040              
67041              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
67042      Branch: maint-5.6/perl
67043           !> sv.c
67044 ____________________________________________________________________________
67045 [  7294] By: gsar                                  on 2000/10/16  04:37:05
67046         Log: integrate changes#6018..6021 from mainline
67047              
67048              make lib/syslog.t portable to systems that don't have _PATH_LOG,
67049              make _PATH_LOG() return "" if unavailable
67050              
67051              windows portability tweaks
67052              
67053              test tweak
67054              
67055              remove Win2K issue in pod (fixed by change#6020)
67056      Branch: maint-5.6/perl
67057           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
67058           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
67059           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
67060 ____________________________________________________________________________
67061 [  7293] By: gsar                                  on 2000/10/16  04:20:00
67062         Log: integrate changes#6013..6015 from mainline
67063              
67064              tweak change#5945 to display correct switch name in diagnostic
67065              
67066              glob() loading File::Glob behind the scenes may cause syntax errors
67067              
67068              tweak test for portability
67069      Branch: maint-5.6/perl
67070           !> op.c perl.c pod/perldiag.pod t/lib/b.t
67071 ____________________________________________________________________________
67072 [  7292] By: gsar                                  on 2000/10/16  04:18:11
67073         Log: integrate changes#6005..6010 from mainline, cfgperl
67074              
67075              perldoc might fail via "use blib" (from Hugo van der Sanden)
67076              
67077              Regen Configure.
67078              
67079              note about compile failures and END blocks (from M.J.T. Guy)
67080              
67081              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
67082              
67083              (change#6009 integrated earlier in change#7255)
67084              
67085              clarify note about shadow password support (from
67086              gellyfish@gellyfish.com)
67087      Branch: maint-5.6/perl
67088           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67089           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
67090           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
67091 ____________________________________________________________________________
67092 [  7291] By: gsar                                  on 2000/10/16  04:12:03
67093         Log: integrate changes#6002,6003 from mainline
67094              
67095              destructive sv_setsv() can lose UV-ness from source, causing
67096              numeric promotions/comparisons to fail to do the right thing
67097              
67098              allow REG_EXPAND_SZ keys in Windows registry (from
67099              John Clayton <John.Clayton@barclayscapital.com>)
67100      Branch: maint-5.6/perl
67101           !> sv.c win32/win32.c
67102 ____________________________________________________________________________
67103 [  7290] By: gsar                                  on 2000/10/16  04:10:19
67104         Log: integrate change#6001 from mainline
67105              
67106              support additional library locations via $Config{otherlibdirs}
67107              (from Andy Dougherty)
67108      Branch: maint-5.6/perl
67109           !> Configure INSTALL Porting/Glossary Porting/config.sh
67110           !> Porting/config_H config_h.SH epoc/config.sh perl.c
67111           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
67112           !> win32/config.bc win32/config.gc win32/config.vc
67113 ____________________________________________________________________________
67114 [  7289] By: gsar                                  on 2000/10/16  04:08:28
67115         Log: integrate change#5999 from mainline
67116              
67117              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
67118      Branch: maint-5.6/perl
67119           !> t/pragma/warn/toke toke.c
67120 ____________________________________________________________________________
67121 [  7288] By: gsar                                  on 2000/10/16  04:07:01
67122         Log: integrate changes#5997,5998 from cfgperl
67123              
67124              Preserve $!.
67125              
67126              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
67127      Branch: maint-5.6/perl
67128           !> lib/Math/Complex.pm
67129 ____________________________________________________________________________
67130 [  7287] By: gsar                                  on 2000/10/16  04:04:37
67131         Log: integrate change#5995 from mainline
67132              
67133              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
67134      Branch: maint-5.6/perl
67135           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
67136 ____________________________________________________________________________
67137 [  7286] By: gsar                                  on 2000/10/16  04:03:21
67138         Log: integrate change#5994 from mainline
67139              
67140              fix for missed accounting for null byte in pack("Z",...) (from
67141              M.J.T. Guy)
67142      Branch: maint-5.6/perl
67143           !> pp.c t/op/pack.t
67144 ____________________________________________________________________________
67145 [  7285] By: gsar                                  on 2000/10/16  04:02:11
67146         Log: integrate changes#5989..5993 from mainline
67147              
67148              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
67149              itself and no other (from Tom Hughes)
67150              
67151              use $ENV{LIB} to search for libs under Visual C compiler
67152              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
67153              
67154              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
67155              
67156              pod nit (from Simon Cozens)
67157              
67158              various minor tweaks seen on p5p
67159      Branch: maint-5.6/perl
67160           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
67161           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
67162           !> t/op/array.t toke.c
67163 ____________________________________________________________________________
67164 [  7284] By: gsar                                  on 2000/10/16  03:59:00
67165         Log: integrate changes#5978..5988 from mainline
67166              
67167              sync version numbers in File::Spec with the ones on CPAN
67168              (from Barrie Slaymaker)
67169              
67170              under useithreads, constant pad entries could inadvertantly be
67171              shared across threads (from Eric Blood <eblood@xmission.com>);
67172              added Eric's test case to testsuite
67173              
67174              allow Configure -S to run non-interactively (spotted by Greg Hudson
67175              <ghudson@mit.edu>)
67176              
67177              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
67178              prototype mismatch with CORE::glob(); update pod and tests to
67179              suit (File::Glob::glob() is still available for backward
67180              compatibility, but should be considered deprecated)
67181              
67182              avoid error in IO::Socket::INET when given an unknown service name
67183              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
67184              
67185              numeric conversion of non-number in change#3378 tramples on
67186              OOK offset, causing segfaults
67187              
67188              attributes::reftype() doesn't work on tied argument
67189              
67190              forked child may not exit correctly if it failed to open
67191              /dev/console (from Graham Barr)
67192              
67193              add regular expressions tutorial and quick-start guide (from
67194              Mark Kvale <kvale@phy.ucsf.edu>)
67195              
67196              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
67197              
67198              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
67199              <paul@miraclefish.com>)
67200      Branch: maint-5.6/perl
67201           +> pod/perlrequick.pod pod/perlretut.pod
67202           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
67203           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
67204           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
67205           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
67206           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67207           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67208           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
67209           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
67210 ____________________________________________________________________________
67211 [  7283] By: gsar                                  on 2000/10/16  03:52:14
67212         Log: integrate change#5977 from mainline
67213              
67214              autoquote barewords followed by newline and arrow properly
67215              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
67216      Branch: maint-5.6/perl
67217           !> t/pragma/warn/toke toke.c
67218 ____________________________________________________________________________
67219 [  7282] By: gsar                                  on 2000/10/16  03:50:48
67220         Log: integrate change#5976 from mainline
67221              
67222              DB_File v1.73 update (from Paul Marquess)
67223      Branch: maint-5.6/perl
67224           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
67225           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
67226 ____________________________________________________________________________
67227 [  7281] By: gsar                                  on 2000/10/16  03:49:14
67228         Log: integrate change#5975 from mainline
67229              
67230              allow sort() reentrancy (variant of patch suggested by
67231              Hugo van der Sanden)
67232      Branch: maint-5.6/perl
67233           !> pp_ctl.c t/op/sort.t
67234 ____________________________________________________________________________
67235 [  7280] By: gsar                                  on 2000/10/16  03:48:22
67236         Log: integrate change#5974 from mainline
67237              
67238              change#4197 somehow missed initializing PL_errors, meaning
67239              syntax error queueing wasn't working outside eval"" at all;
67240              also fixed eval"" to localize PL_error_count, so that compile-time
67241              eval's don't clobber the error state of the outer context
67242      Branch: maint-5.6/perl
67243           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
67244           !> t/pragma/warn/toke
67245 ____________________________________________________________________________
67246 [  7279] By: gsar                                  on 2000/10/16  03:46:21
67247         Log: integrate change#5973 from mainline
67248              
67249              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
67250      Branch: maint-5.6/perl
67251           !> regcomp.c regexec.c t/op/re_tests
67252 ____________________________________________________________________________
67253 [  7278] By: gsar                                  on 2000/10/16  03:44:54
67254         Log: integrate change#5971 from cfgperl
67255              
67256              Unicos tweaks from Mark P. Lutz.
67257      Branch: maint-5.6/perl
67258           !> hints/unicos.sh lib/Math/Complex.pm
67259 ____________________________________________________________________________
67260 [  7277] By: gsar                                  on 2000/10/16  03:42:59
67261         Log: integrate changes#5966..5970 from mainline
67262              
67263              add testsuite for B backends, fix bug in B::Deparse (from
67264              Simon Cozens <simon@brecon.co.uk>)
67265              
67266              improved docs on the warn_uninit diagnostic (from David Glasser
67267              and Simon Cozens)
67268              
67269              tolerate spaces in group names in test on solaris (from David Boyce
67270              <dsb@boyski.com>)
67271              
67272              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
67273              
67274              Data::Dumper fumbles negative numbers on 32-bit platforms where
67275              IV is >32bits
67276      Branch: maint-5.6/perl
67277           +> t/lib/b.t t/lib/syslog.t
67278           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
67279           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
67280           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
67281 ____________________________________________________________________________
67282 [  7276] By: gsar                                  on 2000/10/16  03:39:30
67283         Log: integrate change#5965 from mainline
67284              
67285              avoid "will not stay shared" warnings for our variables (from
67286              Robin Barker)
67287      Branch: maint-5.6/perl
67288           !> op.c t/pragma/warn/op
67289 ____________________________________________________________________________
67290 [  7275] By: gsar                                  on 2000/10/16  03:38:18
67291         Log: integrate change#5964 from mainline
67292              
67293              reformat to 72 columns (again)
67294      Branch: maint-5.6/perl
67295           !> pod/perldiag.pod
67296 ____________________________________________________________________________
67297 [  7274] By: gsar                                  on 2000/10/16  03:36:58
67298         Log: integrate change#5963 from mainline
67299              
67300              patch from Larry to make (\&) prototype work; added tests for
67301              the same
67302      Branch: maint-5.6/perl
67303           !> op.c t/comp/proto.t
67304 ____________________________________________________________________________
67305 [  7273] By: gsar                                  on 2000/10/16  03:35:51
67306         Log: integrate changes#5956..5962 from mainline
67307              
67308              better diagnostics on failed tests (from Ilya Zakharevich)
67309              
67310              pod nits (from A. C. Yardley <yardley@tanet.net>)
67311              
67312              change#3569 deleted some essential code, revert; avoid use of
67313              atexit() to make DynaLoader work properly on AIX under mod_perl
67314              (from Jens-Uwe Mager <jum@helios.de>)
67315              
67316              doubled words in pods (from Simon Cozens
67317              <simon.p.cozens@jp.pwcglobal.com>)
67318              
67319              better INSTALL notes on Solaris issues (from Dominic Dunlop)
67320              
67321              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
67322              
67323              updated README.hpux (from Jeff Okamoto)
67324      Branch: maint-5.6/perl
67325           !> INSTALL README.hpux emacs/cperl-mode.el
67326           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
67327           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
67328           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
67329           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
67330           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
67331           !> t/op/lex_assign.t
67332 ____________________________________________________________________________
67333 [  7272] By: gsar                                  on 2000/10/16  03:31:22
67334         Log: integrate change#5955 from mainline
67335              
67336              longstanding bug exposed by change#3307: sort arguments weren't
67337              compiled with the right wantarray context (ensuing runtime lookup
67338              via block_gimme() was getting the incidental context of the
67339              sort() itself)
67340      Branch: maint-5.6/perl
67341           !> op.c t/op/sort.t
67342 ____________________________________________________________________________
67343 [  7271] By: gsar                                  on 2000/10/16  03:29:11
67344         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
67345              branch
67346              
67347              Flatten the cpp jungle doing the nosuid checking.
67348              
67349              Do not assume sign propagation. (from M.J.T. Guy)
67350              
67351              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
67352              
67353              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
67354              Now pp_ncmp() returns undef is either operand is a NaN.
67355              
67356              On second thoughts frexp() does have two arguments.
67357              
67358              Document that tr() is not tr(1).
67359              
67360              Be more robust on "extreme" (large absolute value)
67361              arguments.  Originally reported by Daniel Connelly
67362              as a problem with asinh() on large negative arguments,
67363              asinh() used to bail out because an argument to log()
67364              ended up being zero.  Ilya Zakharevich proposed using
67365              Taylor's series in such cases, which for such large
67366              arguments is a very good approximation.
67367              
67368              Undo "use integer" addition from 64bitint as it seems
67369              to break most of the subtests in Digital UNIX;
67370              Unicos needs to find another way.
67371      Branch: maint-5.6/perl
67372           !> (integrate 29 files)
67373 ____________________________________________________________________________
67374 [  7270] By: gsar                                  on 2000/10/16  03:09:44
67375         Log: integrate changes#5948,5949,5950 from mainline
67376              
67377              typo in vars.pm that leads to cryptic message (from Piotr
67378              Piatkowski <kompas@kompas.usr.onet.pl>)
67379              
67380              make perldoc use the pod2man from the same version (from
67381              M.J.T. Guy)
67382              
67383              reformat perldiag to avoid long lines
67384      Branch: maint-5.6/perl
67385           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
67386 ____________________________________________________________________________
67387 [  7269] By: gsar                                  on 2000/10/16  03:05:54
67388         Log: integrate change#5947 from mainline
67389              
67390              use &dl_error rather than &dl_load_file as the guard for calling
67391              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
67392              statically built perl)
67393      Branch: maint-5.6/perl
67394           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
67395 ____________________________________________________________________________
67396 [  7268] By: gsar                                  on 2000/10/16  03:04:48
67397         Log: integrate change#5945 from mainline
67398              
67399              make module name mandatory after -M switch; reorder perldiag
67400              alphabetically (from Mark-Jason Dominus)
67401      Branch: maint-5.6/perl
67402           !> perl.c pod/perldiag.pod
67403 ____________________________________________________________________________
67404 [  7267] By: gsar                                  on 2000/10/16  03:03:01
67405         Log: integrate change#5939 from mainline
67406              
67407              more pod nits (from Larry Virden)
67408      Branch: maint-5.6/perl
67409           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
67410           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
67411           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
67412 ____________________________________________________________________________
67413 [  7266] By: gsar                                  on 2000/10/16  03:01:39
67414         Log: integrate change#5938 from mainline
67415              
67416              Consolidated B::Deparse fixes (from Stephen McCamant)
67417      Branch: maint-5.6/perl
67418           !> ext/B/B/Deparse.pm
67419 ____________________________________________________________________________
67420 [  7265] By: gsar                                  on 2000/10/16  03:00:43
67421         Log: integrate change#5936 from mainline
67422              
67423              additional tests for change#7263 (from Paul Marquess)
67424      Branch: maint-5.6/perl
67425           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
67426           !> t/pragma/warn/5nolint t/pragma/warn/6default
67427 ____________________________________________________________________________
67428 [  7264] By: gsar                                  on 2000/10/16  02:58:34
67429         Log: integrate change#5934 from mainline
67430              
67431              propagate lexical warnings from surrounding scope correctly
67432              within string eval() (from Paul Marquess)
67433      Branch: maint-5.6/perl
67434           !> pp_ctl.c t/pragma/warn/pp_ctl
67435 ____________________________________________________________________________
67436 [  7263] By: gsar                                  on 2000/10/16  02:56:53
67437         Log: integrate change#5932 from mainline
67438              
67439              add rsignal(), whichsig() and do_join() to public API list
67440              (mod_perl uses them to good advantage)
67441      Branch: maint-5.6/perl
67442           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
67443 ____________________________________________________________________________
67444 [  7262] By: gsar                                  on 2000/10/16  02:55:53
67445         Log: integrate change#5931 from mainline
67446              
67447              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
67448      Branch: maint-5.6/perl
67449           !> pp_hot.c regexec.c t/op/pat.t
67450 ____________________________________________________________________________
67451 [  7261] By: gsar                                  on 2000/10/16  02:55:01
67452         Log: integrate change#5930 from mainline
67453              
67454              small os390 tweaks (from Peter Prymmer)
67455      Branch: maint-5.6/perl
67456           !> config_h.SH makedepend.SH
67457 ____________________________________________________________________________
67458 [  7260] By: gsar                                  on 2000/10/16  02:54:10
67459         Log: integrate change#5929 from mainline
67460              
67461              pod nits
67462      Branch: maint-5.6/perl
67463           !> pod/perlguts.pod
67464 ____________________________________________________________________________
67465 [  7259] By: gsar                                  on 2000/10/16  02:52:55
67466         Log: integrate change#5927 from mainline
67467              
67468              arrange for next() to resume at the unstack op rather than the
67469              loop conditional, so that scope cleanup happens correctly
67470              (from Stephen McCamant)
67471      Branch: maint-5.6/perl
67472           !> op.c pp_ctl.c t/op/misc.t
67473 ____________________________________________________________________________
67474 [  7258] By: gsar                                  on 2000/10/16  02:51:38
67475         Log: integrate change#5926 from mainline
67476              
67477              on windows, reserve 16M of stack rather than 128M (allows more
67478              threads to run concurrently)
67479      Branch: maint-5.6/perl
67480           !> win32/Makefile win32/makefile.mk
67481 ____________________________________________________________________________
67482 [  7257] By: gsar                                  on 2000/10/16  02:50:37
67483         Log: integrate change#5925 from mainline
67484              
67485              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
67486      Branch: maint-5.6/perl
67487           !> toke.c
67488 ____________________________________________________________________________
67489 [  7256] By: gsar                                  on 2000/10/16  02:49:36
67490         Log: integrate change#5924 from mainline
67491              
67492              avoid using uninitialized memory in require version check
67493      Branch: maint-5.6/perl
67494           !> pp_ctl.c universal.c
67495 ____________________________________________________________________________
67496 [  7255] By: gsar                                  on 2000/10/16  02:48:03
67497         Log: integrate changes#5923,5928,6009 from mainline
67498              
67499              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
67500      Branch: maint-5.6/perl
67501           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
67502 ____________________________________________________________________________
67503 [  7254] By: gsar                                  on 2000/10/16  02:44:46
67504         Log: integrate change#5922 from mainline
67505              
67506              commentary about IoTYPE() (from Nathan Torkington)
67507      Branch: maint-5.6/perl
67508           !> sv.h
67509 ____________________________________________________________________________
67510 [  7253] By: gsar                                  on 2000/10/16  02:43:49
67511         Log: integrate change#5921 from mainline
67512              
67513              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
67514      Branch: maint-5.6/perl
67515           !> sv.c t/lib/charnames.t t/pragma/utf8.t
67516 ____________________________________________________________________________
67517 [  7252] By: gsar                                  on 2000/10/16  02:42:31
67518         Log: integrate change#5920 from mainline
67519              
67520              Larry's fix for buggy propagation of utf8-ness in join(); add test
67521      Branch: maint-5.6/perl
67522           !> doop.c t/op/ver.t
67523 ____________________________________________________________________________
67524 [  7251] By: gsar                                  on 2000/10/16  02:41:14
67525         Log: integrate changes#5915..5919 from mainline
67526              
67527              various (pod tweaks &c)
67528      Branch: maint-5.6/perl
67529           !> (integrate 33 files)
67530 ____________________________________________________________________________
67531 [  7250] By: gsar                                  on 2000/10/16  02:38:16
67532         Log: integrate change#5914 from mainline
67533              
67534              caller() wasn't returning the right number of elements for
67535              eval {...}
67536      Branch: maint-5.6/perl
67537           !> pp_ctl.c t/pragma/warn/9enabled
67538 ____________________________________________________________________________
67539 [  7249] By: gsar                                  on 2000/10/16  02:37:02
67540         Log: integrate change#5913 from mainline
67541              
67542              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
67543              (from Mark-Jason Dominus)
67544      Branch: maint-5.6/perl
67545           !> pod/perlfunc.pod
67546 ____________________________________________________________________________
67547 [  7248] By: gsar                                  on 2000/10/16  02:35:58
67548         Log: integrate change#5912 from mainline
67549              
67550              fix totally broken caching in UNIVERSAL::isa() (from
67551              Nick Ing-Simmons)
67552      Branch: maint-5.6/perl
67553           !> t/op/universal.t universal.c
67554 ____________________________________________________________________________
67555 [  7247] By: gsar                                  on 2000/10/16  02:34:27
67556         Log: integrate changes#5910,5911 from mainline
67557              
67558              typo in pod
67559              
67560              add linebreak properties from unicode/LineBrk.txt (from
67561              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
67562      Branch: maint-5.6/perl
67563           +> (branch 29 files)
67564           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
67565 ____________________________________________________________________________
67566 [  7246] By: gsar                                  on 2000/10/16  02:33:29
67567         Log: integrate change#5909 from mainline
67568              
67569              mode argument to do_binmode() should be file mode, not boolean
67570      Branch: maint-5.6/perl
67571           !> pp_sys.c
67572 ____________________________________________________________________________
67573 [  7245] By: gsar                                  on 2000/10/16  02:31:04
67574         Log: integrate change#5908 from mainline
67575              
67576              introduce illegal symbols into null package so that
67577              gv_fetchpv(...,TRUE) always returns a valid GV even when the
67578              symbol is trapped by strictures (avoids coredumps)
67579      Branch: maint-5.6/perl
67580           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
67581           !> t/pragma/strict-vars
67582 ____________________________________________________________________________
67583 [  7244] By: jhi                                   on 2000/10/16  02:29:54
67584         Log: Subject: $Carp::ExportLevel confusion in Exporter
67585              From: "Ben Tilly" <ben_tilly@hotmail.com>
67586              Date: Sat, 14 Oct 2000 16:44:34 EDT
67587              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
67588      Branch: perl
67589            ! lib/Exporter/Heavy.pm
67590 ____________________________________________________________________________
67591 [  7243] By: jhi                                   on 2000/10/16  02:28:33
67592         Log: Subject: [PATCH perlguts.pod] Document offset hack
67593              From: Simon Cozens <simon@cozens.net>
67594              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
67595              Date: Sat, 14 Oct 2000 19:32:25 +0100
67596      Branch: perl
67597            ! pod/perlguts.pod
67598 ____________________________________________________________________________
67599 [  7242] By: gsar                                  on 2000/10/16  02:26:51
67600         Log: integrate changes#5905,5906,5907,6064 from mainline
67601              
67602              printf/sprintf didn't get quad types right under use64bitint
67603      Branch: maint-5.6/perl
67604           !> pp_sys.c sv.c t/op/64bitint.t
67605 ____________________________________________________________________________
67606 [  7241] By: jhi                                   on 2000/10/16  02:22:44
67607         Log: Subject: small pod patch
67608              From: Dan Boorstein <dan_boo@bellsouth.net>
67609              Date: Sat, 14 Oct 2000 14:29:24 -0400
67610              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
67611      Branch: perl
67612            ! pod/perlfaq7.pod pod/perlmod.pod
67613 ____________________________________________________________________________
67614 [  7240] By: jhi                                   on 2000/10/16  02:13:46
67615         Log: -w cleanup.
67616              
67617              Subject: Re: Problems with bleadperl 
67618              From: "Stephen P. Potter" <spp@ds.net>
67619              Date: Fri, 13 Oct 2000 13:32:49 -0400
67620              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
67621      Branch: perl
67622            ! t/pragma/overload.t
67623 ____________________________________________________________________________
67624 [  7239] By: jhi                                   on 2000/10/16  01:41:18
67625         Log: One more ~utf8 tweak.
67626      Branch: perl
67627            ! t/op/bop.t
67628 ____________________________________________________________________________
67629 [  7238] By: jhi                                   on 2000/10/16  01:34:14
67630         Log: Tweak the test of #7235.
67631      Branch: perl
67632            ! t/op/bop.t
67633 ____________________________________________________________________________
67634 [  7237] By: jhi                                   on 2000/10/16  01:25:04
67635         Log: Fix a couple of compiler-noted nits in #7235.
67636      Branch: perl
67637            ! pp.c
67638 ____________________________________________________________________________
67639 [  7236] By: jhi                                   on 2000/10/16  01:22:46
67640         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
67641      Branch: perl
67642            ! pp.c pp_hot.c
67643 ____________________________________________________________________________
67644 [  7235] By: jhi                                   on 2000/10/15  16:24:44
67645         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
67646              
67647              From: Simon Cozens <simon@cozens.net>
67648              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
67649              Date: Sat, 14 Oct 2000 20:52:13 +0100
67650              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
67651      Branch: perl
67652            ! pp.c t/op/bop.t utf8.h
67653 ____________________________________________________________________________
67654 [  7234] By: jhi                                   on 2000/10/15  15:19:29
67655         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
67656              The problem was that rx->minlen was in chars while pp_split()
67657              thought it would be in bytes. 
67658      Branch: perl
67659            ! pp.c t/pragma/utf8.t
67660 ____________________________________________________________________________
67661 [  7233] By: jhi                                   on 2000/10/14  20:24:24
67662         Log: Document FNCASE=y as discussed in the bug 20000902.009.
67663      Branch: perl
67664            ! README.dos
67665 ____________________________________________________________________________
67666 [  7232] By: jhi                                   on 2000/10/14  18:52:21
67667         Log: Add test for bug id 20000427.003 (which seems to have
67668              been fixed) (also duplicate as 20000427.004, though
67669              with a higher severity).  Move one utf8 from op/append
67670              to pragma/utf8, tag the tests with bug ids.
67671      Branch: perl
67672            ! t/op/append.t t/pragma/utf8.t
67673 ____________________________________________________________________________
67674 [  7231] By: jhi                                   on 2000/10/14  17:28:37
67675         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
67676      Branch: perl
67677            ! t/pragma/utf8.t
67678 ____________________________________________________________________________
67679 [  7230] By: jhi                                   on 2000/10/14  14:24:50
67680         Log: Needs to be conditional on SunOS 4.
67681              
67682              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
67683              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67684              Date: Sat, 14 Oct 2000 13:37:49 +0100
67685              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
67686      Branch: metaconfig/U/perl
67687            ! End.U
67688      Branch: perl
67689            ! Configure myconfig.SH pod/perldelta.pod
67690 ____________________________________________________________________________
67691 [  7229] By: jhi                                   on 2000/10/14  00:49:22
67692         Log: Update Changes.
67693      Branch: perl
67694            ! Changes patchlevel.h
67695 ____________________________________________________________________________
67696 [  7228] By: jhi                                   on 2000/10/14  00:46:10
67697         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
67698              From: Peter Prymmer <pvhp@forte.com>
67699              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
67700              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
67701      Branch: perl
67702            ! lib/utf8.pm
67703 ____________________________________________________________________________
67704 [  7227] By: jhi                                   on 2000/10/13  23:20:30
67705         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
67706      Branch: perl
67707            ! t/op/tie.t
67708 ____________________________________________________________________________
67709 [  7226] By: jhi                                   on 2000/10/13  22:14:32
67710         Log: Tweak #7225.
67711              
67712              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
67713              From: Peter Prymmer <pvhp@forte.com>
67714              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
67715              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
67716      Branch: perl
67717            ! t/op/sprintf.t
67718 ____________________________________________________________________________
67719 [  7225] By: jhi                                   on 2000/10/13  22:11:31
67720         Log: op/sprintf.t patch for OS/390 (and any other host with limited
67721              floating-point exponent length)
67722              
67723              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
67724              From: Dominic Dunlop <domo@computer.org>
67725              Date: Fri, 13 Oct 2000 19:17:57 +0200
67726              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
67727      Branch: perl
67728            ! t/op/sprintf.t
67729 ____________________________________________________________________________
67730 [  7224] By: jhi                                   on 2000/10/13  18:40:48
67731         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
67732      Branch: perl
67733            ! toke.c
67734 ____________________________________________________________________________
67735 [  7223] By: jhi                                   on 2000/10/13  18:37:13
67736         Log: Thinko in #7222.
67737      Branch: perl
67738            ! utf8.c
67739 ____________________________________________________________________________
67740 [  7222] By: jhi                                   on 2000/10/13  18:05:23
67741         Log: Use UTF8SKIP(), from Simon Cozens.
67742      Branch: perl
67743            ! utf8.c
67744 ____________________________________________________________________________
67745 [  7221] By: jhi                                   on 2000/10/13  15:43:19
67746         Log: (accidentally empty check-in)
67747      Branch: perl
67748            ! utf8.c
67749 ____________________________________________________________________________
67750 [  7220] By: jhi                                   on 2000/10/13  15:23:51
67751         Log: Add (optimistically) Storable to static extensions.
67752      Branch: perl
67753            ! hints/uwin.sh hints/vmesa.sh
67754 ____________________________________________________________________________
67755 [  7219] By: jhi                                   on 2000/10/13  15:20:05
67756         Log: Amdahl UTS doesn't seem to do dynaloading.
67757      Branch: perl
67758            ! hints/uts.sh
67759 ____________________________________________________________________________
67760 [  7218] By: jhi                                   on 2000/10/13  15:15:20
67761         Log: Slight tweak of the code to appease Amdahl UTS cc.
67762      Branch: perl
67763            ! pp.c
67764 ____________________________________________________________________________
67765 [  7217] By: jhi                                   on 2000/10/13  14:50:42
67766         Log: In Amdahl UTS "struct sv" is defined by a system header,
67767              <ksync.h>.
67768      Branch: perl
67769            ! perl.h sv.h
67770 ____________________________________________________________________________
67771 [  7216] By: jhi                                   on 2000/10/13  11:58:25
67772         Log: Ilya implemented the memory profiling API.
67773      Branch: perl
67774            ! Todo
67775 ____________________________________________________________________________
67776 [  7215] By: jhi                                   on 2000/10/13  02:56:38
67777         Log: Subject: [PATCH 5.7.0] Perl API for mstats
67778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67779              Date: Thu, 12 Oct 2000 22:52:40 -0400
67780              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
67781      Branch: perl
67782            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
67783 ____________________________________________________________________________
67784 [  7214] By: jhi                                   on 2000/10/13  02:55:38
67785         Log: Subject: [PATCH 5.7.0] IVs in mtats
67786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67787              Date: Thu, 12 Oct 2000 22:51:04 -0400
67788              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
67789      Branch: perl
67790            ! malloc.c perl.h
67791 ____________________________________________________________________________
67792 [  7213] By: jhi                                   on 2000/10/13  02:31:47
67793         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
67794      Branch: perl
67795            ! pod/perldiag.pod pp_sys.c
67796 ____________________________________________________________________________
67797 [  7212] By: jhi                                   on 2000/10/13  01:27:38
67798         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
67799              From: Peter Prymmer <pvhp@forte.com>
67800              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
67801              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
67802      Branch: perl
67803            ! t/op/oct.t
67804 ____________________________________________________________________________
67805 [  7211] By: jhi                                   on 2000/10/13  00:35:09
67806         Log: Update Changes.
67807      Branch: perl
67808            ! Changes patchlevel.h
67809 ____________________________________________________________________________
67810 [  7210] By: jhi                                   on 2000/10/12  23:59:40
67811         Log: The Install.pm third of
67812              
67813              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
67814              From: Bill Campbell <bill@celestial.com>
67815              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
67816              Date: Thu, 5 Oct 2000 18:04:51 -0700
67817      Branch: perl
67818            ! lib/ExtUtils/Install.pm
67819 ____________________________________________________________________________
67820 [  7209] By: jhi                                   on 2000/10/12  23:58:43
67821         Log: Two thirds of
67822              
67823              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
67824              Date: Thu, 5 Oct 2000 18:04:51 -0700
67825              From: Bill Campbell <bill@celestial.com>
67826              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
67827              
67828              The Install.pm changes will be submitted separately because
67829              they need some work and discussion still.
67830      Branch: perl
67831            ! lib/getopts.pl lib/termcap.pl
67832 ____________________________________________________________________________
67833 [  7208] By: jhi                                   on 2000/10/12  23:41:19
67834         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
67835              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67836              Date:     Thu, 12 Oct 2000 07:30:02 EDT
67837              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
67838      Branch: perl
67839            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
67840            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
67841 ____________________________________________________________________________
67842 [  7207] By: jhi                                   on 2000/10/12  23:39:01
67843         Log: An updated EBCDIC tr patch.
67844              
67845              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
67846              From: Peter Prymmer <pvhp@forte.com>
67847              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
67848              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
67849      Branch: perl
67850            ! t/op/tr.t
67851 ____________________________________________________________________________
67852 [  7206] By: jhi                                   on 2000/10/12  23:34:55
67853         Log: Upgrade to CPAN 1.58, from Andreas König.
67854      Branch: perl
67855            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67856 ____________________________________________________________________________
67857 [  7205] By: jhi                                   on 2000/10/12  23:29:08
67858         Log: Introduce the man[24-8] variables, from Andy Dougherty.
67859      Branch: metaconfig/U/perl
67860            + mandirs.U mandirstyle.U
67861      Branch: perl
67862            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67863            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
67864            ! vos/config.h vos/config.pl vos/config_h.SH_orig
67865            ! win32/config.bc win32/config.gc win32/config.vc
67866 ____________________________________________________________________________
67867 [  7204] By: gsar                                  on 2000/10/12  18:11:24
67868         Log: restore change#7202
67869      Branch: perl
67870            ! mg.c
67871 ____________________________________________________________________________
67872 [  7203] By: gsar                                  on 2000/10/12  18:09:40
67873         Log: another test of the Emergency Broadcast System--back out 
67874              change#7202
67875      Branch: perl
67876            ! mg.c
67877 ____________________________________________________________________________
67878 [  7202] By: gsar                                  on 2000/10/12  16:40:47
67879         Log: (submitted on behalf of Jarkko)
67880              Fix the lib/encode.t subtest 6 failure as reported by Andreas
67881              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
67882              was unearthed by change 7182, as was a bug in HTML::Entities.
67883      Branch: perl
67884            ! mg.c
67885 ____________________________________________________________________________
67886 [  7201] By: jhi                                   on 2000/10/11  03:16:05
67887         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
67888      Branch: perl
67889            ! pp_hot.c t/pragma/utf8.t
67890 ____________________________________________________________________________
67891 [  7200] By: jhi                                   on 2000/10/11  00:40:30
67892         Log: The #7198 was a false alarm.
67893      Branch: perl
67894            ! pp_hot.c
67895 ____________________________________________________________________________
67896 [  7199] By: jhi                                   on 2000/10/11  00:26:04
67897         Log: Remove duplicated code.
67898      Branch: perl
67899            ! t/lib/cgi-html.t
67900 ____________________________________________________________________________
67901 [  7198] By: jhi                                   on 2000/10/10  23:30:46
67902         Log: (Retracted by #7200.)
67903      Branch: perl
67904            ! pp_hot.c
67905 ____________________________________________________________________________
67906 [  7197] By: jhi                                   on 2000/10/10  21:49:30
67907         Log: Add the test case for #7190, from the original bug report
67908              by Andreas König.
67909      Branch: perl
67910            ! t/pragma/utf8.t
67911 ____________________________________________________________________________
67912 [  7196] By: jhi                                   on 2000/10/10  21:40:49
67913         Log: Reapply Andy's patch and regen Configure.
67914      Branch: perl
67915            ! Configure INSTALL Makefile.SH Porting/Glossary
67916            ! Porting/config.sh config_h.SH epoc/config.sh installperl
67917            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
67918            ! win32/config.vc
67919 ____________________________________________________________________________
67920 [  7195] By: jhi                                   on 2000/10/10  21:09:30
67921         Log: Use the versiononly instead of the installscripts,
67922              retract the changes 7146 and 7147.
67923      Branch: perl
67924            ! Configure INSTALL Makefile.SH Porting/Glossary
67925            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
67926            ! installperl uconfig.sh vos/config.def win32/config.bc
67927            ! win32/config.gc win32/config.vc
67928 ____________________________________________________________________________
67929 [  7194] By: jhi                                   on 2000/10/10  21:06:15
67930         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
67931              From: Peter Prymmer <pvhp@forte.com>
67932              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
67933              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
67934      Branch: perl
67935            ! t/op/ver.t
67936 ____________________________________________________________________________
67937 [  7193] By: jhi                                   on 2000/10/10  21:05:12
67938         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
67939              From: Peter Prymmer <pvhp@forte.com>
67940              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
67941              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
67942      Branch: perl
67943            ! t/op/tr.t
67944 ____________________________________________________________________________
67945 [  7192] By: jhi                                   on 2000/10/10  20:57:30
67946         Log: Add versiononly, delete installscripts, from Andy Dougherty.
67947      Branch: metaconfig
67948            - U/installdirs/installscripts.U
67949      Branch: metaconfig/U/perl
67950            + versiononly.U
67951 ____________________________________________________________________________
67952 [  7191] By: jhi                                   on 2000/10/10  19:41:21
67953         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
67954              From: Peter Prymmer <pvhp@forte.com>
67955              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
67956              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
67957      Branch: perl
67958            ! pod/perlebcdic.pod
67959 ____________________________________________________________________________
67960 [  7190] By: jhi                                   on 2000/10/10  19:26:14
67961         Log: Subject: Re: utf8 concat, mg_get
67962              From: Simon Cozens <simon@cozens.net>
67963              Date: Tue, 10 Oct 2000 17:40:17 +0100
67964              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
67965      Branch: perl
67966            ! pp_hot.c
67967 ____________________________________________________________________________
67968 [  7189] By: jhi                                   on 2000/10/10  19:23:03
67969         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
67970              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
67971              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
67972              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
67973      Branch: perl
67974            ! lib/ExtUtils/MM_Unix.pm
67975 ____________________________________________________________________________
67976 [  7188] By: jhi                                   on 2000/10/10  15:31:24
67977         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
67978              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
67979              Date: Fri, 14 Jul 2000 10:47:36 +0100
67980              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
67981      Branch: perl
67982            ! README.win32
67983 ____________________________________________________________________________
67984 [  7187] By: jhi                                   on 2000/10/10  13:30:10
67985         Log: Quote the temp file name, needed in Win32 because the
67986              default name unfortunately contains spaces, shouldn't
67987              hurt elsewhere.
67988              
67989              Subject: FW: perldoc fails if $TEMP contains spaces
67990              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
67991              Date: Thu, 14 Sep 2000 08:58:45 +0100
67992              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
67993      Branch: perl
67994            ! utils/perldoc.PL
67995 ____________________________________________________________________________
67996 [  7186] By: jhi                                   on 2000/10/10  13:16:27
67997         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
67998              From: hv@hugo.hybyte.com
67999              Date: Tue, 10 Oct 2000 14:10:20 +0100
68000              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
68001      Branch: perl
68002            ! t/lib/thr5005.t util.c
68003 ____________________________________________________________________________
68004 [  7185] By: jhi                                   on 2000/10/10  12:06:22
68005         Log: Upgrade to podlators 1.04, from Russ Allbery.
68006      Branch: perl
68007            ! lib/Pod/Man.pm lib/Pod/Text.pm
68008 ____________________________________________________________________________
68009 [  7184] By: jhi                                   on 2000/10/10  12:01:32
68010         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
68011      Branch: perl
68012            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
68013 ____________________________________________________________________________
68014 [  7183] By: jhi                                   on 2000/10/09  23:47:15
68015         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
68016              From: Peter Prymmer <pvhp@forte.com>
68017              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
68018              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
68019      Branch: perl
68020            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
68021 ____________________________________________________________________________
68022 [  7182] By: jhi                                   on 2000/10/09  23:43:16
68023         Log: Make eq work again with utf8 (disabling the upgrading
68024              should no more be necessary since the copies of the
68025              scalars are upgraded, not the scalars themselves).
68026              Takes care of ID 20001009.001.  (The claimed length()
68027              bug in 20001009.001 seems bogus to me.)
68028      Branch: perl
68029            ! sv.c t/pragma/utf8.t
68030 ____________________________________________________________________________
68031 [  7181] By: gsar                                  on 2000/10/09  19:41:54
68032         Log: tweak for change#7173
68033      Branch: perl
68034            ! win32/win32sck.c
68035 ____________________________________________________________________________
68036 [  7180] By: gsar                                  on 2000/10/09  19:26:56
68037         Log: on Windows, clean targets might not work under some flavors of the shell
68038      Branch: perl
68039            ! win32/Makefile win32/makefile.mk
68040 ____________________________________________________________________________
68041 [  7179] By: jhi                                   on 2000/10/09  19:21:02
68042         Log: Update Changes.
68043      Branch: perl
68044            ! Changes patchlevel.h
68045 ____________________________________________________________________________
68046 [  7178] By: jhi                                   on 2000/10/09  19:18:23
68047         Log: Warn about unknown scripts.
68048              
68049              Subject: Re: ideas? patches? [PATCH bleadperl]
68050              From: Dominic Dunlop <domo@computer.org>
68051              Date: Mon, 9 Oct 2000 14:57:17 +0200
68052              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
68053      Branch: perl
68054            ! lib/charnames.pm
68055 ____________________________________________________________________________
68056 [  7177] By: jhi                                   on 2000/10/09  19:13:27
68057         Log: Change #7160 had a nasty typo.
68058      Branch: metaconfig
68059            ! U/compline/Compile.U
68060      Branch: perl
68061            ! Configure config_h.SH
68062 ____________________________________________________________________________
68063 [  7176] By: gsar                                  on 2000/10/09  18:59:33
68064         Log: pod nit
68065      Branch: perl
68066            ! pod/perlport.pod
68067 ____________________________________________________________________________
68068 [  7175] By: gsar                                  on 2000/10/09  18:54:28
68069         Log: Windows9x doesn't support link(), despite what Config.pm
68070              might think
68071      Branch: perl
68072            ! lib/ExtUtils/Manifest.pm
68073 ____________________________________________________________________________
68074 [  7174] By: gsar                                  on 2000/10/09  18:50:03
68075         Log: avoid nonportable example code
68076      Branch: perl
68077            ! lib/File/Copy.pm
68078 ____________________________________________________________________________
68079 [  7173] By: gsar                                  on 2000/10/09  18:46:54
68080         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
68081              being used) when closing a socket handle
68082      Branch: perl
68083            ! win32/win32.c win32/win32.h win32/win32sck.c
68084 ____________________________________________________________________________
68085 [  7172] By: gsar                                  on 2000/10/09  18:41:40
68086         Log: on Windows, cwd strings in the environment should be of the
68087              form =X:=X:\foo instead of =X=X:\foo\
68088      Branch: perl
68089            ! win32/vdir.h
68090 ____________________________________________________________________________
68091 [  7171] By: gsar                                  on 2000/10/09  18:30:09
68092         Log: on Windows, LoadLibrary() could load an extension DLL multiple
68093              times if forward slashes are used in the path
68094      Branch: perl
68095            ! win32/win32.c
68096 ____________________________________________________________________________
68097 [  7170] By: jhi                                   on 2000/10/09  17:53:59
68098         Log: Add a todo note about overloadable assertions.
68099      Branch: perl
68100            ! Todo-5.6
68101 ____________________________________________________________________________
68102 [  7169] By: jhi                                   on 2000/10/09  13:43:45
68103         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
68104              From: mjd@plover.com
68105              Date: 9 Oct 2000 00:24:44 -0000
68106              Message-ID: <20001009002444.10616.qmail@plover.com>
68107      Branch: perl
68108            ! pod/perldebguts.pod
68109 ____________________________________________________________________________
68110 [  7168] By: nick                                  on 2000/10/08  13:16:33
68111         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
68112              is not right thing to do on (e.g. x86). Network order is also "right" for
68113              X fonts.
68114      Branch: perl
68115            ! ext/Encode/Encode.pm
68116 ____________________________________________________________________________
68117 [  7167] By: nick                                  on 2000/10/08  12:54:42
68118         Log: Make "encodings" work post-install when Encode/*.enc files may not
68119              be in same directory as Encode.pm
68120      Branch: perl
68121            ! ext/Encode/Encode.pm
68122 ____________________________________________________________________________
68123 [  7166] By: nick                                  on 2000/10/08  11:51:26
68124         Log: Work round the fact that $hash->{$key} does not take into account
68125              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
68126              so that key is always in the "expected" encoding - i.e. same way we put
68127              it in the hash.
68128      Branch: perl
68129            ! ext/Encode/Encode.pm
68130 ____________________________________________________________________________
68131 [  7165] By: gsar                                  on 2000/10/08  04:15:29
68132         Log: save_re_context() could reset PL_curcop to freed memory, causing core
68133              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
68134      Branch: perl
68135            ! pp_ctl.c
68136 ____________________________________________________________________________
68137 [  7164] By: jhi                                   on 2000/10/06  20:51:48
68138         Log: UTF8ize split() so that the cloned substrings get the UTF8
68139              flag of the original scalar.  Problem reported by Simon Cozens.
68140      Branch: perl
68141            ! pp.c t/pragma/utf8.t
68142 ____________________________________________________________________________
68143 [  7163] By: nick                                  on 2000/10/06  20:48:34
68144         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
68145              got a false +ve and so did not reach code which would have un-FAKEd the SV.
68146      Branch: perl
68147            ! sv.c
68148 ____________________________________________________________________________
68149 [  7162] By: nick                                  on 2000/10/06  20:25:37
68150         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
68151              To fix  (sort {$a <=> $b} keys %hash) in particular but
68152              should cover a number of other as-yet-unknown cases as well.
68153      Branch: perl
68154            ! sv.c
68155 ____________________________________________________________________________
68156 [  7161] By: jhi                                   on 2000/10/06  19:56:18
68157         Log: Change the version number of Tie::Handle in the core to 4.0,
68158              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
68159              
68160              Subject: Note on Tie::Handle
68161              From: andreas.koenig@anima.de (Andreas J. Koenig)
68162              Date:      06 Oct 2000 21:48:58 +0200
68163              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
68164      Branch: perl
68165            ! lib/Tie/Handle.pm
68166 ____________________________________________________________________________
68167 [  7160] By: jhi                                   on 2000/10/06  18:20:35
68168         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
68169              as the first option of cc/ld because of ultrapicky compilers
68170              (e.g. OS/390 R2.5)
68171      Branch: metaconfig
68172            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
68173            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
68174            ! U/compline/orderlib.U U/modified/Cppsym.U
68175            ! U/modified/d_access.U
68176      Branch: metaconfig/U/perl
68177            ! Checkcc.U d_dlsymun.U gccvers.U
68178      Branch: perl
68179            ! Configure config_h.SH
68180 ____________________________________________________________________________
68181 [  7159] By: jhi                                   on 2000/10/06  13:56:39
68182         Log: Update Changes.
68183      Branch: perl
68184            ! Changes patchlevel.h
68185 ____________________________________________________________________________
68186 [  7158] By: jhi                                   on 2000/10/06  12:48:40
68187         Log: Eliminate $Is_VMS code from the test.
68188              
68189              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
68190              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68191              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
68192              Date:     Thu, 5 Oct 2000 07:46:33 EDT
68193      Branch: perl
68194            ! t/lib/b.t
68195 ____________________________________________________________________________
68196 [  7157] By: jhi                                   on 2000/10/06  12:47:13
68197         Log: Also the $ccflags is needed for the C compiler check.
68198              
68199              Subject: Configure (check for C-compiler)
68200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68201              Date: Fri, 06 Oct 2000 08:47:15 +0200
68202              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
68203      Branch: metaconfig/U/perl
68204            ! Checkcc.U
68205      Branch: perl
68206            ! Configure config_h.SH
68207 ____________________________________________________________________________
68208 [  7156] By: jhi                                   on 2000/10/06  11:45:15
68209         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
68210      Branch: perl
68211            ! perl.c pp_ctl.c sv.h utf8.c
68212 ____________________________________________________________________________
68213 [  7155] By: jhi                                   on 2000/10/06  11:40:41
68214         Log: IO::Handle->syswrite() did not handle length omission
68215              like CORE::syswrite() does.
68216              
68217              Subject: [Fwd] IO::Handle, syswrite and arguments
68218              From: Graham Barr <gbarr@pobox.com>
68219              Date: Fri, 6 Oct 2000 10:22:05 +0100
68220              Message-ID: <20001006102205.U6312@pobox.com>
68221              
68222              The original patch from andrew@ugh.net.au.
68223      Branch: perl
68224            ! ext/IO/lib/IO/Handle.pm
68225 ____________________________________________________________________________
68226 [  7154] By: jhi                                   on 2000/10/06  01:42:15
68227         Log: Tweak #7153.
68228      Branch: perl
68229            ! utf8.h
68230 ____________________________________________________________________________
68231 [  7153] By: jhi                                   on 2000/10/06  00:39:55
68232         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
68233      Branch: perl
68234            ! utf8.h
68235 ____________________________________________________________________________
68236 [  7152] By: jhi                                   on 2000/10/06  00:38:11
68237         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
68238      Branch: perl
68239            ! perl.c pp_ctl.c sv.h utf8.c
68240 ____________________________________________________________________________
68241 [  7151] By: jhi                                   on 2000/10/06  00:36:38
68242         Log: Subject: Re: Questions about Tie::Array and perl modules
68243              From: Nick Ing-Simmons <nik@tiuk.ti.com>
68244              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
68245              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
68246              
68247              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
68248      Branch: perl
68249            ! lib/Tie/Array.pm t/op/array.t
68250 ____________________________________________________________________________
68251 [  7150] By: jhi                                   on 2000/10/05  00:20:45
68252         Log: Regen Changes.
68253      Branch: perl
68254            ! Changes patchlevel.h
68255 ____________________________________________________________________________
68256 [  7149] By: jhi                                   on 2000/10/05  00:20:01
68257         Log: Regen toc.
68258      Branch: perl
68259            ! pod/perltoc.pod
68260 ____________________________________________________________________________
68261 [  7148] By: jhi                                   on 2000/10/04  23:35:08
68262         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
68263              reported several times by Dominic Dunlop, for example in
68264              ID 20000315.008.  Patch from Dominic.  Patch affects at
68265              least MachTen, and possibly other oldish BSDs. Should not
68266              break non-broken platforms (tested on LinuxPPC). 
68267      Branch: perl
68268            ! doio.c
68269 ____________________________________________________________________________
68270 [  7147] By: jhi                                   on 2000/10/04  23:26:34
68271         Log: The one that got away from 7146.
68272      Branch: metaconfig
68273            + U/installdirs/installscripts.U
68274 ____________________________________________________________________________
68275 [  7146] By: jhi                                   on 2000/10/04  23:25:04
68276         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
68277              suggested by H. Merijn Brand.
68278      Branch: perl
68279            ! Configure INSTALL Makefile.SH Porting/Glossary
68280            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
68281            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
68282            ! win32/config.vc
68283 ____________________________________________________________________________
68284 [  7145] By: jhi                                   on 2000/10/04  22:08:21
68285         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
68286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68287              Date: Wed, 4 Oct 2000 17:37:46 -0400
68288              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
68289      Branch: perl
68290            ! utils/h2xs.PL
68291 ____________________________________________________________________________
68292 [  7144] By: jhi                                   on 2000/10/04  18:11:41
68293         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
68294              From: Jeff Pinyan <jeffp@crusoe.net>
68295              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
68296              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
68297      Branch: perl
68298            ! pod/perlrun.pod
68299 ____________________________________________________________________________
68300 [  7143] By: jhi                                   on 2000/10/04  18:09:58
68301         Log: Subject: perlhack.pod Patch for Externals Tools
68302              From: Fisher Mark <fisherm@tce.com>
68303              Date: Tue, 3 Oct 2000 15:43:27 -0500 
68304              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
68305      Branch: perl
68306            ! pod/perlhack.pod
68307 ____________________________________________________________________________
68308 [  7142] By: jhi                                   on 2000/10/04  18:08:41
68309         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
68310              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68311              Date:     Wed, 4 Oct 2000 12:11:11 EDT
68312              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
68313      Branch: perl
68314            ! vms/vms.c
68315 ____________________________________________________________________________
68316 [  7141] By: jhi                                   on 2000/10/04  12:20:16
68317         Log: Subject: [PATCH 5.7.0] h2xs not working
68318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68319              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
68320              Date: Tue, 3 Oct 2000 21:43:01 -0400
68321              
68322              Subject: [PATCH 5.7.0] h2xs not documenting the created module
68323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68324              Date: Tue, 3 Oct 2000 22:55:19 -0400
68325              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
68326      Branch: perl
68327            ! utils/h2xs.PL
68328 ____________________________________________________________________________
68329 [  7140] By: jhi                                   on 2000/10/04  11:53:44
68330         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
68331              From: nick@babyhippo.com
68332              Date: Wed, 4 Oct 2000 12:06:45 +0100
68333              Message-Id: <20001004120645.A7356@babyhippo.com>
68334              
68335              Retract 7118 and 7135.
68336      Branch: perl
68337            ! installman installperl op.c t/pragma/subs.t
68338 ____________________________________________________________________________
68339 [  7139] By: jhi                                   on 2000/10/03  22:09:41
68340         Log: It is possible to have no hosts database at all.  Pointed out in
68341              
68342              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68343              From: Peter Prymmer <pvhp@forte.com>
68344              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
68345              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
68346      Branch: metaconfig
68347            ! U/modified/myhostname.U
68348      Branch: perl
68349            ! Configure config_h.SH
68350 ____________________________________________________________________________
68351 [  7138] By: jhi                                   on 2000/10/03  21:49:49
68352         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68353              From: Peter Prymmer <pvhp@forte.com>
68354              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
68355              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
68356      Branch: perl
68357            ! pp_sys.c
68358 ____________________________________________________________________________
68359 [  7137] By: jhi                                   on 2000/10/03  20:10:05
68360         Log: One remaining nit less at the VMS mailbox sizing.
68361      Branch: perl
68362            ! vms/vms.c
68363 ____________________________________________________________________________
68364 [  7136] By: jhi                                   on 2000/10/03  20:08:47
68365         Log: Test harness update to sync with the new perlcc,
68366              from Simon Cozens.
68367      Branch: perl
68368            ! t/TEST t/UTEST
68369 ____________________________________________________________________________
68370 [  7135] By: jhi                                   on 2000/10/03  15:15:42
68371         Log: Subject: Re: PATCH for 20001003.004
68372              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
68373              From: "AARON B. DOSSETT" <aaron@iglou.com>
68374              Message-Id: <E13gTay-0006od-00@iglou.com>
68375      Branch: perl
68376            ! installman installperl
68377 ____________________________________________________________________________
68378 [  7134] By: jhi                                   on 2000/10/03  15:00:34
68379         Log: Subject: [ID 20001003.006] B::Debug not -w clean
68380              From: Nicholas Clark <nick@babyhippo.co.uk>
68381              Date: Tue, 03 Oct 2000 15:46:32 +0100
68382              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
68383      Branch: perl
68384            ! ext/B/B/Debug.pm
68385 ____________________________________________________________________________
68386 [  7133] By: jhi                                   on 2000/10/03  14:58:39
68387         Log: Scale down the VMS message boxes, by Charles Lane.
68388              Fix for ID 20000903.009, workaround at
68389              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
68390      Branch: perl
68391            ! vms/vms.c
68392 ____________________________________________________________________________
68393 [  7132] By: jhi                                   on 2000/10/03  11:20:37
68394         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
68395      Branch: perl
68396            + t/lib/st-lock.t t/lib/st-utf8.t
68397            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
68398            ! ext/Storable/Storable.xs t/lib/st-recurse.t
68399 ____________________________________________________________________________
68400 [  7131] By: jhi                                   on 2000/10/03  03:38:23
68401         Log: Encode nits.
68402      Branch: perl
68403            ! MANIFEST Makefile.SH
68404 ____________________________________________________________________________
68405 [  7130] By: jhi                                   on 2000/10/03  03:31:05
68406         Log: Update Changes.
68407      Branch: perl
68408            ! Changes patchlevel.h
68409 ____________________________________________________________________________
68410 [  7129] By: jhi                                   on 2000/10/03  02:24:02
68411         Log: Misplaced else.
68412      Branch: metaconfig/U/perl
68413            ! d_strtoll.U
68414      Branch: perl
68415            ! Configure config_h.SH
68416 ____________________________________________________________________________
68417 [  7128] By: jhi                                   on 2000/10/03  02:08:29
68418         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
68419              From: sthoenna@efn.org
68420              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
68421              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
68422      Branch: metaconfig/U/perl
68423            ! d_strtoll.U
68424      Branch: perl
68425            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
68426 ____________________________________________________________________________
68427 [  7127] By: jhi                                   on 2000/10/03  01:13:14
68428         Log: Update Changes.
68429      Branch: perl
68430            ! Changes patchlevel.h
68431 ____________________________________________________________________________
68432 [  7126] By: jhi                                   on 2000/10/03  00:57:08
68433         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
68434              as suggested by Olaf Flebbe and Nick Clark.
68435      Branch: perl
68436            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
68437 ____________________________________________________________________________
68438 [  7125] By: jhi                                   on 2000/10/03  00:50:56
68439         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
68440              From: Nick Clark <nick@plum.flirble.org>
68441              Date: Mon, 2 Oct 2000 11:03:24 +0100
68442              Message-Id: <20001002110324.D20073@plum.flirble.org>
68443              
68444              Also fixes bug ID 20001002.005.
68445      Branch: perl
68446            ! t/lib/encode.t
68447 ____________________________________________________________________________
68448 [  7124] By: jhi                                   on 2000/10/03  00:34:59
68449         Log: Subject: [PATCH 5.7.0] Epoc update
68450              From: Olaf Flebbe <o.flebbe@gmx.de>
68451              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
68452              Message-ID: <26423.969484586@www10.gmx.net>
68453      Branch: perl
68454            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
68455            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
68456            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
68457            ! util.c util.h
68458 ____________________________________________________________________________
68459 [  7123] By: jhi                                   on 2000/10/03  00:30:07
68460         Log: Regen headers.
68461      Branch: perl
68462            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
68463 ____________________________________________________________________________
68464 [  7122] By: jhi                                   on 2000/10/03  00:10:48
68465         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
68466      Branch: perl
68467            ! hints/openbsd.sh
68468 ____________________________________________________________________________
68469 [  7121] By: jhi                                   on 2000/10/03  00:05:06
68470         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
68471              From: <abigail@foad.org>
68472              Date: Tue, 26 Sep 2000 13:36:14 -0400
68473              Message-ID: <20000926173614.4356.qmail@foad.org>
68474      Branch: perl
68475            ! pod/perlop.pod
68476 ____________________________________________________________________________
68477 [  7120] By: jhi                                   on 2000/10/03  00:04:00
68478         Log: Inside require() $^S was always left undefined.
68479              
68480              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
68481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68482              Date: Wed, 27 Sep 2000 18:54:49 -0400
68483              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
68484      Branch: perl
68485            ! cop.h mg.c pp_ctl.c util.c
68486 ____________________________________________________________________________
68487 [  7119] By: jhi                                   on 2000/10/03  00:00:16
68488         Log: Subject: [PATCH] DLL not restartabke with threaded perl
68489              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
68490              Date: Thu, 28 Sep 2000 09:20:46 +0100
68491              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
68492      Branch: perl
68493            ! perl.c
68494 ____________________________________________________________________________
68495 [  7118] By: jhi                                   on 2000/10/02  23:59:20
68496         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
68497              From: Nicholas Clark <nick@ccl4.org>
68498              Date: Thu, 28 Sep 2000 11:52:24 +0100
68499              Message-ID: <20000928115224.D7924@plum.flirble.org>
68500      Branch: perl
68501            ! op.c
68502 ____________________________________________________________________________
68503 [  7117] By: jhi                                   on 2000/10/02  23:57:51
68504         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
68505              From: Nicholas Clark <nick@babyhippo.co.uk>
68506              Date: Thu, 28 Sep 2000 12:18:10 +0100
68507              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
68508              
68509              Did not apply cleanly, manual intervention was needed.
68510      Branch: perl
68511            ! ext/B/B/Bytecode.pm utils/perlcc.PL
68512 ____________________________________________________________________________
68513 [  7116] By: jhi                                   on 2000/10/02  23:50:40
68514         Log: Document the issue (is not a syntax error, kind of)
68515              
68516              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
68517              From: Nicholas Clark <nick@ccl4.org>
68518              Date: Thu, 28 Sep 2000 17:12:42 +0100
68519              Message-ID: <20000928171242.K7924@plum.flirble.org>
68520      Branch: perl
68521            ! pod/perldata.pod
68522 ____________________________________________________________________________
68523 [  7115] By: jhi                                   on 2000/10/02  23:48:58
68524         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
68525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68526              Date: Thu, 28 Sep 2000 21:55:31 -0400
68527              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
68528      Branch: perl
68529            ! regexec.c
68530 ____________________________________________________________________________
68531 [  7114] By: jhi                                   on 2000/10/02  23:47:57
68532         Log: Subject: DOC PATCH 5.6.0
68533              From: mjd@plover.com
68534              Date: 30 Sep 2000 06:02:34 -0000
68535              Message-ID: <20000930060234.4559.qmail@plover.com>
68536      Branch: perl
68537            ! pod/perldebguts.pod
68538 ____________________________________________________________________________
68539 [  7113] By: jhi                                   on 2000/10/02  23:46:43
68540         Log: SOCK_DGRAM and listen() do not mix as reported in
68541              
68542              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
68543              From: Petter Reinholdtsen <pere@hungry.com>
68544              Date: Sun, 1 Oct 2000 10:57:20 +0800
68545              Message-Id: <200010010257.KAA05735@localhost.localdomain>
68546              
68547              The patch for 5.7.0+ had to be reengineered, though.
68548      Branch: perl
68549            ! ext/IO/lib/IO/Socket/UNIX.pm
68550 ____________________________________________________________________________
68551 [  7112] By: jhi                                   on 2000/10/02  23:36:57
68552         Log: Subject: Re: [PATCH 5.005_64 missed]
68553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68554              Date: Sun, 1 Oct 2000 18:50:10 -0400
68555              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
68556      Branch: perl
68557            ! pod/perlxs.pod
68558 ____________________________________________________________________________
68559 [  7111] By: jhi                                   on 2000/10/02  23:35:40
68560         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
68561              From: Radu Greab <radu@netsoft.ro>
68562              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
68563              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
68564      Branch: perl
68565            ! op.c opcode.pl t/op/substr.t
68566 ____________________________________________________________________________
68567 [  7110] By: jhi                                   on 2000/10/02  23:32:38
68568         Log: Subject: [PATCH] Fix aliasing of tied filehandles
68569              From: Daniel Chetlin <daniel@chetlin.com>
68570              Date: Mon, 2 Oct 2000 14:53:27 -0700
68571              Message-ID: <20001002145327.C1617@ilmd>
68572      Branch: perl
68573            ! perl.h pp_hot.c t/op/tiehandle.t
68574 ____________________________________________________________________________
68575 [  7109] By: jhi                                   on 2000/10/02  23:31:30
68576         Log: s/Robin Parker/Robin Barker/
68577      Branch: perl
68578            ! Changes5.6
68579 ____________________________________________________________________________
68580 [  7108] By: jhi                                   on 2000/10/02  23:15:46
68581         Log: Retract #7091 as suggested in
68582              
68583              From: Robin Barker <rmb1@cise.npl.co.uk> 
68584              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
68585              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
68586              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
68587      Branch: perl
68588            ! embed.pl proto.h
68589 ____________________________________________________________________________
68590 [  7107] By: nick                                  on 2000/10/02  18:23:14
68591         Log: A few tweaks to get Tk803 to work with Encode scheme.
68592      Branch: perl
68593            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
68594 ____________________________________________________________________________
68595 [  7106] By: nick                                  on 2000/10/01  21:34:14
68596         Log: Add checking cases to Encode's toUnicode and fromUnicode.
68597      Branch: perl
68598            ! ext/Encode/Encode.pm
68599 ____________________________________________________________________________
68600 [  7105] By: nick                                  on 2000/10/01  17:18:01
68601         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
68602              To read and use them.
68603              Add a lib/encode.t which checks a few things.
68604      Branch: perl
68605            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
68606            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
68607            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
68608            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
68609            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
68610            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
68611            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
68612            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
68613            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
68614            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
68615            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
68616            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
68617            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
68618            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
68619            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
68620            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
68621            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
68622            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
68623            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
68624            + ext/Encode/Encode/iso2022-jp.enc
68625            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
68626            + ext/Encode/Encode/iso8859-1.enc
68627            + ext/Encode/Encode/iso8859-2.enc
68628            + ext/Encode/Encode/iso8859-3.enc
68629            + ext/Encode/Encode/iso8859-4.enc
68630            + ext/Encode/Encode/iso8859-5.enc
68631            + ext/Encode/Encode/iso8859-6.enc
68632            + ext/Encode/Encode/iso8859-7.enc
68633            + ext/Encode/Encode/iso8859-8.enc
68634            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
68635            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
68636            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
68637            + ext/Encode/Encode/macCentEuro.enc
68638            + ext/Encode/Encode/macCroatian.enc
68639            + ext/Encode/Encode/macCyrillic.enc
68640            + ext/Encode/Encode/macDingbats.enc
68641            + ext/Encode/Encode/macGreek.enc
68642            + ext/Encode/Encode/macIceland.enc
68643            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
68644            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
68645            + ext/Encode/Encode/macTurkish.enc
68646            + ext/Encode/Encode/macUkraine.enc
68647            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
68648            + t/lib/encode.t
68649            ! MANIFEST ext/Encode/Encode.pm
68650 ____________________________________________________________________________
68651 [  7104] By: nick                                  on 2000/09/30  13:04:30
68652         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
68653              From: Daniel Chetlin <daniel@chetlin.com>
68654              Date: Mon, 18 Sep 2000 05:05:40 -0700
68655              Message-Id: <20000918050540.C652@ilmd>
68656      Branch: perl
68657            ! lib/overload.pm sv.c t/pragma/overload.t
68658 ____________________________________________________________________________
68659 [  7103] By: nick                                  on 2000/09/30  12:53:36
68660         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
68661              From: Johan Vromans <jvromans@squirrel.nl>
68662              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
68663              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
68664      Branch: perl
68665            ! pod/Makefile.SH
68666 ____________________________________________________________________________
68667 [  7102] By: nick                                  on 2000/09/30  12:52:31
68668         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
68669              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68670              Date: Sat, 16 Sep 2000 16:36:45 -0400
68671              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
68672      Branch: perl
68673            ! ext/B/B/Deparse.pm
68674 ____________________________________________________________________________
68675 [  7101] By: nick                                  on 2000/09/30  12:51:41
68676         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
68677              From: Craig A. Berry <craig.berry@psinetcs.com>
68678              Date: Sat, 16 Sep 2000 10:11:10 -0500
68679              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
68680      Branch: perl
68681            ! vms/vms.c
68682 ____________________________________________________________________________
68683 [  7100] By: nick                                  on 2000/09/30  12:50:33
68684         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68685              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68686              Date: Fri, 15 Sep 2000 16:37:58 -0400
68687              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
68688      Branch: perl
68689            ! t/op/append.t
68690 ____________________________________________________________________________
68691 [  7099] By: nick                                  on 2000/09/30  12:49:35
68692         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68693              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68694              Date: Fri, 15 Sep 2000 16:25:30 -0400
68695              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
68696      Branch: perl
68697            ! pp_hot.c
68698 ____________________________________________________________________________
68699 [  7098] By: nick                                  on 2000/09/30  12:48:00
68700         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
68701              From: Gisle Aas <gisle@ActiveState.com>
68702              Date: 15 Sep 2000 16:23:41 +0200
68703              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
68704      Branch: perl
68705            ! toke.c
68706 ____________________________________________________________________________
68707 [  7097] By: nick                                  on 2000/09/30  12:45:16
68708         Log: Subject: [PATCH] Nits in perlmod.pod
68709              From: Daniel Chetlin <daniel@chetlin.com>
68710              Date: Fri, 15 Sep 2000 02:04:09 -0700
68711              Message-Id: <20000915020409.A2104@ilmd>
68712      Branch: perl
68713            ! pod/perlmod.pod
68714 ____________________________________________________________________________
68715 [  7096] By: nick                                  on 2000/09/30  12:18:00
68716         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
68717              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
68718              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
68719              0 to checking to get the warning.
68720      Branch: perl
68721            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
68722            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
68723            ! regexec.c sv.c toke.c utf8.c
68724 ____________________________________________________________________________
68725 [  7095] By: nick                                  on 2000/09/15  16:55:59
68726         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
68727              
68728              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
68729              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68730              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
68731              Date: Fri, 15 Sep 2000 06:37:30 -0400
68732      Branch: perl
68733            ! ext/Encode/Encode.xs sv.c
68734 ____________________________________________________________________________
68735 [  7094] By: jhi                                   on 2000/09/15  03:23:32
68736         Log: Update Changes.
68737      Branch: perl
68738            ! Changes patchlevel.h
68739 ____________________________________________________________________________
68740 [  7093] By: jhi                                   on 2000/09/15  03:11:44
68741         Log: Fix for the charnames.t failures from Spider Boardman.
68742      Branch: perl
68743            ! toke.c
68744 ____________________________________________________________________________
68745 [  7092] By: jhi                                   on 2000/09/15  00:15:48
68746         Log: Botched the #7090 check-in.
68747      Branch: perl
68748            ! sv.c
68749 ____________________________________________________________________________
68750 [  7091] By: jhi                                   on 2000/09/14  23:33:24
68751         Log: Part of #7081 didn't come through.
68752      Branch: perl
68753            ! embed.pl proto.h
68754 ____________________________________________________________________________
68755 [  7090] By: jhi                                   on 2000/09/14  23:17:39
68756         Log: Subject: Re: perl@7078 
68757              From: Spider Boardman <spider@web.zk3.dec.com>
68758              Date: Thu, 14 Sep 2000 19:06:36 -0400
68759              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
68760      Branch: perl
68761            ! sv.c toke.c
68762 ____________________________________________________________________________
68763 [  7089] By: jhi                                   on 2000/09/14  23:11:21
68764         Log: Small portability tweaks.
68765      Branch: perl
68766            ! ext/Encode/Encode.xs
68767 ____________________________________________________________________________
68768 [  7088] By: jhi                                   on 2000/09/14  22:57:23
68769         Log: Fake return to pacify picky compilers.
68770      Branch: perl
68771            ! ext/Encode/Encode.xs
68772 ____________________________________________________________________________
68773 [  7087] By: jhi                                   on 2000/09/14  22:53:37
68774         Log: Subject: [PATCH] utf8.c apidoc
68775              From: Simon Cozens <simon@cozens.net>
68776              Date: Thu, 14 Sep 2000 23:46:57 +0100
68777              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
68778      Branch: perl
68779            ! perlapi.c pod/perlapi.pod utf8.c
68780 ____________________________________________________________________________
68781 [  7086] By: jhi                                   on 2000/09/14  22:40:38
68782         Log: We don't need to count the high bit bytes, a boolean is enough. 
68783      Branch: perl
68784            ! sv.c
68785 ____________________________________________________________________________
68786 [  7085] By: jhi                                   on 2000/09/14  21:20:09
68787         Log: Replace #7084 with
68788              
68789              Subject: Re: perl@7078 
68790              From: Spider Boardman <spider@web.zk3.dec.com>
68791              Date: Thu, 14 Sep 2000 17:09:36 -0400
68792              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
68793      Branch: perl
68794            ! sv.c utf8.c
68795 ____________________________________________________________________________
68796 [  7084] By: jhi                                   on 2000/09/14  20:03:34
68797         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
68798              convertible to bytes by checking it doesn't go above 0xc3
68799              
68800              Subject: Re: perl@7078
68801              From: Simon Cozens <simon@cozens.net>
68802              Date: Thu, 14 Sep 2000 20:59:19 +0100
68803              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
68804      Branch: perl
68805            ! utf8.c
68806 ____________________________________________________________________________
68807 [  7083] By: jhi                                   on 2000/09/14  19:38:47
68808         Log: Subject: Re: perl@7078
68809              From: Simon Cozens <simon@cozens.net>
68810              Date: Thu, 14 Sep 2000 20:13:09 +0100
68811              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
68812      Branch: perl
68813            ! t/op/bop.t
68814 ____________________________________________________________________________
68815 [  7082] By: jhi                                   on 2000/09/14  17:50:44
68816         Log: The one that got away.
68817      Branch: perl
68818            ! lib/File/Find.pm
68819 ____________________________________________________________________________
68820 [  7081] By: jhi                                   on 2000/09/14  17:45:35
68821         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
68822              From: Robin Barker <rmb1@cise.npl.co.uk>
68823              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
68824              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
68825      Branch: perl
68826            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
68827            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
68828            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
68829            ! regcomp.c toke.c universal.c
68830 ____________________________________________________________________________
68831 [  7080] By: jhi                                   on 2000/09/14  17:40:35
68832         Log: Problems picked up by AIX cc.
68833              
68834              Subject: Re: perl@7078 (patch included)
68835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68836              Date: Thu, 14 Sep 2000 18:53:30 +0200
68837              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
68838      Branch: perl
68839            ! ext/Encode/Encode.xs
68840 ____________________________________________________________________________
68841 [  7079] By: jhi                                   on 2000/09/14  17:38:27
68842         Log: Subject: File::Find 5.7.0 POD nits
68843              From: Rich Morin <rdm@cfcl.com>
68844              Date: Wed, 13 Sep 2000 22:03:58 -0700
68845              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
68846      Branch: perl
68847            ! lib/File/Find.pm
68848 ____________________________________________________________________________
68849 [  7078] By: jhi                                   on 2000/09/14  14:58:20
68850         Log: Update Changes.
68851      Branch: perl
68852            ! Changes patchlevel.h
68853 ____________________________________________________________________________
68854 [  7077] By: jhi                                   on 2000/09/14  14:55:54
68855         Log: Compilation warnings and an error.
68856      Branch: perl
68857            ! sv.c
68858 ____________________________________________________________________________
68859 [  7076] By: jhi                                   on 2000/09/14  14:42:56
68860         Log: Fix for a parsing bug, not for the original bug.
68861              
68862              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
68863              From: Spider Boardman <spider@web.zk3.dec.com>
68864              Date: Wed, 13 Sep 2000 17:52:20 -0400
68865              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
68866      Branch: perl
68867            ! regcomp.c
68868 ____________________________________________________________________________
68869 [  7075] By: jhi                                   on 2000/09/14  14:40:40
68870         Log: Batch of UTF-8 patches from Simon Cozens.
68871      Branch: perl
68872            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
68873            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
68874            ! toke.c utf8.c
68875 ____________________________________________________________________________
68876 [  7074] By: jhi                                   on 2000/09/14  14:29:58
68877         Log: Subject: Re: Two advertising clauses need to be removed
68878              From: Russ Allbery <rra@stanford.edu>
68879              Date: 13 Sep 2000 18:50:26 -0700
68880              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
68881      Branch: perl
68882            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
68883 ____________________________________________________________________________
68884 [  7073] By: jhi                                   on 2000/09/14  14:28:20
68885         Log: Subject: [PATCH] de-wall t/README
68886              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68887              Date: Wed, 13 Sep 2000 17:46:55 -0700
68888              Message-ID: <//Bw5gzkge/e092yn@efn.org>
68889      Branch: perl
68890            ! t/README
68891 ____________________________________________________________________________
68892 [  7072] By: jhi                                   on 2000/09/14  14:25:10
68893         Log: Hints optimization.
68894              
68895              Subject: Minor nit
68896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68897              Date: Wed, 13 Sep 2000 21:42:07 +0200
68898              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
68899      Branch: perl
68900            ! hints/hpux.sh
68901 ____________________________________________________________________________
68902 [  7071] By: jhi                                   on 2000/09/14  14:23:30
68903         Log: Allow chop() and chomp() to be overridden.
68904              
68905              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
68906              From: "Casey R. Tweten" <crt@kiski.net>
68907              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
68908              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
68909      Branch: perl
68910            ! toke.c
68911 ____________________________________________________________________________
68912 [  7070] By: jhi                                   on 2000/09/14  14:20:36
68913         Log: The return value of setlocale must be copied away.
68914              
68915              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
68916              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68917              Date: Wed, 13 Sep 2000 16:27:37 +0100 
68918              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
68919      Branch: perl
68920            ! util.c
68921 ____________________________________________________________________________
68922 [  7069] By: jhi                                   on 2000/09/14  14:16:27
68923         Log: Remove vestiges of tr//CU.
68924              
68925              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68926              From: Nick Clark <nick@plum.flirble.org>
68927              Date: Tue, 12 Sep 2000 22:50:14 +0100
68928              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
68929              
68930              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68932              Date: Tue, 12 Sep 2000 21:38:48 -0700
68933              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
68934      Branch: perl
68935            ! op.h pod/perlunicode.pod
68936 ____________________________________________________________________________
68937 [  7068] By: jhi                                   on 2000/09/13  14:18:39
68938         Log: Add the Encode extension.  The code is still largely just skeleton.
68939      Branch: perl
68940            + ext/Encode/Encode.pm ext/Encode/Encode.xs
68941            + ext/Encode/Makefile.PL ext/Encode/Todo
68942            ! MANIFEST Todo-5.6
68943 ____________________________________________________________________________
68944 [  7067] By: jhi                                   on 2000/09/12  17:43:33
68945         Log: Allow for whitespace between "#" and "line" in cpp output.
68946              
68947              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
68948              From: Calle Dybedahl <calle@lysator.liu.se>
68949              Date: 12 Sep 2000 19:38:02 +0200 
68950              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
68951      Branch: perl
68952            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
68953 ____________________________________________________________________________
68954 [  7066] By: gsar                                  on 2000/09/12  17:24:29
68955         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
68956              initialization in all the threads on Windows
68957      Branch: perl
68958            ! win32/win32.c
68959 ____________________________________________________________________________
68960 [  7065] By: jhi                                   on 2000/09/12  15:11:31
68961         Log: Update Changes.
68962      Branch: perl
68963            ! Changes patchlevel.h
68964 ____________________________________________________________________________
68965 [  7064] By: jhi                                   on 2000/09/12  14:54:54
68966         Log: Retract #7062, the pod tests are not ready.
68967      Branch: perl
68968            ! t/TEST t/harness
68969 ____________________________________________________________________________
68970 [  7063] By: jhi                                   on 2000/09/12  14:25:41
68971         Log: The #7054 truncated Configure badly.
68972      Branch: metaconfig/U/perl
68973            ! End.U
68974      Branch: perl
68975            ! Configure config_h.SH
68976 ____________________________________________________________________________
68977 [  7062] By: jhi                                   on 2000/09/12  14:08:32
68978         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
68979              From: sthoenna@efn.org
68980              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
68981              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
68982      Branch: perl
68983            ! t/TEST t/harness
68984 ____________________________________________________________________________
68985 [  7061] By: jhi                                   on 2000/09/12  14:07:18
68986         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
68987              From: sthoenna@efn.org
68988              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
68989              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
68990      Branch: perl
68991            ! pod/perlxs.pod
68992 ____________________________________________________________________________
68993 [  7060] By: jhi                                   on 2000/09/12  14:06:08
68994         Log: Break up the myconfig lines a bit.
68995              
68996              Subject: perlbug/perl -V output format
68997              From: sthoenna@efn.org
68998              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
68999              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
69000      Branch: perl
69001            ! myconfig.SH
69002 ____________________________________________________________________________
69003 [  7059] By: jhi                                   on 2000/09/12  14:05:04
69004         Log: Test for the #7049.
69005              
69006              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
69007              From: andreas.koenig@anima.de (Andreas J. Koenig)
69008              Date: 12 Sep 2000 06:42:01 +0200
69009              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
69010      Branch: perl
69011            ! t/op/my.t
69012 ____________________________________________________________________________
69013 [  7058] By: jhi                                   on 2000/09/12  14:03:05
69014         Log: Subject: [patch: perl@7045] vms updates
69015              From: Peter Prymmer <pvhp@forte.com>
69016              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
69017              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
69018      Branch: perl
69019            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
69020 ____________________________________________________________________________
69021 [  7057] By: jhi                                   on 2000/09/12  14:00:51
69022         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
69023              From: sthoenna@efn.org
69024              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
69025              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
69026      Branch: perl
69027            ! t/op/64bitint.t
69028 ____________________________________________________________________________
69029 [  7056] By: jhi                                   on 2000/09/12  13:58:14
69030         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
69031              From: Jeff Pinyan <jeffp@crusoe.net>
69032              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
69033              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
69034      Branch: perl
69035            ! pod/perlfunc.pod
69036 ____________________________________________________________________________
69037 [  7055] By: jhi                                   on 2000/09/12  13:56:32
69038         Log: Do in VMS as the #7054 does.
69039      Branch: perl
69040            ! configure.com
69041 ____________________________________________________________________________
69042 [  7054] By: jhi                                   on 2000/09/12  13:50:31
69043         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
69044              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69045              Date: Mon, 11 Sep 2000 08:33:09 +0100
69046              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
69047      Branch: metaconfig/U/perl
69048            ! End.U
69049      Branch: perl
69050            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
69051            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
69052 ____________________________________________________________________________
69053 [  7053] By: jhi                                   on 2000/09/12  13:29:19
69054         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
69055              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69056              Date:     Tue, 12 Sep 2000 08:35:59 EDT
69057              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
69058      Branch: perl
69059            ! vms/test.com
69060 ____________________________________________________________________________
69061 [  7052] By: jhi                                   on 2000/09/11  23:01:50
69062         Log: Document the SvUTF8*().
69063      Branch: perl
69064            ! pod/perlapi.pod sv.h
69065 ____________________________________________________________________________
69066 [  7051] By: gsar                                  on 2000/09/11  14:46:30
69067         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
69068              (missed a spot when fixing up op_pmreplroot hack for ithreads)
69069      Branch: perl
69070            ! op.c t/op/split.t
69071 ____________________________________________________________________________
69072 [  7050] By: nick                                  on 2000/09/11  10:03:51
69073         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
69074              
69075              Subject: borland C++ win32.c tweak
69076              From: Vadim Konovalov <vkonovalov@lucent.com>
69077              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
69078              Date: Mon, 11 Sep 2000 11:22:33 +0400
69079      Branch: perl
69080            ! win32/win32.c
69081 ____________________________________________________________________________
69082 [  7049] By: nick                                  on 2000/09/11  09:57:33
69083         Log: Point fix for s/// on foreach (keys %xxx).
69084      Branch: perl
69085            ! pp_hot.c
69086 ____________________________________________________________________________
69087 [  7048] By: jhi                                   on 2000/09/10  23:37:09
69088         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
69089              by Pod::Text, from Brad Appleton.
69090      Branch: perl
69091            ! t/pod/testp2pt.pl
69092 ____________________________________________________________________________
69093 [  7047] By: jhi                                   on 2000/09/10  14:32:53
69094         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
69095              by Russ Allbery.
69096      Branch: perl
69097            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
69098 ____________________________________________________________________________
69099 [  7046] By: jhi                                   on 2000/09/10  14:15:08
69100         Log: Upgrade to CPAN 1.57_65, from Andreas König.
69101      Branch: perl
69102            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69103 ____________________________________________________________________________
69104 [  7045] By: jhi                                   on 2000/09/08  21:36:32
69105         Log: Update Changes.
69106      Branch: perl
69107            ! Changes patchlevel.h
69108 ____________________________________________________________________________
69109 [  7044] By: jhi                                   on 2000/09/08  21:29:56
69110         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
69111              From: Peter Prymmer <pvhp@forte.com>
69112              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
69113              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
69114      Branch: perl
69115            ! configure.com
69116 ____________________________________________________________________________
69117 [  7043] By: jhi                                   on 2000/09/08  21:27:50
69118         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
69119              From: Peter Prymmer <pvhp@forte.com>
69120              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
69121              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
69122      Branch: perl
69123            ! Makefile.SH installperl
69124 ____________________________________________________________________________
69125 [  7042] By: jhi                                   on 2000/09/08  21:23:21
69126         Log: Continue #7041.
69127      Branch: perl
69128            ! cygwin/Makefile.SHs os2/Makefile.SHs
69129 ____________________________________________________________________________
69130 [  7041] By: jhi                                   on 2000/09/08  21:18:10
69131         Log: Do away with memory models cruft.  Sorry, PDP users.
69132      Branch: metaconfig
69133            ! U/modified/cc.U U/modified/libpth.U
69134      Branch: perl
69135            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
69136            ! Porting/config_H cflags.SH config_h.SH configure.com
69137            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
69138            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
69139            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
69140 ____________________________________________________________________________
69141 [  7040] By: jhi                                   on 2000/09/08  14:34:18
69142         Log: Major rewrite of s2p.  And I mean really major, it is
69143              an implementation of sed in perl.  If called as s2p it
69144              will function as s2p.  Note: needs non-UNIXifying.
69145              
69146              Subject: s2p
69147              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69148              Date: Mon, 28 Aug 2000 14:05:12 +0200
69149              Message-ID: <39AA5578.2102E2AA@alcatel.at>
69150      Branch: perl
69151            ! x2p/s2p.PL
69152 ____________________________________________________________________________
69153 [  7039] By: jhi                                   on 2000/09/08  14:19:49
69154         Log: Re-allow vec() for characters > 255.
69155              
69156              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
69157              From: Spider Boardman <spider@web.zk3.dec.com>
69158              Date: Fri, 08 Sep 2000 02:21:02 -0400
69159              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
69160      Branch: perl
69161            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
69162            ! t/op/vec.t
69163 ____________________________________________________________________________
69164 [  7038] By: jhi                                   on 2000/09/08  14:14:18
69165         Log: Subject: [PATCH lib/Benchmark.pm]
69166              From: <abigail@foad.org>
69167              Date: Thu, 7 Sep 2000 15:03:20 -0400
69168              Message-ID: <20000907190320.888.qmail@foad.org>
69169      Branch: perl
69170            ! lib/Benchmark.pm
69171 ____________________________________________________________________________
69172 [  7037] By: jhi                                   on 2000/09/08  14:11:06
69173         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
69174              
69175              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
69176              From: Spider Boardman <spider@web.zk3.dec.com>
69177              Date: Fri, 08 Sep 2000 01:30:27 -0400
69178              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
69179      Branch: perl
69180            ! op.c
69181 ____________________________________________________________________________
69182 [  7036] By: jhi                                   on 2000/09/08  14:08:58
69183         Log: Subject: [ID 20000908.002] perlipc documentation bug.
69184              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
69185              Date: Fri, 08 Sep 2000 12:38:32 +0200
69186              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
69187      Branch: perl
69188            ! pod/perlipc.pod
69189 ____________________________________________________________________________
69190 [  7035] By: jhi                                   on 2000/09/08  14:03:12
69191         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
69192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69193              Date: Fri, 08 Sep 2000 11:47:34 +0200
69194              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
69195      Branch: perl
69196            ! hints/dec_osf.sh
69197 ____________________________________________________________________________
69198 [  7034] By: jhi                                   on 2000/09/08  13:59:35
69199         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
69200              From: Simon Cozens <simon@cozens.net>
69201              Date: Thu, 7 Sep 2000 20:40:38 +0100
69202              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
69203      Branch: perl
69204            ! pp_hot.c
69205 ____________________________________________________________________________
69206 [  7033] By: jhi                                   on 2000/09/08  04:03:03
69207         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
69208              From: "Larry W. Virden" <lvirden@cas.org>
69209              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
69210              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
69211      Branch: perl
69212            ! pod/perldiag.pod
69213 ____________________________________________________________________________
69214 [  7032] By: jhi                                   on 2000/09/07  22:18:30
69215         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
69216              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
69217              Date: Mon, 04 Sep 2000 13:16:38 -0700
69218              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
69219      Branch: perl
69220            ! lib/perl5db.pl
69221 ____________________________________________________________________________
69222 [  7031] By: jhi                                   on 2000/09/07  22:02:29
69223         Log: Fix the ccversion detection for 5.1 and beyond.
69224              
69225              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
69226              From: Spider Boardman <spider@leggy.zk3.dec.com>
69227              Date: Thu, 7 Sep 2000 17:54:27 -0400
69228              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
69229      Branch: perl
69230            ! hints/dec_osf.sh
69231 ____________________________________________________________________________
69232 [  7030] By: jhi                                   on 2000/09/07  19:12:28
69233         Log: Fix for
69234              
69235              Subject: [ID 20000903.001] \w in utf8-strings
69236              From: Marc Lehmann <pcg@goof.com>
69237              Date: Sun, 03 Sep 2000 09:44:29 +0200
69238              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
69239              
69240              and various related nits.
69241      Branch: perl
69242            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
69243 ____________________________________________________________________________
69244 [  7029] By: jhi                                   on 2000/09/07  18:49:09
69245         Log: Fix the URL, but the server is still missing in action.
69246              
69247              Subject: [ID 20000905.002] perlfaq1.pod URL error
69248              From: "Larry W. Virden" <lvirden@cas.org>
69249              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
69250              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
69251      Branch: perl
69252            ! pod/perlfaq1.pod
69253 ____________________________________________________________________________
69254 [  7028] By: jhi                                   on 2000/09/07  18:47:13
69255         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
69256              From: Hugo <hv@crypt.compulink.co.uk>
69257              Date: Tue, 05 Sep 2000 14:13:37 +0100
69258              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
69259      Branch: perl
69260            ! toke.c
69261 ____________________________________________________________________________
69262 [  7027] By: jhi                                   on 2000/09/07  18:45:35
69263         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
69264              From: Daniel Chetlin <daniel@chetlin.com>
69265              Date: Tue, 5 Sep 2000 04:57:07 -0700
69266              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
69267      Branch: perl
69268            ! pod/perlfaq6.pod pod/perlop.pod
69269 ____________________________________________________________________________
69270 [  7026] By: jhi                                   on 2000/09/07  18:44:01
69271         Log: Document the new ref() semantics.
69272              
69273              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
69274              From: Gisle Aas <gisle@ActiveState.com>
69275              Date: 05 Sep 2000 08:10:30 +0200
69276              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
69277      Branch: perl
69278            ! pod/perldelta.pod
69279 ____________________________________________________________________________
69280 [  7025] By: jhi                                   on 2000/09/07  18:42:27
69281         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
69282              
69283              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
69284              From: Gisle Aas <gisle@ActiveState.com>
69285              Date: 05 Sep 2000 08:11:40 +0200
69286              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
69287      Branch: perl
69288            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
69289 ____________________________________________________________________________
69290 [  7024] By: jhi                                   on 2000/09/07  18:39:32
69291         Log: Subject: [PATCH] Modernize Opcode.pm documentation
69292              From: Gisle Aas <gisle@ActiveState.com>
69293              Date: 4 Sep 2000 00:18:55 -0000
69294              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
69295      Branch: perl
69296            ! ext/Opcode/Opcode.pm
69297 ____________________________________________________________________________
69298 [  7023] By: jhi                                   on 2000/09/07  18:37:42
69299         Log: Subject: [PATCH] Tied filehandle documentation
69300              From: Gisle Aas <gisle@ActiveState.com>
69301              Date: 4 Sep 2000 00:14:40 -0000
69302              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
69303      Branch: perl
69304            ! pod/perlfunc.pod pod/perltie.pod
69305 ____________________________________________________________________________
69306 [  7022] By: jhi                                   on 2000/09/07  18:35:37
69307         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
69308              From: Gisle Aas <gisle@ActiveState.com>
69309              Date: 4 Sep 2000 00:04:22 -0000
69310              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
69311      Branch: perl
69312            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
69313 ____________________________________________________________________________
69314 [  7021] By: jhi                                   on 2000/09/07  18:33:22
69315         Log: Subject: small apidoc fix
69316              From: Marc Lehmann <pcg@goof.com>
69317              Date: Sun, 3 Sep 2000 05:12:06 +0200
69318              Message-ID: <20000903051206.A5909@cerebro.laendle>
69319      Branch: perl
69320            ! pod/perlapi.pod utf8.c
69321 ____________________________________________________________________________
69322 [  7020] By: jhi                                   on 2000/09/07  16:14:57
69323         Log: Tiny perldelta nits.
69324      Branch: perl
69325            ! pod/perldelta.pod
69326 ____________________________________________________________________________
69327 [  7019] By: jhi                                   on 2000/09/07  16:04:20
69328         Log: Guard against bad string->int conversion for quads.
69329      Branch: perl
69330            ! t/op/64bitint.t
69331 ____________________________________________________________________________
69332 [  7018] By: jhi                                   on 2000/09/06  17:07:03
69333         Log: Update Unicode todo list.
69334      Branch: perl
69335            ! Todo-5.6
69336 ____________________________________________________________________________
69337 [  7017] By: jhi                                   on 2000/09/05  21:16:01
69338         Log: Document the SvIOK_.*UV().
69339      Branch: perl
69340            ! pod/perlapi.pod sv.h
69341 ____________________________________________________________________________
69342 [  7016] By: nick                                  on 2000/09/03  21:54:46
69343         Log: Hash lookup of constant strings optimization:
69344              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
69345              to string table (as per sharepvn). Add newSV_pvn_share to create such
69346              a thing. Make hv.c compare addresses of strings and skip string compare
69347              if equal. Make method_named and helem ops use these shared-string SVs
69348              when arg is constant. Make keys op return shared-string SVs (less clearly
69349              a win).
69350      Branch: perl
69351            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
69352            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
69353            ! pod/perlintern.pod pp_hot.c proto.h sv.c
69354 ____________________________________________________________________________
69355 [  7015] By: jhi                                   on 2000/09/02  17:48:59
69356         Log: This is 5.7.0.
69357      Branch: perl
69358            ! Changes
69359 ____________________________________________________________________________
69360 [  7014] By: jhi                                   on 2000/09/02  17:35:45
69361         Log: Changes and patchlevel tweaks.
69362      Branch: perl
69363            ! Changes patchlevel.h
69364 ____________________________________________________________________________
69365 [  7013] By: jhi                                   on 2000/09/02  17:30:50
69366         Log: Update Changes.
69367      Branch: perl
69368            ! Changes patchlevel.h
69369 ____________________________________________________________________________
69370 [  7012] By: nick                                  on 2000/09/02  17:25:20
69371         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
69372      Branch: perl
69373            ! gv.c lib/overload.pm
69374 ____________________________________________________________________________
69375 [  7011] By: jhi                                   on 2000/09/02  17:16:25
69376         Log: Update perlhist.
69377      Branch: perl
69378            ! pod/perlhist.pod
69379 ____________________________________________________________________________
69380 [  7010] By: jhi                                   on 2000/09/02  17:01:35
69381         Log: perldelta nits.
69382      Branch: perl
69383            ! pod/perldelta.pod
69384 ____________________________________________________________________________
69385 [  7009] By: nick                                  on 2000/09/02  16:48:35
69386         Log: If overloaded %{} etc. return the object do not loop.
69387              Thus  sub deref { $_[0] } functions if object is wanted type.
69388      Branch: perl
69389            ! pp.h
69390 ____________________________________________________________________________
69391 [  7008] By: jhi                                   on 2000/09/02  16:26:11
69392         Log: Retab MANIFEST.
69393      Branch: perl
69394            ! ext/Storable/MANIFEST
69395 ____________________________________________________________________________
69396 [  7007] By: jhi                                   on 2000/09/02  16:23:02
69397         Log: Make certain cc is set before trying to run it.
69398      Branch: perl
69399            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
69400 ____________________________________________________________________________
69401 [  7006] By: jhi                                   on 2000/09/02  15:45:41
69402         Log: Unicode notes.
69403      Branch: perl
69404            ! pod/perldelta.pod
69405 ____________________________________________________________________________
69406 [  7005] By: jhi                                   on 2000/09/02  15:42:11
69407         Log: Various Configure nits by Philip Newton,
69408              plus the ebcdic one by me.
69409      Branch: metaconfig
69410            + U/modified/pager.U
69411            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
69412      Branch: metaconfig/U/perl
69413            ! Devel.U quadfio.U
69414      Branch: perl
69415            ! Configure config_h.SH
69416 ____________________________________________________________________________
69417 [  7004] By: jhi                                   on 2000/09/02  15:06:14
69418         Log: Apparently avoiding the swapping is too costly.
69419              
69420              From: "Ben Tilly" <ben_tilly@hotmail.com>
69421              Subject: Re: the door is closed.
69422              Date: Fri, 01 Sep 2000 20:23:16 EDT
69423              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
69424      Branch: perl
69425            ! pod/perlfaq4.pod
69426 ____________________________________________________________________________
69427 [  7003] By: nick                                  on 2000/09/02  12:26:04
69428         Log: Undo part of change 6489 which looks like a bulk edit which
69429              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
69430              The supressing of main:: on return from select() is undesirable.
69431      Branch: perl
69432            ! pp_sys.c
69433 ____________________________________________________________________________
69434 [  7002] By: jhi                                   on 2000/09/01  23:08:54
69435         Log: Update Changes.
69436      Branch: perl
69437            ! Changes patchlevel.h
69438 ____________________________________________________________________________
69439 [  7001] By: jhi                                   on 2000/09/01  23:00:13
69440         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
69441              From: Peter Prymmer <pvhp@forte.com>
69442              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
69443              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
69444              
69445              plus rework the http: spots as suggested by Tom Christiansen,
69446              plus regen perltoc.
69447      Branch: perl
69448            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
69449            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
69450 ____________________________________________________________________________
69451 [  7000] By: jhi                                   on 2000/09/01  22:36:01
69452         Log: Only the first line, thank you very much.
69453      Branch: perl
69454            ! hints/solaris_2.sh
69455 ____________________________________________________________________________
69456 [  6999] By: gsar                                  on 2000/09/01  22:16:40
69457         Log: change#6791 accidentally clobbered change#6710, put it back
69458      Branch: perl
69459            ! win32/win32.c
69460 ____________________________________________________________________________
69461 [  6998] By: jhi                                   on 2000/09/01  22:14:16
69462         Log: Mention the HP-UX LP64 freak failure.
69463      Branch: perl
69464            ! pod/perldelta.pod
69465 ____________________________________________________________________________
69466 [  6997] By: jhi                                   on 2000/09/01  21:48:32
69467         Log: Detypo.
69468      Branch: perl
69469            ! hints/hpux.sh
69470 ____________________________________________________________________________
69471 [  6996] By: jhi                                   on 2000/09/01  21:27:10
69472         Log: Update Changes.
69473      Branch: perl
69474            ! Changes patchlevel.h
69475 ____________________________________________________________________________
69476 [  6995] By: jhi                                   on 2000/09/01  21:14:24
69477         Log: Mi splgn s gnin.g
69478      Branch: perl
69479            ! pp_ctl.c
69480 ____________________________________________________________________________
69481 [  6994] By: jhi                                   on 2000/09/01  21:09:54
69482         Log: Subject: http:// in L<>
69483              From: Nicholas Clark <nick@ccl4.org>
69484              Date: Fri, 1 Sep 2000 22:03:21 +0100
69485              Message-ID: <20000901220321.B72074@plum.flirble.org>
69486      Branch: perl
69487            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
69488 ____________________________________________________________________________
69489 [  6993] By: jhi                                   on 2000/09/01  21:06:54
69490         Log: Update to Storable 1.0, from Raphael Manfredi.
69491      Branch: perl
69492            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
69493            ! ext/Storable/Makefile.PL ext/Storable/README
69494            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69495            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
69496            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
69497            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
69498            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
69499            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
69500 ____________________________________________________________________________
69501 [  6992] By: jhi                                   on 2000/09/01  20:43:05
69502         Log: Mention known sfio+linux buglet.
69503      Branch: perl
69504            ! pod/perldelta.pod
69505 ____________________________________________________________________________
69506 [  6991] By: jhi                                   on 2000/09/01  20:40:11
69507         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
69508              From: Peter Prymmer <pvhp@forte.com>
69509              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
69510              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
69511      Branch: perl
69512            ! vms/vms.c
69513 ____________________________________________________________________________
69514 [  6990] By: jhi                                   on 2000/09/01  20:25:26
69515         Log: Retract #6986.
69516      Branch: perl
69517            ! hints/solaris_2.sh
69518 ____________________________________________________________________________
69519 [  6989] By: jhi                                   on 2000/09/01  20:23:00
69520         Log: Mergesort is back.
69521      Branch: perl
69522            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
69523 ____________________________________________________________________________
69524 [  6988] By: jhi                                   on 2000/09/01  19:37:40
69525         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
69526              From: Mike Guy <mjtg@cam.ac.uk>
69527              Date: Fri, 01 Sep 2000 17:43:33 +0100
69528              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
69529      Branch: perl
69530            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
69531            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
69532 ____________________________________________________________________________
69533 [  6987] By: jhi                                   on 2000/09/01  19:17:10
69534         Log: Regen perltoc.
69535      Branch: perl
69536            ! pod/perltoc.pod
69537 ____________________________________________________________________________
69538 [  6986] By: jhi                                   on 2000/09/01  18:51:10
69539         Log: Subject: Re: Solaris x86 has no SPARC libraries!
69540              From: Lupe Christoph <lupe@lupe-christoph.de>
69541              Date: Fri, 1 Sep 2000 20:41:20 +0200
69542              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
69543      Branch: perl
69544            ! hints/solaris_2.sh
69545 ____________________________________________________________________________
69546 [  6985] By: jhi                                   on 2000/09/01  18:28:10
69547         Log: Update Changes.
69548      Branch: perl
69549            ! Changes patchlevel.h
69550 ____________________________________________________________________________
69551 [  6984] By: jhi                                   on 2000/09/01  18:26:53
69552         Log: Feature ordering tweak.
69553      Branch: perl
69554            ! myconfig.SH
69555 ____________________________________________________________________________
69556 [  6983] By: jhi                                   on 2000/09/01  18:19:50
69557         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69558              From: <abigail@foad.org>
69559              Date: Fri, 1 Sep 2000 13:07:32 -0400
69560              Message-ID: <20000901170732.18249.qmail@foad.org>
69561      Branch: perl
69562            ! t/pragma/overload.t
69563 ____________________________________________________________________________
69564 [  6982] By: jhi                                   on 2000/09/01  18:17:54
69565         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
69566              so that case-ignoring systems like DCL can tell them from
69567              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
69568      Branch: metaconfig/U/perl
69569            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
69570      Branch: perl
69571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69572            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
69573            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
69574            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
69575            ! vos/config.def vos/config.h vos/config_h.SH_orig
69576            ! win32/config.bc win32/config.gc win32/config.vc
69577 ____________________________________________________________________________
69578 [  6981] By: nick                                  on 2000/09/01  17:21:57
69579         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
69580              warning when UNTIE exists and instead pass the count of extra references to
69581              the UNTIE method.
69582      Branch: perl
69583            ! pod/perltie.pod pp_sys.c
69584 ____________________________________________________________________________
69585 [  6980] By: jhi                                   on 2000/09/01  16:54:44
69586         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
69587              From: Peter Prymmer <pvhp@forte.com>
69588              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
69589              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
69590      Branch: perl
69591            ! configure.com
69592 ____________________________________________________________________________
69593 [  6979] By: jhi                                   on 2000/09/01  16:06:20
69594         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
69595              From: Mike Guy <mjtg@cam.ac.uk> 
69596              Date: Fri, 01 Sep 2000 16:49:27 +0100
69597              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
69598      Branch: perl
69599            ! t/base/rs.t
69600 ____________________________________________________________________________
69601 [  6978] By: jhi                                   on 2000/09/01  16:00:42
69602         Log: Update to PodParser 1.18, from Brad Appleton.
69603      Branch: perl
69604            ! lib/Pod/Checker.pm t/pod/find.t
69605 ____________________________________________________________________________
69606 [  6977] By: jhi                                   on 2000/09/01  14:48:58
69607         Log: Subject: Nit in Configure (bleadperl@6961)
69608              From: Lupe Christoph <lupe@lupe-christoph.de>
69609              Date: Fri, 1 Sep 2000 16:34:29 +0200
69610              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
69611      Branch: metaconfig
69612            ! U/compline/ccflags.U
69613      Branch: perl
69614            ! Configure config_h.SH
69615 ____________________________________________________________________________
69616 [  6976] By: jhi                                   on 2000/09/01  14:39:52
69617         Log: Update Changes.
69618      Branch: perl
69619            ! Changes patchlevel.h
69620 ____________________________________________________________________________
69621 [  6975] By: jhi                                   on 2000/09/01  14:37:36
69622         Log: microperl config update.
69623      Branch: perl
69624            ! uconfig.h uconfig.sh
69625 ____________________________________________________________________________
69626 [  6974] By: jhi                                   on 2000/09/01  14:36:53
69627         Log: Document known deficiencies.
69628      Branch: perl
69629            ! pod/perldelta.pod
69630 ____________________________________________________________________________
69631 [  6973] By: jhi                                   on 2000/09/01  14:10:20
69632         Log: Mention warnings fixes and updates.
69633      Branch: perl
69634            ! pod/perldelta.pod
69635 ____________________________________________________________________________
69636 [  6972] By: jhi                                   on 2000/09/01  14:01:52
69637         Log: Drop unused argument.
69638              
69639              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
69640              From: Spider Boardman <spider@web.zk3.dec.com>
69641              Date: Thu, 31 Aug 2000 16:10:15 -0400
69642              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
69643      Branch: perl
69644            ! toke.c
69645 ____________________________________________________________________________
69646 [  6971] By: jhi                                   on 2000/09/01  13:59:24
69647         Log: Add the overload warnings to perldiag.
69648      Branch: perl
69649            ! lib/overload.pm pod/perldiag.pod
69650 ____________________________________________________________________________
69651 [  6970] By: jhi                                   on 2000/09/01  13:55:10
69652         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69653              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69654              Date: Fri, 1 Sep 2000 13:43:15 +0100 
69655              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
69656      Branch: perl
69657            ! lib/overload.pm t/pragma/overload.t
69658 ____________________________________________________________________________
69659 [  6969] By: jhi                                   on 2000/09/01  13:52:27
69660         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69661              From: <abigail@foad.org>
69662              Date: Fri, 1 Sep 2000 05:46:54 -0400
69663              Message-ID: <20000901094654.6476.qmail@foad.org>
69664      Branch: perl
69665            ! lib/overload.pm
69666 ____________________________________________________________________________
69667 [  6968] By: jhi                                   on 2000/09/01  13:50:05
69668         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
69669              From: Daniel Chetlin <daniel@chetlin.com>
69670              Date: Fri, 1 Sep 2000 02:10:55 -0700
69671              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
69672      Branch: perl
69673            ! pod/perlretut.pod
69674 ____________________________________________________________________________
69675 [  6967] By: jhi                                   on 2000/09/01  13:47:54
69676         Log: Part of the solution.
69677              
69678              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
69679              From: Mike Guy <mjtg@cam.ac.uk>
69680              Date: Fri, 01 Sep 2000 14:16:01 +0100
69681              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
69682      Branch: perl
69683            ! gv.c mg.c
69684 ____________________________________________________________________________
69685 [  6966] By: jhi                                   on 2000/09/01  13:46:17
69686         Log: Subject: CPAN.pm beta 1.57_57 for the core
69687              From: andreas.koenig@anima.de (Andreas J. Koenig)
69688              Date: 01 Sep 2000 15:16:31 +0200
69689              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
69690      Branch: perl
69691            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69692 ____________________________________________________________________________
69693 [  6965] By: jhi                                   on 2000/09/01  13:43:18
69694         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
69695              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69696              Date: Fri, 01 Sep 2000 01:47:22 -0500
69697              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
69698      Branch: perl
69699            ! pod/perldelta.pod vms/vms.c
69700 ____________________________________________________________________________
69701 [  6964] By: jhi                                   on 2000/09/01  13:35:35
69702         Log: File::Temp patches from Andreas König,
69703              
69704              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
69705              From: andreas.koenig@anima.de (Andreas J. Koenig)
69706              Date: 01 Sep 2000 10:07:20 +0200
69707              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
69708              
69709              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
69710              From: andreas.koenig@anima.de (Andreas J. Koenig)
69711              Date: 31 Aug 2000 23:26:08 +0200
69712              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
69713      Branch: perl
69714            ! lib/File/Temp.pm t/lib/ftmp-security.t
69715 ____________________________________________________________________________
69716 [  6963] By: jhi                                   on 2000/09/01  02:22:24
69717         Log: Retract the mergesort code, way too incompatible licensing
69718              and copyrights.
69719      Branch: perl
69720            ! pod/perldelta.pod pp_ctl.c
69721 ____________________________________________________________________________
69722 [  6962] By: jhi                                   on 2000/08/31  23:27:32
69723         Log: Update Changes.
69724      Branch: perl
69725            ! Changes patchlevel.h
69726 ____________________________________________________________________________
69727 [  6961] By: jhi                                   on 2000/08/31  23:20:04
69728         Log: Small tweaks all over.
69729      Branch: metaconfig
69730            ! U/compline/d_gconvert.U
69731      Branch: perl
69732            ! AUTHORS Configure config_h.SH pp_ctl.c
69733 ____________________________________________________________________________
69734 [  6960] By: jhi                                   on 2000/08/31  22:39:36
69735         Log: Further rewording.
69736      Branch: perl
69737            ! pp_ctl.c
69738 ____________________________________________________________________________
69739 [  6959] By: jhi                                   on 2000/08/31  21:26:44
69740         Log: More address tweaking.
69741      Branch: perl
69742            ! AUTHORS Changes
69743 ____________________________________________________________________________
69744 [  6958] By: jhi                                   on 2000/08/31  20:47:25
69745         Log: AUTHORS tweaks, from Peter Prymmer.
69746              
69747              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
69748              From: Peter Prymmer <pvhp@forte.com>
69749              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
69750              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
69751      Branch: perl
69752            ! AUTHORS MAINTAIN
69753 ____________________________________________________________________________
69754 [  6957] By: jhi                                   on 2000/08/31  20:34:43
69755         Log: perldelta tweaks.
69756      Branch: perl
69757            ! pod/perldelta.pod
69758 ____________________________________________________________________________
69759 [  6956] By: jhi                                   on 2000/08/31  19:11:06
69760         Log: Regen perltoc.
69761      Branch: perl
69762            ! pod/perltoc.pod
69763 ____________________________________________________________________________
69764 [  6955] By: jhi                                   on 2000/08/31  19:06:30
69765         Log: Clarify the mergesort situation.
69766      Branch: perl
69767            ! pp_ctl.c
69768 ____________________________________________________________________________
69769 [  6954] By: jhi                                   on 2000/08/31  18:24:17
69770         Log: Move the Solaris 7 scan to use64bitall, make the
69771              failure to find 64-bot sparc libc to mention the
69772              possibility of being in an intel, from Lupe and Alan.
69773      Branch: perl
69774            ! hints/solaris_2.sh
69775 ____________________________________________________________________________
69776 [  6953] By: jhi                                   on 2000/08/31  18:09:20
69777         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
69778              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
69779      Branch: metaconfig
69780            ! U/compline/d_gconvert.U U/threads/archname.U
69781      Branch: metaconfig/U/perl
69782            ! perlxv.U
69783      Branch: perl
69784            ! Configure config_h.SH sv.c
69785 ____________________________________________________________________________
69786 [  6952] By: jhi                                   on 2000/08/31  17:42:24
69787         Log: :: not allowed in pathnames, change to .
69788              
69789              Subject: [PATCH perl@6938] cygwin port
69790              From: "Fifer, Eric" <EFifer@sanwaint.com>
69791              Date: Thu, 31 Aug 2000 16:32:59 +0100
69792              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
69793      Branch: metaconfig/U/perl
69794            ! perlxv.U
69795 ____________________________________________________________________________
69796 [  6951] By: jhi                                   on 2000/08/31  17:02:05
69797         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
69798      Branch: perl
69799            ! perl.h
69800 ____________________________________________________________________________
69801 [  6950] By: jhi                                   on 2000/08/31  16:26:08
69802         Log: More author updates.
69803              
69804              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
69805              From: Simon Cozens <simon@cozens.net>
69806              Date: Thu, 31 Aug 2000 17:13:32 +0100
69807              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
69808      Branch: perl
69809            ! AUTHORS
69810 ____________________________________________________________________________
69811 [  6949] By: jhi                                   on 2000/08/31  16:04:49
69812         Log: POSIX doesn't report long double values under -Duselongdouble
69813              when the long doubles are "real" (bigger than doubles).
69814              
69815              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
69816              From: Spider Boardman <spider@peano.zk3.dec.com>
69817              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
69818              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
69819      Branch: perl
69820            ! ext/POSIX/POSIX.xs
69821 ____________________________________________________________________________
69822 [  6948] By: jhi                                   on 2000/08/31  15:25:10
69823         Log: Update Changes.
69824      Branch: perl
69825            ! Changes patchlevel.h
69826 ____________________________________________________________________________
69827 [  6947] By: jhi                                   on 2000/08/31  15:22:29
69828         Log: Document UNTIE in a very minimalistic way.
69829      Branch: perl
69830            ! pod/perlfunc.pod pod/perltie.pod
69831 ____________________________________________________________________________
69832 [  6946] By: jhi                                   on 2000/08/31  15:15:23
69833         Log: Document known failures.
69834      Branch: perl
69835            ! pod/perldelta.pod
69836 ____________________________________________________________________________
69837 [  6945] By: jhi                                   on 2000/08/31  15:07:00
69838         Log: Don't attach -ld to the archname if pointless.
69839      Branch: metaconfig
69840            ! U/threads/archname.U
69841      Branch: perl
69842            ! Configure config_h.SH
69843 ____________________________________________________________________________
69844 [  6944] By: jhi                                   on 2000/08/31  14:37:42
69845         Log: Wrap the test in eval.
69846              
69847              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
69848              From: Tim Jenness <timj@jach.hawaii.edu>
69849              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
69850              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
69851      Branch: perl
69852            ! t/lib/ftmp-security.t
69853 ____________________________________________________________________________
69854 [  6943] By: jhi                                   on 2000/08/31  14:30:57
69855         Log: Make -Dusemorebits find long doubles in Solaris.
69856      Branch: perl
69857            ! hints/solaris_2.sh
69858 ____________________________________________________________________________
69859 [  6942] By: jhi                                   on 2000/08/31  13:48:45
69860         Log: Clarify the third case of ftmp-security warnings.
69861      Branch: perl
69862            ! INSTALL
69863 ____________________________________________________________________________
69864 [  6941] By: jhi                                   on 2000/08/31  13:40:31
69865         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
69866              From: <abigail@foad.org>
69867              Date: Thu, 31 Aug 2000 01:35:05 -0400
69868              Message-ID: <20000831053505.32120.qmail@foad.org>
69869      Branch: perl
69870            ! pod/perldelta.pod
69871 ____________________________________________________________________________
69872 [  6940] By: jhi                                   on 2000/08/31  13:38:48
69873         Log: Issue useful diagnostic on unknown pod commands.
69874              
69875              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
69876              From: <abigail@foad.org>
69877              Date: Thu, 31 Aug 2000 03:41:18 -0400
69878              Message-ID: <20000831074118.24880.qmail@foad.org>
69879      Branch: perl
69880            ! lib/Pod/Man.pm
69881 ____________________________________________________________________________
69882 [  6939] By: jhi                                   on 2000/08/31  13:34:33
69883         Log: Reveal Borland's isnan.
69884              
69885              Subject: build with BC++ tweak
69886              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69887              Date: Thu, 31 Aug 2000 13:09:37 +0400
69888              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
69889      Branch: perl
69890            ! win32/win32.h
69891 ____________________________________________________________________________
69892 [  6938] By: jhi                                   on 2000/08/31  05:01:20
69893         Log: Update Changes.
69894      Branch: perl
69895            ! Changes patchlevel.h
69896 ____________________________________________________________________________
69897 [  6937] By: jhi                                   on 2000/08/31  04:26:23
69898         Log: sscanf() may be the only way to read long doubles from strings.
69899      Branch: metaconfig/U/perl
69900            ! longdblfio.U
69901      Branch: perl
69902            ! Configure config_h.SH perl.h util.c
69903 ____________________________________________________________________________
69904 [  6936] By: jhi                                   on 2000/08/31  04:18:19
69905         Log: The #6929 was too skimpy.
69906      Branch: perl
69907            ! sv.c
69908 ____________________________________________________________________________
69909 [  6935] By: jhi                                   on 2000/08/31  02:47:07
69910         Log: Subject: Re: typos in pods
69911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69912              Date: Wed, 30 Aug 2000 19:25:34 -0700
69913              Message-ID: <eIcr5gzkg25X092yn@efn.org>
69914      Branch: perl
69915            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
69916 ____________________________________________________________________________
69917 [  6934] By: jhi                                   on 2000/08/31  02:42:55
69918         Log: Missed one Unicode file.
69919      Branch: perl
69920            + lib/unicode/UCDFF301.html
69921 ____________________________________________________________________________
69922 [  6933] By: jhi                                   on 2000/08/30  23:42:27
69923         Log: Update Changes.
69924      Branch: perl
69925            ! Changes patchlevel.h
69926 ____________________________________________________________________________
69927 [  6932] By: jhi                                   on 2000/08/30  23:40:07
69928         Log: Mention UNTIE in perldelta.  Still needs documenting
69929              in perltie et alia.
69930      Branch: perl
69931            ! pod/perldelta.pod
69932 ____________________________________________________________________________
69933 [  6931] By: jhi                                   on 2000/08/30  23:36:02
69934         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
69935              From: <abigail@foad.org>
69936              Date: Wed, 30 Aug 2000 19:28:07 -0400
69937              Message-ID: <20000830232807.305.qmail@foad.org>
69938      Branch: perl
69939            ! pod/perldelta.pod
69940 ____________________________________________________________________________
69941 [  6930] By: jhi                                   on 2000/08/30  23:32:40
69942         Log: Update to Unicode 3.0.1.
69943      Branch: perl
69944            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
69945            + lib/unicode/PropList.txt lib/unicode/README.perl
69946            + lib/unicode/UCD301.html lib/unicode/Unicode.301
69947            - lib/unicode/Props.txt lib/unicode/UCD300.html
69948            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
69949            ! (edit 257 files)
69950 ____________________________________________________________________________
69951 [  6929] By: jhi                                   on 2000/08/30  22:38:18
69952         Log: Heap decorruption.
69953              
69954              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
69955              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69956              Date: Wed, 30 Aug 2000 22:39:52 +0100
69957              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
69958      Branch: perl
69959            ! sv.c
69960 ____________________________________________________________________________
69961 [  6928] By: jhi                                   on 2000/08/30  22:29:34
69962         Log: Retract the dummy test, skip the security tests (instead of failing),
69963              explain what the warnings mean.
69964      Branch: perl
69965            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
69966 ____________________________________________________________________________
69967 [  6927] By: jhi                                   on 2000/08/30  22:14:13
69968         Log: Change the internal implementation of sort() to be mergesort
69969              instead of quicksort, from John Linderman <jpl@research.att.com>.
69970              Gives us better worst case, better average case, and stability.
69971              What's there not to like?  (Small fixes for threaded builds
69972              were required).
69973      Branch: perl
69974            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
69975 ____________________________________________________________________________
69976 [  6926] By: jhi                                   on 2000/08/30  20:55:20
69977         Log: A better fix for the Socket building problem from Craig Berry.
69978      Branch: perl
69979            ! vms/vms.c
69980 ____________________________________________________________________________
69981 [  6925] By: jhi                                   on 2000/08/30  20:20:25
69982         Log: Subject: [PATCH] Re: UNTIE method 
69983              From: Nick Ing-Simmons <nik@tiuk.ti.com>
69984              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
69985              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
69986      Branch: perl
69987            ! pp_sys.c t/op/tie.t
69988 ____________________________________________________________________________
69989 [  6924] By: jhi                                   on 2000/08/30  20:17:11
69990         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
69991              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69992              Date: Wed, 30 Aug 2000 15:03:14 -0500
69993              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
69994      Branch: perl
69995            ! vms/vms.c
69996 ____________________________________________________________________________
69997 [  6923] By: jhi                                   on 2000/08/30  20:15:18
69998         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
69999              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70000              Date: Wed, 30 Aug 2000 13:30:36 -0500
70001              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
70002      Branch: perl
70003            ! vms/vms.c
70004 ____________________________________________________________________________
70005 [  6922] By: jhi                                   on 2000/08/30  19:54:43
70006         Log: Better options for rsync.
70007      Branch: perl
70008            ! pod/perlhack.pod
70009 ____________________________________________________________________________
70010 [  6921] By: jhi                                   on 2000/08/30  19:40:16
70011         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
70012              From: Rick Delaney <rick@consumercontact.com>
70013              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
70014              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
70015      Branch: perl
70016            ! pod/perlfunc.pod
70017 ____________________________________________________________________________
70018 [  6920] By: jhi                                   on 2000/08/30  19:36:40
70019         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
70020              From: Peter Prymmer <pvhp@forte.com>
70021              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
70022              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
70023      Branch: perl
70024            ! configure.com
70025 ____________________________________________________________________________
70026 [  6919] By: jhi                                   on 2000/08/30  14:52:02
70027         Log: Update Changes.
70028      Branch: perl
70029            ! Changes patchlevel.h
70030 ____________________________________________________________________________
70031 [  6918] By: jhi                                   on 2000/08/30  14:48:34
70032         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
70033      Branch: perl
70034            ! lib/ExtUtils/typemap
70035 ____________________________________________________________________________
70036 [  6917] By: jhi                                   on 2000/08/30  14:46:34
70037         Log: Subject: typos in pods
70038              From: Nicholas Clark <nick@ccl4.org>
70039              Date: Wed, 30 Aug 2000 01:12:50 +0100
70040              Message-ID: <20000830011249.A61388@plum.flirble.org>
70041      Branch: perl
70042            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
70043            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
70044            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
70045            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
70046 ____________________________________________________________________________
70047 [  6916] By: jhi                                   on 2000/08/30  14:19:09
70048         Log: Document Storable problems on Crays.  (Will have
70049              to document all the other Storable problems, too.)
70050      Branch: perl
70051            ! pod/perldelta.pod
70052 ____________________________________________________________________________
70053 [  6915] By: jhi                                   on 2000/08/30  14:06:02
70054         Log: Subject: [PATCH] fix misc cast warnings
70055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70056              Date: Tue, 29 Aug 2000 23:16:14 -0700
70057              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
70058      Branch: perl
70059            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
70060            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
70061            ! os2/os2ish.h
70062 ____________________________________________________________________________
70063 [  6914] By: jhi                                   on 2000/08/30  14:03:45
70064         Log: Timestamp mismatch again.  Need to fix this dependence on
70065              config_h.SH timestamp, since it's the contents of config_h.SH
70066              that matter.
70067      Branch: perl
70068            ! uconfig.h uconfig.sh
70069 ____________________________________________________________________________
70070 [  6913] By: jhi                                   on 2000/08/30  13:54:06
70071         Log: Don't say "Perl 5.0 source kit".
70072      Branch: perl
70073            ! perl.c
70074 ____________________________________________________________________________
70075 [  6912] By: jhi                                   on 2000/08/30  13:51:24
70076         Log: Reset archname and archname64 always, forcing them be
70077              recomputed at each Configure run, make Configure and
70078              the hints files agree on the naming of largefiles variables.
70079      Branch: metaconfig
70080            ! U/threads/archname.U
70081      Branch: metaconfig/U/perl
70082            ! use64bits.U
70083      Branch: perl
70084            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
70085            ! hints/linux.sh hints/solaris_2.sh
70086 ____________________________________________________________________________
70087 [  6911] By: jhi                                   on 2000/08/30  13:30:13
70088         Log: Put back the slice accidentally removed by #6907.
70089      Branch: perl
70090            ! hints/solaris_2.sh
70091 ____________________________________________________________________________
70092 [  6910] By: jhi                                   on 2000/08/30  01:24:26
70093         Log: Be consistent: other Net::get* do export theirs.
70094              
70095              Subject: Re: Net::protoent does not export 'getproto'
70096              From: Yasushi Nakajima <sey@jkc.co.jp>
70097              Date: Wed, 30 Aug 2000 09:53:14 +0900
70098              Message-Id: <200008300051.DAA24700@taku.hut.fi>
70099      Branch: perl
70100            ! lib/Net/protoent.pm
70101 ____________________________________________________________________________
70102 [  6909] By: jhi                                   on 2000/08/30  01:17:25
70103         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
70104              From: Gurusamy Sarathy <gsar@ActiveState.com>
70105              Date: Tue, 29 Aug 2000 17:17:07 -0700
70106              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
70107      Branch: perl
70108            ! cop.h
70109 ____________________________________________________________________________
70110 [  6908] By: jhi                                   on 2000/08/30  00:58:05
70111         Log: Update Changes.
70112      Branch: perl
70113            ! Changes patchlevel.h
70114 ____________________________________________________________________________
70115 [  6907] By: jhi                                   on 2000/08/30  00:57:22
70116         Log: Introduce ccname to keep track of what compiler kind of we have.
70117      Branch: metaconfig/U/perl
70118            ! Checkcc.U gccvers.U
70119      Branch: perl
70120            ! Configure config_h.SH hints/solaris_2.sh
70121 ____________________________________________________________________________
70122 [  6906] By: jhi                                   on 2000/08/30  00:25:47
70123         Log: Put back the flags dump as reasoned in
70124              
70125              Subject: Re: [PATCH] Glob dumping
70126              From: Mike Guy <mjtg@cam.ac.uk> 
70127              Date: Tue, 29 Aug 2000 21:41:32 +0100
70128              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
70129      Branch: perl
70130            ! dump.c t/lib/peek.t
70131 ____________________________________________________________________________
70132 [  6905] By: jhi                                   on 2000/08/30  00:16:17
70133         Log: Make the epsilon to be relative, not absolute.
70134              
70135              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
70136              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
70137              Date: Tue, 29 Aug 2000 19:58:56 -0400
70138              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
70139      Branch: perl
70140            ! t/lib/trig.t
70141 ____________________________________________________________________________
70142 [  6904] By: jhi                                   on 2000/08/30  00:13:09
70143         Log: From now on, Gisle is on my list of usual suspects :-)
70144              Retract #6902.
70145      Branch: perl
70146            ! ext/Opcode/Safe.pm
70147 ____________________________________________________________________________
70148 [  6903] By: jhi                                   on 2000/08/29  23:51:20
70149         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
70150              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70151              Date: Tue, 29 Aug 2000 18:43:26 -0500
70152              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
70153      Branch: perl
70154            + vms/vmspipe.com
70155            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
70156            ! vms/vms.c
70157 ____________________________________________________________________________
70158 [  6902] By: jhi                                   on 2000/08/29  23:44:14
70159         Log: Retry what #6882 attempted.
70160              
70161              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
70162              From: Gisle Aas <gisle@ActiveState.com>
70163              Date: 30 Aug 2000 00:33:09 +0200
70164              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
70165      Branch: perl
70166            ! ext/Opcode/Safe.pm
70167 ____________________________________________________________________________
70168 [  6901] By: jhi                                   on 2000/08/29  22:59:32
70169         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
70170              From: Hugo <hv@crypt.compulink.co.uk>
70171              Date: Mon, 12 Jun 2000 19:36:08 +0100
70172              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
70173      Branch: perl
70174            ! sv.c
70175 ____________________________________________________________________________
70176 [  6900] By: jhi                                   on 2000/08/29  22:58:35
70177         Log: Admit that we are leaking scalars.
70178              
70179              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
70180              From: Spider Boardman <spider@leggy.zk3.dec.com>
70181              Date: Tue, 29 Aug 2000 18:48:29 -0400
70182              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
70183      Branch: perl
70184            ! t/pragma/warnings.t
70185 ____________________________________________________________________________
70186 [  6899] By: jhi                                   on 2000/08/29  20:53:13
70187         Log: Update Changes.
70188      Branch: perl
70189            ! Changes patchlevel.h
70190 ____________________________________________________________________________
70191 [  6898] By: jhi                                   on 2000/08/29  20:46:21
70192         Log: Undo namespace pollution of #6878.
70193              
70194              Subject: Re: Net::protoent does not export 'getproto'
70195              From: Mike Guy <mjtg@cam.ac.uk>
70196              Date: Tue, 29 Aug 2000 21:32:37 +0100
70197              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
70198      Branch: perl
70199            ! lib/Net/protoent.pm
70200 ____________________________________________________________________________
70201 [  6897] By: jhi                                   on 2000/08/29  20:44:29
70202         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
70203              From: Peter Prymmer <pvhp@forte.com>
70204              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
70205              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
70206      Branch: perl
70207            ! pod/perlebcdic.pod
70208 ____________________________________________________________________________
70209 [  6896] By: jhi                                   on 2000/08/29  20:40:57
70210         Log: There's no point repeating the 'revision' (5) of perl5.
70211      Branch: metaconfig/U/perl
70212            ! Devel.U patchlevel.U
70213      Branch: perl
70214            ! Configure config_h.SH
70215 ____________________________________________________________________________
70216 [  6895] By: jhi                                   on 2000/08/29  20:16:58
70217         Log: Regen Configure for #6894.
70218      Branch: metaconfig/U/perl
70219            ! perladmin.U
70220      Branch: perl
70221            ! Configure config_h.SH
70222 ____________________________________________________________________________
70223 [  6894] By: jhi                                   on 2000/08/29  19:59:52
70224         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
70225              From: "Philip Newton" <Philip.Newton@gmx.net>
70226              Date: Tue, 29 Aug 2000 21:39:14 +0200
70227              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
70228      Branch: perl
70229            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
70230            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
70231            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
70232            ! utils/perlbug.PL
70233 ____________________________________________________________________________
70234 [  6893] By: jhi                                   on 2000/08/29  19:55:30
70235         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
70236              From: "Philip Newton" <Philip.Newton@gmx.net>
70237              Date: Tue, 29 Aug 2000 21:39:14 +0200
70238              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
70239      Branch: perl
70240            ! installhtml
70241 ____________________________________________________________________________
70242 [  6892] By: jhi                                   on 2000/08/29  19:53:59
70243         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
70244              From: "Philip Newton" <Philip.Newton@gmx.net>
70245              Date: Tue, 29 Aug 2000 21:48:18 +0200
70246              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
70247      Branch: perl
70248            ! lib/File/Temp.pm
70249 ____________________________________________________________________________
70250 [  6891] By: jhi                                   on 2000/08/29  18:30:03
70251         Log: Nail the ID 20000828.023.
70252      Branch: perl
70253            ! ext/Storable/Storable.xs
70254 ____________________________________________________________________________
70255 [  6890] By: jhi                                   on 2000/08/29  16:50:17
70256         Log: Under usethreads the dumped variable is IN_PAD.
70257              
70258              Subject: Re: [PATCH] Glob dumping
70259              From: Gisle Aas <gisle@ActiveState.com>
70260              Date: 29 Aug 2000 18:45:05 +0200
70261              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
70262      Branch: perl
70263            ! t/lib/peek.t
70264 ____________________________________________________________________________
70265 [  6889] By: jhi                                   on 2000/08/29  15:17:37
70266         Log: Update Changes.
70267      Branch: perl
70268            ! Changes patchlevel.h
70269 ____________________________________________________________________________
70270 [  6888] By: jhi                                   on 2000/08/29  14:49:59
70271         Log: Retract #6882, broke the safe tests.
70272      Branch: perl
70273            ! ext/Opcode/Safe.pm
70274 ____________________________________________________________________________
70275 [  6887] By: jhi                                   on 2000/08/29  14:47:06
70276         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
70277              From: Gisle Aas <gisle@ActiveState.com> 
70278              Date: 09 Jun 2000 20:00:11 +0200
70279              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
70280      Branch: perl
70281            ! utils/perldoc.PL
70282 ____________________________________________________________________________
70283 [  6886] By: jhi                                   on 2000/08/29  14:42:45
70284         Log: The #6881 removed one dump line.
70285      Branch: perl
70286            ! t/lib/peek.t
70287 ____________________________________________________________________________
70288 [  6885] By: jhi                                   on 2000/08/29  14:30:47
70289         Log: Don't forget to tidy up.
70290      Branch: perl
70291            ! t/lib/ftmp-security.t
70292 ____________________________________________________________________________
70293 [  6884] By: jhi                                   on 2000/08/29  14:25:17
70294         Log: Disabling the one test is a bit tricky.
70295      Branch: perl
70296            ! t/lib/ftmp-security.t
70297 ____________________________________________________________________________
70298 [  6883] By: jhi                                   on 2000/08/29  14:16:25
70299         Log: Disable one of the tests for now.
70300      Branch: perl
70301            ! t/lib/ftmp-security.t
70302 ____________________________________________________________________________
70303 [  6882] By: jhi                                   on 2000/08/29  14:05:50
70304         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
70305              From: gisle@aas.no
70306              Date: 29 Aug 2000 10:35:06 -0000
70307              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
70308      Branch: perl
70309            ! ext/Opcode/Safe.pm
70310 ____________________________________________________________________________
70311 [  6881] By: jhi                                   on 2000/08/29  14:03:51
70312         Log: Subject: [PATCH] Glob dumping
70313              From: Gisle Aas <gisle@ActiveState.com>
70314              Date: 29 Aug 2000 07:59:42 -0000
70315              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
70316      Branch: perl
70317            ! dump.c
70318 ____________________________________________________________________________
70319 [  6880] By: jhi                                   on 2000/08/29  14:02:01
70320         Log: Subject: [PATCH] Warnings in B::Deparse
70321              From: <abigail@foad.org>
70322              Date: Tue, 29 Aug 2000 00:00:01 -0400
70323              Message-ID: <20000829040001.2999.qmail@foad.org>
70324      Branch: perl
70325            ! ext/B/B/Deparse.pm
70326 ____________________________________________________________________________
70327 [  6879] By: jhi                                   on 2000/08/29  13:57:26
70328         Log: Missed a change in #6869.
70329      Branch: perl
70330            ! mg.c
70331 ____________________________________________________________________________
70332 [  6878] By: jhi                                   on 2000/08/29  13:45:04
70333         Log: Subject: Net::protoent does not export 'getproto'
70334              From: Yasushi Nakajima <sey@jkc.co.jp>
70335              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
70336      Branch: perl
70337            ! lib/Net/protoent.pm
70338 ____________________________________________________________________________
70339 [  6877] By: jhi                                   on 2000/08/29  13:39:19
70340         Log: Patches all over for people and the files they (hopefully) care about.
70341      Branch: perl
70342            ! AUTHORS Changes MAINTAIN
70343 ____________________________________________________________________________
70344 [  6876] By: jhi                                   on 2000/08/29  12:53:54
70345         Log: Fix for thinko in #6848.
70346              
70347              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
70348              From: Lupe Christoph <lupe@lupe-christoph.de>
70349              Date: Tue, 29 Aug 2000 09:04:08 +0200
70350              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
70351      Branch: perl
70352            ! ext/Thread/Thread.xs
70353 ____________________________________________________________________________
70354 [  6875] By: jhi                                   on 2000/08/29  12:50:14
70355         Log: Update to Getopt::Long 2.24, from Johan Vromans.
70356      Branch: perl
70357            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
70358 ____________________________________________________________________________
70359 [  6874] By: jhi                                   on 2000/08/29  02:09:53
70360         Log: Use minimal @INC in tests, most of the time just '../lib',
70361              so that we simply can't pick up stuff from other Perls than
70362              the one we are testing.  Pointed out by
70363              
70364              From: Mike Guy <mjtg@cam.ac.uk>
70365              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
70366              Date: Fri, 25 Aug 2000 15:15:59 +0100
70367              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
70368      Branch: perl
70369            ! (edit 185 files)
70370 ____________________________________________________________________________
70371 [  6873] By: jhi                                   on 2000/08/29  01:07:11
70372         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
70373              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70374              Date: Mon, 28 Aug 2000 17:45:52 -0700
70375              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
70376      Branch: perl
70377            ! Makefile.SH hints/os2.sh
70378 ____________________________________________________________________________
70379 [  6872] By: jhi                                   on 2000/08/28  23:33:39
70380         Log: Subject: [PATCH bleedperl@6866] spellings
70381              From: marcel@codewerk.com (Marcel Grunauer)
70382              Date: Tue, 29 Aug 2000 01:19:59 +0200
70383              Message-Id: <200008282319.BAA29862@gandalf.local>
70384      Branch: perl
70385            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
70386            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
70387            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
70388 ____________________________________________________________________________
70389 [  6871] By: jhi                                   on 2000/08/28  23:22:09
70390         Log: Take out the SUIDMAIL thing, that will not be
70391              a problem in 5.7.*.
70392      Branch: perl
70393            ! patchlevel.h
70394 ____________________________________________________________________________
70395 [  6870] By: jhi                                   on 2000/08/28  23:19:30
70396         Log: -S is the silent flag, -s is the strip flag.
70397              
70398              Subject: [PATCH] Re: [PATCH] make no-install          
70399              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70400              Date: Mon, 28 Aug 2000 15:12:55 -0700
70401              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
70402      Branch: perl
70403            ! Makefile.SH
70404 ____________________________________________________________________________
70405 [  6869] By: jhi                                   on 2000/08/28  23:12:05
70406         Log: Subject: [PATCH bleedperl@6856] warnings fixes
70407              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70408              Date: Mon, 28 Aug 2000 23:55:06 +0100
70409              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
70410      Branch: perl
70411            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
70412            ! warnings.h warnings.pl
70413 ____________________________________________________________________________
70414 [  6868] By: jhi                                   on 2000/08/28  21:38:22
70415         Log: Potential cruft.
70416      Branch: perl
70417            ! Makefile.SH
70418 ____________________________________________________________________________
70419 [  6867] By: jhi                                   on 2000/08/28  21:35:36
70420         Log: Update Changes.
70421      Branch: perl
70422            ! Changes patchlevel.h
70423 ____________________________________________________________________________
70424 [  6866] By: jhi                                   on 2000/08/28  21:33:49
70425         Log: Subject: hv.h Doc Patch
70426              From: Fisher Mark <fisherm@tce.com>
70427              Date: Mon, 28 Aug 2000 16:24:59 -0500
70428              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
70429      Branch: perl
70430            ! hv.h
70431 ____________________________________________________________________________
70432 [  6865] By: jhi                                   on 2000/08/28  21:02:15
70433         Log: Add -ld to archname on long tr...double platforms.
70434      Branch: metaconfig
70435            ! U/threads/archname.U
70436      Branch: perl
70437            ! Configure config_h.SH
70438 ____________________________________________________________________________
70439 [  6864] By: jhi                                   on 2000/08/28  20:38:59
70440         Log: An attempt to fix the problem reported in
70441              
70442              Subject: Building perl@6856 using gcc/AIX 4.3.3 
70443              From: Daniel Muino <dmuino@afip.gov.ar> 
70444              Date: Mon, 28 Aug 2000 15:50:01 -0300   
70445              Message-ID: <20000828155001.A14403@con2-dgi>
70446              
70447              I can't test this properly since the gcc installation I have
70448              access to seems to be botched (gcc is calling the AIX cpp,
70449              a losing proposition...)
70450      Branch: perl
70451            ! hints/aix.sh
70452 ____________________________________________________________________________
70453 [  6863] By: jhi                                   on 2000/08/28  18:57:52
70454         Log: Fix for ID 20000828.001, long doubles were not formatted
70455              correctly (showed up in $], which stopped installing perl).
70456      Branch: perl
70457            ! sv.c
70458 ____________________________________________________________________________
70459 [  6862] By: jhi                                   on 2000/08/28  18:07:15
70460         Log: Typo in #6858.
70461      Branch: perl
70462            ! lib/Cwd.pm
70463 ____________________________________________________________________________
70464 [  6861] By: jhi                                   on 2000/08/28  17:57:27
70465         Log: opmini.o may be left around if a build is interrupted.
70466      Branch: perl
70467            ! Makefile.SH
70468 ____________________________________________________________________________
70469 [  6860] By: jhi                                   on 2000/08/28  16:52:50
70470         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
70471              From: Daniel Chetlin <daniel@chetlin.com>
70472              Date: Mon, 28 Aug 2000 01:14:18 -0700
70473              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
70474      Branch: perl
70475            ! lib/overload.pm
70476 ____________________________________________________________________________
70477 [  6859] By: jhi                                   on 2000/08/28  16:08:46
70478         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
70479              From: Nicholas Clark <nick@ccl4.org>
70480              Date: Mon, 28 Aug 2000 16:03:27 +0100
70481              Message-Id: <20000828160327.C49785@plum.flirble.org>
70482      Branch: perl
70483            ! ext/ByteLoader/bytecode.h
70484 ____________________________________________________________________________
70485 [  6858] By: jhi                                   on 2000/08/28  16:02:10
70486         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
70487              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
70488              Date: Mon, 28 Aug 2000 13:08:30 +0200
70489              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
70490      Branch: perl
70491            ! lib/Cwd.pm
70492 ____________________________________________________________________________
70493 [  6857] By: jhi                                   on 2000/08/28  15:42:47
70494         Log: display_format used as a class method without arguments was broken,
70495              reported in
70496              
70497              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
70498              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
70499              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
70500              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
70501      Branch: perl
70502            ! lib/Math/Complex.pm t/lib/complex.t
70503 ____________________________________________________________________________
70504 [  6856] By: jhi                                   on 2000/08/27  22:09:48
70505         Log: Update Changes.
70506      Branch: perl
70507            ! Changes patchlevel.h
70508 ____________________________________________________________________________
70509 [  6855] By: jhi                                   on 2000/08/27  21:59:21
70510         Log: Retract #6853 (false alarm).
70511      Branch: perl
70512            ! lib/ExtUtils/xsubpp
70513 ____________________________________________________________________________
70514 [  6854] By: jhi                                   on 2000/08/27  21:37:44
70515         Log: Update Changes.
70516      Branch: perl
70517            ! Changes patchlevel.h
70518 ____________________________________________________________________________
70519 [  6853] By: jhi                                   on 2000/08/27  21:37:16
70520         Log: Subject: [PATCH perl@6850] workaround for xsubpp
70521              From: Hugo <hv@crypt.compulink.co.uk>
70522              Date: Sun, 27 Aug 2000 22:30:25 +0100
70523              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
70524      Branch: perl
70525            ! lib/ExtUtils/xsubpp
70526 ____________________________________________________________________________
70527 [  6852] By: jhi                                   on 2000/08/27  21:33:58
70528         Log: Big-endian 64-bit patch from Raphael Manfredi.
70529      Branch: perl
70530            ! ext/Storable/Storable.xs
70531 ____________________________________________________________________________
70532 [  6851] By: jhi                                   on 2000/08/27  21:22:21
70533         Log: More ruthless editing from Hugo van der Sanden.
70534      Branch: perl
70535            ! pod/perldelta.pod
70536 ____________________________________________________________________________
70537 [  6850] By: jhi                                   on 2000/08/27  16:11:46
70538         Log: Update Changes.
70539      Branch: perl
70540            ! Changes patchlevel.h
70541 ____________________________________________________________________________
70542 [  6849] By: jhi                                   on 2000/08/27  16:11:05
70543         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
70544      Branch: perl
70545            ! configpm pod/perldelta.pod
70546 ____________________________________________________________________________
70547 [  6848] By: jhi                                   on 2000/08/27  15:35:08
70548         Log: Use the actual thread type, not the pointer-to-struct.
70549      Branch: perl
70550            ! ext/Thread/Thread.xs
70551 ____________________________________________________________________________
70552 [  6847] By: jhi                                   on 2000/08/27  15:30:49
70553         Log: Test nit.
70554      Branch: perl
70555            ! t/pragma/warn/pp_sys
70556 ____________________________________________________________________________
70557 [  6846] By: jhi                                   on 2000/08/27  15:19:02
70558         Log: Passing -R in ldflags makes now it to appear in the default
70559              for lddlflags, just like with -L.
70560              
70561              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70562              From: Lupe Christoph <lupe@lupe-christoph.de>
70563              Date: Sun, 27 Aug 2000 10:28:21 +0200
70564              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
70565      Branch: metaconfig/U/perl
70566            ! dlsrc.U
70567      Branch: perl
70568            ! Configure
70569 ____________________________________________________________________________
70570 [  6845] By: jhi                                   on 2000/08/27  15:08:54
70571         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70572              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70573              Date: Sat, 26 Aug 2000 22:23:27 +0100
70574              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
70575      Branch: perl
70576            ! lib/ExtUtils/MM_Unix.pm
70577 ____________________________________________________________________________
70578 [  6844] By: jhi                                   on 2000/08/27  15:02:37
70579         Log: DJGPP update from Laszlo Molnar.
70580              
70581              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
70582              From: ml1050 <ml1050@freemail.hu>
70583              Date: Sat, 26 Aug 2000 23:24:40 +0200
70584              Message-Id: <20000826232440.A439@freemail.hu>
70585      Branch: perl
70586            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
70587            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
70588 ____________________________________________________________________________
70589 [  6843] By: jhi                                   on 2000/08/27  14:53:58
70590         Log: Subject: installman buglet
70591              From: Lupe Christoph <lupe@lupe-christoph.de>
70592              Date: Sun, 27 Aug 2000 14:38:59 +0200
70593              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
70594      Branch: perl
70595            ! installman
70596 ____________________________________________________________________________
70597 [  6842] By: jhi                                   on 2000/08/27  14:52:08
70598         Log: Can't get the test to reliably work thanks to the
70599              inaccurateness of floating point.  "Resolves" bug ids
70600              20000826.003, 20000826.009, 20000826.010,
70601      Branch: perl
70602            ! t/lib/trig.t
70603 ____________________________________________________________________________
70604 [  6841] By: jhi                                   on 2000/08/26  15:53:58
70605         Log: Update Changes.
70606      Branch: perl
70607            ! Changes patchlevel.h
70608 ____________________________________________________________________________
70609 [  6840] By: jhi                                   on 2000/08/26  14:23:03
70610         Log: grep -e isn't portable.
70611              
70612              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
70613              From: chris@broadband.att.com
70614              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
70615              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
70616      Branch: perl
70617            ! hints/solaris_2.sh
70618 ____________________________________________________________________________
70619 [  6839] By: jhi                                   on 2000/08/26  14:12:23
70620         Log: no-install target a la make -n.
70621              
70622              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
70623              From: <abigail@foad.org>
70624              Date: Sat, 26 Aug 2000 03:57:34 -0400
70625              Message-ID: <20000826075735.18912.qmail@foad.org>
70626      Branch: perl
70627            ! Makefile.SH installman installperl
70628 ____________________________________________________________________________
70629 [  6838] By: jhi                                   on 2000/08/26  14:06:33
70630         Log: Retract #6826 as the #6828 should be do the same
70631              in a More Correct Way.
70632      Branch: perl
70633            ! installperl
70634 ____________________________________________________________________________
70635 [  6837] By: jhi                                   on 2000/08/26  05:24:00
70636         Log: More casting.
70637      Branch: perl
70638            ! ext/Storable/Storable.xs
70639 ____________________________________________________________________________
70640 [  6836] By: jhi                                   on 2000/08/26  05:05:46
70641         Log: Nicer in decimal.
70642      Branch: perl
70643            ! ext/Storable/Storable.xs
70644 ____________________________________________________________________________
70645 [  6835] By: jhi                                   on 2000/08/26  05:03:50
70646         Log: There be no UVdf.
70647      Branch: perl
70648            ! ext/Storable/Storable.xs
70649 ____________________________________________________________________________
70650 [  6834] By: jhi                                   on 2000/08/26  05:00:18
70651         Log: Continue IVdfing and UVxfing.
70652      Branch: perl
70653            ! ext/Storable/Storable.xs
70654 ____________________________________________________________________________
70655 [  6833] By: jhi                                   on 2000/08/26  04:53:14
70656         Log: Use IVdf.
70657      Branch: perl
70658            ! ext/Storable/Storable.xs
70659 ____________________________________________________________________________
70660 [  6832] By: jhi                                   on 2000/08/26  04:40:41
70661         Log: Document PTR2XX and INT2PTR.
70662      Branch: perl
70663            ! pod/perlguts.pod
70664 ____________________________________________________________________________
70665 [  6831] By: jhi                                   on 2000/08/26  04:33:18
70666         Log: Use UVxf, PTR2UV, NVff.
70667      Branch: perl
70668            ! ext/Storable/Storable.xs
70669 ____________________________________________________________________________
70670 [  6830] By: jhi                                   on 2000/08/26  04:31:32
70671         Log: Update the test count.
70672      Branch: perl
70673            ! t/lib/trig.t
70674 ____________________________________________________________________________
70675 [  6829] By: jhi                                   on 2000/08/26  03:05:50
70676         Log: Subject: [PATCH] installation not quite silent yet.
70677              From: <abigail@foad.org>
70678              Date: Fri, 25 Aug 2000 20:07:53 -0400
70679              Message-ID: <20000826000753.7822.qmail@foad.org>
70680      Branch: perl
70681            ! installman installperl
70682 ____________________________________________________________________________
70683 [  6828] By: jhi                                   on 2000/08/26  03:05:14
70684         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70685              From: Spider Boardman <spider@web.zk3.dec.com>
70686              Date: Fri, 25 Aug 2000 19:12:40 -0400
70687              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
70688      Branch: perl
70689            ! gv.c
70690 ____________________________________________________________________________
70691 [  6827] By: jhi                                   on 2000/08/25  23:54:34
70692         Log: Support preserving extremely big/small angles.
70693      Branch: perl
70694            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
70695 ____________________________________________________________________________
70696 [  6826] By: jhi                                   on 2000/08/25  23:01:20
70697         Log: Patch installperl to be long double-aware.
70698              
70699              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70700              From: Spider Boardman <spider@web.zk3.dec.com>
70701              Date: Fri, 25 Aug 2000 18:15:23 -0400
70702              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
70703      Branch: perl
70704            ! installperl
70705 ____________________________________________________________________________
70706 [  6825] By: jhi                                   on 2000/08/25  22:58:25
70707         Log: Remove duplicately applied patch shards.
70708              
70709              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
70710              From: Spider Boardman <spider@leggy.zk3.dec.com>
70711              Date: Fri, 25 Aug 2000 16:45:03 -0400
70712              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
70713      Branch: perl
70714            ! t/lib/cgi-html.t
70715 ____________________________________________________________________________
70716 [  6824] By: jhi                                   on 2000/08/25  22:57:00
70717         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70718              From: Daniel Chetlin <daniel@chetlin.com>
70719              Date: Fri, 25 Aug 2000 12:23:16 -0700
70720              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
70721              
70722              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70723              From: Daniel Chetlin <daniel@chetlin.com>
70724              Date: Fri, 25 Aug 2000 14:47:19 -0700
70725              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
70726      Branch: perl
70727            ! installman
70728 ____________________________________________________________________________
70729 [  6823] By: jhi                                   on 2000/08/25  22:44:17
70730         Log: Timestamp problem?
70731      Branch: perl
70732            ! uconfig.h uconfig.sh
70733 ____________________________________________________________________________
70734 [  6822] By: jhi                                   on 2000/08/25  19:01:06
70735         Log: One forgotten file from #6816.
70736      Branch: perl
70737            ! vos/config.h
70738 ____________________________________________________________________________
70739 [  6821] By: jhi                                   on 2000/08/25  18:56:39
70740         Log: Regen Changes.
70741      Branch: perl
70742            ! Changes patchlevel.h
70743 ____________________________________________________________________________
70744 [  6820] By: jhi                                   on 2000/08/25  18:52:35
70745         Log: Fix Changes ordering.
70746      Branch: perl
70747            ! Changes
70748 ____________________________________________________________________________
70749 [  6819] By: jhi                                   on 2000/08/25  18:50:25
70750         Log: Update Changes.
70751      Branch: perl
70752            ! Changes patchlevel.h
70753 ____________________________________________________________________________
70754 [  6818] By: jhi                                   on 2000/08/25  18:47:45
70755         Log: Tweak the sfio/useperlio logic, hopefully as wished in
70756              
70757              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
70758              From: Nicholas Clark <nick@babyhippo.co.uk>
70759              Date: Fri, 25 Aug 2000 12:01:45 +0100
70760              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
70761      Branch: metaconfig/U/perl
70762            ! d_sfio.U
70763      Branch: perl
70764            ! Configure
70765 ____________________________________________________________________________
70766 [  6817] By: jhi                                   on 2000/08/25  18:32:51
70767         Log: Allow microperl to assume <math.h>, without it the math
70768              functions like floor() are assumed to return int, which makes
70769              for core dumps in machines where integer and floating register
70770              don't mix.
70771      Branch: perl
70772            ! uconfig.h uconfig.sh
70773 ____________________________________________________________________________
70774 [  6816] By: jhi                                   on 2000/08/25  18:27:17
70775         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
70776              the problem reported in
70777              
70778              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
70779              From: danhale@us.ibm.com
70780              Date: Fri, 25 Aug 2000 10:58:06 -0400
70781              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
70782      Branch: metaconfig/U/perl
70783            + d_socks5_init.U
70784      Branch: perl
70785            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
70786            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
70787            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
70788            ! win32/config.gc win32/config.vc
70789 ____________________________________________________________________________
70790 [  6815] By: jhi                                   on 2000/08/25  17:43:31
70791         Log: A solution for the retrieve_fd autosplit warning,
70792              idea suggested by Mike Guy.
70793      Branch: perl
70794            ! ext/Storable/Storable.pm
70795 ____________________________________________________________________________
70796 [  6814] By: jhi                                   on 2000/08/25  17:16:03
70797         Log: Add install-silent target.
70798      Branch: perl
70799            ! Makefile.SH
70800 ____________________________________________________________________________
70801 [  6813] By: jhi                                   on 2000/08/25  17:14:23
70802         Log: Subject: Re: [PATCH] More silencing of installman.
70803              From: <abigail@foad.org>
70804              Date: Thu, 24 Aug 2000 19:27:03 -0400
70805              Message-ID: <20000824232703.7001.qmail@foad.org>
70806              
70807              Subject: Re: [PATCH] More silencing of installman.
70808              From: <abigail@foad.org>
70809              Date: Fri, 25 Aug 2000 03:00:58 -0400
70810              Message-ID: <20000825070058.10697.qmail@foad.org>
70811      Branch: perl
70812            ! installman
70813 ____________________________________________________________________________
70814 [  6812] By: jhi                                   on 2000/08/25  17:11:28
70815         Log: installperl --verbose and --silent.
70816              
70817              Subject: Re: [PATCH] More silencing of installman.
70818              From: <abigail@foad.org>
70819              Message-ID: <20000825064430.9719.qmail@foad.org>
70820              Date: Fri, 25 Aug 2000 02:44:30 -0400
70821      Branch: perl
70822            ! installperl
70823 ____________________________________________________________________________
70824 [  6811] By: jhi                                   on 2000/08/25  17:05:43
70825         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
70826              From: "Peter J. Farley III" <pjfarley@banet.net>
70827              Date: Thu, 24 Aug 2000 21:58:03 -0400
70828              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
70829              
70830              (applied slightly modified)
70831      Branch: perl
70832            ! lib/ExtUtils/MM_Unix.pm
70833 ____________________________________________________________________________
70834 [  6810] By: jhi                                   on 2000/08/25  17:01:18
70835         Log: Missing parts of 
70836              
70837              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
70838              From: Peter Prymmer <pvhp@forte.com>
70839              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
70840              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
70841      Branch: perl
70842            ! t/lib/cgi-html.t
70843 ____________________________________________________________________________
70844 [  6809] By: jhi                                   on 2000/08/25  16:46:32
70845         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
70846              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70847              Date: Thu, 24 Aug 2000 19:13:11 -0500
70848              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
70849      Branch: perl
70850            ! vms/vms.c
70851 ____________________________________________________________________________
70852 [  6808] By: jhi                                   on 2000/08/25  16:39:22
70853         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
70854              From: Peter Prymmer <pvhp@forte.com>
70855              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
70856              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
70857      Branch: perl
70858            ! configure.com
70859 ____________________________________________________________________________
70860 [  6807] By: jhi                                   on 2000/08/25  16:36:37
70861         Log: Better wording for the vec lvalue diagnostic.
70862              
70863              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70864              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
70865              Date: Wed, 23 Aug 2000 14:12:16 -0400
70866              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
70867      Branch: perl
70868            ! pod/perldiag.pod
70869 ____________________________________________________________________________
70870 [  6806] By: jhi                                   on 2000/08/24  18:17:22
70871         Log: Subject: [PATCH] More silencing of installman.
70872              From: <abigail@foad.org>
70873              Date: Thu, 24 Aug 2000 14:01:44 -0400
70874              Message-ID: <20000824180144.20062.qmail@foad.org>
70875      Branch: perl
70876            ! installman
70877 ____________________________________________________________________________
70878 [  6805] By: jhi                                   on 2000/08/24  15:00:31
70879         Log: Update Changes.
70880      Branch: perl
70881            ! Changes patchlevel.h
70882 ____________________________________________________________________________
70883 [  6804] By: jhi                                   on 2000/08/24  14:59:07
70884         Log: Regen perltoc.
70885      Branch: perl
70886            ! pod/perltoc.pod
70887 ____________________________________________________________________________
70888 [  6803] By: jhi                                   on 2000/08/24  14:44:39
70889         Log: Show the doc file, not the temp file.
70890      Branch: perl
70891            ! installman
70892 ____________________________________________________________________________
70893 [  6802] By: jhi                                   on 2000/08/24  14:41:53
70894         Log: Continue silencing.
70895      Branch: perl
70896            ! installman
70897 ____________________________________________________________________________
70898 [  6801] By: jhi                                   on 2000/08/24  14:34:40
70899         Log: Actually do something with the silencer option.
70900      Branch: perl
70901            ! installman
70902 ____________________________________________________________________________
70903 [  6800] By: jhi                                   on 2000/08/24  14:26:22
70904         Log: Make installman to recognize the silence flag -S.
70905      Branch: perl
70906            ! installman
70907 ____________________________________________________________________________
70908 [  6799] By: jhi                                   on 2000/08/24  13:49:38
70909         Log: DOS patches and portability/porting notes, from Tim Jenness.
70910      Branch: perl
70911            ! lib/File/Temp.pm
70912 ____________________________________________________________________________
70913 [  6798] By: jhi                                   on 2000/08/24  13:48:27
70914         Log: Create directories in silence.
70915              
70916              Subject: [PATCH] Another silencer for MakeMaker
70917              From: andreas.koenig@anima.de (Andreas J. Koenig)
70918              Date: 24 Aug 2000 14:18:52 +0200
70919              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
70920      Branch: perl
70921            ! lib/ExtUtils/Command.pm
70922 ____________________________________________________________________________
70923 [  6797] By: jhi                                   on 2000/08/24  13:46:42
70924         Log: More liberal parsing of version numbers.
70925              
70926              Subject: Re: CPAN.pm beta for testing available
70927              From: andreas.koenig@anima.de (Andreas J. Koenig)
70928              Date: 24 Aug 2000 13:51:57 +0200
70929              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
70930      Branch: perl
70931            ! lib/CPAN.pm
70932 ____________________________________________________________________________
70933 [  6796] By: jhi                                   on 2000/08/24  13:44:36
70934         Log: Make "make install" by default silent.  A new "install-verbose"
70935              target is verbose.
70936      Branch: perl
70937            ! Makefile.SH
70938 ____________________________________________________________________________
70939 [  6795] By: jhi                                   on 2000/08/24  13:39:14
70940         Log: Add silencer flags to installperl.
70941              
70942              Subject: [PATCH] Making installperl silent.
70943              From: <abigail@foad.org>
70944              Date: Thu, 24 Aug 2000 05:01:45 -0400
70945              Message-ID: <20000824090145.13141.qmail@foad.org>
70946      Branch: perl
70947            ! installperl
70948 ____________________________________________________________________________
70949 [  6794] By: jhi                                   on 2000/08/24  13:35:50
70950         Log: installperl couldn't tell whether it had run tests or not.
70951              
70952              Subject: [PATCH] Re: installperl and t/TEST
70953              From: <abigail@foad.org>
70954              Date: Thu, 24 Aug 2000 04:00:53 -0400
70955              Message-ID: <20000824080053.2494.qmail@foad.org>
70956      Branch: perl
70957            ! Makefile.SH installperl
70958 ____________________________________________________________________________
70959 [  6793] By: jhi                                   on 2000/08/24  13:27:50
70960         Log: Drop the separate perlbc, perlcc -b should be enough.
70961      Branch: perl
70962            - utils/perlbc.PL
70963            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
70964 ____________________________________________________________________________
70965 [  6792] By: jhi                                   on 2000/08/24  04:41:30
70966         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
70967              plus the typo fix from Peter Prymmer.
70968      Branch: perl
70969            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
70970            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70971 ____________________________________________________________________________
70972 [  6791] By: jhi                                   on 2000/08/24  02:10:43
70973         Log: Replace #6705 with a minimal doc patch.
70974              
70975              Subject: [PATCH 5.6.0] replace change #6705
70976              From: Jan Dubois <jand@ActiveState.com>
70977              Date: Wed, 23 Aug 2000 18:31:51 -0700
70978              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
70979      Branch: perl
70980            ! lib/Win32.pod win32/win32.c
70981 ____________________________________________________________________________
70982 [  6790] By: jhi                                   on 2000/08/23  17:52:00
70983         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70984              From: Mike Guy <mjtg@cam.ac.uk>
70985              Date: Wed, 23 Aug 2000 18:38:46 +0100
70986              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
70987      Branch: perl
70988            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
70989 ____________________________________________________________________________
70990 [  6789] By: jhi                                   on 2000/08/23  15:34:21
70991         Log: Update Changes.
70992      Branch: perl
70993            ! Changes patchlevel.h
70994 ____________________________________________________________________________
70995 [  6788] By: jhi                                   on 2000/08/23  15:33:40
70996         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
70997              From: Wilfredo Sánchez <wsanchez@apple.com>
70998              Date: Tue, 22 Aug 2000 19:31:27 -0700
70999              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
71000      Branch: perl
71001            ! perl.h
71002 ____________________________________________________________________________
71003 [  6787] By: jhi                                   on 2000/08/23  15:29:31
71004         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
71005              From: Spider Boardman <spider@leggy.zk3.dec.com>
71006              Date: Wed, 23 Aug 2000 10:33:23 -0400
71007              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
71008      Branch: perl
71009            ! lib/Pod/Html.pm
71010 ____________________________________________________________________________
71011 [  6786] By: jhi                                   on 2000/08/23  15:28:11
71012         Log: Bad makefile.
71013      Branch: perl
71014            ! ext/B/Makefile.PL
71015 ____________________________________________________________________________
71016 [  6785] By: jhi                                   on 2000/08/23  14:37:04
71017         Log: Update Changes.
71018      Branch: perl
71019            ! Changes patchlevel.h
71020 ____________________________________________________________________________
71021 [  6784] By: jhi                                   on 2000/08/23  13:58:41
71022         Log: Portability fix from Hugo van der Sanden.
71023      Branch: perl
71024            ! ext/re/Makefile.PL
71025 ____________________________________________________________________________
71026 [  6783] By: jhi                                   on 2000/08/23  13:53:53
71027         Log: Storable support, v-version fixes.
71028              
71029              Subject: CPAN.pm beta for testing available
71030              From: andreas.koenig@anima.de (Andreas J. Koenig)
71031              Date: 22 Aug 2000 23:31:33 +0200
71032              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
71033      Branch: perl
71034            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71035 ____________________________________________________________________________
71036 [  6782] By: jhi                                   on 2000/08/23  13:51:26
71037         Log: Mac and other portability updates from Chris Nandor.
71038      Branch: perl
71039            ! pod/perlmodinstall.pod
71040 ____________________________________________________________________________
71041 [  6781] By: jhi                                   on 2000/08/23  13:47:33
71042         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
71043              From: Peter Prymmer <pvhp@forte.com>
71044              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
71045              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
71046      Branch: perl
71047            ! ext/Storable/Storable.xs
71048 ____________________________________________________________________________
71049 [  6780] By: jhi                                   on 2000/08/23  13:33:34
71050         Log: VMS MMS (make) wants null action.
71051      Branch: perl
71052            ! ext/B/Makefile.PL
71053 ____________________________________________________________________________
71054 [  6779] By: jhi                                   on 2000/08/22  19:44:47
71055         Log: Forgot portability nit.
71056      Branch: perl
71057            ! t/lib/st-forgive.t
71058 ____________________________________________________________________________
71059 [  6778] By: jhi                                   on 2000/08/22  19:35:25
71060         Log: Be portable.
71061      Branch: perl
71062            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
71063            ! t/lib/st-store.t
71064 ____________________________________________________________________________
71065 [  6777] By: jhi                                   on 2000/08/22  18:50:53
71066         Log: Update Changes.
71067      Branch: perl
71068            ! Changes patchlevel.h
71069 ____________________________________________________________________________
71070 [  6776] By: jhi                                   on 2000/08/22  18:44:46
71071         Log: cSVOPo_*v things index into the current PL_curpad
71072              under ithreads, which is different from the curpad
71073              used by the XSUB.  (In other words, the code as-is
71074              before this patch wouldn't work under ithreads.)
71075              From Sarathy.
71076      Branch: perl
71077            ! ext/B/B.xs
71078 ____________________________________________________________________________
71079 [  6775] By: jhi                                   on 2000/08/22  18:18:37
71080         Log: Make the selection of NVff et al stricter.
71081      Branch: metaconfig/U/perl
71082            ! perlxvf.U
71083      Branch: perl
71084            ! Configure config_h.SH
71085 ____________________________________________________________________________
71086 [  6774] By: jhi                                   on 2000/08/22  17:19:42
71087         Log: perldelta nits.
71088      Branch: perl
71089            ! pod/perldelta.pod
71090 ____________________________________________________________________________
71091 [  6773] By: jhi                                   on 2000/08/22  17:06:26
71092         Log: Long double fixes from Spider Boardman.
71093              
71094              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
71095              From: system PRIVILEGED account <root@peano.zk3.dec.com>
71096              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
71097              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
71098      Branch: perl
71099            ! t/lib/bigfltpm.t t/lib/st-06compat.t
71100 ____________________________________________________________________________
71101 [  6772] By: jhi                                   on 2000/08/22  15:04:53
71102         Log: Update Changes.
71103      Branch: perl
71104            ! Changes patchlevel.h
71105 ____________________________________________________________________________
71106 [  6771] By: jhi                                   on 2000/08/22  15:01:44
71107         Log: perldelta fixes from Hugo van der Sanden.
71108      Branch: perl
71109            ! pod/perldelta.pod
71110 ____________________________________________________________________________
71111 [  6770] By: jhi                                   on 2000/08/22  14:34:49
71112         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
71113              From: Hugo <hv@crypt.compulink.co.uk>
71114              Date: Tue, 22 Aug 2000 11:21:53 +0100
71115              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
71116      Branch: perl
71117            ! regcomp.c
71118 ____________________________________________________________________________
71119 [  6769] By: jhi                                   on 2000/08/22  14:30:02
71120         Log: Add Yitzchak, reformat.
71121      Branch: perl
71122            ! Changes config_h.SH
71123 ____________________________________________________________________________
71124 [  6768] By: jhi                                   on 2000/08/22  14:21:35
71125         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
71126              and Spider Boardman.
71127      Branch: metaconfig
71128            ! U/compline/d_gconvert.U
71129      Branch: perl
71130            ! Configure
71131 ____________________________________________________________________________
71132 [  6767] By: jhi                                   on 2000/08/22  14:11:24
71133         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
71134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71135              Date: Mon, 21 Aug 2000 19:08:31 -0700
71136              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
71137      Branch: perl
71138            - ext/Storable/patchlevel.h
71139            ! MANIFEST ext/Storable/MANIFEST
71140 ____________________________________________________________________________
71141 [  6766] By: jhi                                   on 2000/08/22  13:49:29
71142         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
71143              From: Peter Prymmer <pvhp@forte.com>
71144              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
71145              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
71146      Branch: perl
71147            ! configure.com ext/Storable/Makefile.PL
71148 ____________________________________________________________________________
71149 [  6765] By: jhi                                   on 2000/08/22  13:44:59
71150         Log: Subject: [PATCH blead] B:: missing dependency
71151              From: Hugo <hv@crypt.compulink.co.uk>
71152              Date: Tue, 22 Aug 2000 06:44:33 +0100
71153              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
71154      Branch: perl
71155            ! ext/B/Makefile.PL
71156 ____________________________________________________________________________
71157 [  6764] By: jhi                                   on 2000/08/22  13:38:12
71158         Log: More bytecompiler.
71159      Branch: perl
71160            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
71161 ____________________________________________________________________________
71162 [  6763] By: jhi                                   on 2000/08/22  13:36:44
71163         Log: Bytecompiler patches from Benjamin Stuhl.
71164      Branch: perl
71165            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
71166            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71167            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
71168            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71169            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
71170            ! perl.c perlapi.h pod/perldelta.pod
71171 ____________________________________________________________________________
71172 [  6762] By: jhi                                   on 2000/08/21  23:43:40
71173         Log: An obsoleted diagnostic.
71174      Branch: perl
71175            ! pod/perldelta.pod
71176 ____________________________________________________________________________
71177 [  6761] By: jhi                                   on 2000/08/21  23:01:45
71178         Log: The #6759 wasn't quite right.
71179      Branch: perl
71180            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
71181            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
71182            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71183            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71184            ! t/lib/st-tieditems.t
71185 ____________________________________________________________________________
71186 [  6760] By: jhi                                   on 2000/08/21  22:35:49
71187         Log: Be verydeepclean.
71188      Branch: perl
71189            ! Makefile.SH
71190 ____________________________________________________________________________
71191 [  6759] By: jhi                                   on 2000/08/21  22:25:40
71192         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
71193              From: Peter Prymmer <pvhp@forte.com>
71194              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
71195              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
71196      Branch: perl
71197            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
71198            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
71199            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71200            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71201            ! t/lib/st-tieditems.t
71202 ____________________________________________________________________________
71203 [  6758] By: jhi                                   on 2000/08/21  22:22:32
71204         Log: Few more casts, need reported in
71205              
71206              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
71207              From: Mike Stok <mike@stok.co.uk>
71208              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
71209              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
71210              
71211              and
71212              
71213              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
71214              From: abigail@foad.org
71215              Date: 21 Aug 2000 21:31:34 -0000
71216              Message-Id: <20000821213134.30170.qmail@foad.org>
71217      Branch: perl
71218            ! ext/Storable/Storable.xs
71219 ____________________________________________________________________________
71220 [  6757] By: jhi                                   on 2000/08/21  18:37:07
71221         Log: Update Changes.
71222      Branch: perl
71223            ! Changes patchlevel.h
71224 ____________________________________________________________________________
71225 [  6756] By: jhi                                   on 2000/08/21  18:34:02
71226         Log: A pod nit.
71227              
71228              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
71229              From: <abigail@foad.org>
71230              Date: Mon, 21 Aug 2000 14:00:16 -0400
71231              Message-ID: <20000821180016.28627.qmail@foad.org>
71232      Branch: perl
71233            ! pod/perlre.pod
71234 ____________________________________________________________________________
71235 [  6755] By: jhi                                   on 2000/08/21  18:30:56
71236         Log: Use PodParser 1.18 new test.
71237      Branch: perl
71238            ! t/pod/special_seqs.t t/pod/special_seqs.xr
71239 ____________________________________________________________________________
71240 [  6754] By: jhi                                   on 2000/08/21  18:28:35
71241         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
71242              patches cannot be applied since #6712 conflicts.
71243      Branch: perl
71244            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
71245 ____________________________________________________________________________
71246 [  6753] By: jhi                                   on 2000/08/21  18:15:11
71247         Log: Weed out some smaller changes.
71248      Branch: perl
71249            ! pod/perldelta.pod
71250 ____________________________________________________________________________
71251 [  6752] By: jhi                                   on 2000/08/21  18:02:30
71252         Log: Also under djgpp the timestamps are funky.
71253      Branch: perl
71254            ! t/op/stat.t
71255 ____________________________________________________________________________
71256 [  6751] By: jhi                                   on 2000/08/21  17:55:56
71257         Log: Tweak the floating point output routine preferences.
71258      Branch: metaconfig
71259            ! U/compline/d_gconvert.U
71260      Branch: perl
71261            ! Configure
71262 ____________________________________________________________________________
71263 [  6750] By: jhi                                   on 2000/08/21  17:51:29
71264         Log: Unicos/mk requires elaborate paranoia.
71265      Branch: perl
71266            ! lib/Math/Complex.pm
71267 ____________________________________________________________________________
71268 [  6749] By: gsar                                  on 2000/08/21  16:53:31
71269         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
71270      Branch: perl
71271            ! lib/Cwd.pm
71272 ____________________________________________________________________________
71273 [  6748] By: gsar                                  on 2000/08/21  16:22:19
71274         Log: free TLS slot properly on Windows
71275      Branch: perl
71276            ! thread.h win32/perllib.c win32/win32thread.h
71277 ____________________________________________________________________________
71278 [  6747] By: jhi                                   on 2000/08/21  16:20:58
71279         Log: Rename the macro argument because some preprocessors
71280              can't tell the difference and expand arguments also inside
71281              double quoted strings.
71282      Branch: perl
71283            ! regcomp.c
71284 ____________________________________________________________________________
71285 [  6746] By: jhi                                   on 2000/08/21  16:09:41
71286         Log: Support long doubles in Storable.
71287              
71288              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
71289              From: Radu Greab <radu@netsoft.ro>
71290              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
71291              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
71292      Branch: perl
71293            ! ext/Storable/Storable.xs
71294 ____________________________________________________________________________
71295 [  6745] By: jhi                                   on 2000/08/21  15:51:40
71296         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
71297              From: "Fifer, Eric" <EFifer@sanwaint.com>
71298              Date: Mon, 21 Aug 2000 15:34:49 +0100
71299              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
71300      Branch: perl
71301            ! t/pragma/warn/9enabled
71302 ____________________________________________________________________________
71303 [  6744] By: jhi                                   on 2000/08/21  15:39:35
71304         Log: Document the endianness of Alpha more precisely.
71305      Branch: perl
71306            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
71307            ! pod/perlport.pod
71308 ____________________________________________________________________________
71309 [  6743] By: jhi                                   on 2000/08/21  14:47:05
71310         Log: perldelta fixes from the p5p crowd.
71311      Branch: perl
71312            ! pod/perldelta.pod pod/perlop.pod
71313 ____________________________________________________________________________
71314 [  6742] By: jhi                                   on 2000/08/21  13:34:51
71315         Log: Update to Pod::LaTeX 0.53.
71316              
71317              Subject: [PATCH] lib/Pod/LaTeX.pm updates
71318              From: Tim Jenness <timj@jach.hawaii.edu>
71319              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
71320              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
71321      Branch: perl
71322            ! lib/Pod/LaTeX.pm
71323 ____________________________________________________________________________
71324 [  6741] By: jhi                                   on 2000/08/21  13:33:01
71325         Log: Subject: [PATCH] os2.c fix for use64bitint
71326              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71327              Date: Mon, 21 Aug 2000 01:32:25 -0700
71328              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
71329      Branch: perl
71330            ! os2/os2.c
71331 ____________________________________________________________________________
71332 [  6740] By: jhi                                   on 2000/08/21  13:28:52
71333         Log: Array context keeps slithering in.
71334              
71335              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
71336              From: Daniel Chetlin <daniel@chetlin.com>
71337              Date: Sun, 20 Aug 2000 21:40:25 -0700
71338              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
71339      Branch: perl
71340            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
71341            ! pod/perldebtut.pod
71342 ____________________________________________________________________________
71343 [  6739] By: jhi                                   on 2000/08/21  13:23:55
71344         Log: Big-endian quad fixes for Storable from Radu Greab,
71345              plus few explicit null casts for picky compilers.
71346      Branch: perl
71347            ! ext/Storable/Storable.xs
71348 ____________________________________________________________________________
71349 [  6738] By: gsar                                  on 2000/08/21  05:56:13
71350         Log: small tweaks for change#6705: avoid C++ style comments in C code;
71351              use Perl's malloc API rather than the low level system one
71352      Branch: perl
71353            ! win32/win32.c
71354 ____________________________________________________________________________
71355 [  6737] By: gsar                                  on 2000/08/21  05:35:41
71356         Log: add Storable to list of extensions on Windows
71357      Branch: perl
71358            ! win32/Makefile win32/makefile.mk
71359 ____________________________________________________________________________
71360 [  6736] By: jhi                                   on 2000/08/21  02:57:53
71361         Log: Update Changes.
71362      Branch: perl
71363            ! Changes patchlevel.h
71364 ____________________________________________________________________________
71365 [  6735] By: jhi                                   on 2000/08/21  02:57:20
71366         Log: Draft 0.
71367      Branch: perl
71368            ! pod/perldelta.pod
71369 ____________________________________________________________________________
71370 [  6734] By: jhi                                   on 2000/08/21  02:57:03
71371         Log: Add Storable 0.7.2 from Raphael Manfredi,
71372              plus the patch from
71373              
71374              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
71375              From: Radu Greab <radu@netsoft.ro>
71376              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
71377              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
71378              
71379              plus changes to get Storable to compile with
71380              picky ANSI compilers.
71381      Branch: perl
71382            + ext/Storable/ChangeLog ext/Storable/MANIFEST
71383            + ext/Storable/Makefile.PL ext/Storable/README
71384            + ext/Storable/Storable.pm ext/Storable/Storable.xs
71385            + ext/Storable/patchlevel.h t/lib/st-06compat.t
71386            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
71387            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
71388            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71389            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71390            + t/lib/st-tieditems.t
71391            ! MANIFEST
71392 ____________________________________________________________________________
71393 [  6733] By: jhi                                   on 2000/08/21  02:29:09
71394         Log: The correct cleaning order is an art.
71395      Branch: perl
71396            ! Makefile.SH
71397 ____________________________________________________________________________
71398 [  6732] By: jhi                                   on 2000/08/21  01:23:39
71399         Log: The #6724 is here.
71400      Branch: perl
71401            ! t/lib/ftmp-security.t
71402 ____________________________________________________________________________
71403 [  6731] By: jhi                                   on 2000/08/20  23:17:03
71404         Log: s/this one/the 5.6.0 release/
71405      Branch: perl
71406            ! pod/perl56delta.pod
71407 ____________________________________________________________________________
71408 [  6730] By: jhi                                   on 2000/08/20  23:07:34
71409         Log: Mention perlebcdic and perlposix-bc.
71410      Branch: perl
71411            ! pod/perlport.pod
71412 ____________________________________________________________________________
71413 [  6729] By: jhi                                   on 2000/08/20  21:32:59
71414         Log: Document the number of exponent digits.
71415      Branch: perl
71416            ! pod/perlfunc.pod
71417 ____________________________________________________________________________
71418 [  6728] By: jhi                                   on 2000/08/20  21:16:47
71419         Log: Use File::Spec->tmpdir().
71420              
71421              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
71422              From: Tim Jenness <timj@jach.hawaii.edu>
71423              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
71424              MIME-Version: 1.0
71425              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
71426      Branch: perl
71427            ! utils/perlbug.PL
71428 ____________________________________________________________________________
71429 [  6727] By: jhi                                   on 2000/08/20  20:43:32
71430         Log: Update Changes.
71431      Branch: perl
71432            ! Changes patchlevel.h
71433 ____________________________________________________________________________
71434 [  6726] By: jhi                                   on 2000/08/20  20:41:44
71435         Log: The veryclean target needs to clobber.
71436      Branch: perl
71437            ! Makefile.SH
71438 ____________________________________________________________________________
71439 [  6725] By: jhi                                   on 2000/08/20  20:37:38
71440         Log: Document odd vs even subreleases and -Dusedevel.
71441      Branch: perl
71442            ! INSTALL
71443 ____________________________________________________________________________
71444 [  6724] By: jhi                                   on 2000/08/20  19:58:05
71445         Log: Use temporary directory instead of current directory.
71446              
71447              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
71448              From: Tim Jenness <timj@jach.hawaii.edu>
71449              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
71450              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
71451      Branch: perl
71452            ! t/lib/ftmp-security.t
71453 ____________________________________________________________________________
71454 [  6723] By: jhi                                   on 2000/08/20  19:55:55
71455         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
71456              From: andreas.koenig@anima.de (Andreas J. Koenig)
71457              Date: 20 Aug 2000 15:52:03 +0200
71458              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
71459      Branch: perl
71460            ! lib/ExtUtils/MM_Unix.pm
71461 ____________________________________________________________________________
71462 [  6722] By: jhi                                   on 2000/08/20  19:46:01
71463         Log: Update to CGI 2.72, from Lincoln Stein.
71464      Branch: perl
71465            ! lib/CGI.pm
71466 ____________________________________________________________________________
71467 [  6721] By: jhi                                   on 2000/08/20  19:43:54
71468         Log: (Replaced by #8364.)
71469              
71470              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
71471              From: Radu Greab <radu@netsoft.ro>
71472              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
71473              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
71474      Branch: perl
71475            ! ext/GDBM_File/GDBM_File.xs
71476 ____________________________________________________________________________
71477 [  6720] By: jhi                                   on 2000/08/20  19:42:01
71478         Log: pp_open() could pass an uninitialized filename down to do_open9().
71479      Branch: perl
71480            ! pp_sys.c
71481 ____________________________________________________________________________
71482 [  6719] By: jhi                                   on 2000/08/20  14:06:41
71483         Log: UTF8 concat fixes.
71484              
71485              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
71486              From: Hugo <hv@crypt.compulink.co.uk>
71487              Date: Sun, 20 Aug 2000 07:30:46 +0100
71488              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
71489      Branch: perl
71490            ! pp_hot.c t/op/append.t
71491 ____________________________________________________________________________
71492 [  6718] By: jhi                                   on 2000/08/20  02:09:37
71493         Log: Let's try #6717 again.
71494      Branch: perl
71495            ! lib/File/Temp.pm
71496 ____________________________________________________________________________
71497 [  6717] By: jhi                                   on 2000/08/20  01:56:55
71498         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
71499              From: "Craig A. Berry" <craig.berry@metamorgs.com>
71500              Date: Sat, 19 Aug 2000 18:15:39 -0500
71501              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
71502      Branch: perl
71503            ! lib/File/Temp.pm
71504 ____________________________________________________________________________
71505 [  6716] By: jhi                                   on 2000/08/19  15:50:11
71506         Log: Update Changes.
71507      Branch: perl
71508            ! Changes patchlevel.h
71509 ____________________________________________________________________________
71510 [  6715] By: jhi                                   on 2000/08/19  15:39:09
71511         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
71512              From: Jonathan D Johnston <jdjohnston2@juno.com>
71513              Date: Thu, 17 Aug 2000 23:13:01 -0400       
71514              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
71515      Branch: perl
71516            ! pod/perlfunc.pod
71517 ____________________________________________________________________________
71518 [  6714] By: jhi                                   on 2000/08/19  15:34:04
71519         Log: Introduce a 'veryclean' target that is like 'distclean'
71520              but also removes *~ and *.orig.
71521      Branch: perl
71522            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
71523            ! utils/Makefile x2p/Makefile.SH
71524 ____________________________________________________________________________
71525 [  6713] By: jhi                                   on 2000/08/19  14:15:45
71526         Log: Put back the long double avoidance code to POSIX.xs
71527              because VMS seems to need it still.
71528      Branch: perl
71529            ! ext/POSIX/POSIX.xs
71530 ____________________________________________________________________________
71531 [  6712] By: jhi                                   on 2000/08/19  14:10:41
71532         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
71533              From: Peter Prymmer <pvhp@forte.com>
71534              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
71535              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
71536      Branch: perl
71537            ! lib/Pod/Find.pm t/pod/find.t
71538 ____________________________________________________________________________
71539 [  6711] By: jhi                                   on 2000/08/19  14:09:19
71540         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
71541              From: Peter Prymmer <pvhp@forte.com>
71542              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
71543              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
71544              cc: vmsperl@perl.org
71545      Branch: perl
71546            ! t/lib/peek.t
71547 ____________________________________________________________________________
71548 [  6710] By: jhi                                   on 2000/08/19  14:08:01
71549         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
71550              From: Jan Dubois <jand@ActiveState.com>
71551              Date: Fri, 18 Aug 2000 16:31:48 -0700
71552              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
71553      Branch: perl
71554            ! win32/win32.c
71555 ____________________________________________________________________________
71556 [  6709] By: jhi                                   on 2000/08/19  14:06:57
71557         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
71558              
71559              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
71560              From: Spider.Boardman@Orb.Nashua.NH.US
71561              Date: Fri, 18 Aug 2000 18:41:14 -0400
71562              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
71563      Branch: perl
71564            ! regcomp.c
71565 ____________________________________________________________________________
71566 [  6708] By: jhi                                   on 2000/08/18  22:04:49
71567         Log: Update Changes.
71568      Branch: perl
71569            ! Changes patchlevel.h
71570 ____________________________________________________________________________
71571 [  6707] By: jhi                                   on 2000/08/18  21:55:14
71572         Log: Add warnif(), check warnings further up the stack,
71573              all the warnings functions now can take an optional object reference.
71574              
71575              Subject: [PATCH bleedperl@6691] warnings pragma update
71576              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
71577              Date: Fri, 18 Aug 2000 22:42:06 +0100
71578              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
71579      Branch: perl
71580            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
71581            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
71582            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
71583 ____________________________________________________________________________
71584 [  6706] By: jhi                                   on 2000/08/18  21:41:45
71585         Log: Typo in pp_complement().
71586              
71587              Subject: [PATCH perl-current] Deparse
71588              From: Peter Scott <Peter@PSDT.com>
71589              Date: Fri, 18 Aug 2000 12:44:37 -0700
71590              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
71591      Branch: perl
71592            ! ext/B/B/Deparse.pm
71593 ____________________________________________________________________________
71594 [  6705] By: jhi                                   on 2000/08/18  21:25:59
71595         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
71596              From: Jan Dubois <jand@ActiveState.com>
71597              Date: Fri, 18 Aug 2000 14:22:51 -0700
71598              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
71599      Branch: perl
71600            ! lib/Win32.pod win32/win32.c
71601 ____________________________________________________________________________
71602 [  6704] By: jhi                                   on 2000/08/18  21:16:14
71603         Log: Don't eat leading os from index entries.
71604              
71605              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
71606              From: Russ Allbery <rra@stanford.edu>
71607              Date: 10 Aug 2000 20:49:25 -0700
71608              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
71609      Branch: perl
71610            ! lib/Pod/Man.pm
71611 ____________________________________________________________________________
71612 [  6703] By: jhi                                   on 2000/08/18  21:07:06
71613         Log: Add [[:blank:]] as suggested in
71614              
71615              Subject: [ID 20000716.024] [=cc=] / [:blank:]
71616              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
71617              Date: Sun, 16 Jul 2000 17:55:29 -0700
71618              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
71619              
71620              (the [=cc=] has already been taken care of by #6439
71621              so the whole bug report can be closed)
71622              
71623              and make [[:space:]] to be equivalent to isspace(3)
71624              (as opposed to \s, which is isSPACE()).  The difference
71625              is that now [[:space:]] matches the mythical vertical tab,
71626              while \s doesn't.
71627      Branch: perl
71628            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
71629            ! regexec.c t/op/pat.t
71630 ____________________________________________________________________________
71631 [  6702] By: jhi                                   on 2000/08/18  18:47:47
71632         Log: The new tests were missing from #6415.
71633      Branch: perl
71634            ! t/op/bop.t
71635 ____________________________________________________________________________
71636 [  6701] By: jhi                                   on 2000/08/18  18:20:40
71637         Log: Document the NDBM_File and ODBM_File as SDBM_File
71638              was documented in #6417.
71639      Branch: perl
71640            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
71641            ! ext/SDBM_File/SDBM_File.pm
71642 ____________________________________________________________________________
71643 [  6700] By: jhi                                   on 2000/08/18  18:10:39
71644         Log: Subject: [PATCH perl@6698] cygwin port
71645              From: "Fifer, Eric" <EFifer@sanwaint.com>
71646              Date: Fri, 18 Aug 2000 17:30:05 +0100
71647              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
71648      Branch: perl
71649            ! lib/File/Temp.pm
71650 ____________________________________________________________________________
71651 [  6699] By: jhi                                   on 2000/08/18  16:21:49
71652         Log: Document code point which makes if (defined %stash::) to work
71653              (noted by Spider Boardman).
71654      Branch: perl
71655            ! op.c
71656 ____________________________________________________________________________
71657 [  6698] By: jhi                                   on 2000/08/18  13:43:27
71658         Log: Update Changes.
71659      Branch: perl
71660            ! Changes patchlevel.h
71661 ____________________________________________________________________________
71662 [  6697] By: jhi                                   on 2000/08/18  13:35:57
71663         Log: Tiny Getopt::Long patch from Johan Vromans.
71664      Branch: perl
71665            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
71666 ____________________________________________________________________________
71667 [  6696] By: jhi                                   on 2000/08/18  13:26:14
71668         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
71669              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
71670              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
71671              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
71672      Branch: perl
71673            ! pod/perldiag.pod pod/perlsyn.pod
71674 ____________________________________________________________________________
71675 [  6695] By: jhi                                   on 2000/08/18  13:13:26
71676         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
71677              From: Daniel Chetlin <daniel@chetlin.com>
71678              Date: Fri, 18 Aug 2000 03:13:36 -0700
71679              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
71680      Branch: perl
71681            ! pod/perlfunc.pod
71682 ____________________________________________________________________________
71683 [  6694] By: jhi                                   on 2000/08/18  13:08:05
71684         Log: Subject: [PATCH] perltrap.pod spring cleaning
71685              From: Daniel Chetlin <daniel@chetlin.com>
71686              Date: Fri, 18 Aug 2000 03:06:54 -0700
71687              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
71688              
71689              plus Mike Guy's nitfix.
71690      Branch: perl
71691            ! pod/perltrap.pod
71692 ____________________________________________________________________________
71693 [  6693] By: jhi                                   on 2000/08/18  13:00:26
71694         Log: Unbuffer the output.
71695              
71696              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
71697              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71698              Date: Thu, 17 Aug 2000 18:39:29 -0700
71699              Message-ID: <RPJn5gzkgydf092yn@efn.org>
71700      Branch: perl
71701            ! t/op/fork.t
71702 ____________________________________________________________________________
71703 [  6692] By: jhi                                   on 2000/08/18  05:19:17
71704         Log: Delete the image, too, not just its MANIFEStation.
71705      Branch: perl
71706            - lib/CGI/eg/wilogo.gif
71707 ____________________________________________________________________________
71708 [  6691] By: jhi                                   on 2000/08/18  05:10:26
71709         Log: Propagate new Configure vars.
71710      Branch: perl
71711            ! configure.com epoc/config.sh uconfig.h uconfig.sh
71712            ! vos/config.def vos/config.h vos/config_h.SH_orig
71713            ! win32/config.bc win32/config.gc win32/config.vc
71714            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71715 ____________________________________________________________________________
71716 [  6690] By: jhi                                   on 2000/08/18  04:30:56
71717         Log: Update Changes.
71718      Branch: perl
71719            ! Changes patchlevel.h
71720 ____________________________________________________________________________
71721 [  6689] By: jhi                                   on 2000/08/18  04:12:30
71722         Log: Fix the lib/complex failure of
71723              
71724              From: abigail@foad.org
71725              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71726              Date: 15 Aug 2000 04:06:38 -0000
71727              Message-Id: <20000815040638.8524.qmail@foad.org> 
71728              
71729              Linux long double accuracy issue: something that
71730              when printed with %g looks like "2" but int() of it is 1.
71731      Branch: perl
71732            ! lib/Math/Complex.pm
71733 ____________________________________________________________________________
71734 [  6688] By: jhi                                   on 2000/08/18  03:15:35
71735         Log: The byteorder code in #6671 was wrong.
71736      Branch: perl
71737            ! configpm
71738 ____________________________________________________________________________
71739 [  6687] By: jhi                                   on 2000/08/18  02:08:42
71740         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
71741              From: Jan Dubois <jand@ActiveState.com>
71742              Date: Thu, 17 Aug 2000 18:31:55 -0700
71743              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
71744      Branch: perl
71745            ! sv.c
71746 ____________________________________________________________________________
71747 [  6686] By: jhi                                   on 2000/08/18  02:04:15
71748         Log: Use NVs in POSIX math, not doubles.
71749              
71750              From: abigail@foad.org
71751              Subject: [ID 20000817.014] POSIX & modfl
71752              Date: 17 Aug 2000 20:49:18 -0000
71753              Message-Id: <20000817204918.23123.qmail@foad.org>
71754      Branch: perl
71755            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71756 ____________________________________________________________________________
71757 [  6685] By: jhi                                   on 2000/08/18  02:02:12
71758         Log: Introduce NVef, NVff, and NVgf, use the middle one.
71759              (helps for lib/peek + Linux + long doubles)  Reported in
71760              
71761              From: abigail@foad.org
71762              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71763              Date: 15 Aug 2000 04:06:38 -0000
71764              Message-Id: <20000815040638.8524.qmail@foad.org> 
71765              
71766              (note: the lib/complex failure has not yet been addressed)
71767      Branch: metaconfig/U/perl
71768            ! perlxvf.U
71769      Branch: perl
71770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71771            ! config_h.SH dump.c perl.h pod/perlguts.pod
71772 ____________________________________________________________________________
71773 [  6684] By: jhi                                   on 2000/08/17  23:22:19
71774         Log: Add byteorder to the myconfig output.
71775      Branch: perl
71776            ! myconfig.SH
71777 ____________________________________________________________________________
71778 [  6683] By: jhi                                   on 2000/08/17  23:20:19
71779         Log: The image doth not exist, spotted by Johan Vromans.
71780      Branch: perl
71781            ! MANIFEST
71782 ____________________________________________________________________________
71783 [  6682] By: jhi                                   on 2000/08/17  22:38:16
71784         Log: Document what the backtick returns if the command fails.
71785      Branch: perl
71786            ! pod/perlop.pod
71787 ____________________________________________________________________________
71788 [  6681] By: jhi                                   on 2000/08/17  22:33:12
71789         Log: Do not use prototyping here.
71790              
71791              Subject: [ID 20000817.016] [PATCH] Peek.xs
71792              From: abigail@foad.org
71793              Date: 17 Aug 2000 20:55:56 -0000
71794              Message-Id: <20000817205556.24270.qmail@foad.org>
71795      Branch: perl
71796            ! ext/Devel/Peek/Makefile.PL
71797 ____________________________________________________________________________
71798 [  6680] By: jhi                                   on 2000/08/17  19:46:43
71799         Log: Don't propose using modules built for 5.005 if no binary
71800              compatibility with 5.005 is attempted.
71801              
71802              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
71803              Subject: Minor nit with 5.7.0 (6655)
71804              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
71805              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
71806      Branch: metaconfig
71807            ! U/installdirs/inc_version_list.U
71808      Branch: perl
71809            ! Configure config_h.SH
71810 ____________________________________________________________________________
71811 [  6679] By: jhi                                   on 2000/08/17  19:16:39
71812         Log: Microperl config update.
71813      Branch: perl
71814            ! uconfig.h uconfig.sh
71815 ____________________________________________________________________________
71816 [  6678] By: jhi                                   on 2000/08/17  19:16:13
71817         Log: The #6648 wasn't protective enough for limited platforms
71818              (like microperl).
71819      Branch: perl
71820            ! dump.c sv.c
71821 ____________________________________________________________________________
71822 [  6677] By: jhi                                   on 2000/08/17  14:46:35
71823         Log: Update Changes.
71824      Branch: perl
71825            ! Changes patchlevel.h
71826 ____________________________________________________________________________
71827 [  6676] By: jhi                                   on 2000/08/17  14:44:02
71828         Log: Add perlebcdic from Peter Prymmer, regen toc.
71829      Branch: perl
71830            + pod/perlebcdic.pod
71831            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71832 ____________________________________________________________________________
71833 [  6675] By: jhi                                   on 2000/08/17  14:41:52
71834         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
71835      Branch: perl
71836            ! pod/perldebtut.pod
71837 ____________________________________________________________________________
71838 [  6674] By: jhi                                   on 2000/08/17  14:29:43
71839         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
71840              
71841              Subject: [ID 20000724.006] -DLEAKTEST problem
71842              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
71843              Date: Tue, 25 Jul 2000 00:36:32 -0500
71844              Message-Id: <20000725003632.A26186@www.llamacom.com>
71845              
71846              Reminder sent
71847              
71848              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
71849              From: Hugo <hv@crypt.compulink.co.uk>
71850              Date: Thu, 17 Aug 2000 15:23:42 +0100
71851              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
71852      Branch: perl
71853            ! util.c
71854 ____________________________________________________________________________
71855 [  6673] By: jhi                                   on 2000/08/17  04:07:10
71856         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
71857              From: John Peacock <JPeacock@UnivPress.com>
71858              Date: Tue, 01 Aug 2000 09:38:12 -0400
71859              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
71860      Branch: perl
71861            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
71862 ____________________________________________________________________________
71863 [  6672] By: jhi                                   on 2000/08/17  03:04:35
71864         Log: Subject: [PATCH] Cwd.pm now uses strict
71865              From: Tim Jenness <timj@jach.hawaii.edu>
71866              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
71867              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
71868      Branch: perl
71869            ! lib/Cwd.pm
71870 ____________________________________________________________________________
71871 [  6671] By: jhi                                   on 2000/08/17  02:16:35
71872         Log: Make $Config{byteorder} more magical so that it is
71873              dynamically computed: nice for 'fat binaries'.
71874              
71875              Subject: [PATCH]: default byteorder
71876              From: Wilfredo Sánchez <wsanchez@apple.com>
71877              Date: Mon, 31 Jul 2000 19:45:31 -0700
71878              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
71879      Branch: perl
71880            ! configpm
71881 ____________________________________________________________________________
71882 [  6670] By: gsar                                  on 2000/08/17  01:22:21
71883         Log: move WNOHANG definition to where other such things are
71884      Branch: perl
71885            ! win32/win32.h
71886 ____________________________________________________________________________
71887 [  6669] By: jhi                                   on 2000/08/17  01:19:17
71888         Log: Update Changes.
71889      Branch: perl
71890            ! Changes patchlevel.h
71891 ____________________________________________________________________________
71892 [  6668] By: jhi                                   on 2000/08/17  01:16:29
71893         Log: Doc nits spotted by Richard Soderberg.
71894      Branch: perl
71895            ! README.posix-bc README.vmesa
71896 ____________________________________________________________________________
71897 [  6667] By: jhi                                   on 2000/08/17  01:12:11
71898         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
71899              From: "Casey R. Tweten" <crt@kiski.net>
71900              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
71901              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
71902      Branch: perl
71903            ! pod/perldebtut.pod
71904 ____________________________________________________________________________
71905 [  6666] By: jhi                                   on 2000/08/17  01:09:31
71906         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
71907              From: "Casey R. Tweten" <crt@kiski.net>
71908              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
71909              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
71910      Branch: perl
71911            ! lib/Shell.pm
71912 ____________________________________________________________________________
71913 [  6665] By: gsar                                  on 2000/08/17  01:03:52
71914         Log: add "ok" targets from change#6632 in makefile.mk
71915      Branch: perl
71916            ! pod/perlport.pod win32/Makefile win32/makefile.mk
71917 ____________________________________________________________________________
71918 [  6664] By: gsar                                  on 2000/08/17  00:56:11
71919         Log: avoid warnings from dense compiler
71920      Branch: perl
71921            ! win32/win32.c
71922 ____________________________________________________________________________
71923 [  6663] By: jhi                                   on 2000/08/17  00:51:49
71924         Log: Tweak the regex compilation errors once more.
71925      Branch: perl
71926            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
71927            ! t/op/regmesg.t t/pragma/warn/regcomp
71928 ____________________________________________________________________________
71929 [  6662] By: gsar                                  on 2000/08/17  00:28:19
71930         Log: trailing new %ENV entries weren't being pushed into the real
71931              environment of subprocesses on Windows
71932      Branch: perl
71933            ! t/op/magic.t win32/perlhost.h
71934 ____________________________________________________________________________
71935 [  6661] By: gsar                                  on 2000/08/17  00:19:20
71936         Log: waitpid() now handles externally spawned pids correctly;
71937              fixes for backtick/wait/waitpid failures on Windows 9x
71938              
71939              these changes make the pid returned by process functions on
71940              Windows 9x always positive by clearing the high bit (which
71941              is always set on Win9x); pseudo-process PIDs are likewise
71942              always negative now on Win9x (just as on NT/2000)
71943      Branch: perl
71944            ! pp_sys.c win32/perlhost.h win32/win32.c
71945 ____________________________________________________________________________
71946 [  6660] By: jhi                                   on 2000/08/17  00:04:32
71947         Log: Retract #6645.
71948      Branch: perl
71949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71950            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
71951            ! t/op/sprintf.t
71952 ____________________________________________________________________________
71953 [  6659] By: gsar                                  on 2000/08/16  23:59:28
71954         Log: on windows, the return values from wait() and waitpid() don't
71955              match those of pseudo-pids
71956      Branch: perl
71957            ! pp_sys.c t/op/fork.t util.c win32/win32.c
71958 ____________________________________________________________________________
71959 [  6658] By: gsar                                  on 2000/08/16  23:56:14
71960         Log: pod nit seen in passing
71961      Branch: perl
71962            ! pod/perlfunc.pod
71963 ____________________________________________________________________________
71964 [  6657] By: gsar                                  on 2000/08/16  23:53:42
71965         Log: change#6328 could make close(SOCKET) return false on windows
71966              when it shouldn't
71967      Branch: perl
71968            ! win32/win32sck.c
71969 ____________________________________________________________________________
71970 [  6656] By: gsar                                  on 2000/08/16  23:46:57
71971         Log: check that the number pseudo children doesn't exceed
71972              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
71973              the WaitForMultipleObjects() limit that would cause wait()
71974              to crash)
71975              
71976              wait() and waitpid() could potentially be rewritten to use
71977              more than one thread to do the waiting to eliminate this
71978              limitation
71979      Branch: perl
71980            ! win32/perlhost.h
71981 ____________________________________________________________________________
71982 [  6655] By: jhi                                   on 2000/08/16  14:11:05
71983         Log: Update Changes.
71984      Branch: perl
71985            ! Changes patchlevel.h
71986 ____________________________________________________________________________
71987 [  6654] By: jhi                                   on 2000/08/16  14:10:12
71988         Log: Update to perldebtut 1.9, from Richard Foley.
71989      Branch: perl
71990            ! pod/perldebtut.pod
71991 ____________________________________________________________________________
71992 [  6653] By: jhi                                   on 2000/08/16  14:08:17
71993         Log: Change the regx compilation error markers to use = instead of <
71994              since pod makes using the latter quite messy.  Reported in
71995              ID 20000814.006 by Abigail and in
71996              Subject: Unknown escape E<> ?
71997              From: Lupe Christoph <lupe@lupe-christoph.de>
71998              Date: Fri, 11 Aug 2000 00:30:27 +0200
71999              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
72000      Branch: perl
72001            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
72002            ! t/op/regmesg.t t/pragma/warn/regcomp
72003 ____________________________________________________________________________
72004 [  6652] By: jhi                                   on 2000/08/16  13:25:31
72005         Log: Change the perlbug address to perl.org since it's more forgiving.
72006              
72007              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
72008              From: abigail@foad.org
72009              Date: 15 Aug 2000 04:15:40 -0000
72010              Message-Id: <20000815041540.8633.qmail@foad.org>
72011      Branch: perl
72012            ! utils/perlbug.PL
72013 ____________________________________________________________________________
72014 [  6651] By: jhi                                   on 2000/08/16  13:22:35
72015         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
72016              From: Tim Jenness <timj@jach.hawaii.edu>
72017              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
72018              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
72019      Branch: perl
72020            ! lib/Cwd.pm
72021 ____________________________________________________________________________
72022 [  6650] By: jhi                                   on 2000/08/16  13:18:13
72023         Log: Update to CPAN 1.57.
72024              
72025              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
72026              From: andreas.koenig@anima.de (Andreas J. Koenig)
72027              Date: 16 Aug 2000 15:09:46 +0200
72028              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
72029      Branch: perl
72030            ! lib/CPAN.pm
72031 ____________________________________________________________________________
72032 [  6649] By: jhi                                   on 2000/08/16  13:12:31
72033         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
72034              From: "Larry W. Virden" <lvirden@cas.org>
72035              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
72036              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
72037      Branch: perl
72038            ! README.hpux
72039 ____________________________________________________________________________
72040 [  6648] By: jhi                                   on 2000/08/16  13:03:53
72041         Log: The numeric locale was reset to "C" by s?printf and never restored.
72042              
72043              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
72044              From: Christian Kirsch <ck@held.mind.de>
72045              Date: Wed, 9 Aug 2000 17:05:17 +0200
72046              Message-Id: <20000809170517.A25389@held>
72047              
72048              No test since adding the failing example to locale.t
72049              does not fail -- probably because the locale settings are so
72050              thoroughly tweaked by that time.  Running the example standalone
72051              does fail, though.  UPDATE: test case added at change #7540.
72052      Branch: perl
72053            ! dump.c perl.h pp.c pp_ctl.c sv.c
72054 ____________________________________________________________________________
72055 [  6647] By: jhi                                   on 2000/08/16  00:07:54
72056         Log: Update Changes and test semi-automatic patchlevel updating.
72057      Branch: perl
72058            ! Changes patchlevel.h
72059 ____________________________________________________________________________
72060 [  6646] By: jhi                                   on 2000/08/15  23:35:07
72061         Log: Fix a dependency problem.
72062              
72063              Subject: [PATCH: 6640] VMS Makefile.SH update
72064              From: Peter Prymmer <pvhp@forte.com>
72065              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
72066              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
72067      Branch: perl
72068            ! vms/descrip_mms.template
72069 ____________________________________________________________________________
72070 [  6645] By: jhi                                   on 2000/08/15  23:33:23
72071         Log: (Retracted by #6660)
72072              
72073              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
72074              From: Dominic Dunlop <domo@computer.org>
72075              Date: Tue, 15 Aug 2000 22:20:52 +0200
72076              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
72077      Branch: metaconfig/U/perl
72078            + d_printfed.U
72079      Branch: perl
72080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72081            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
72082            ! t/op/sprintf.t
72083 ____________________________________________________________________________
72084 [  6644] By: jhi                                   on 2000/08/15  21:17:20
72085         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
72086              From: abigail@foad.org
72087              Date: 15 Aug 2000 20:12:41 -0000
72088              Message-Id: <20000815201241.25556.qmail@foad.org>
72089      Branch: perl
72090            ! INSTALL
72091 ____________________________________________________________________________
72092 [  6643] By: jhi                                   on 2000/08/15  21:15:28
72093         Log: (an already applied patch)
72094      Branch: perl
72095            ! lib/CGI.pm
72096 ____________________________________________________________________________
72097 [  6642] By: gsar                                  on 2000/08/15  19:54:05
72098         Log: magic callbacks all need to have same type signature
72099      Branch: perl
72100            ! embed.pl mg.c proto.h
72101 ____________________________________________________________________________
72102 [  6641] By: jhi                                   on 2000/08/15  17:56:27
72103         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)
72104              From: Mike Guy <mjtg@cam.ac.uk>
72105              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
72106              Date: Tue, 15 Aug 2000 18:26:45 +0100
72107              
72108              Only the peek.t part applied, not the hash quality part.
72109      Branch: perl
72110            ! t/lib/peek.t
72111 ____________________________________________________________________________
72112 [  6640] By: jhi                                   on 2000/08/15  16:37:37
72113         Log: Update Changes.
72114      Branch: perl
72115            ! Changes
72116 ____________________________________________________________________________
72117 [  6639] By: jhi                                   on 2000/08/15  16:34:55
72118         Log: Missed a file from #6638.
72119      Branch: perl
72120            ! lib/File/Temp.pm
72121 ____________________________________________________________________________
72122 [  6638] By: jhi                                   on 2000/08/15  16:33:19
72123         Log: Subject: [PATCH perl@6620] cygwin port
72124              From: "Fifer, Eric" <EFifer@sanwaint.com>
72125              Date: Tue, 15 Aug 2000 17:00:49 +0100
72126              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
72127      Branch: perl
72128            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
72129 ____________________________________________________________________________
72130 [  6637] By: jhi                                   on 2000/08/15  16:29:22
72131         Log: Subject: [PATCH] debugger exit code should reflect user exit code
72132              From: Mike Guy <mjtg@cam.ac.uk>
72133              Date: Tue, 15 Aug 2000 16:55:59 +0100
72134              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
72135      Branch: perl
72136            ! lib/perl5db.pl
72137 ____________________________________________________________________________
72138 [  6636] By: jhi                                   on 2000/08/15  15:30:58
72139         Log: Update Changes.
72140      Branch: perl
72141            ! Changes
72142 ____________________________________________________________________________
72143 [  6635] By: jhi                                   on 2000/08/15  15:27:21
72144         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
72145      Branch: metaconfig
72146            ! U/mkglossary U/mksample
72147      Branch: metaconfig/U/perl
72148            ! Devel.U
72149      Branch: perl
72150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72151 ____________________________________________________________________________
72152 [  6634] By: jhi                                   on 2000/08/15  14:11:55
72153         Log: Don't blow limited stacks, a lower number is enough to
72154              tickle the lookbehind limit.
72155              
72156              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
72157              From: Dominic Dunlop <domo@computer.org>
72158              Date: Tue, 15 Aug 2000 13:51:24 +0200
72159              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
72160      Branch: perl
72161            ! t/op/regmesg.t
72162 ____________________________________________________________________________
72163 [  6633] By: jhi                                   on 2000/08/15  14:01:46
72164         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
72165              From: Mike Guy <mjtg@cam.ac.uk>
72166              Date: Tue, 15 Aug 2000 12:10:50 +0100
72167              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
72168      Branch: perl
72169            ! utils/perldoc.PL
72170 ____________________________________________________________________________
72171 [  6632] By: jhi                                   on 2000/08/15  13:58:48
72172         Log: make ok etc also for win32.
72173              
72174              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
72175              From: Prymmer/Kahn <pvhp@best.com>
72176              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
72177              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
72178      Branch: perl
72179            ! win32/Makefile
72180 ____________________________________________________________________________
72181 [  6631] By: jhi                                   on 2000/08/15  13:45:03
72182         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
72183      Branch: perl
72184            ! lib/Test.pm
72185 ____________________________________________________________________________
72186 [  6630] By: jhi                                   on 2000/08/15  03:25:09
72187         Log: Update Changes.
72188      Branch: perl
72189            ! Changes
72190 ____________________________________________________________________________
72191 [  6629] By: jhi                                   on 2000/08/15  03:23:53
72192         Log: magic_regdatum_set() is void, not int.
72193      Branch: perl
72194            ! embed.pl mg.c proto.h
72195 ____________________________________________________________________________
72196 [  6628] By: jhi                                   on 2000/08/15  03:08:02
72197         Log: Make the user to give up his firstborn, err, to knowingly
72198              verify installing an unstable developer release.  Also bump
72199              the release to 5.7.0, but leave a patch tag in the local
72200              patches saying that this is not yet the real thing.
72201      Branch: metaconfig
72202            ! U/modified/Instruct.U
72203      Branch: metaconfig/U/perl
72204            + Devel.U
72205      Branch: perl
72206            ! Configure patchlevel.h
72207 ____________________________________________________________________________
72208 [  6627] By: jhi                                   on 2000/08/14  22:32:52
72209         Log: README.os2 update.
72210              
72211              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
72212              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72213              Date: Wed, 02 Aug 2000 21:55:09 -0700
72214              Message-ID: <tsPi5gzkgegX092yn@efn.org>
72215      Branch: perl
72216            ! README.os2
72217 ____________________________________________________________________________
72218 [  6626] By: jhi                                   on 2000/08/14  21:00:02
72219         Log: Subject: Re: File::Temp problems on VMS in bleedperl
72220              From: Tim Jenness <timj@jach.hawaii.edu>
72221              cc: vmsperl@perl.org
72222              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
72223              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
72224      Branch: perl
72225            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
72226 ____________________________________________________________________________
72227 [  6625] By: jhi                                   on 2000/08/14  20:52:16
72228         Log: Add SUIDMAIL as was done for the CERT alert.
72229      Branch: perl
72230            ! patchlevel.h
72231 ____________________________________________________________________________
72232 [  6624] By: jhi                                   on 2000/08/14  20:48:50
72233         Log: Subject: sfio2000
72234              From: Daniel Muino <dmuino@afip.gov.ar>
72235              Date: Mon, 14 Aug 2000 16:58:11 -0300
72236              Message-ID: <20000814165811.B16368@con2-dgi>
72237      Branch: perl
72238            ! perlsdio.h perlsfio.h
72239 ____________________________________________________________________________
72240 [  6623] By: jhi                                   on 2000/08/14  20:47:36
72241         Log: Subject: warning: storage class after type is obsolescent
72242              From: Daniel Muino <dmuino@afip.gov.ar>
72243              Date: Mon, 14 Aug 2000 16:42:47 -0300
72244              Message-ID: <20000814164247.A16368@con2-dgi>
72245      Branch: perl
72246            ! regcomp.pl regnodes.h
72247 ____________________________________________________________________________
72248 [  6622] By: jhi                                   on 2000/08/14  20:43:05
72249         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
72250              From: abigail@foad.org
72251              Date: 14 Aug 2000 20:00:10 -0000
72252              Message-Id: <20000814200010.27271.qmail@foad.org>
72253      Branch: perl
72254            ! Changes
72255 ____________________________________________________________________________
72256 [  6621] By: jhi                                   on 2000/08/14  15:23:05
72257         Log: Update Changes.
72258      Branch: perl
72259            ! Changes
72260 ____________________________________________________________________________
72261 [  6620] By: jhi                                   on 2000/08/14  15:22:14
72262         Log: Subject: Re: [PATCH] @+, @- readonly
72263              From: Mike Guy <mjtg@cam.ac.uk>
72264              Date: Mon, 14 Aug 2000 15:26:55 +0100
72265              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
72266      Branch: perl
72267            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
72268            ! sv.c t/op/pat.t
72269 ____________________________________________________________________________
72270 [  6619] By: jhi                                   on 2000/08/14  14:12:08
72271         Log: Update Changes.
72272      Branch: perl
72273            ! Changes
72274 ____________________________________________________________________________
72275 [  6618] By: jhi                                   on 2000/08/14  14:09:34
72276         Log: For now remove the mail code.
72277      Branch: perl
72278            ! perl.c
72279 ____________________________________________________________________________
72280 [  6617] By: jhi                                   on 2000/08/14  14:08:28
72281         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
72282      Branch: perl
72283            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
72284            ! pod/perlfaq8.pod pod/perlsec.pod
72285 ____________________________________________________________________________
72286 [  6616] By: jhi                                   on 2000/08/14  14:00:11
72287         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
72288              From: Mike Guy <mjtg@cam.ac.uk>
72289              Date: Mon, 14 Aug 2000 08:26:02 +0100
72290              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
72291      Branch: perl
72292            ! lib/perl5db.pl
72293 ____________________________________________________________________________
72294 [  6615] By: jhi                                   on 2000/08/14  13:58:45
72295         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
72296              From: Mike Guy <mjtg@cam.ac.uk>
72297              Date: Mon, 14 Aug 2000 08:04:22 +0100
72298              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
72299      Branch: perl
72300            ! gv.c mg.c t/op/pat.t
72301 ____________________________________________________________________________
72302 [  6614] By: jhi                                   on 2000/08/14  13:56:45
72303         Log: Subject: Test fails / warnings with perl-current #6612
72304              From: Mike Guy <mjtg@cam.ac.uk>
72305              Date: Mon, 14 Aug 2000 07:57:23 +0100
72306              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
72307      Branch: perl
72308            ! t/lib/b.t t/lib/peek.t
72309 ____________________________________________________________________________
72310 [  6613] By: jhi                                   on 2000/08/14  13:45:33
72311         Log: VMS configure.com update continues.
72312      Branch: perl
72313            - vms/configure.com
72314            ! MANIFEST configure.com
72315 ____________________________________________________________________________
72316 [  6612] By: jhi                                   on 2000/08/13  22:13:35
72317         Log: Update Changes.
72318      Branch: perl
72319            ! Changes
72320 ____________________________________________________________________________
72321 [  6611] By: jhi                                   on 2000/08/13  16:21:45
72322         Log: Upgrade to CGI 2.71, from Lincoln Stein.
72323      Branch: perl
72324            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
72325 ____________________________________________________________________________
72326 [  6610] By: jhi                                   on 2000/08/13  15:09:16
72327         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
72328              From: Mike Guy <mjtg@cam.ac.uk>
72329              Date: Sun, 13 Aug 2000 13:45:51 +0100
72330              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
72331      Branch: perl
72332            ! t/op/regmesg.t
72333 ____________________________________________________________________________
72334 [  6609] By: jhi                                   on 2000/08/13  14:31:26
72335         Log: Andreas says that 1.56 is fine, so reverting back to it.
72336      Branch: perl
72337            ! lib/CPAN.pm
72338 ____________________________________________________________________________
72339 [  6608] By: jhi                                   on 2000/08/13  05:34:20
72340         Log: Update Changes.
72341      Branch: perl
72342            ! Changes
72343 ____________________________________________________________________________
72344 [  6607] By: jhi                                   on 2000/08/13  05:32:01
72345         Log: Put back the \z changes of #5406 to CPAN.pm.
72346      Branch: perl
72347            ! lib/CPAN.pm
72348 ____________________________________________________________________________
72349 [  6606] By: jhi                                   on 2000/08/13  05:20:16
72350         Log: Fix-n-skip the tests under 5005threads.
72351      Branch: perl
72352            ! t/lib/b.t
72353 ____________________________________________________________________________
72354 [  6605] By: jhi                                   on 2000/08/13  05:07:48
72355         Log: Fix the test for 5005threads.
72356      Branch: perl
72357            ! t/lib/peek.t
72358 ____________________________________________________________________________
72359 [  6604] By: jhi                                   on 2000/08/13  03:35:37
72360         Log: Should have deleted this in #6603.
72361      Branch: perl
72362            - vms/subconfigure.com
72363 ____________________________________________________________________________
72364 [  6603] By: jhi                                   on 2000/08/12  18:29:32
72365         Log: Rewrite of vms/subconfigure.com as configure.com,
72366              from Peter Prymmer and the vmsperl crew.
72367      Branch: perl
72368            + vms/configure.com
72369            ! MANIFEST
72370 ____________________________________________________________________________
72371 [  6602] By: jhi                                   on 2000/08/11  13:00:01
72372         Log: PlainText.pm is dead.
72373      Branch: perl
72374            - lib/Pod/PlainText.pm
72375            ! MANIFEST
72376 ____________________________________________________________________________
72377 [  6601] By: jhi                                   on 2000/08/11  04:06:45
72378         Log: Update Changes.
72379      Branch: perl
72380            ! Changes
72381 ____________________________________________________________________________
72382 [  6600] By: jhi                                   on 2000/08/11  04:06:10
72383         Log: Add a few missing files, update MANIFEST.
72384      Branch: perl
72385            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
72386            + lib/Pod/PlainText.pm t/pod/find.t
72387            ! MANIFEST t/op/regmesg.t
72388 ____________________________________________________________________________
72389 [  6599] By: jhi                                   on 2000/08/11  03:31:10
72390         Log: Add Perl debugging tutorial, regen toc. 
72391              
72392              Subject: perldebtut.pod
72393              From: Richard Foley <Richard.Foley@m.dasa.de>
72394              Date: Wed, 09 Aug 2000 10:17:15 +0200
72395              Message-id: <3991138B.262247B8@m.dasa.de>
72396      Branch: perl
72397            + pod/perldebtut.pod
72398            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72399 ____________________________________________________________________________
72400 [  6598] By: jhi                                   on 2000/08/11  02:48:56
72401         Log: tiny Changes edit
72402      Branch: perl
72403            ! Changes
72404 ____________________________________________________________________________
72405 [  6597] By: jhi                                   on 2000/08/11  02:39:04
72406         Log: Tests for #6589.
72407              
72408              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72409              From: simon@brecon.co.uk (Simon Cozens)
72410              Date: 11 Aug 2000 02:24:52 GMT
72411              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
72412      Branch: perl
72413            ! t/lib/b.t
72414 ____________________________________________________________________________
72415 [  6596] By: jhi                                   on 2000/08/11  01:50:07
72416         Log: Update Changes.
72417      Branch: perl
72418            ! Changes
72419 ____________________________________________________________________________
72420 [  6595] By: jhi                                   on 2000/08/11  01:47:16
72421         Log: nitfix
72422      Branch: perl
72423            ! Changes
72424 ____________________________________________________________________________
72425 [  6594] By: jhi                                   on 2000/08/11  01:36:16
72426         Log: Subject: Getting perlio and threads to compile
72427              From: Lupe Christoph <lupe@lupe-christoph.de>
72428              Date: Wed, 9 Aug 2000 11:35:54 +0200
72429              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
72430              
72431              (the Solaris version changes in Configure skipped)
72432      Branch: perl
72433            ! hints/solaris_2.sh thread.h
72434 ____________________________________________________________________________
72435 [  6593] By: jhi                                   on 2000/08/11  01:30:16
72436         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
72437              From: simon@brecon.co.uk (Simon Cozens)
72438              Date: 1 Aug 2000 06:55:19 GMT
72439              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
72440      Branch: perl
72441            ! lib/utf8.pm
72442 ____________________________________________________________________________
72443 [  6592] By: jhi                                   on 2000/08/11  01:26:39
72444         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
72445              From: Peter Scott <Peter@PeterScott.com>
72446              Date: Thu, 10 Aug 2000 08:23:27 -0700
72447              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
72448      Branch: perl
72449            ! lib/perl5db.pl
72450 ____________________________________________________________________________
72451 [  6591] By: jhi                                   on 2000/08/11  01:22:02
72452         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
72453              From: Hugo <hv@crypt.compulink.co.uk>
72454              Date: Thu, 10 Aug 2000 19:23:04 +0100
72455              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
72456      Branch: perl
72457            ! regexec.c t/op/pat.t
72458 ____________________________________________________________________________
72459 [  6590] By: jhi                                   on 2000/08/11  01:19:19
72460         Log: Preprocessing and postprocessing for File::Find.
72461              
72462              Subject: Patch to Find::File.pm to allow alphabetical results
72463              From: Joe Smith <jsmith@inwap.com>
72464              Date: Wed, 9 Aug 2000 02:44:54 -0700
72465              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
72466      Branch: perl
72467            ! lib/File/Find.pm
72468 ____________________________________________________________________________
72469 [  6589] By: jhi                                   on 2000/08/11  01:12:39
72470         Log: B::Deparse didn't do sub attributes.
72471              
72472              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72473              From: simon@brecon.co.uk (Simon Cozens)
72474              Date: 9 Aug 2000 04:49:20 GMT
72475              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
72476      Branch: perl
72477            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
72478 ____________________________________________________________________________
72479 [  6588] By: jhi                                   on 2000/08/11  01:06:40
72480         Log: Subject: debugger "d" command doesnt check line number
72481              From: Mike Guy <mjtg@cam.ac.uk>
72482              Date: Tue, 08 Aug 2000 21:54:29 +0100
72483              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
72484      Branch: perl
72485            ! lib/perl5db.pl mg.c pod/perldiag.pod
72486 ____________________________________________________________________________
72487 [  6587] By: jhi                                   on 2000/08/11  00:45:03
72488         Log: sleep(1) does not necessarily return 1.
72489              
72490              Subject: [PATCH bleadperl] op/lex_assign.t  
72491              From: Hugo <hv@crypt.compulink.co.uk>
72492              Date: Thu, 03 Aug 2000 14:34:22 +0100        
72493              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
72494      Branch: perl
72495            ! t/op/lex_assign.t
72496 ____________________________________________________________________________
72497 [  6586] By: jhi                                   on 2000/08/11  00:31:50
72498         Log: Document the IO::Select timeout.
72499      Branch: perl
72500            ! ext/IO/lib/IO/Select.pm
72501 ____________________________________________________________________________
72502 [  6585] By: jhi                                   on 2000/08/11  00:13:54
72503         Log: Forgot contributor.
72504      Branch: perl
72505            ! Changes
72506 ____________________________________________________________________________
72507 [  6584] By: jhi                                   on 2000/08/11  00:09:19
72508         Log: detypo
72509      Branch: perl
72510            ! Changes
72511 ____________________________________________________________________________
72512 [  6583] By: jhi                                   on 2000/08/11  00:07:53
72513         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
72514              
72515              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
72516              From: Mike Guy <mjtg@cam.ac.uk> 
72517              Date: Thu, 10 Aug 2000 15:50:54 +0100
72518              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
72519      Branch: perl
72520            ! sv.c t/op/int.t
72521 ____________________________________________________________________________
72522 [  6582] By: jhi                                   on 2000/08/10  23:29:32
72523         Log: Update Changes.
72524      Branch: perl
72525            ! Changes
72526 ____________________________________________________________________________
72527 [  6581] By: jhi                                   on 2000/08/10  23:26:16
72528         Log: Put back the std @INC thing.
72529      Branch: perl
72530            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
72531            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
72532            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
72533            ! t/lib/gol-oo.t
72534 ____________________________________________________________________________
72535 [  6580] By: jhi                                   on 2000/08/10  23:03:34
72536         Log: Update to CGI 2.70, from Lincoln Stein.
72537      Branch: perl
72538            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
72539            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
72540            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
72541            ! t/lib/cgi-request.t
72542 ____________________________________________________________________________
72543 [  6579] By: jhi                                   on 2000/08/10  22:41:50
72544         Log: Update to CPAN 1.56, from Andreas König.
72545      Branch: perl
72546            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72547 ____________________________________________________________________________
72548 [  6578] By: jhi                                   on 2000/08/10  22:38:13
72549         Log: Update to Pod::Parser 1.17, from Brad Appleton.
72550      Branch: perl
72551            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
72552            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
72553            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
72554            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
72555            ! t/pod/include.t t/pod/included.t t/pod/lref.t
72556            ! t/pod/multiline_items.t t/pod/nested_items.t
72557            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
72558            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
72559            ! t/pod/special_seqs.t
72560 ____________________________________________________________________________
72561 [  6577] By: jhi                                   on 2000/08/10  22:35:41
72562         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
72563      Branch: perl
72564            ! AUTHORS MAINTAIN
72565 ____________________________________________________________________________
72566 [  6576] By: jhi                                   on 2000/08/10  22:24:54
72567         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
72568      Branch: perl
72569            + t/lib/gol-oo.t
72570            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
72571            ! t/lib/gol-compat.t t/lib/gol-linkage.t
72572 ____________________________________________________________________________
72573 [  6575] By: jhi                                   on 2000/08/10  22:02:07
72574         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
72575      Branch: perl
72576            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
72577 ____________________________________________________________________________
72578 [  6574] By: jhi                                   on 2000/08/10  21:55:03
72579         Log: Iterating perl6 description.
72580      Branch: perl
72581            ! pod/perlfaq1.pod
72582 ____________________________________________________________________________
72583 [  6573] By: jhi                                   on 2000/08/10  21:48:26
72584         Log: Revert the sv.c part of #6559, a better fix is needed.
72585      Branch: perl
72586            ! sv.c
72587 ____________________________________________________________________________
72588 [  6572] By: jhi                                   on 2000/08/10  20:33:43
72589         Log: It's the 2ndO'ROSSC.
72590      Branch: perl
72591            ! pod/perlfaq1.pod
72592 ____________________________________________________________________________
72593 [  6571] By: jhi                                   on 2000/08/10  15:55:48
72594         Log: detypo
72595      Branch: perl
72596            ! pod/perlfaq1.pod
72597 ____________________________________________________________________________
72598 [  6570] By: jhi                                   on 2000/08/10  14:11:17
72599         Log: An exceptionally sticky typo.
72600      Branch: perl
72601            ! Changes
72602 ____________________________________________________________________________
72603 [  6569] By: jhi                                   on 2000/08/10  14:09:33
72604         Log: detypo (and test Changes updating script)
72605      Branch: perl
72606            ! Changes
72607 ____________________________________________________________________________
72608 [  6568] By: jhi                                   on 2000/08/10  14:07:07
72609         Log: Update Changes.
72610      Branch: perl
72611            ! Changes
72612 ____________________________________________________________________________
72613 [  6567] By: jhi                                   on 2000/08/10  14:06:19
72614         Log: Amend the description of Perl6.
72615              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
72616              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
72617              Date: Wed, 9 Aug 2000 22:11:06 -0500
72618              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
72619      Branch: perl
72620            ! pod/perlfaq1.pod
72621 ____________________________________________________________________________
72622 [  6566] By: jhi                                   on 2000/08/10  13:58:57
72623         Log: Subject: Remove dead entry in perldiag
72624              From: Mike Guy <mjtg@cam.ac.uk>
72625              Date: Thu, 10 Aug 2000 14:19:19 +0100
72626              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
72627      Branch: perl
72628            ! pod/perldiag.pod
72629 ____________________________________________________________________________
72630 [  6565] By: jhi                                   on 2000/08/10  13:51:48
72631         Log: Zero entries were skipped, fix from Adrian Goalby
72632              <argoalby@yahoo.co.uk>
72633      Branch: perl
72634            ! lib/unicode/Number.pl lib/unicode/mktables.PL
72635 ____________________________________________________________________________
72636 [  6564] By: jhi                                   on 2000/08/10  13:00:12
72637         Log: Subject: [PATCH 5.6.0] cygwin port
72638              From: "Fifer, Eric" <EFifer@sanwaint.com>
72639              Date: Thu, 10 Aug 2000 13:15:36 +0100
72640              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
72641      Branch: perl
72642            ! README.cygwin hints/cygwin.sh
72643 ____________________________________________________________________________
72644 [  6563] By: jhi                                   on 2000/08/10  12:55:16
72645         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
72646      Branch: perl
72647            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
72648 ____________________________________________________________________________
72649 [  6562] By: gsar                                  on 2000/08/10  08:38:39
72650         Log: warn is a macro, avoid using at a variable to avoid warnings
72651              in some configurations; readdir.t is too conservative in
72652              estimating number of *.t's
72653      Branch: perl
72654            ! t/op/readdir.t util.c
72655 ____________________________________________________________________________
72656 [  6561] By: jhi                                   on 2000/08/09  23:35:42
72657         Log: Update Changes.
72658      Branch: perl
72659            ! Changes
72660 ____________________________________________________________________________
72661 [  6560] By: jhi                                   on 2000/08/09  23:05:47
72662         Log: Subject: Re: enhanced(?) regex error messages
72663              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
72664              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
72665              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
72666              
72667              (plus two small patches sent privately)
72668              (this still seems to leave few test failures)
72669      Branch: perl
72670            + t/op/regmesg.t
72671            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
72672            ! t/pragma/warn/regcomp
72673 ____________________________________________________________________________
72674 [  6559] By: jhi                                   on 2000/08/09  20:41:18
72675         Log: (The fix did work but was not right, retracted in #6573)
72676              
72677              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
72678              From: Christian Kirsch <ck@held.mind.de>
72679              Date: Wed, 9 Aug 2000 17:05:17 +0200
72680              Message-Id: <20000809170517.A25389@held>
72681      Branch: perl
72682            ! sv.c t/pragma/locale.t
72683 ____________________________________________________________________________
72684 [  6558] By: jhi                                   on 2000/08/08  22:34:08
72685         Log: Tiny updates on the contributors list.
72686      Branch: perl
72687            ! Changes
72688 ____________________________________________________________________________
72689 [  6557] By: jhi                                   on 2000/08/08  19:34:28
72690         Log: Double check that we have a dirhandle.
72691      Branch: perl
72692            ! util.c
72693 ____________________________________________________________________________
72694 [  6556] By: jhi                                   on 2000/08/08  19:01:51
72695         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
72696              May be repopulated with fresh maintained examples.
72697      Branch: perl
72698            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
72699            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
72700            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
72701            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
72702            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
72703            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
72704            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
72705            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
72706            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
72707            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
72708            + lib/CGI/eg/wilogo_gif.uu
72709            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72710            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72711            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72712            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72713            - eg/cgi/frameset.cgi eg/cgi/index.html
72714            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72715            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72716            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72717            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72718            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72719            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72720            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72721            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72722            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72723            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72724            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72725            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72726            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72727            - eg/van/vanish eg/who eg/wrapsuid
72728            ! MANIFEST
72729 ____________________________________________________________________________
72730 [  6555] By: jhi                                   on 2000/08/08  18:51:08
72731         Log: Delete chat2 as requested by Randal.
72732              
72733              Subject: Re: perlfaq8 coyness
72734              From: merlyn@stonehenge.com (Randal L. Schwartz) 
72735              Date: 15 May 2000 18:52:42 -0700 
72736              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
72737      Branch: perl
72738            - lib/chat2.pl
72739            ! MANIFEST
72740 ____________________________________________________________________________
72741 [  6554] By: jhi                                   on 2000/08/08  18:31:35
72742         Log: Regen global.sym.
72743      Branch: perl
72744            ! global.sym
72745 ____________________________________________________________________________
72746 [  6553] By: jhi                                   on 2000/08/08  18:28:13
72747         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
72748              (either perlbug or p5p ate the original), plus regen
72749              perlapi and perltoc. 
72750      Branch: perl
72751            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
72752            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
72753            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
72754            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
72755            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
72756            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
72757            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
72758            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
72759            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
72760            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
72761 ____________________________________________________________________________
72762 [  6552] By: jhi                                   on 2000/08/08  18:06:29
72763         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
72764              From: Mike Guy <mjtg@cam.ac.uk>
72765              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
72766              Date: Tue, 08 Aug 2000 15:51:27 +0100
72767      Branch: perl
72768            ! doop.c sv.h t/op/join.t t/pragma/overload.t
72769 ____________________________________________________________________________
72770 [  6551] By: jhi                                   on 2000/08/08  18:01:11
72771         Log: Re-apply #6549.
72772      Branch: perl
72773            ! lib/perl5db.pl
72774 ____________________________________________________________________________
72775 [  6550] By: jhi                                   on 2000/08/08  17:43:08
72776         Log: Accidental retraction of #6549.
72777      Branch: perl
72778            ! lib/perl5db.pl
72779 ____________________________________________________________________________
72780 [  6549] By: jhi                                   on 2000/08/08  17:40:04
72781         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
72782              From: Mike Guy <mjtg@cam.ac.uk>
72783              Date: Mon, 07 Aug 2000 21:49:58 +0100
72784              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
72785      Branch: perl
72786            ! lib/perl5db.pl
72787 ____________________________________________________________________________
72788 [  6548] By: jhi                                   on 2000/08/08  17:37:57
72789         Log: Document here-doc better.
72790              
72791              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
72792              From: Mike Guy <mjtg@cam.ac.uk>
72793              Date: Mon, 07 Aug 2000 14:02:09 +0100
72794              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
72795      Branch: perl
72796            ! pod/perldata.pod
72797 ____________________________________________________________________________
72798 [  6547] By: jhi                                   on 2000/08/08  17:33:34
72799         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
72800              From: "Randy J. Ray" <rjray@redhat.com>
72801              Date: Mon, 07 Aug 2000 19:12:25 -0700
72802              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
72803      Branch: perl
72804            ! perl.c pod/perlrun.pod
72805 ____________________________________________________________________________
72806 [  6546] By: jhi                                   on 2000/08/08  17:29:26
72807         Log: Subject: Re: enhanced(?) regex error messages 
72808              From: Hugo <hv@crypt.compulink.co.uk>
72809              Date: Tue, 08 Aug 2000 03:25:51 +0100
72810              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
72811              
72812              plus Capitalize the error messages, plus perldiag them.
72813      Branch: perl
72814            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
72815 ____________________________________________________________________________
72816 [  6545] By: jhi                                   on 2000/08/08  13:59:28
72817         Log: Augment #6539 a bit: don't croak if there's magic in the air.
72818              
72819              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
72820              From: Hugo <hv@crypt.compulink.co.uk>
72821              Date: Tue, 08 Aug 2000 03:02:03 +0100
72822              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
72823      Branch: perl
72824            ! pp.c t/op/bless.t
72825 ____________________________________________________________________________
72826 [  6544] By: jhi                                   on 2000/08/07  21:11:52
72827         Log: Make the test -w clean.
72828      Branch: perl
72829            ! t/op/bless.t
72830 ____________________________________________________________________________
72831 [  6543] By: jhi                                   on 2000/08/07  19:49:53
72832         Log: use warnings instead of $^W.
72833      Branch: perl
72834            ! t/op/bless.t
72835 ____________________________________________________________________________
72836 [  6542] By: jhi                                   on 2000/08/07  17:41:41
72837         Log: Disable a portability warning Because We Know What We Are Doing.
72838      Branch: perl
72839            ! t/op/bless.t
72840 ____________________________________________________________________________
72841 [  6541] By: jhi                                   on 2000/08/07  17:29:51
72842         Log: Tiny tidying on report_evil_fh().
72843      Branch: perl
72844            ! util.c
72845 ____________________________________________________________________________
72846 [  6540] By: jhi                                   on 2000/08/07  16:37:38
72847         Log: Make regular expression parse error messages easier to understand.
72848              
72849              Subject: Re: enhanced(?) regex error messages
72850              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
72851              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
72852              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
72853      Branch: perl
72854            ! regcomp.c
72855 ____________________________________________________________________________
72856 [  6539] By: jhi                                   on 2000/08/07  16:12:27
72857         Log: Make bless(REF, REF) a fatal error, add bless tests.
72858              
72859              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
72860              From: Hugo <hv@crypt.compulink.co.uk>
72861              Date: Mon, 07 Aug 2000 16:59:38 +0100
72862              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
72863      Branch: perl
72864            + t/op/bless.t
72865            ! MANIFEST pod/perldiag.pod pp.c sv.c
72866 ____________________________________________________________________________
72867 [  6538] By: jhi                                   on 2000/08/07  15:59:43
72868         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
72869              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
72870              Date: Thu, 3 Aug 2000 14:29:21 -0700
72871              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
72872      Branch: perl
72873            ! lib/lib_pm.PL
72874 ____________________________________________________________________________
72875 [  6537] By: jhi                                   on 2000/08/07  15:47:18
72876         Log: Retract #6419 for now since it breaks in AFS and MachTen.
72877      Branch: perl
72878            ! lib/Cwd.pm
72879 ____________________________________________________________________________
72880 [  6536] By: jhi                                   on 2000/08/07  15:05:29
72881         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
72882              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
72883              The security hole exists only in suidperls, which isn't
72884              installed or even built by default.
72885      Branch: perl
72886            ! perl.c
72887 ____________________________________________________________________________
72888 [  6535] By: jhi                                   on 2000/08/07  14:45:14
72889         Log: tr memory corruption fix from Simon Cozens.
72890      Branch: perl
72891            ! doop.c
72892 ____________________________________________________________________________
72893 [  6534] By: jhi                                   on 2000/08/06  11:38:16
72894         Log: Document a bit that UDP is not what you might think.
72895              
72896              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
72897              From: Lupe Christoph <lupe@lupe-christoph.de>
72898              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
72899              Date: Mon, 24 Jul 2000 08:59:15 +0200
72900      Branch: perl
72901            ! pod/perlipc.pod
72902 ____________________________________________________________________________
72903 [  6533] By: jhi                                   on 2000/08/06  11:35:01
72904         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
72905              From: Jeff Pinyan <jeffp@hut.crusoe.net>
72906              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
72907              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
72908      Branch: perl
72909            ! pod/perlfunc.pod
72910 ____________________________________________________________________________
72911 [  6532] By: jhi                                   on 2000/08/06  03:45:41
72912         Log: Have symbols for the IoTYPEs.
72913      Branch: perl
72914            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
72915 ____________________________________________________________________________
72916 [  6531] By: jhi                                   on 2000/08/06  01:33:55
72917         Log: Continue fixing the io warnings.  This also
72918              sort of fixes bug ID 20000802.003: the core dump
72919              is no more.  Whether the current behaviour is correct
72920              (giving a warning: "Not a format reference"), is another matter.
72921      Branch: perl
72922            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
72923            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
72924 ____________________________________________________________________________
72925 [  6530] By: jhi                                   on 2000/08/05  21:33:12
72926         Log: Change the Policy policy: now -Dprefix= with an existing
72927              Policy.sh and prefix == siteprefix == vendorprefix, then all
72928              of them follow along the new prefix.
72929              
72930              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
72931              From: Andy Dougherty <doughera@lafayette.edu>
72932              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
72933              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
72934      Branch: perl
72935            ! Policy_sh.SH
72936 ____________________________________________________________________________
72937 [  6529] By: jhi                                   on 2000/08/05  18:57:28
72938         Log: Zap lib/Sys directory when cleaning up.
72939      Branch: perl
72940            ! Makefile.SH
72941 ____________________________________________________________________________
72942 [  6528] By: jhi                                   on 2000/08/05  18:40:44
72943         Log: Essential prototype changes were missing from #6527.
72944              Also make report_evil_fh() more bomb-proof.
72945      Branch: perl
72946            ! embed.h util.c
72947 ____________________________________________________________________________
72948 [  6527] By: jhi                                   on 2000/08/05  03:22:05
72949         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
72950              From: "Ronald F. Guilmette" <rfg@monkeys.com>
72951              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
72952              Message-Id: <200007242247.PAA52177@monkeys.com>
72953      Branch: perl
72954            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
72955 ____________________________________________________________________________
72956 [  6526] By: jhi                                   on 2000/08/04  21:23:27
72957         Log: gcc versions might have (parentheses) in them.
72958      Branch: metaconfig/U/perl
72959            ! gccvers.U
72960      Branch: perl
72961            ! Configure config_h.SH
72962 ____________________________________________________________________________
72963 [  6525] By: jhi                                   on 2000/08/04  20:23:12
72964         Log: Weed buglets pointed out by
72965              
72966              From: Lupe Christoph <lupe@lupe-christoph.de>
72967              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
72968              Date: Fri, 4 Aug 2000 17:34:39 +0200
72969              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
72970      Branch: metaconfig/U/perl
72971            ! gccvers.U uselfs.U
72972      Branch: perl
72973            ! Configure config_h.SH
72974 ____________________________________________________________________________
72975 [  6524] By: jhi                                   on 2000/08/04  19:02:08
72976         Log: Warn under -w if lstat(FH) is attempted.
72977              
72978              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
72979              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
72980              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
72981              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
72982      Branch: perl
72983            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
72984            ! t/pragma/warn/pp_sys
72985 ____________________________________________________________________________
72986 [  6523] By: jhi                                   on 2000/08/04  12:31:11
72987         Log: Subject: New perlcc, take 2
72988              From: simon@brecon.co.uk (Simon Cozens)
72989              Date: 4 Aug 2000 06:21:04 GMT
72990              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
72991      Branch: perl
72992            ! utils/perlcc.PL
72993 ____________________________________________________________________________
72994 [  6522] By: jhi                                   on 2000/08/04  12:26:33
72995         Log: Subject: Re: Array vs. List context
72996              From: Daniel Chetlin <daniel@chetlin.com>
72997              Date: Fri, 4 Aug 2000 00:22:44 -0700
72998              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
72999      Branch: perl
73000            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
73001            ! pod/perlfaq4.pod
73002 ____________________________________________________________________________
73003 [  6521] By: jhi                                   on 2000/08/04  12:22:38
73004         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
73005              From: Raymund Will <ray@caldera.de>
73006              Date: Fri, 4 Aug 2000 12:07:09 +0200
73007              Message-Id: <20000804120709.A14982@caldera.de>
73008      Branch: perl
73009            ! configure.gnu
73010 ____________________________________________________________________________
73011 [  6520] By: jhi                                   on 2000/08/04  04:09:06
73012         Log: After the #6519 a warning about stat() is just that,
73013              not about a filetest, which now have their own warning.
73014      Branch: perl
73015            ! pod/perldiag.pod
73016 ____________________________________________________________________________
73017 [  6519] By: jhi                                   on 2000/08/04  04:06:30
73018         Log: In the warnings call filehandles consistently so;
73019              add "unopened" warning for stat().
73020      Branch: perl
73021            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
73022            ! t/pragma/warn/pp_sys
73023 ____________________________________________________________________________
73024 [  6518] By: jhi                                   on 2000/08/04  02:55:35
73025         Log: Subject: Minor tweak to perlvar.pod
73026              From: "Stephen P. Potter" <spp@ds.net>
73027              Date: Tue, 18 Apr 2000 09:26:03 -0400
73028              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
73029      Branch: perl
73030            ! pod/perlvar.pod
73031 ____________________________________________________________________________
73032 [  6517] By: jhi                                   on 2000/08/04  02:50:08
73033         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
73034              From: "Clinton Pierce" <cpierce1@ford.com>
73035              Date: Wed, 21 Jul 1999 16:45:31 -0400
73036              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
73037              
73038              Fix by Stephen Potter (visible in the bug db but not in p5p?)
73039      Branch: perl
73040            ! pod/perlfunc.pod pod/perlop.pod
73041 ____________________________________________________________________________
73042 [  6516] By: jhi                                   on 2000/08/04  02:09:25
73043         Log: This is 6512.  Really.
73044      Branch: perl
73045            ! dump.c
73046 ____________________________________________________________________________
73047 [  6515] By: jhi                                   on 2000/08/04  01:25:50
73048         Log: mention the idea of @( and @)
73049      Branch: perl
73050            ! Todo-5.6
73051 ____________________________________________________________________________
73052 [  6514] By: bailey                                on 2000/08/04  01:18:46
73053         Log: YA resync with mainstem, including VMS patches from others
73054      Branch: vmsperl
73055           +> (branch 48 files)
73056            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
73057           !> (integrate 354 files)
73058 ____________________________________________________________________________
73059 [  6513] By: jhi                                   on 2000/08/04  01:18:18
73060         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
73061              From: Mark Dickinson <dickins3@fas.harvard.edu>
73062              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
73063              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
73064      Branch: perl
73065            ! t/op/grent.t t/op/pwent.t
73066 ____________________________________________________________________________
73067 [  6512] By: jhi                                   on 2000/08/04  01:14:06
73068         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
73069              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73070              Date: Wed, 02 Aug 2000 10:51:01 +0100
73071              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
73072      Branch: perl
73073            ! sv.c
73074 ____________________________________________________________________________
73075 [  6511] By: jhi                                   on 2000/08/04  00:57:00
73076         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
73077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73078              Date: Thu, 03 Aug 2000 17:20:04 -0700
73079              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
73080      Branch: metaconfig
73081            ! U/modified/Cppsym.U
73082      Branch: perl
73083            ! Configure config_h.SH
73084 ____________________________________________________________________________
73085 [  6510] By: jhi                                   on 2000/08/04  00:25:28
73086         Log: detypo
73087      Branch: perl
73088            ! Makefile.SH
73089 ____________________________________________________________________________
73090 [  6509] By: jhi                                   on 2000/08/03  23:43:18
73091         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
73092              From: Dominic Dunlop <domo@computer.org>
73093              Date: Thu, 3 Aug 2000 22:16:46 +0200
73094              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
73095      Branch: perl
73096            ! t/op/sprintf.t
73097 ____________________________________________________________________________
73098 [  6508] By: jhi                                   on 2000/08/03  23:40:37
73099         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
73100              From: Hugo <hv@crypt.compulink.co.uk>
73101              Date: Thu, 03 Aug 2000 18:25:30 +0100
73102              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
73103      Branch: perl
73104            ! regcomp.c t/op/re_tests
73105 ____________________________________________________________________________
73106 [  6507] By: jhi                                   on 2000/08/03  23:38:28
73107         Log: Subject: [PATCH] sv.h documentation - SvLEN
73108              From: Mike Guy <mjtg@cam.ac.uk>
73109              Date: Thu, 03 Aug 2000 14:43:09 +0100
73110              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
73111      Branch: perl
73112            ! sv.h
73113 ____________________________________________________________________________
73114 [  6506] By: jhi                                   on 2000/08/03  15:49:14
73115         Log: Disable the fix_pl hack for now.
73116      Branch: perl
73117            ! Makefile.SH
73118 ____________________________________________________________________________
73119 [  6505] By: jhi                                   on 2000/08/03  13:49:04
73120         Log: Add a URL for FSF.
73121              
73122              Subject: Patch for README
73123              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
73124              Date: Wed, 2 Aug 2000 13:25:09 -0500
73125              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
73126      Branch: perl
73127            ! README
73128 ____________________________________________________________________________
73129 [  6504] By: jhi                                   on 2000/08/03  13:29:19
73130         Log: Be more informative on what is skipped and why,
73131              also repeat the list at the end.
73132      Branch: perl
73133            ! Porting/p4desc
73134 ____________________________________________________________________________
73135 [  6503] By: jhi                                   on 2000/08/03  13:07:05
73136         Log: Circumvent the removal of .patch by fix_pl.
73137              
73138              Subject: Re: [ID 20000802.011] unable to 'make test'          
73139              From: simon@brecon.co.uk (Simon Cozens) 
73140              Date: 3 Aug 2000 04:17:00 GMT
73141              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
73142      Branch: perl
73143            ! Makefile.SH
73144 ____________________________________________________________________________
73145 [  6502] By: jhi                                   on 2000/08/03  00:14:34
73146         Log: Add the missing setproctitle unit.
73147      Branch: metaconfig/U/perl
73148            + d_setproctitle.U
73149 ____________________________________________________________________________
73150 [  6501] By: jhi                                   on 2000/08/03  00:00:26
73151         Log: The subtest 4 may fail also on VOBS, as pointed out
73152              by Nick Ing-Simmons in November 1999, bug id 19991124.003
73153              (but the failure in that bug report isn't the subtest 4).
73154      Branch: perl
73155            ! t/op/stat.t
73156 ____________________________________________________________________________
73157 [  6500] By: jhi                                   on 2000/08/02  23:49:30
73158         Log: Better skip message for the test; one of the two problems in
73159              
73160              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
73161              From: Lupe Christoph <lupe@lupe-christoph.de>
73162              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
73163              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
73164      Branch: perl
73165            ! t/op/numconvert.t
73166 ____________________________________________________________________________
73167 [  6499] By: jhi                                   on 2000/08/02  22:49:16
73168         Log: Allow "no Module;" even if there is no 'unimport'.
73169              
73170              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
73171              From: mjd@plover.com
73172              Date: 24 Mar 2000 15:24:34 -0000
73173              Message-Id: <20000324152434.15160.qmail@plover.com>
73174      Branch: perl
73175            ! gv.c
73176 ____________________________________________________________________________
73177 [  6498] By: jhi                                   on 2000/08/02  22:42:58
73178         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
73179              that are hopefully soon put into use.
73180      Branch: perl
73181            ! opcode.h opcode.pl opnames.h
73182 ____________________________________________________________________________
73183 [  6497] By: gsar                                  on 2000/08/02  22:28:59
73184         Log: require.t needs binmode() to work on windows
73185      Branch: perl
73186            ! t/comp/require.t
73187 ____________________________________________________________________________
73188 [  6496] By: jhi                                   on 2000/08/02  22:08:51
73189         Log: Document the IVdf UVuf UVof UVxf.
73190      Branch: perl
73191            ! pod/perlguts.pod
73192 ____________________________________________________________________________
73193 [  6495] By: jhi                                   on 2000/08/02  21:54:26
73194         Log: detypo #6494
73195      Branch: perl
73196            ! ext/Data/Dumper/Dumper.xs
73197 ____________________________________________________________________________
73198 [  6494] By: jhi                                   on 2000/08/02  21:49:17
73199         Log: Dump UVs as UVs in Data::Dumper.
73200              
73201              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
73202              From: Gurusamy Sarathy <gsar@ActiveState.com>
73203              Date: Thu, 27 Apr 2000 12:26:25 -0700
73204              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
73205      Branch: perl
73206            ! ext/Data/Dumper/Dumper.xs
73207 ____________________________________________________________________________
73208 [  6493] By: jhi                                   on 2000/08/02  17:01:58
73209         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
73210              From: Hugo <hv@crypt.compulink.co.uk>
73211              Date: Wed, 02 Aug 2000 14:53:56 +0100
73212              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
73213      Branch: perl
73214            ! regexec.c t/op/re_tests
73215 ____________________________________________________________________________
73216 [  6492] By: jhi                                   on 2000/08/02  15:02:46
73217         Log: The new setproctitle() feature is available only in 
73218              bleeding edge FreeBSD.  From Paul Saab.
73219      Branch: perl
73220            ! mg.c
73221 ____________________________________________________________________________
73222 [  6491] By: jhi                                   on 2000/08/02  13:34:36
73223         Log: The tr utf8 patching continues.
73224              
73225              Subject: Re: #6469, too many tests claimed in require.t
73226              From: simon@brecon.co.uk (Simon Cozens)
73227              Date: 2 Aug 2000 02:37:17 GMT
73228              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
73229              
73230              (the logic of the test was the wrong way round in the patch)
73231      Branch: perl
73232            ! doop.c
73233 ____________________________________________________________________________
73234 [  6490] By: jhi                                   on 2000/08/02  13:27:38
73235         Log: The name of a filehandle does not have <these>.
73236      Branch: perl
73237            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
73238            ! t/pragma/warn/pp_sys util.c
73239 ____________________________________________________________________________
73240 [  6489] By: jhi                                   on 2000/08/02  04:26:46
73241         Log: Remove the extraneous "main::" prefix from all the
73242              "opened only for", "on closed", and "never opened" warnings.
73243              
73244              Subject: Re: inappropriate warning
73245              From: Gurusamy Sarathy <gsar@ActiveState.com>
73246              Date: Mon, 20 Mar 2000 11:28:02 -0800
73247              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
73248      Branch: perl
73249            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
73250            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
73251            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
73252 ____________________________________________________________________________
73253 [  6488] By: jhi                                   on 2000/08/02  03:02:57
73254         Log: memcpy has n o in it, as pinted ut by Sarathy.
73255      Branch: perl
73256            ! pod/perlguts.pod
73257 ____________________________________________________________________________
73258 [  6487] By: jhi                                   on 2000/08/02  02:44:51
73259         Log: Document in one place the memory abstractions used in Perl core.
73260              
73261              Subject: Re: Memory abstraction
73262              From: simon@brecon.co.uk (Simon Cozens)
73263              Date: 2 Aug 2000 02:20:23 GMT
73264              Organization: Earth.li Origins
73265      Branch: perl
73266            ! pod/perlguts.pod
73267 ____________________________________________________________________________
73268 [  6486] By: jhi                                   on 2000/08/02  02:41:57
73269         Log: regen_headers, regen perltoc.
73270      Branch: perl
73271            ! perlapi.c pod/perltoc.pod
73272 ____________________________________________________________________________
73273 [  6485] By: jhi                                   on 2000/08/02  01:43:33
73274         Log: "This little thing tests for a file .patch, and if it contains
73275              a number, pops into patchlevel.h" (making it easier to track
73276              which development version people are reporting bugs against)
73277              
73278              Subject: Patchlevel autogeneration for repository perls
73279              From: simon@brecon.co.uk (Simon Cozens)
73280              Date: 14 Jul 2000 07:12:15 GMT
73281              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
73282      Branch: perl
73283            + fix_pl
73284            ! MANIFEST Makefile.SH
73285 ____________________________________________________________________________
73286 [  6484] By: jhi                                   on 2000/08/02  01:32:54
73287         Log: FreeBSD 3.* updates from
73288              
73289              From: Paul Saab <ps@yahoo-inc.com>
73290              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73291              Date: Tue, 1 Aug 2000 15:41:39 -0700
73292              Message-Id: <20000801154139.A53740@yahoo-inc.com>
73293      Branch: perl
73294            ! hints/freebsd.sh
73295 ____________________________________________________________________________
73296 [  6483] By: jhi                                   on 2000/08/02  01:27:44
73297         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
73298              instead one must use setproctitle().  This was already addressed
73299              by change #6457, but the below has a new variant for FreeBSD 4.0
73300              or later, and the matter is also documented more.
73301              
73302              From: Paul Saab <ps@yahoo-inc.com>
73303              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73304              Date: Tue, 1 Aug 2000 15:41:39 -0700
73305              Message-Id: <20000801154139.A53740@yahoo-inc.com>
73306      Branch: metaconfig/U/perl
73307            + i_libutil.U
73308      Branch: perl
73309            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
73310 ____________________________________________________________________________
73311 [  6482] By: jhi                                   on 2000/08/01  22:17:32
73312         Log: The test from this
73313              
73314              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
73315              Date: Sat, 15 Apr 2000 17:03:44 +0100
73316              From: Tom Hughes <tom@compton.nu>
73317              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
73318              
73319              was missing, the code change went in as #5989
73320              (which had a different test?)
73321      Branch: perl
73322            ! t/op/misc.t
73323 ____________________________________________________________________________
73324 [  6481] By: jhi                                   on 2000/08/01  21:48:38
73325         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
73326              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
73327              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
73328              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
73329      Branch: perl
73330            ! perl.h
73331 ____________________________________________________________________________
73332 [  6480] By: jhi                                   on 2000/08/01  18:05:28
73333         Log: Make p4desc to skip non-mainperl branches by default.
73334      Branch: perl
73335            ! Porting/p4desc
73336 ____________________________________________________________________________
73337 [  6479] By: jhi                                   on 2000/08/01  17:29:19
73338         Log: If gccosandvers is equal to osname, clear gccosandvers.
73339      Branch: metaconfig/U/perl
73340            ! gccvers.U
73341      Branch: perl
73342            ! Configure config_h.SH
73343 ____________________________________________________________________________
73344 [  6478] By: jhi                                   on 2000/08/01  15:54:08
73345         Log: BOM patching from Simon Cozens.
73346      Branch: perl
73347            ! toke.c
73348 ____________________________________________________________________________
73349 [  6477] By: jhi                                   on 2000/08/01  04:50:33
73350         Log: Stash away the largefiles flags and libswanted.
73351      Branch: perl
73352            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
73353 ____________________________________________________________________________
73354 [  6476] By: gsar                                  on 2000/08/01  04:24:24
73355         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
73356              on Windows)
73357      Branch: perl
73358            ! t/pragma/utf8.t utf8.c win32/win32.c
73359 ____________________________________________________________________________
73360 [  6475] By: jhi                                   on 2000/08/01  03:35:24
73361         Log: Make chr() for values >127 to create utf8 when under utf8.
73362              
73363              Subject: Re: uft8/chr()
73364              From: simon@brecon.co.uk (Simon Cozens)
73365              Date: 1 Aug 2000 02:37:02 GMT
73366              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
73367      Branch: perl
73368            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
73369 ____________________________________________________________________________
73370 [  6474] By: jhi                                   on 2000/08/01  02:36:18
73371         Log: In Digital UNIX warn if gcc explicitly chosen because even
73372              2.95.2 is known to cause problems.
73373      Branch: perl
73374            ! hints/dec_osf.sh
73375 ____________________________________________________________________________
73376 [  6473] By: jhi                                   on 2000/08/01  02:00:56
73377         Log: Make the safety catch for buggy gccs work with triple version
73378              numbers like 2.95.2.  Reported in
73379              
73380              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
73381              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
73382              Date: Mon, 31 Jul 2000 14:55:06 +0200
73383              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
73384      Branch: perl
73385            ! hints/dec_osf.sh
73386 ____________________________________________________________________________
73387 [  6472] By: jhi                                   on 2000/08/01  01:13:33
73388         Log: Subject: fix and question re: waitpid() under win32
73389              From: Brian Clarke <clarke@appliedmeta.com>
73390              Date: Fri, 28 Jul 2000 15:18:29 -0400
73391              Message-ID: <3981DC85.290314EB@appliedmeta.com>
73392              
73393              Slightly reformatted and WNOHANG # define moved to win32.h
73394              so that also POSIX.xs sees it, as suggsted by Sarathy.
73395      Branch: perl
73396            ! win32/win32.c win32/win32.h
73397 ____________________________________________________________________________
73398 [  6471] By: jhi                                   on 2000/08/01  00:55:05
73399         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
73400              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73401              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
73402              Date: Mon, 31 Jul 2000 13:28:51 +0100
73403              
73404              (aka ID 20000730.002)
73405      Branch: perl
73406            ! op.c t/op/tr.t
73407 ____________________________________________________________________________
73408 [  6470] By: jhi                                   on 2000/07/31  23:34:42
73409         Log: Document the problem with -P in HP-UX and its workaround.
73410              
73411              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
73412              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
73413              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
73414              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
73415      Branch: perl
73416            ! README.hpux
73417 ____________________________________________________________________________
73418 [  6469] By: jhi                                   on 2000/07/31  04:15:02
73419         Log: The swallow_bom() saga continues.  The #23 of require.t
73420              (UTF16-LE) still fails (silently, no output) but the #22
73421              (UTF16-BE) seems to be working now.  The root of the
73422              failure may be in sv_gets(): is it UTF-16LE-aware,
73423              especially when it comes to line endings? 
73424      Branch: perl
73425            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
73426            ! t/comp/require.t toke.c utf8.c
73427 ____________________________________________________________________________
73428 [  6468] By: jhi                                   on 2000/07/30  19:05:48
73429         Log: Find green threads before native threads.
73430              
73431              Subject: Re: Patch to jpl/JNI/Makefile.PL
73432              From: Jens Thomsen <jens@fiend.cis.com>
73433              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
73434              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
73435      Branch: perl
73436            ! jpl/JNI/Makefile.PL
73437 ____________________________________________________________________________
73438 [  6467] By: jhi                                   on 2000/07/30  18:36:22
73439         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
73440      Branch: perl
73441            ! doop.c
73442 ____________________________________________________________________________
73443 [  6466] By: jhi                                   on 2000/07/30  04:37:29
73444         Log: A new version of the "remove UPPERACSE string comparison"
73445              operators.  The problem with the previous one (change #6454)
73446              was that it was for Perl 5.6.0.  From Paul Marquess.
73447      Branch: perl
73448            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
73449            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
73450            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73451 ____________________________________________________________________________
73452 [  6465] By: jhi                                   on 2000/07/29  22:39:56
73453         Log: Do not upgrade SVs into utf8 just because they participate
73454              in eq or cmp.  Reported and fix suggested in
73455              
73456              Subject: [ID 20000720.009] sv_eq UTF8 bug
73457              From: "Simon Cozens" <simon@othersideofthe.earth.li>
73458              Date: 21 Jul 2000 04:37:29 -0000
73459              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
73460              
73461              Exercise for the kind reader: should we or should we not
73462              cache the utf8 conversion alongside the SV? (as magic,
73463              as the strxfrm()ed version is cached under use locale)
73464              Argue both for and against.
73465      Branch: perl
73466            ! sv.c
73467 ____________________________________________________________________________
73468 [  6464] By: jhi                                   on 2000/07/29  22:36:22
73469         Log: Subject: UTF8 concat
73470              From: simon@brecon.co.uk (Simon Cozens) 
73471              Date: 30 Jun 2000 06:13:25 GMT
73472              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
73473              
73474              (with a memory leak fixed, plus a few casts added)
73475              
73476              This also seems to help for
73477              
73478              Subject: [ID 20000716.015] join UTF8 weirdness
73479              From: root <root@ak-71.mind.de> 
73480              Date: Sat, 15 Jul 2000 15:29:54 +0200
73481              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
73482              
73483              (from Andreas König)
73484      Branch: perl
73485            ! pp_hot.c
73486 ____________________________________________________________________________
73487 [  6463] By: jhi                                   on 2000/07/29  00:55:39
73488         Log: Tune the comments and hopefully stop a memory leak.
73489      Branch: perl
73490            ! toke.c utf8.c
73491 ____________________________________________________________________________
73492 [  6462] By: jhi                                   on 2000/07/29  00:16:53
73493         Log: The problem described in this
73494              
73495              Subject: [ID 20000322.018] named chars aren't magical enough
73496              From: root <root@dixie.cscaper.com>     
73497              Date: Wed, 22 Mar 2000 18:37:42 -0700
73498              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
73499              
73500              has been fixed in perl 5.6.0 but just in case added a test
73501              to keep it away.  (The report from Joseph Hall.)
73502      Branch: perl
73503            ! t/lib/charnames.t
73504 ____________________________________________________________________________
73505 [  6461] By: jhi                                   on 2000/07/28  23:56:36
73506         Log: Tiny fixes for #6460.
73507      Branch: metaconfig/U/perl
73508            ! gccvers.U
73509      Branch: perl
73510            ! Configure config_h.SH
73511 ____________________________________________________________________________
73512 [  6460] By: jhi                                   on 2000/07/28  23:24:41
73513         Log: Warn if the version of the operating system used to compile gcc
73514              differs from the current version of the operating system.
73515              Also display the gcc compilation os and version in myconfig.
73516              Inspiration from
73517              
73518              Subject: Re: [ID 20000710.003] ERRORS!!         
73519              From: "Kurt D. Starsinic" <kstar@chapin.edu>
73520              Date: Mon, 10 Jul 2000 15:54:16 -0400
73521              Message-ID: <20000710155416.A1384@O2.chapin.edu>
73522      Branch: metaconfig/U/perl
73523            ! gccvers.U
73524      Branch: perl
73525            ! Configure config_h.SH myconfig.SH
73526 ____________________________________________________________________________
73527 [  6459] By: jhi                                   on 2000/07/28  22:00:32
73528         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
73529              letter to $Config{osvers}.
73530      Branch: metaconfig
73531            ! U/modified/Oldconfig.U
73532      Branch: perl
73533            ! Configure config_h.SH
73534 ____________________________________________________________________________
73535 [  6458] By: jhi                                   on 2000/07/28  04:15:39
73536         Log: Back out #6454, doesn't seem to work.
73537              (Reason: that patch was for perl 5.6.0, not perl-current)
73538              (A version of the patch for perl-current came in later as #6466)
73539      Branch: perl
73540            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73541            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73542            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73543 ____________________________________________________________________________
73544 [  6457] By: jhi                                   on 2000/07/27  23:31:49
73545         Log: Use setproctitle() if available to modify $0.
73546              
73547              Subject: setting $* on BSD4 broken
73548              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73549              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
73550              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
73551      Branch: metaconfig
73552            ! U/modified/Myinit.U
73553      Branch: perl
73554            ! Configure config_h.SH mg.c
73555 ____________________________________________________________________________
73556 [  6456] By: jhi                                   on 2000/07/27  14:50:47
73557         Log: Allow "no AutoLoader;", based on change #6444,
73558              suggested by Graham Barr.
73559      Branch: perl
73560            ! lib/AutoLoader.pm
73561 ____________________________________________________________________________
73562 [  6455] By: jhi                                   on 2000/07/27  14:19:10
73563         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
73564              From: rspier@pobox.com (Robert Spier)
73565              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
73566              Message-ID: <14720.15855.787664.424783@rls.cx>
73567      Branch: perl
73568            ! pod/perldiag.pod
73569 ____________________________________________________________________________
73570 [  6454] By: jhi                                   on 2000/07/27  14:03:02
73571         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
73572              for a long time).
73573              
73574              Reported in
73575              
73576              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
73577              From: Ryan Herbert <rherbert@sycamorehq.com>
73578              Date: Mon, 17 Jul 2000 11:40:42 -0400
73579              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
73580              
73581              Patched in
73582              
73583              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
73584              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
73585              Date: Wed, 26 Jul 2000 23:40:18 +0100
73586              Message-ID: <000001bff752$79511880$0a17073e@tiny>
73587              
73588              based on an earlier patch from Stephen P. Potter.
73589              
73590              (Removed later by change #6458 because this patch was for
73591              perl 5.6.0, not perl-current)
73592      Branch: perl
73593            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73594            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73595            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73596 ____________________________________________________________________________
73597 [  6453] By: jhi                                   on 2000/07/27  13:48:02
73598         Log: Subject: [PATCH] fixes bug 20000508.004
73599              From: Michael Stevens <mstevens@globnix.org>
73600              Date: Thu, 27 Jul 2000 13:49:04 +0100
73601              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
73602      Branch: perl
73603            ! pod/perldata.pod
73604 ____________________________________________________________________________
73605 [  6452] By: jhi                                   on 2000/07/26  23:51:26
73606         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
73607              and Craig A. Berry.
73608      Branch: perl
73609            ! lib/File/Temp.pm pod/perlport.pod
73610 ____________________________________________________________________________
73611 [  6451] By: jhi                                   on 2000/07/26  19:43:30
73612         Log: Be wary of close()s, too.
73613              
73614              Subject: Re: [PATCH] perlbug cleanup
73615              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73616              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
73617              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
73618      Branch: perl
73619            ! utils/perlbug.PL
73620 ____________________________________________________________________________
73621 [  6450] By: jhi                                   on 2000/07/26  18:41:40
73622         Log: Subject: Minor doc patch: handy.h
73623              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
73624              Date: Wed, 26 Jul 2000 15:34:25 -0300
73625              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
73626      Branch: perl
73627            ! handy.h pod/perlapi.pod
73628 ____________________________________________________________________________
73629 [  6449] By: jhi                                   on 2000/07/26  18:23:55
73630         Log: Subject: [PATCH] minor doc change - perlguts
73631              From: Michael Stevens <mstevens@globnix.org>
73632              Date: Thu, 13 Jul 2000 12:39:18 +0100
73633              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
73634      Branch: perl
73635            ! pod/perlguts.pod
73636 ____________________________________________________________________________
73637 [  6448] By: jhi                                   on 2000/07/26  18:20:30
73638         Log: open() wariness in perlbug.
73639              
73640              Subject: [PATCH] perlbug cleanup
73641              From: Michael Stevens <mstevens@globnix.org>
73642              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
73643              Date: Thu, 13 Jul 2000 15:52:23 +0100
73644      Branch: perl
73645            ! utils/perlbug.PL
73646 ____________________________________________________________________________
73647 [  6447] By: jhi                                   on 2000/07/26  18:13:04
73648         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
73649      Branch: perl
73650            ! lib/File/Temp.pm t/lib/ftmp-security.t
73651 ____________________________________________________________________________
73652 [  6446] By: jhi                                   on 2000/07/26  18:06:32
73653         Log: docfix from Peter Scott <Peter@PSDT.com>.
73654      Branch: perl
73655            ! pod/perlfunc.pod
73656 ____________________________________________________________________________
73657 [  6445] By: jhi                                   on 2000/07/26  17:53:31
73658         Log: Fix *foo{FORMAT}.
73659              
73660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73661              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73662              Date: Wed, 26 Jul 2000 19:51:02 +0200
73663              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
73664              
73665              From: Graham Barr <gbarr@pobox.com>
73666              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73667              Date: Wed, 26 Jul 2000 17:38:36 +0100
73668              Message-ID: <20000726173836.L472@pobox.com>
73669      Branch: perl
73670            ! pp.c sv.c t/op/gv.t
73671 ____________________________________________________________________________
73672 [  6444] By: jhi                                   on 2000/07/26  17:49:14
73673         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
73674              from Graham Barr in the module list.
73675      Branch: perl
73676            ! gv.c pod/perlobj.pod
73677 ____________________________________________________________________________
73678 [  6443] By: jhi                                   on 2000/07/26  16:06:56
73679         Log: More split() doc and test patches from Mike Guy.
73680      Branch: perl
73681            ! pod/perlfunc.pod t/op/split.t
73682 ____________________________________________________________________________
73683 [  6442] By: jhi                                   on 2000/07/26  16:05:30
73684         Log: MacOS nits from Matthias Neeracher.
73685      Branch: perl
73686            ! perl.c pp_ctl.c
73687 ____________________________________________________________________________
73688 [  6441] By: jhi                                   on 2000/07/26  04:39:57
73689         Log: Subject: [PATCH] split /^/
73690              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73691              Date: Tue, 25 Jul 2000 14:18:57 +0100
73692              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
73693              
73694              (with notes from tchrist and gbarr)
73695      Branch: perl
73696            ! pod/perlfunc.pod t/op/split.t
73697 ____________________________________________________________________________
73698 [  6440] By: jhi                                   on 2000/07/26  04:32:32
73699         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
73700              From: Peter Prymmer <pvhp@forte.com>
73701              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
73702              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
73703      Branch: perl
73704            ! vms/munchconfig.c
73705 ____________________________________________________________________________
73706 [  6439] By: jhi                                   on 2000/07/26  04:31:01
73707         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
73708              to be fatal errors (instead of by default ignoring them, and
73709              ignoring with a bug: even though -w gave an error, the opening [
73710              was left in)  Reported in:
73711              
73712              Subject: [ID 20000716.024] [=cc=] / [:blank:]
73713              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
73714              Date: Sun, 16 Jul 2000 17:55:29 -0700
73715              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
73716      Branch: perl
73717            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
73718 ____________________________________________________________________________
73719 [  6438] By: jhi                                   on 2000/07/25  15:41:15
73720         Log: Subject: [PATCH] av.c apidoc
73721              From: simon@brecon.co.uk (Simon Cozens)
73722              Date: 24 Jul 2000 06:40:52 GMT
73723              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
73724      Branch: perl
73725            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
73726            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
73727 ____________________________________________________________________________
73728 [  6437] By: jhi                                   on 2000/07/25  14:05:36
73729         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
73730              From: "Stephen P. Potter" <spp@ds.net>
73731              Date: Mon, 24 Jul 2000 14:22:23 -0400
73732              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
73733      Branch: perl
73734            ! pod/perllocale.pod
73735 ____________________________________________________________________________
73736 [  6436] By: jhi                                   on 2000/07/25  14:02:03
73737         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
73738              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73739              Date: Mon, 24 Jul 2000 18:04:28 +0100
73740              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
73741      Branch: perl
73742            ! t/lib/syslfs.t t/op/lfs.t
73743 ____________________________________________________________________________
73744 [  6435] By: jhi                                   on 2000/07/25  13:59:28
73745         Log: Get UTF16 BOMs working.  Patch from
73746              
73747              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73748              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73749              Date: Tue, 25 Jul 2000 12:52:45 +0100
73750              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
73751              
73752              and notes from
73753              
73754              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73756              Date: Tue, 25 Jul 2000 11:43:25 +0100
73757              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
73758      Branch: perl
73759            ! t/comp/require.t toke.c utf8.c
73760 ____________________________________________________________________________
73761 [  6434] By: jhi                                   on 2000/07/25  02:39:54
73762         Log: Make the "uninit variable" warning to say "concat or string"
73763              or "join or string" when in concat or join .
73764              
73765              Subject: Re: [ID 20000403.009] uninitialised concatenation???
73766              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73767              Date: Tue, 04 Apr 2000 18:22:58 +0100
73768              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
73769              
73770              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
73771              From: William R Ward <hermit@BayView.COM>
73772              Date: Thu, 30 Mar 2000 19:50:03 -0800
73773              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
73774      Branch: perl
73775            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
73776            ! t/pragma/warn/op t/pragma/warn/sv
73777 ____________________________________________________________________________
73778 [  6433] By: jhi                                   on 2000/07/24  17:52:56
73779         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
73780      Branch: perl
73781            ! lib/File/Spec/VMS.pm
73782 ____________________________________________________________________________
73783 [  6432] By: jhi                                   on 2000/07/24  17:44:44
73784         Log: Test cases for #6431.
73785              
73786              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73787              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73788              Date: Mon, 24 Jul 2000 15:32:29 +0100
73789              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
73790      Branch: perl
73791            ! t/op/pat.t t/op/split.t
73792 ____________________________________________________________________________
73793 [  6431] By: jhi                                   on 2000/07/24  17:43:17
73794         Log: Bind op fix.
73795              
73796              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73798              Date: Mon, 17 Jul 2000 20:04:56 +0100
73799              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
73800      Branch: perl
73801            ! op.c
73802 ____________________________________________________________________________
73803 [  6430] By: jhi                                   on 2000/07/24  03:42:42
73804         Log: Subject: [ID 20000716.023] syslog test fails without sockets
73805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73806              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
73807              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
73808      Branch: metaconfig/U/perl
73809            ! Extensions.U
73810      Branch: perl
73811            ! Configure config_h.SH
73812 ____________________________________________________________________________
73813 [  6429] By: jhi                                   on 2000/07/24  03:11:52
73814         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
73815              case, but add also notes explaining the relationship of this
73816              patch and the earlier notes by Sarathy.
73817              
73818              Subject: Map is still slow
73819              From: "Ben Tilly" <ben_tilly@hotmail.com>
73820              Date: Sat, 15 Jul 2000 17:23:27 EDT
73821              Message-ID: <20000715212327.21656.qmail@hotmail.com>
73822      Branch: perl
73823            ! pp_ctl.c
73824 ____________________________________________________________________________
73825 [  6428] By: jhi                                   on 2000/07/24  02:58:52
73826         Log: Documentation to explain the behaviour of map().
73827              
73828              Subject: Re: Map is still slow 
73829              From: Gurusamy Sarathy <gsar@ActiveState.com>
73830              Date: Sat, 15 Jul 2000 16:05:09 -0700
73831              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
73832      Branch: perl
73833            ! pp_ctl.c
73834 ____________________________________________________________________________
73835 [  6427] By: jhi                                   on 2000/07/24  02:50:03
73836         Log: Add tests for
73837              [ID 19991110.003] another matching finding by pcre author
73838              which has already been fixed by some patch, as verified in
73839              
73840              Subject: Re: two regex bugs from the mists of time (well, last November)
73841              From: Hugo <hv@crypt.compulink.co.uk>
73842              Date: Sat, 22 Jul 2000 18:12:58 +0100
73843              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
73844      Branch: perl
73845            ! t/op/re_tests
73846 ____________________________________________________________________________
73847 [  6426] By: jhi                                   on 2000/07/24  02:11:20
73848         Log: A missing 'break' after the [[:space:]] switch case.
73849              
73850              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
73851              From: "Stephen P. Potter" <spp@ds.net>
73852              Date: Tue, 18 Jul 2000 16:25:17 -0400
73853              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
73854      Branch: perl
73855            ! regcomp.c
73856 ____________________________________________________________________________
73857 [  6425] By: jhi                                   on 2000/07/24  02:06:12
73858         Log: The output might have been produced in the wrong order.
73859              
73860              Subject: [ID 20000720.003] [PATCH] t/op/write.t
73861              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73862              Date: Thu, 20 Jul 2000 18:49:18 +0100
73863              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
73864      Branch: perl
73865            ! t/op/write.t
73866 ____________________________________________________________________________
73867 [  6424] By: jhi                                   on 2000/07/24  02:00:07
73868         Log: Use STDOUT consistently.
73869              
73870              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
73871              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73872              Date: Thu, 20 Jul 2000 18:04:01 +0100
73873              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
73874      Branch: perl
73875            ! lib/Test/Harness.pm
73876 ____________________________________________________________________________
73877 [  6423] By: jhi                                   on 2000/07/24  01:54:54
73878         Log: Protect against "wild next"s, that is, callbacks doing "next"
73879              instead of "return".
73880              
73881              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
73882              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73883              Date: Tue, 18 Jul 2000 11:30:16 +0100
73884              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
73885      Branch: perl
73886            ! lib/File/Find.pm
73887 ____________________________________________________________________________
73888 [  6422] By: jhi                                   on 2000/07/24  01:35:47
73889         Log: Out-of-date note removed.
73890              
73891              Subject: [PATCH] documentation perlipc
73892              From: rspier@pobox.com (Robert Spier)
73893              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
73894              Message-ID: <14711.35178.572612.502654@rls.cx>
73895      Branch: perl
73896            ! pod/perlipc.pod
73897 ____________________________________________________________________________
73898 [  6421] By: jhi                                   on 2000/07/24  00:09:18
73899         Log: Send all installperl messages to STDERR and be -w clean.
73900              
73901              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
73902              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73903              Date: Sat, 22 Jul 2000 14:02:11 +0100
73904              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
73905      Branch: perl
73906            ! installperl
73907 ____________________________________________________________________________
73908 [  6420] By: jhi                                   on 2000/07/24  00:04:19
73909         Log: Decutandpasto.
73910              
73911              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
73912              From: "Richard Soderberg" <rs@crystalflame.net>
73913              Date: Sun, 23 Jul 2000 01:37:23 -0700
73914              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
73915      Branch: perl
73916            ! pod/perlipc.pod
73917 ____________________________________________________________________________
73918 [  6419] By: jhi                                   on 2000/07/24  00:01:12
73919         Log: A cleaner abs_path().
73920              Subject: Re: unix alternative to Cwd.pm
73921              From: Jeff Pinyan <jeffp@crusoe.net>
73922              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
73923              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
73924      Branch: perl
73925            ! lib/Cwd.pm
73926 ____________________________________________________________________________
73927 [  6418] By: jhi                                   on 2000/07/23  23:48:56
73928         Log: Detypo.
73929              
73930              Subject: [PATCH perl-current] Typo in hints/powerux.sh
73931              From: "Richard Soderberg" <rs@crystalflame.net>
73932              Date: Sun, 23 Jul 2000 01:27:33 -0700
73933              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
73934      Branch: perl
73935            ! hints/powerux.sh
73936 ____________________________________________________________________________
73937 [  6417] By: jhi                                   on 2000/07/17  22:13:31
73938         Log: Subject: SDBM_File documentation
73939              From: mjd@plover.com
73940              Date: 16 Jul 2000 17:41:17 -0000
73941              Message-ID: <20000716174117.18515.qmail@plover.com>
73942      Branch: perl
73943            ! ext/SDBM_File/SDBM_File.pm
73944 ____________________________________________________________________________
73945 [  6416] By: jhi                                   on 2000/07/17  19:13:26
73946         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
73947      Branch: perl
73948            ! hints/mpeix.sh mpeix/relink
73949 ____________________________________________________________________________
73950 [  6415] By: jhi                                   on 2000/07/15  14:11:02
73951         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
73952              the utf8 'characters' can be more than one octet).
73953              
73954              Date: Sat, 15 Jul 2000 00:21:56 +0100
73955              From: Tom Hughes <tom@compton.nu>
73956              Subject: Re: [ID 20000714.002]
73957              Message-ID: <db2334de49.tom@compton.compton.nu>
73958              
73959              Reported in
73960              
73961              Subject: [ID 20000714.002]
73962              From: "Simon Cozens" <simon@othersideofthe.earth.li>
73963              Date: 14 Jul 2000 15:13:09 -0000
73964              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
73965      Branch: perl
73966            ! doop.c
73967 ____________________________________________________________________________
73968 [  6414] By: jhi                                   on 2000/07/15  03:13:41
73969         Log: another VMS build tweak from Peter Prymmer
73970      Branch: perl
73971            ! vms/descrip_mms.template
73972 ____________________________________________________________________________
73973 [  6413] By: jhi                                   on 2000/07/15  03:10:40
73974         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
73975      Branch: perl
73976            ! vms/perlvms.pod
73977 ____________________________________________________________________________
73978 [  6412] By: jhi                                   on 2000/07/15  00:31:05
73979         Log: More docs for sv functions.
73980              
73981              Subject: [PATCH cfgperl] sv.c apidoc
73982              From: simon@brecon.co.uk (Simon Cozens)
73983              Date: 13 Jul 2000 09:00:20 GMT
73984              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
73985              
73986              Subject: Re: [PATCH cfgperl] sv.c apidoc
73987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73988              Date: Thu, 13 Jul 2000 12:27:41 +0100
73989              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
73990              
73991              Subject: Re: [PATCH cfgperl] sv.c apidoc
73992              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73993              Date: Thu, 13 Jul 2000 13:23:09 +0100
73994              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
73995              
73996              Subject: Re: [PATCH cfgperl] sv.c apidoc
73997              From: simon@brecon.co.uk (Simon Cozens)
73998              Date: 14 Jul 2000 06:51:02 GMT
73999              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
74000      Branch: perl
74001            ! embed.pl pod/perlapi.pod sv.c
74002 ____________________________________________________________________________
74003 [  6411] By: jhi                                   on 2000/07/15  00:10:41
74004         Log: lib/b test fixes from Peter Prymmer.
74005      Branch: perl
74006            ! t/lib/b.t
74007 ____________________________________________________________________________
74008 [  6410] By: jhi                                   on 2000/07/15  00:02:09
74009         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
74010              From: Hugo <hv@crypt.compulink.co.uk>
74011              Date: Fri, 14 Jul 2000 23:05:20 +0100
74012              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
74013              
74014              Didn't anymore apply, but that point still could use another fix.
74015      Branch: perl
74016            ! pod/perlfunc.pod
74017 ____________________________________________________________________________
74018 [  6409] By: jhi                                   on 2000/07/14  23:15:15
74019         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
74020              not in pod, from Peter Prymmer
74021      Branch: perl
74022            ! vms/descrip_mms.template
74023 ____________________________________________________________________________
74024 [  6408] By: jhi                                   on 2000/07/14  20:35:05
74025         Log: The bug report
74026              [ID 19991110.002] minimal matching discrepancy found by pcre author
74027              seems to have been fixed (though differently from what was suggested
74028              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
74029      Branch: perl
74030            ! t/op/re_tests
74031 ____________________________________________________________________________
74032 [  6407] By: jhi                                   on 2000/07/14  17:38:08
74033         Log: Fix AutoSplit to use File::Spec the right way in VMS,
74034              from Peter Prymmer.
74035      Branch: perl
74036            ! lib/AutoSplit.pm
74037 ____________________________________________________________________________
74038 [  6406] By: jhi                                   on 2000/07/14  14:13:22
74039         Log: Merge perlhacktut into perlhack, update perlguts.
74040              
74041              Subject: Re: Perlhacktut
74042              From: simon@brecon.co.uk (Simon Cozens)
74043              Date: 14 Jul 2000 06:49:21 GMT
74044              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
74045              
74046              Subject: Re: Perlhacktut
74047              From: simon@brecon.co.uk (Simon Cozens)
74048              Date: 14 Jul 2000 07:09:45 GMT
74049              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
74050      Branch: perl
74051            ! pod/perlguts.pod pod/perlhack.pod
74052 ____________________________________________________________________________
74053 [  6405] By: jhi                                   on 2000/07/14  14:02:31
74054         Log: Integrate with Sarathy.
74055      Branch: cfgperl
74056           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
74057           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
74058           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
74059 ____________________________________________________________________________
74060 [  6404] By: gsar                                  on 2000/07/14  12:15:02
74061         Log: PERL_OBJECT build tweaks
74062      Branch: perl
74063            ! toke.c
74064 ____________________________________________________________________________
74065 [  6403] By: gsar                                  on 2000/07/14  11:23:41
74066         Log: inconsistent types needs casts
74067      Branch: perl
74068            ! toke.c
74069 ____________________________________________________________________________
74070 [  6402] By: gsar                                  on 2000/07/14  11:12:04
74071         Log: typos in change#6399, regen headers
74072      Branch: perl
74073            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
74074 ____________________________________________________________________________
74075 [  6401] By: gsar                                  on 2000/07/14  10:59:12
74076         Log: typecasts needed for change#6394
74077      Branch: perl
74078            ! toke.c
74079 ____________________________________________________________________________
74080 [  6400] By: gsar                                  on 2000/07/14  10:49:37
74081         Log: integrate cfgperl contents into mainline
74082      Branch: perl
74083           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
74084           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
74085 ____________________________________________________________________________
74086 [  6399] By: gsar                                  on 2000/07/14  10:38:35
74087         Log: enable UTF-16 filter by default if relevant BOM is seen; various
74088              cleanups (typos, misformatted code, and small bugs)
74089      Branch: perl
74090            ! doop.c embed.pl mg.c op.c pp.c toke.c
74091 ____________________________________________________________________________
74092 [  6398] By: gsar                                  on 2000/07/14  08:55:38
74093         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
74094              name suggests anyway)
74095      Branch: perl
74096            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
74097 ____________________________________________________________________________
74098 [  6397] By: gsar                                  on 2000/07/14  08:44:33
74099         Log: move new variables to the end of the interpreter structure (for
74100              bincompat in code that doesn't #include XSUB.h)
74101      Branch: perl
74102            ! intrpvar.h
74103 ____________________________________________________________________________
74104 [  6396] By: gsar                                  on 2000/07/14  08:13:58
74105         Log: MakeMaker should not remove editor backups (*~) on `make clean`
74106              by default (completes change#6383)
74107      Branch: perl
74108            ! lib/ExtUtils/MM_Unix.pm
74109 ____________________________________________________________________________
74110 [  6395] By: jhi                                   on 2000/07/14  05:20:33
74111         Log: Replace change #6337 with a better one.
74112              
74113              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
74114              From: Hugo <hv@crypt.compulink.co.uk>
74115              Date: Fri, 14 Jul 2000 04:16:20 +0100
74116              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
74117      Branch: cfgperl
74118            ! regexec.c t/op/re_tests
74119 ____________________________________________________________________________
74120 [  6394] By: jhi                                   on 2000/07/14  01:33:59
74121         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
74122      Branch: cfgperl
74123            ! embed.pl global.sym proto.h toke.c
74124 ____________________________________________________________________________
74125 [  6393] By: jhi                                   on 2000/07/13  23:41:23
74126         Log: remove discarded test
74127      Branch: cfgperl
74128            ! MANIFEST
74129 ____________________________________________________________________________
74130 [  6392] By: jhi                                   on 2000/07/13  23:32:25
74131         Log: The {multiplier} of a fixed substring was overlooked which
74132              caused a wrong initial search offset for that substring.
74133              
74134              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
74135              From: Hugo <hv@crypt.compulink.co.uk>
74136              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
74137              Date: Thu, 13 Jul 2000 19:27:13 +0100
74138      Branch: cfgperl
74139            ! regcomp.c t/op/re_tests
74140 ____________________________________________________________________________
74141 [  6391] By: jhi                                   on 2000/07/13  16:37:42
74142         Log: typo fix from Craig Berry
74143      Branch: cfgperl
74144            ! vms/subconfigure.com
74145 ____________________________________________________________________________
74146 [  6390] By: jhi                                   on 2000/07/13  13:20:12
74147         Log: Integrate with Sarathy.
74148      Branch: cfgperl
74149            - t/op/method2entersub.t
74150           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
74151           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
74152           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
74153           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
74154 ____________________________________________________________________________
74155 [  6389] By: jhi                                   on 2000/07/13  13:18:48
74156         Log: Detypo from Peter Prymmer, part of #6388.
74157      Branch: cfgperl
74158            ! Configure config_h.SH
74159      Branch: metaconfig
74160            ! U/modified/d_longlong.U
74161 ____________________________________________________________________________
74162 [  6388] By: gsar                                  on 2000/07/13  06:33:40
74163         Log: typos (spotted by Peter Prymmer)
74164      Branch: perl
74165            ! Configure t/lib/english.t
74166 ____________________________________________________________________________
74167 [  6387] By: gsar                                  on 2000/07/13  05:35:28
74168         Log: new selfloader.t in change#6183 doesn't close DATA handles,
74169              and thus fails to clean up tmp files on dosish platforms
74170      Branch: perl
74171            ! t/lib/selfloader.t
74172 ____________________________________________________________________________
74173 [  6386] By: gsar                                  on 2000/07/12  21:42:39
74174         Log: sprintf test tweaks (from Dominic Dunlop)
74175      Branch: perl
74176            ! t/op/sprintf.t
74177 ____________________________________________________________________________
74178 [  6385] By: gsar                                  on 2000/07/12  21:33:46
74179         Log: fix bugs in processing %v-*d and similar format specs (from
74180              Avi Finkel <avi@finkel.org>)
74181      Branch: perl
74182            ! sv.c t/op/sprintf.t
74183 ____________________________________________________________________________
74184 [  6384] By: gsar                                  on 2000/07/12  16:04:19
74185         Log: readd missing perldelta.pod changes from changes#6339,6376
74186      Branch: perl
74187            ! pod/perldelta.pod
74188 ____________________________________________________________________________
74189 [  6383] By: gsar                                  on 2000/07/12  16:00:51
74190         Log: don't clobber *.orig files on *clean targets
74191      Branch: perl
74192            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
74193 ____________________________________________________________________________
74194 [  6382] By: gsar                                  on 2000/07/12  07:59:12
74195         Log: fix broken integrations in cfgperl
74196      Branch: cfgperl
74197           !> Changes pod/perldelta.pod
74198 ____________________________________________________________________________
74199 [  6381] By: gsar                                  on 2000/07/12  07:42:17
74200         Log: integrate cfgperl changes into mainline
74201      Branch: perl
74202            ! Changes
74203           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
74204           !> pod/perlre.pod
74205 ____________________________________________________________________________
74206 [  6380] By: gsar                                  on 2000/07/12  07:31:00
74207         Log: get sprintf.t to adjust properly for 3-digit exponents
74208      Branch: perl
74209            ! t/op/sprintf.t
74210 ____________________________________________________________________________
74211 [  6379] By: gsar                                  on 2000/07/12  06:40:04
74212         Log: change#6174 needs corresponding change in win32/config_h.PL,
74213              which grovels through config_h.SH to find the config.h name
74214      Branch: perl
74215            ! win32/config_h.PL
74216 ____________________________________________________________________________
74217 [  6378] By: jhi                                   on 2000/07/12  05:03:59
74218         Log: Do the cc sanity check both before the hints and
74219              after the cc selction.
74220      Branch: cfgperl
74221            ! Configure config_h.SH
74222      Branch: metaconfig
74223            ! U/modified/Oldconfig.U U/modified/cc.U
74224      Branch: metaconfig/U/perl
74225            + Checkcc.U
74226 ____________________________________________________________________________
74227 [  6377] By: jhi                                   on 2000/07/12  02:49:22
74228         Log: Fix nits noticed by Boston.pm.
74229      Branch: cfgperl
74230            ! pod/perlre.pod
74231 ____________________________________________________________________________
74232 [  6376] By: jhi                                   on 2000/07/11  21:22:13
74233         Log: Configure cosmetics and perldelta.
74234      Branch: cfgperl
74235            ! Configure config_h.SH pod/perldelta.pod
74236      Branch: metaconfig
74237            ! U/modified/cc.U
74238 ____________________________________________________________________________
74239 [  6375] By: gsar                                  on 2000/07/11  21:17:35
74240         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
74241      Branch: perl
74242            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
74243            ! win32/win32sck.c
74244 ____________________________________________________________________________
74245 [  6374] By: gsar                                  on 2000/07/11  20:48:50
74246         Log: tweak for build failure under multiplicity
74247      Branch: perl
74248            ! toke.c
74249 ____________________________________________________________________________
74250 [  6373] By: gsar                                  on 2000/07/11  20:37:23
74251         Log: integrate cfgperl changes#6325..6373 into mainline
74252              (NOTE: today's batch of integrations still untested)
74253      Branch: perl
74254           +> ext/DynaLoader/hints/netbsd.pl
74255            ! Changes
74256           !> (integrate 26 files)
74257 ____________________________________________________________________________
74258 [  6372] By: jhi                                   on 2000/07/11  20:30:36
74259         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
74260              regen perltoc.
74261      Branch: cfgperl
74262            + pod/perlbook.pod
74263            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
74264            ! pod/perltoc.pod
74265 ____________________________________________________________________________
74266 [  6371] By: jhi                                   on 2000/07/11  20:08:56
74267         Log: Minor cleanups on the booklist.
74268      Branch: cfgperl
74269            ! pod/perlfaq2.pod
74270 ____________________________________________________________________________
74271 [  6370] By: jhi                                   on 2000/07/11  19:31:13
74272         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
74273      Branch: cfgperl
74274            ! t/pragma/overload.t
74275 ____________________________________________________________________________
74276 [  6369] By: gsar                                  on 2000/07/11  19:27:48
74277         Log: integrate cfgperl changes#6293..6324 into mainline
74278      Branch: perl
74279           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
74280            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
74281           !> (integrate 30 files)
74282 ____________________________________________________________________________
74283 [  6368] By: gsar                                  on 2000/07/11  19:18:57
74284         Log: skip integrate of problematic change#6292 from cfgperl into mainline
74285      Branch: perl
74286           !> pp_hot.c
74287 ____________________________________________________________________________
74288 [  6367] By: gsar                                  on 2000/07/11  19:17:21
74289         Log: integrate cfgperl changes#6288..6290 into mainline
74290      Branch: perl
74291           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
74292 ____________________________________________________________________________
74293 [  6366] By: gsar                                  on 2000/07/11  19:11:18
74294         Log: integrate cfgperl changes#6268..6282 into mainline
74295      Branch: perl
74296           !> (integrate 30 files)
74297 ____________________________________________________________________________
74298 [  6365] By: gsar                                  on 2000/07/11  18:57:00
74299         Log: delete new accidentally branched file
74300      Branch: perl
74301            - t/op/method2entersub.t
74302 ____________________________________________________________________________
74303 [  6364] By: gsar                                  on 2000/07/11  18:55:13
74304         Log: skip integrate of change#6267 from cfgperl into mainline (the
74305              method call optimization is flawed without additional hints
74306              from user about immutableness of @ISA and no runtime method
74307              definitions)
74308      Branch: perl
74309           +> t/op/method2entersub.t
74310           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
74311           !> perl.h t/op/sprintf.t xsutils.c
74312 ____________________________________________________________________________
74313 [  6363] By: gsar                                  on 2000/07/11  18:49:43
74314         Log: integrate cfgperl changes#6261..6266 into mainline
74315      Branch: perl
74316           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
74317           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
74318           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
74319           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
74320 ____________________________________________________________________________
74321 [  6362] By: gsar                                  on 2000/07/11  18:43:26
74322         Log: integrate cfgperl changes#6252..6260 into mainline
74323      Branch: perl
74324           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
74325           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
74326           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
74327           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
74328 ____________________________________________________________________________
74329 [  6361] By: gsar                                  on 2000/07/11  18:37:12
74330         Log: skip integrate of problematic change#6251 from cfgperl into mainline
74331      Branch: perl
74332           !> lib/Exporter.pm
74333 ____________________________________________________________________________
74334 [  6360] By: gsar                                  on 2000/07/11  18:34:56
74335         Log: integrate cfgperl change#6250 into mainline
74336      Branch: perl
74337           +> t/op/my_stash.t
74338           !> MANIFEST embed.pl proto.h toke.c
74339 ____________________________________________________________________________
74340 [  6359] By: gsar                                  on 2000/07/11  18:21:19
74341         Log: integrate cfgperl changes#6242..6249 into mainline
74342      Branch: perl
74343           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
74344           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
74345           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
74346           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
74347           !> t/lib/peek.t utf8.c
74348 ____________________________________________________________________________
74349 [  6358] By: gsar                                  on 2000/07/11  18:15:45
74350         Log: skip integrate of problematic change#6241 from cfgperl into mainline
74351      Branch: perl
74352           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
74353 ____________________________________________________________________________
74354 [  6357] By: jhi                                   on 2000/07/11  18:15:16
74355         Log: Fix for
74356              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
74357              From: Roderick Schertler <roderick@argon.org> 
74358              Date: Tue, 11 Jul 2000 13:55:05 -0400 
74359              Message-Id: <200007111755.NAA05077@jones.argon.org> 
74360      Branch: cfgperl
74361            ! doio.c
74362 ____________________________________________________________________________
74363 [  6356] By: jhi                                   on 2000/07/11  18:12:51
74364         Log: Typo in #6341.
74365      Branch: cfgperl
74366            ! pp_hot.c
74367 ____________________________________________________________________________
74368 [  6355] By: gsar                                  on 2000/07/11  18:12:10
74369         Log: integrate cfgperl changes#6231..6240 into mainline
74370      Branch: perl
74371           +> pod/perlutil.pod
74372           !> (integrate 35 files)
74373 ____________________________________________________________________________
74374 [  6354] By: jhi                                   on 2000/07/11  18:04:34
74375         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
74376              From: Dominic Dunlop <domo@computer.org> 
74377              Date: Tue, 11 Jul 2000 12:27:33 +0200 
74378              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
74379              
74380              Replaces change #6268.
74381      Branch: cfgperl
74382            ! t/op/sprintf.t
74383 ____________________________________________________________________________
74384 [  6353] By: gsar                                  on 2000/07/11  17:59:51
74385         Log: skip integrate of problematic change#6230 from cfgperl into mainline
74386              (a later version of File::Spec is already in mainline)
74387      Branch: perl
74388           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
74389           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
74390 ____________________________________________________________________________
74391 [  6352] By: gsar                                  on 2000/07/11  17:57:48
74392         Log: integrate cfgperl changes#6224..6229 into mainline
74393      Branch: perl
74394           +> lib/lib.pm.PL
74395            - lib/lib.pm
74396           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
74397           !> lib/English.pm op.c t/lib/english.t
74398 ____________________________________________________________________________
74399 [  6351] By: gsar                                  on 2000/07/11  17:50:10
74400         Log: skip integrate of problematic change#6223 from cfgperl into mainline
74401      Branch: perl
74402           !> doio.c
74403 ____________________________________________________________________________
74404 [  6350] By: gsar                                  on 2000/07/11  17:48:28
74405         Log: integrate cfgperl changes#6220..6222 into mainline
74406      Branch: perl
74407           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
74408           !> toke.c utf8.c win32/win32.h
74409 ____________________________________________________________________________
74410 [  6349] By: gsar                                  on 2000/07/11  17:46:13
74411         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
74412              mainline
74413      Branch: perl
74414           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74415           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74416           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74417 ____________________________________________________________________________
74418 [  6348] By: jhi                                   on 2000/07/11  17:45:49
74419         Log: README.posix-bc podified from Thomas Dorner.
74420      Branch: cfgperl
74421            ! README.posix-bc
74422 ____________________________________________________________________________
74423 [  6347] By: gsar                                  on 2000/07/11  17:42:04
74424         Log: integrate cfgperl change#6217 into mainline
74425      Branch: perl
74426           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
74427           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
74428           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
74429 ____________________________________________________________________________
74430 [  6346] By: gsar                                  on 2000/07/11  17:39:37
74431         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
74432              mainline
74433      Branch: perl
74434           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
74435           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74436           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
74437           !> perlapi.h pod/perlapi.pod
74438 ____________________________________________________________________________
74439 [  6345] By: gsar                                  on 2000/07/11  17:36:42
74440         Log: integrate cfgperl changes#6207..6210 into mainline
74441      Branch: perl
74442           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
74443           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
74444 ____________________________________________________________________________
74445 [  6344] By: gsar                                  on 2000/07/11  17:31:20
74446         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
74447              mainline
74448      Branch: perl
74449           !> (integrate 40 files)
74450 ____________________________________________________________________________
74451 [  6343] By: gsar                                  on 2000/07/11  17:19:08
74452         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
74453      Branch: perl
74454           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
74455            ! Changes
74456           !> (integrate 34 files)
74457 ____________________________________________________________________________
74458 [  6342] By: jhi                                   on 2000/07/11  16:05:48
74459         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
74460              To: perl5-porters@perl.org
74461              From: Karsten Sperling <spiff@phreax.net>
74462              Date: Mon, 10 Jul 2000 15:12:52 +0200
74463              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
74464      Branch: cfgperl
74465            ! lib/Symbol.pm
74466 ____________________________________________________________________________
74467 [  6341] By: jhi                                   on 2000/07/11  15:59:23
74468         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
74469              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74470              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
74471              Date: Fri, 07 Jul 2000 17:57:16 +0100
74472      Branch: cfgperl
74473            ! pp_hot.c
74474 ____________________________________________________________________________
74475 [  6340] By: jhi                                   on 2000/07/11  15:55:47
74476         Log: Subject: Re: format bug report  [Patch]
74477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74478              Date: Wed, 05 Jul 2000 13:12:52 +0200
74479              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
74480              
74481              Subject: Re: format bug report  [Patch]
74482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74483              Date: Wed, 05 Jul 2000 14:10:01 +0200
74484              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
74485      Branch: cfgperl
74486            ! t/op/write.t toke.c
74487 ____________________________________________________________________________
74488 [  6339] By: jhi                                   on 2000/07/11  13:54:09
74489         Log: Be less forgiving about ambiguous and illegal tr ranges.
74490              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74491              From: Mark-Jason Dominus <mjd@plover.com>
74492              Date: Tue, 04 Jul 2000 10:00:12 -0400
74493              Message-ID: <20000704140012.17772.qmail@plover.com>
74494              
74495              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74496              From: Mark-Jason Dominus <mjd@plover.com>
74497              Date: Wed, 05 Jul 2000 09:37:36 -0400
74498              Message-ID: <20000705133736.27293.qmail@plover.com>
74499      Branch: cfgperl
74500            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
74501 ____________________________________________________________________________
74502 [  6338] By: jhi                                   on 2000/07/11  13:31:24
74503         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
74504              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74505              Date: Tue, 11 Jul 2000 13:50:51 +0100
74506              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
74507      Branch: cfgperl
74508            ! sv.c
74509 ____________________________________________________________________________
74510 [  6337] By: jhi                                   on 2000/07/11  13:29:14
74511         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
74512              From: Hugo <hv@crypt.compulink.co.uk>
74513              Date: Tue, 11 Jul 2000 12:44:50 +0100
74514              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
74515      Branch: cfgperl
74516            ! regexec.c t/op/re_tests
74517 ____________________________________________________________________________
74518 [  6336] By: jhi                                   on 2000/07/11  13:26:47
74519         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
74520              From: simon@brecon.co.uk (Simon Cozens)
74521              Date: 7 Jul 2000 11:26:09 GMT
74522              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
74523      Branch: cfgperl
74524            ! mg.c
74525 ____________________________________________________________________________
74526 [  6335] By: jhi                                   on 2000/07/11  13:23:37
74527         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
74528              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
74529              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
74530              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
74531      Branch: cfgperl
74532            + ext/DynaLoader/hints/netbsd.pl
74533            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
74534 ____________________________________________________________________________
74535 [  6334] By: jhi                                   on 2000/07/11  13:20:38
74536         Log: Subject: PATCH perlguts.pod: Document D and d magic types
74537              From: mjd@plover.com
74538              Date: 5 Jul 2000 18:01:51 -0000
74539              Message-ID: <20000705180151.29413.qmail@plover.com>
74540      Branch: cfgperl
74541            ! pod/perlguts.pod
74542 ____________________________________________________________________________
74543 [  6333] By: jhi                                   on 2000/07/11  13:15:51
74544         Log: Precedence goof, fix based on
74545              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
74546              From: Hugo <hv@crypt.compulink.co.uk>
74547              Date: Tue, 11 Jul 2000 12:52:38 +0100
74548              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
74549      Branch: cfgperl
74550            ! t/op/taint.t
74551 ____________________________________________________________________________
74552 [  6332] By: jhi                                   on 2000/07/11  12:40:17
74553         Log: Integrate with Sarathy.
74554      Branch: cfgperl
74555           !> win32/win32sck.c
74556 ____________________________________________________________________________
74557 [  6331] By: jhi                                   on 2000/07/10  20:14:16
74558         Log: Sprinkle ldlibpath.
74559      Branch: cfgperl
74560            ! pod/Makefile.SH
74561 ____________________________________________________________________________
74562 [  6330] By: jhi                                   on 2000/07/10  17:54:49
74563         Log: More POSIX.pod tweaks.
74564      Branch: cfgperl
74565            ! ext/POSIX/POSIX.pod
74566 ____________________________________________________________________________
74567 [  6329] By: jhi                                   on 2000/07/10  14:02:12
74568         Log: Reorder perl.pod once more.
74569      Branch: cfgperl
74570            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74571 ____________________________________________________________________________
74572 [  6328] By: gsar                                  on 2000/07/10  07:06:00
74573         Log: accept() leaks memory on windows due to incorrect ordering of
74574              closesocket() and fclose() calls
74575      Branch: perl
74576            ! win32/win32sck.c
74577 ____________________________________________________________________________
74578 [  6327] By: gsar                                  on 2000/07/10  06:49:17
74579         Log: winsock options weren't being set in all threads under ithreads
74580              (caused send()s from second and subsequent threads to fail)
74581      Branch: perl
74582            ! win32/win32sck.c
74583 ____________________________________________________________________________
74584 [  6326] By: jhi                                   on 2000/07/08  02:45:40
74585         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
74586              was cast to an unsigned (32-bit) integer with wild abandon.
74587      Branch: cfgperl
74588            ! ext/Devel/DProf/DProf.xs
74589 ____________________________________________________________________________
74590 [  6325] By: jhi                                   on 2000/07/07  18:50:33
74591         Log: Remove perlbook, update perlfaq book listing,
74592              rearrange perl.pod, regenerate perltoc.
74593      Branch: cfgperl
74594            - pod/perlbook.pod
74595            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
74596            ! pod/perlfaq2.pod pod/perltoc.pod
74597 ____________________________________________________________________________
74598 [  6324] By: jhi                                   on 2000/07/07  14:03:40
74599         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
74600      Branch: cfgperl
74601            ! sv.h toke.c
74602 ____________________________________________________________________________
74603 [  6323] By: jhi                                   on 2000/07/06  16:03:55
74604         Log: Fix complaints of buildtoc.
74605      Branch: cfgperl
74606            + lib/Win32.pod
74607            - pod/Win32.pod
74608            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74609 ____________________________________________________________________________
74610 [  6322] By: jhi                                   on 2000/07/06  15:15:52
74611         Log: Add =head1 NAMEs so that buildtoc is happy.
74612              (The CGI::Util nit reported to Lincoln.)
74613      Branch: cfgperl
74614            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
74615            ! pod/perltoc.pod
74616 ____________________________________________________________________________
74617 [  6321] By: jhi                                   on 2000/07/06  03:16:04
74618         Log: Config is being used.
74619      Branch: cfgperl
74620            ! t/op/method.t
74621 ____________________________________________________________________________
74622 [  6320] By: jhi                                   on 2000/07/06  03:13:13
74623         Log: Integrate with Sarathy.
74624      Branch: cfgperl
74625           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
74626 ____________________________________________________________________________
74627 [  6319] By: jhi                                   on 2000/07/06  03:11:46
74628         Log: Autogenerate pod/Makefile and pod/buildtoc.
74629              buildtoc also checks whether the existing pods are
74630              mentioned in MANIFEST and perl.pod, and vice versa.
74631              (None of the thusly found discrepancies fixed yet.)
74632              roffitall also needs to be autogenerated similarly but it
74633              seems so badly out of date that I didn't touch it yet.
74634      Branch: cfgperl
74635            + pod/Makefile.SH pod/buildtoc.PL
74636            - pod/Makefile pod/buildtoc
74637            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
74638 ____________________________________________________________________________
74639 [  6318] By: gsar                                  on 2000/07/05  22:10:54
74640         Log: fix UNC path handling on Windows under ithreads, and chdir()
74641              return value when given a non-existent directory
74642      Branch: perl
74643            ! win32/vdir.h
74644 ____________________________________________________________________________
74645 [  6317] By: gsar                                  on 2000/07/05  22:08:19
74646         Log: winsock cleanup never done on Windows (leads to handle leaks)
74647      Branch: perl
74648            ! win32/perllib.c win32/win32sck.c
74649 ____________________________________________________________________________
74650 [  6316] By: gsar                                  on 2000/07/05  22:06:19
74651         Log: some debugger output does not go to the socket when RemotePort is set
74652      Branch: perl
74653            ! lib/perl5db.pl
74654 ____________________________________________________________________________
74655 [  6315] By: jhi                                   on 2000/07/05  00:25:21
74656         Log: Integrate with Sarathy, preliminary fix for unicos
74657              alignment problems in [ID 20000612.002] Perl problem on Cray system.
74658      Branch: cfgperl
74659            ! sv.h
74660           !> pp_hot.c
74661 ____________________________________________________________________________
74662 [  6314] By: gsar                                  on 2000/07/04  23:34:02
74663         Log: tyop in change#6306
74664      Branch: perl
74665            ! pp_hot.c
74666 ____________________________________________________________________________
74667 [  6313] By: jhi                                   on 2000/07/04  22:14:38
74668         Log: Multiline string literals ENONPORTABLE.
74669      Branch: cfgperl
74670            ! pp_hot.c
74671 ____________________________________________________________________________
74672 [  6312] By: jhi                                   on 2000/07/04  20:34:44
74673         Log: Integrate with Sarathy.
74674      Branch: cfgperl
74675           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
74676           !> t/op/method.t
74677 ____________________________________________________________________________
74678 [  6311] By: jhi                                   on 2000/07/04  20:30:56
74679         Log: More POSIX.pod embellishment.
74680      Branch: cfgperl
74681            ! ext/POSIX/POSIX.pod
74682 ____________________________________________________________________________
74683 [  6310] By: gsar                                  on 2000/07/04  17:28:48
74684         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
74685      Branch: perl
74686            ! t/lib/b.t
74687 ____________________________________________________________________________
74688 [  6309] By: jhi                                   on 2000/07/04  17:22:18
74689         Log: The #6308 required a little bit more.
74690      Branch: cfgperl
74691            ! Makefile.SH win32/Makefile
74692 ____________________________________________________________________________
74693 [  6308] By: jhi                                   on 2000/07/04  16:35:24
74694         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
74695      Branch: cfgperl
74696            + lib/lib_pm.PL
74697            - lib/lib.pm.PL
74698            ! MANIFEST Makefile.SH
74699 ____________________________________________________________________________
74700 [  6307] By: jhi                                   on 2000/07/04  16:28:58
74701         Log: Win32 patches for cfgperl from Sarathy.
74702      Branch: cfgperl
74703            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
74704            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
74705            ! thread.h toke.c util.c win32/Makefile win32/win32.c
74706 ____________________________________________________________________________
74707 [  6306] By: gsar                                  on 2000/07/04  16:28:40
74708         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
74709              (from Richard Soderberg <rs@oregonnet.com>)
74710      Branch: perl
74711            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
74712 ____________________________________________________________________________
74713 [  6305] By: jhi                                   on 2000/07/04  16:24:24
74714         Log: Integrate with Sarathy.
74715      Branch: cfgperl
74716           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
74717           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74718           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
74719           !> proto.h win32/win32.c
74720 ____________________________________________________________________________
74721 [  6304] By: gsar                                  on 2000/07/04  16:17:24
74722         Log: missing perldiag entry for unpack("w",...) diagnostic (from
74723              Andreas Koenig)
74724      Branch: perl
74725            ! pod/perldiag.pod
74726 ____________________________________________________________________________
74727 [  6303] By: gsar                                  on 2000/07/04  16:14:44
74728         Log: remove rel2abs prototypes (from Barrie Slaymaker)
74729      Branch: perl
74730            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74731            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74732 ____________________________________________________________________________
74733 [  6302] By: gsar                                  on 2000/07/04  04:59:35
74734         Log: adjust change#6299
74735      Branch: perl
74736            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
74737            ! win32/win32.c
74738 ____________________________________________________________________________
74739 [  6301] By: jhi                                   on 2000/07/04  04:50:07
74740         Log: Integrate with Sarathy.
74741      Branch: cfgperl
74742           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
74743           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
74744           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
74745 ____________________________________________________________________________
74746 [  6300] By: gsar                                  on 2000/07/04  04:42:09
74747         Log: PERL_OBJECT build tweak
74748      Branch: perl
74749            ! perl.h
74750 ____________________________________________________________________________
74751 [  6299] By: gsar                                  on 2000/07/04  04:37:00
74752         Log: fix memory leak on Windows (PL_sys_intern contents were never
74753              freed)
74754      Branch: perl
74755            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
74756            ! perlapi.c proto.h win32/win32.c
74757 ____________________________________________________________________________
74758 [  6298] By: gsar                                  on 2000/07/04  04:15:59
74759         Log: fix large memory leak that has been around for ever, masked by
74760              -DPURIFY (most of the arenas were never freed!)
74761      Branch: perl
74762            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
74763 ____________________________________________________________________________
74764 [  6297] By: gsar                                  on 2000/07/04  04:07:46
74765         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
74766      Branch: perl
74767            ! perl.c
74768 ____________________________________________________________________________
74769 [  6296] By: jhi                                   on 2000/06/30  18:28:37
74770         Log: Elaborate POSIX.pod.  Still needs work.
74771      Branch: cfgperl
74772            ! ext/POSIX/POSIX.pod
74773 ____________________________________________________________________________
74774 [  6295] By: jhi                                   on 2000/06/30  14:58:18
74775         Log: Point to perlipc for more SysV IPC examples.
74776      Branch: cfgperl
74777            ! pod/perlfunc.pod
74778 ____________________________________________________________________________
74779 [  6294] By: gsar                                  on 2000/06/30  14:47:45
74780         Log: slurp mode fix in change#4736 still not quite right
74781      Branch: perl
74782            ! pp_hot.c t/io/argv.t
74783 ____________________________________________________________________________
74784 [  6293] By: jhi                                   on 2000/06/30  12:02:55
74785         Log: Integrate with Sarathy.
74786      Branch: cfgperl
74787           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
74788 ____________________________________________________________________________
74789 [  6292] By: jhi                                   on 2000/06/30  12:01:11
74790         Log: From: simon@brecon.co.uk (Simon Cozens)
74791              Subject: UTF8 concat
74792              Date: 30 Jun 2000 06:13:25 GMT
74793              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
74794      Branch: cfgperl
74795            ! pp_hot.c
74796 ____________________________________________________________________________
74797 [  6291] By: gsar                                  on 2000/06/30  04:37:33
74798         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
74799              when @_ is modified, causing coredumps
74800      Branch: perl
74801            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
74802 ____________________________________________________________________________
74803 [  6290] By: jhi                                   on 2000/06/30  02:21:44
74804         Log: Integrate with Sarathy.
74805      Branch: cfgperl
74806           !> vms/vms.c vms/vmsish.h
74807 ____________________________________________________________________________
74808 [  6289] By: jhi                                   on 2000/06/30  02:21:02
74809         Log: Check VERSIONs.
74810      Branch: cfgperl
74811            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
74812            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
74813            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74814 ____________________________________________________________________________
74815 [  6288] By: jhi                                   on 2000/06/30  02:18:52
74816         Log: Integrate with Sarathy.
74817      Branch: cfgperl
74818           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
74819           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
74820           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
74821           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
74822 ____________________________________________________________________________
74823 [  6287] By: gsar                                  on 2000/06/30  02:17:08
74824         Log: integrate vmsperl changes into mainline
74825      Branch: perl
74826           !> vms/vms.c vms/vmsish.h
74827 ____________________________________________________________________________
74828 [  6285] By: gsar                                  on 2000/06/30  02:05:28
74829         Log: localize %INC in a Safe compartment so that use/require work
74830              (many other magic globals probably need similar treatment)
74831      Branch: perl
74832            ! ext/Opcode/Opcode.xs
74833 ____________________________________________________________________________
74834 [  6284] By: gsar                                  on 2000/06/30  01:54:54
74835         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
74836              about Windows
74837      Branch: perl
74838            ! pod/perlembed.pod
74839 ____________________________________________________________________________
74840 [  6283] By: jhi                                   on 2000/06/30  01:50:10
74841         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
74842              From: Barrie Slaymaker <barries@jester.slaysys.com>
74843              Date: Wed, 28 Jun 2000 11:35:29 -0400
74844              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
74845      Branch: perl
74846            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
74847            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
74848            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74849            ! lib/File/Spec/Win32.pm
74850 ____________________________________________________________________________
74851 [  6282] By: jhi                                   on 2000/06/29  22:57:22
74852         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
74853              From: Dan Sugalski <dan@sidhe.org>
74854              Date: Tue, 06 Jun 2000 11:59:50 -0400
74855              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
74856      Branch: cfgperl
74857            ! vms/vms.c
74858 ____________________________________________________________________________
74859 [  6281] By: jhi                                   on 2000/06/29  22:52:50
74860         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
74861              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74862              Date: Wed, 7 Jun 2000 04:02:04 -0500
74863              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
74864      Branch: cfgperl
74865            ! utils/h2xs.PL
74866 ____________________________________________________________________________
74867 [  6280] By: jhi                                   on 2000/06/29  22:45:47
74868         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
74869              From: rspier@pobox.com (Robert Spier)
74870              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
74871              Message-ID: <14654.31913.845602.610277@rls.cx>
74872      Branch: cfgperl
74873            ! utils/h2xs.PL
74874 ____________________________________________________________________________
74875 [  6279] By: jhi                                   on 2000/06/29  22:38:16
74876         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
74877              From: Tim Ayers <tayers@bridge.com>
74878              Date: Thu, 08 Jun 2000 08:11:06 +0200
74879              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
74880              [resent by Richard Foley, Message-Id probably wrong]
74881      Branch: cfgperl
74882            ! pod/perlsub.pod
74883 ____________________________________________________________________________
74884 [  6278] By: jhi                                   on 2000/06/29  22:21:45
74885         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
74886              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
74887              Date: Fri, 09 Jun 2000 12:39:27 -0400
74888              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
74889              (plus update the version "number" of Text::Wrap)
74890      Branch: cfgperl
74891            ! lib/Text/Wrap.pm
74892 ____________________________________________________________________________
74893 [  6277] By: jhi                                   on 2000/06/29  22:13:10
74894         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
74895              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74896              Date: Mon, 12 Jun 2000 14:55:59 +0100
74897              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
74898      Branch: cfgperl
74899            ! pod/perlfunc.pod
74900 ____________________________________________________________________________
74901 [  6276] By: jhi                                   on 2000/06/29  22:11:06
74902         Log: Subject: [PATCH] Re: eval documentation: context
74903              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74904              Date: Mon, 12 Jun 2000 15:07:29 +0100
74905              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
74906      Branch: cfgperl
74907            ! pod/perlfunc.pod
74908 ____________________________________________________________________________
74909 [  6275] By: jhi                                   on 2000/06/29  21:59:46
74910         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
74911              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74912              Date: Tue, 13 Jun 2000 02:43:48 -0500
74913              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
74914      Branch: cfgperl
74915            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
74916 ____________________________________________________________________________
74917 [  6274] By: jhi                                   on 2000/06/29  21:56:14
74918         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
74919              From: Andy Dougherty <doughera@lafayette.edu>
74920              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
74921              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
74922      Branch: cfgperl
74923            ! ext/File/Glob/Glob.pm
74924 ____________________________________________________________________________
74925 [  6273] By: jhi                                   on 2000/06/29  21:49:09
74926         Log: Subject: [PATCH] xsub attributes
74927              From: Doug MacEachern <dougm@covalent.net>
74928              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
74929              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
74930      Branch: cfgperl
74931            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
74932            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
74933 ____________________________________________________________________________
74934 [  6272] By: jhi                                   on 2000/06/29  21:41:28
74935         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
74936              From: Tom Phoenix <rootbeer@redcat.com>
74937              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
74938              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
74939      Branch: cfgperl
74940            ! lib/Net/Ping.pm
74941 ____________________________________________________________________________
74942 [  6271] By: jhi                                   on 2000/06/29  21:36:55
74943         Log: Subject: PATCH pod/perltie.pod
74944              From: Ian Phillipps <Ian.Phillipps@iname.com>
74945              Date: Fri, 16 Jun 2000 00:17:19 +0100
74946              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
74947              (only the first hunk, the second hunk had already been done
74948              by some other patch)
74949      Branch: cfgperl
74950            ! pod/perltie.pod
74951 ____________________________________________________________________________
74952 [  6270] By: jhi                                   on 2000/06/29  21:24:51
74953         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
74954              From: Nicholas Clark <nick@talking.bollo.cx>
74955              Date: Fri, 23 Jun 2000 16:21:15 +0100
74956              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
74957      Branch: cfgperl
74958            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
74959            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
74960 ____________________________________________________________________________
74961 [  6269] By: jhi                                   on 2000/06/29  19:38:15
74962         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
74963              silence few compiler warnings.
74964      Branch: cfgperl
74965            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
74966 ____________________________________________________________________________
74967 [  6268] By: jhi                                   on 2000/06/29  18:21:50
74968         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
74969              From: Dominic Dunlop <domo@computer.org> 
74970              Date: Thu, 29 Jun 2000 12:32:39 +0200 
74971              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
74972      Branch: cfgperl
74973            ! t/op/sprintf.t
74974 ____________________________________________________________________________
74975 [  6267] By: jhi                                   on 2000/06/29  18:16:07
74976         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
74977              From: Doug MacEachern <dougm@covalent.net>
74978              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
74979              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
74980      Branch: cfgperl
74981            + t/op/method2entersub.t
74982            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
74983            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74984            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
74985            ! xsutils.c
74986 ____________________________________________________________________________
74987 [  6266] By: jhi                                   on 2000/06/29  15:11:15
74988         Log: Subject: [PATCH 5.6.0] cygwin port
74989              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
74990              From: "Fifer, Eric" <EFifer@sanwaint.com>
74991              Date: Thu, 29 Jun 2000 12:58:29 +0100
74992      Branch: cfgperl
74993            ! cygwin/Makefile.SHs
74994 ____________________________________________________________________________
74995 [  6265] By: jhi                                   on 2000/06/29  15:04:05
74996         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
74997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74998              Date: Wed, 28 Jun 2000 17:50:12 -0700
74999              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
75000      Branch: cfgperl
75001            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
75002 ____________________________________________________________________________
75003 [  6264] By: jhi                                   on 2000/06/29  15:00:57
75004         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
75005              From: Marty Lucich <marty@netcom.com>
75006              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
75007              Message-Id: <200006282116.OAA11148@netcom.com>
75008              ccdlflags update (the BSD/OS 4.1 part had already been taken
75009              care of by #6141).
75010      Branch: cfgperl
75011            ! hints/bsdos.sh
75012 ____________________________________________________________________________
75013 [  6263] By: jhi                                   on 2000/06/29  13:47:44
75014         Log: tr fixes from Simon Cozens
75015      Branch: cfgperl
75016            ! doop.c
75017 ____________________________________________________________________________
75018 [  6262] By: jhi                                   on 2000/06/28  18:46:01
75019         Log: Subject: 5.6.0 Patch for EPOC
75020              From: Olaf Flebbe <o.flebbe@gmx.de>
75021              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
75022              Message-ID: <23449.960929969@www11.gmx.net>
75023      Branch: cfgperl
75024            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
75025            ! epoc/epocish.h
75026 ____________________________________________________________________________
75027 [  6261] By: jhi                                   on 2000/06/28  18:29:07
75028         Log: Subject: Re: [PATCH cfgperl] BOMs away!
75029              From: simon@brecon.co.uk (Simon Cozens)
75030              Date: 17 Jun 2000 11:49:57 GMT
75031              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
75032      Branch: cfgperl
75033            ! pod/perldiag.pod t/comp/require.t toke.c
75034 ____________________________________________________________________________
75035 [  6260] By: jhi                                   on 2000/06/28  17:47:16
75036         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
75037              From: simon@brecon.co.uk (Simon Cozens) 
75038              Date: 17 Jun 2000 11:56:44 GMT 
75039              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
75040              pack U0, pack C0
75041      Branch: cfgperl
75042            ! pod/perlfunc.pod pp.c t/op/pack.t
75043 ____________________________________________________________________________
75044 [  6259] By: jhi                                   on 2000/06/28  16:43:17
75045         Log: perlnewmod was missing from MANIFEST.
75046      Branch: cfgperl
75047            ! MANIFEST
75048 ____________________________________________________________________________
75049 [  6258] By: jhi                                   on 2000/06/28  15:54:30
75050         Log: linenumber tweak
75051      Branch: cfgperl
75052            ! t/pragma/warn/regcomp
75053 ____________________________________________________________________________
75054 [  6257] By: jhi                                   on 2000/06/28  15:50:44
75055         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
75056              From: Doug MacEachern <dougm@covalent.net>
75057              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
75058              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
75059              (one part of the patch had been applied earlier)
75060      Branch: cfgperl
75061            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
75062 ____________________________________________________________________________
75063 [  6256] By: jhi                                   on 2000/06/28  15:40:22
75064         Log: tweaks from Simon Cozens to further fix tr/// under utf8
75065      Branch: cfgperl
75066            ! doop.c
75067 ____________________________________________________________________________
75068 [  6255] By: jhi                                   on 2000/06/28  15:33:45
75069         Log: small thinko tweaks
75070      Branch: cfgperl
75071            ! lib/IPC/Open3.pm t/op/my_stash.t
75072 ____________________________________________________________________________
75073 [  6254] By: jhi                                   on 2000/06/28  15:33:25
75074         Log: Subject: tr///, help wanted.
75075              From: simon@brecon.co.uk (Simon Cozens)
75076              Date: 28 Jun 2000 11:29:04 GMT
75077              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
75078      Branch: cfgperl
75079            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
75080            ! pp_proto.h proto.h t/op/tr.t
75081 ____________________________________________________________________________
75082 [  6253] By: jhi                                   on 2000/06/28  15:09:17
75083         Log: Paranoia tweak on #6249.
75084              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75085              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75086              Date: Sun, 25 Jun 2000 23:43:12 -0400
75087              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
75088      Branch: cfgperl
75089            ! lib/IPC/Open3.pm
75090 ____________________________________________________________________________
75091 [  6252] By: jhi                                   on 2000/06/28  15:01:38
75092         Log: Document #6249 and #6251.
75093      Branch: cfgperl
75094            ! lib/Exporter.pm lib/IPC/Open3.pm
75095 ____________________________________________________________________________
75096 [  6251] By: jhi                                   on 2000/06/28  14:50:43
75097         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
75098              From: Doug MacEachern <dougm@covalent.net>
75099              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
75100              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
75101      Branch: cfgperl
75102            ! lib/Exporter.pm
75103 ____________________________________________________________________________
75104 [  6250] By: jhi                                   on 2000/06/28  14:45:23
75105         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
75106              From: Doug MacEachern <dougm@covalent.net>
75107              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
75108              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
75109      Branch: cfgperl
75110            + t/op/my_stash.t
75111            ! MANIFEST embed.pl global.sym proto.h toke.c
75112 ____________________________________________________________________________
75113 [  6249] By: jhi                                   on 2000/06/28  14:36:34
75114         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
75115              From: Frank Tobin <ftobin@uiuc.edu>
75116              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
75117              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
75118      Branch: cfgperl
75119            ! lib/IPC/Open3.pm
75120 ____________________________________________________________________________
75121 [  6248] By: jhi                                   on 2000/06/28  14:11:25
75122         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
75123              From: Mark-Jason Dominus <mjd@plover.com>
75124              Date: Tue, 27 Jun 2000 22:36:42 -0400
75125              Message-ID: <20000628023642.12166.qmail@plover.com>
75126      Branch: cfgperl
75127            ! pod/perlfunc.pod
75128 ____________________________________________________________________________
75129 [  6247] By: jhi                                   on 2000/06/27  12:46:37
75130         Log: Tweak $VERSION, patch from Doug MacEachern.
75131      Branch: cfgperl
75132            ! lib/File/Spec.pm
75133 ____________________________________________________________________________
75134 [  6246] By: jhi                                   on 2000/06/27  03:34:46
75135         Log: Allow for standalone testing.
75136      Branch: cfgperl
75137            ! t/lib/filefunc.t t/lib/filespec.t
75138 ____________________________________________________________________________
75139 [  6245] By: jhi                                   on 2000/06/27  02:50:02
75140         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
75141              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75142              Date: Sat, 24 Jun 2000 13:06:20 +0100
75143              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
75144      Branch: cfgperl
75145            ! ext/DynaLoader/DynaLoader_pm.PL
75146 ____________________________________________________________________________
75147 [  6244] By: jhi                                   on 2000/06/27  02:46:10
75148         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
75149              From: Doug MacEachern <dougm@covalent.net>
75150              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
75151              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
75152      Branch: cfgperl
75153            ! gv.c sv.c t/lib/peek.t
75154 ____________________________________________________________________________
75155 [  6243] By: jhi                                   on 2000/06/27  02:38:07
75156         Log: Subject: [PATCH] is_utf8_string
75157              From: simon@brecon.co.uk (Simon Cozens)
75158              Date: 26 Jun 2000 02:25:59 GMT
75159              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
75160      Branch: cfgperl
75161            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
75162            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
75163            ! proto.h utf8.c
75164 ____________________________________________________________________________
75165 [  6242] By: jhi                                   on 2000/06/27  02:24:00
75166         Log: Subject: [PATCH] bytes<->utf8 fixes
75167              From: simon@brecon.co.uk (Simon Cozens)
75168              Date: 26 Jun 2000 04:55:45 GMT
75169              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
75170      Branch: cfgperl
75171            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
75172 ____________________________________________________________________________
75173 [  6241] By: jhi                                   on 2000/06/27  02:12:42
75174         Log: Do no -warn on \_, only on \alpha.
75175              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
75176              From: David Dyck <dcd@tc.fluke.com>
75177              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
75178              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
75179      Branch: cfgperl
75180            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
75181 ____________________________________________________________________________
75182 [  6240] By: jhi                                   on 2000/06/27  02:00:01
75183         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
75184              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75185              Date: Mon, 26 Jun 2000 18:40:14 +0100
75186              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
75187      Branch: cfgperl
75188            ! utils/h2xs.PL
75189 ____________________________________________________________________________
75190 [  6239] By: jhi                                   on 2000/06/27  01:53:40
75191         Log: Configure maintenance.  Sever some dependency cycles,
75192              separate gccversion from the cc unit,
75193              address [ID 20000623.006] Configure script patch for using gcc on AIX
75194              (but solve it a little bit differently),
75195              unduplex some accidentally duplicated units,
75196              suggest using gcc if no cc available
75197              (p5p thread: "Solaris configure: counterproposal", 1999-09)
75198      Branch: cfgperl
75199            ! Configure Todo-5.6 config_h.SH
75200      Branch: metaconfig
75201            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
75202            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
75203      Branch: metaconfig/U/perl
75204            + gccvers.U
75205            ! d_getespwnam.U d_getprpwnam.U i_prot.U
75206 ____________________________________________________________________________
75207 [  6238] By: jhi                                   on 2000/06/25  18:04:56
75208         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
75209              From: Dan Sugalski <dan@sidhe.org>
75210              Date: Fri, 23 Jun 2000 17:00:00 -0400
75211              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
75212      Branch: cfgperl
75213            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
75214 ____________________________________________________________________________
75215 [  6237] By: jhi                                   on 2000/06/25  16:36:45
75216         Log: Tweak embed.pl, regen headers.
75217      Branch: cfgperl
75218            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
75219            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
75220            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
75221            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
75222            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
75223 ____________________________________________________________________________
75224 [  6236] By: jhi                                   on 2000/06/25  15:26:42
75225         Log: Regen headers.
75226      Branch: cfgperl
75227            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
75228            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
75229            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
75230            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
75231            ! regnodes.h warnings.h
75232 ____________________________________________________________________________
75233 [  6235] By: jhi                                   on 2000/06/23  19:39:35
75234         Log: The thread begun by
75235              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
75236              From: Kevin.Ruscoe@ubsw.com
75237              Date: Fri, 16 Jun 2000 16:38:51 +0100
75238              Message-Id: <H000019b03c300d6@MHS>
75239      Branch: cfgperl
75240            ! hints/solaris_2.sh
75241 ____________________________________________________________________________
75242 [  6234] By: jhi                                   on 2000/06/23  19:23:36
75243         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
75244              because when run as services (Win32ese for daemons)
75245              no environment variables are set and tmpdir ends up as /tmp,
75246              which is ambiguous.
75247              
75248              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
75249              From: matt@sergeant.org
75250              Date: 16 Jun 2000 16:30:43 -0000
75251              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
75252      Branch: cfgperl
75253            ! lib/File/Spec/Win32.pm
75254 ____________________________________________________________________________
75255 [  6233] By: jhi                                   on 2000/06/23  19:18:58
75256         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
75257              From: Mark-Jason Dominus <mjd@plover.com>
75258              Date: Fri, 16 Jun 2000 20:53:04 -0400
75259              Message-ID: <20000617005304.8008.qmail@plover.com>
75260      Branch: cfgperl
75261            ! op.h
75262 ____________________________________________________________________________
75263 [  6232] By: jhi                                   on 2000/06/23  16:10:02
75264         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
75265              From: simon@brecon.co.uk (Simon Cozens)
75266              Date: 19 Jun 2000 15:18:27 GMT
75267              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
75268              
75269              plus update pod/Makefile and regenerate perltoc
75270      Branch: cfgperl
75271            + pod/perlutil.pod
75272            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
75273 ____________________________________________________________________________
75274 [  6231] By: jhi                                   on 2000/06/23  15:19:18
75275         Log: Subject: [PATCH 5.6.0] cygwin port
75276              From: "Fifer, Eric" <EFifer@sanwaint.com>
75277              Date: Tue, 20 Jun 2000 14:30:58 +0100
75278              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
75279      Branch: cfgperl
75280            ! README.cygwin lib/File/Find.pm
75281 ____________________________________________________________________________
75282 [  6230] By: jhi                                   on 2000/06/23  14:25:21
75283         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
75284      Branch: cfgperl
75285            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
75286            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
75287            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75288            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
75289 ____________________________________________________________________________
75290 [  6229] By: jhi                                   on 2000/06/23  14:13:34
75291         Log: Subject: README.hpux version 0.6.1
75292              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
75293              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
75294              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
75295      Branch: cfgperl
75296            ! README.hpux
75297 ____________________________________________________________________________
75298 [  6228] By: jhi                                   on 2000/06/23  14:07:20
75299         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
75300              From: Doug MacEachern <dougm@covalent.net>
75301              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
75302              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
75303      Branch: cfgperl
75304            ! op.c
75305 ____________________________________________________________________________
75306 [  6227] By: jhi                                   on 2000/06/23  14:01:06
75307         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
75308              From: Doug MacEachern <dougm@covalent.net>
75309              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
75310              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
75311      Branch: cfgperl
75312            + lib/lib.pm.PL
75313            - lib/lib.pm
75314            ! MANIFEST Makefile.SH
75315 ____________________________________________________________________________
75316 [  6226] By: jhi                                   on 2000/06/23  13:53:07
75317         Log: Subject: [PATCH] remove forward declarations in Socket.pm
75318              From: Doug MacEachern <dougm@covalent.net>
75319              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
75320              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
75321              
75322              From: Doug MacEachern <dougm@covalent.net>
75323              Subject: Re: [PATCH] remove forward declarations in Socket.pm
75324              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
75325              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
75326      Branch: cfgperl
75327            ! ext/Socket/Socket.pm op.c
75328 ____________________________________________________________________________
75329 [  6225] By: jhi                                   on 2000/06/23  13:41:52
75330         Log: Add source code filenames to apidoc.
75331              From: simon@brecon.co.uk (Simon Cozens)
75332              Subject: [PATCH embed.pl] Source X-ref
75333              Date: 22 Jun 2000 02:18:49 GMT
75334              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
75335      Branch: cfgperl
75336            ! embed.pl
75337 ____________________________________________________________________________
75338 [  6224] By: jhi                                   on 2000/06/23  13:32:33
75339         Log: A way to avoid English.pm performance hit.
75340              From: root <root@jester.slaysys.com>
75341              Subject: [YAPATCH English.pm] My turn to putt again
75342              Date: Thu, 22 Jun 2000 20:33:58 -0400
75343              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
75344      Branch: cfgperl
75345            ! lib/English.pm t/lib/english.t
75346 ____________________________________________________________________________
75347 [  6223] By: jhi                                   on 2000/06/23  13:27:06
75348         Log: Avoid double close().
75349              Subject: [PATCH] avoid double close()
75350              From: Doug MacEachern <dougm@covalent.net>
75351              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
75352              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
75353      Branch: cfgperl
75354            ! doio.c
75355 ____________________________________________________________________________
75356 [  6222] By: jhi                                   on 2000/06/23  13:25:54
75357         Log: doc typo fix
75358              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
75359              From: Ian Phillipps <Ian.Phillipps@iname.com>
75360              Date: Fri, 23 Jun 2000 10:40:58 +0100
75361              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
75362      Branch: cfgperl
75363            ! lib/Pod/Usage.pm
75364 ____________________________________________________________________________
75365 [  6221] By: jhi                                   on 2000/06/23  13:24:15
75366         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
75367              From: simon@brecon.co.uk (Simon Cozens)
75368              Subject: [PATCH] Eliminate tr///[CU][CU]
75369              Date: 23 Jun 2000 11:05:40 GMT
75370              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
75371      Branch: cfgperl
75372            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
75373 ____________________________________________________________________________
75374 [  6220] By: jhi                                   on 2000/06/22  16:07:51
75375         Log: Win32 patches from Benjamin Stuhl.
75376      Branch: cfgperl
75377            ! makedef.pl win32/win32.h
75378 ____________________________________________________________________________
75379 [  6219] By: jhi                                   on 2000/06/22  16:06:34
75380         Log: Bytecode patches from Benjamin Stuhl.
75381      Branch: cfgperl
75382            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75383            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
75384            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75385 ____________________________________________________________________________
75386 [  6218] By: jhi                                   on 2000/06/15  23:54:16
75387         Log: Bytecode patches from Benjamin Stuhl.
75388      Branch: cfgperl
75389            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75390 ____________________________________________________________________________
75391 [  6217] By: jhi                                   on 2000/06/09  13:38:29
75392         Log: Rename the fdpid locking and integrate with Sarathy.
75393      Branch: cfgperl
75394            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
75395            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
75396            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
75397            ! win32/win32.c
75398           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
75399 ____________________________________________________________________________
75400 [  6216] By: gsar                                  on 2000/06/08  14:54:21
75401         Log: be more optimal about clearing @_
75402      Branch: perl
75403            ! cop.h
75404 ____________________________________________________________________________
75405 [  6215] By: gsar                                  on 2000/06/08  14:33:04
75406         Log: tweak comment about @DB::args
75407      Branch: perl
75408            ! av.h pp_ctl.c
75409 ____________________________________________________________________________
75410 [  6214] By: gsar                                  on 2000/06/08  13:57:54
75411         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
75412              caller() wants to populate @DB::args with it (causes a coredump
75413              in Carp::confess())
75414      Branch: perl
75415            ! cop.h t/op/runlevel.t
75416 ____________________________________________________________________________
75417 [  6213] By: gsar                                  on 2000/06/08  07:06:35
75418         Log: back out change#6106 (seems problematic)
75419      Branch: perl
75420            ! hints/solaris_2.sh
75421 ____________________________________________________________________________
75422 [  6212] By: jhi                                   on 2000/06/07  03:10:36
75423         Log: Continuing mopup for #6204.
75424      Branch: cfgperl
75425            ! ext/B/defsubs_h.PL
75426 ____________________________________________________________________________
75427 [  6211] By: jhi                                   on 2000/06/07  02:41:50
75428         Log: Mopup for #6204.
75429              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
75430              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
75431              This is comes from const() where POK isn't on when expected.
75432      Branch: cfgperl
75433            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
75434            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75435            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
75436            ! perlapi.h pod/perlapi.pod
75437 ____________________________________________________________________________
75438 [  6210] By: jhi                                   on 2000/06/07  01:56:29
75439         Log: Mopup for #6207 and #6209.
75440      Branch: cfgperl
75441            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
75442 ____________________________________________________________________________
75443 [  6209] By: jhi                                   on 2000/06/07  01:33:12
75444         Log: Lock PL_fdpid against race conditions, based on:
75445              Subject: [PATCH 5.6.0]subprocess fixup for threads
75446              From: Dan Sugalski <dan@sidhe.org>
75447              To: perl5-porters@perl.org
75448              Date: Tue, 11 Apr 2000 17:02:32 -0400
75449              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
75450      Branch: cfgperl
75451            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
75452            ! win32/win32.c
75453 ____________________________________________________________________________
75454 [  6208] By: jhi                                   on 2000/06/07  01:05:23
75455         Log: Regen headers for #6207.
75456      Branch: cfgperl
75457            ! embed.h global.sym objXSUB.h proto.h
75458 ____________________________________________________________________________
75459 [  6207] By: jhi                                   on 2000/06/06  23:43:13
75460         Log: Subject: [PATCH 5.6.0] Threadsafe patches
75461              From: Dan Sugalski <dan@sidhe.org>
75462              To: perl5-porters@perl.org
75463              Date: Mon, 08 May 2000 18:08:13 -0400
75464              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
75465      Branch: cfgperl
75466            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
75467            ! proto.h sv.h util.c
75468 ____________________________________________________________________________
75469 [  6206] By: jhi                                   on 2000/06/06  23:21:23
75470         Log: Subject: [PATCH] Eliminate $a/$b in pod
75471              From: David Glasser <me@davidglasser.net>
75472              To: perl5-porters@perl.org
75473              Date: Mon, 29 May 2000 21:15:59 -0400
75474              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
75475      Branch: cfgperl
75476            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
75477            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
75478            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
75479            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
75480            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
75481            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
75482            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
75483            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
75484            ! pod/perlvar.pod pod/perlxs.pod
75485 ____________________________________________________________________________
75486 [  6205] By: jhi                                   on 2000/06/06  23:12:14
75487         Log: Subject: [PATCH] Win32 improvements
75488              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75489              To: gsar@activestate.com, perl5-porters@perl.org
75490              Date: Mon, 29 May 2000 17:22:24 PDT
75491              Message-ID: <20000530002224.91142.qmail@hotmail.com>
75492              (MUA had mangled many lines by wordwrapping)
75493      Branch: cfgperl
75494            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
75495 ____________________________________________________________________________
75496 [  6204] By: jhi                                   on 2000/06/06  23:01:50
75497         Log: Subject: [PATCH] B::Bytecode patches
75498              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75499              To: gsar@activestate.com, jhi@iki.fi
75500              Cc: perl5-porters@perl.org
75501              Message-ID: <20000602202526.48694.qmail@hotmail.com>
75502              (MUA had mangled many lines by wordwrapping)
75503      Branch: cfgperl
75504            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
75505            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
75506            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75507            ! intrpvar.h perl.c
75508 ____________________________________________________________________________
75509 [  6203] By: jhi                                   on 2000/06/06  22:32:43
75510         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
75511              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75512              Date: Tue, 06 Jun 2000 13:07:45 -0700
75513              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
75514      Branch: cfgperl
75515            ! pod/perldiag.pod
75516 ____________________________________________________________________________
75517 [  6202] By: jhi                                   on 2000/06/06  19:38:35
75518         Log: Integrate with Sarathy.
75519      Branch: cfgperl
75520           !> perl.c
75521 ____________________________________________________________________________
75522 [  6201] By: gsar                                  on 2000/06/06  00:42:59
75523         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
75524              does a PUSHMARK that's never ever POPMARKed; in general, only
75525              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
75526              Perl_eval_[sp]v() don't because they don't take any incoming
75527              arguments (this leak has been around since the original version
75528              of perl_eval_pv() in 5.003_97e)
75529      Branch: perl
75530            ! perl.c
75531 ____________________________________________________________________________
75532 [  6200] By: jhi                                   on 2000/06/04  03:44:52
75533         Log: Update to cperl-mode.el 4.31 from
75534              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
75535              Subject: A couple of notes
75536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75537              To: Mailing list Perl5 <perl5-porters@perl.org>
75538              Date: Sat, 3 Jun 2000 23:33:32 -0400
75539              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
75540      Branch: cfgperl
75541            ! emacs/cperl-mode.el
75542 ____________________________________________________________________________
75543 [  6199] By: jhi                                   on 2000/06/03  15:11:05
75544         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
75545              From: Dan Sugalski <dan@sidhe.org>
75546              To: perl5-porters@perl.org, vmsperl@perl.org
75547              Date: Fri, 02 Jun 2000 17:30:51 -0400
75548              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
75549      Branch: cfgperl
75550            ! vms/descrip_mms.template vms/gen_shrfls.pl
75551 ____________________________________________________________________________
75552 [  6198] By: jhi                                   on 2000/06/03  14:59:15
75553         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
75554              From: Dan Sugalski <dan@sidhe.org>
75555              To: vmsperl@perl.org, perl5-porters@perl.org
75556              Date: Fri, 02 Jun 2000 16:00:41 -0400
75557              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
75558              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
75559      Branch: cfgperl
75560            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
75561            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
75562            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
75563 ____________________________________________________________________________
75564 [  6197] By: jhi                                   on 2000/06/03  14:41:30
75565         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
75566              From: John Borwick <jhborwic@unity.ncsu.edu>
75567              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
75568              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
75569      Branch: cfgperl
75570            ! pod/perlsyn.pod
75571 ____________________________________________________________________________
75572 [  6196] By: jhi                                   on 2000/06/03  14:38:09
75573         Log: Integrate with Sarathy.
75574      Branch: cfgperl
75575           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75576           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75577           !> vms/perly_c.vms
75578 ____________________________________________________________________________
75579 [  6195] By: gsar                                  on 2000/06/02  22:43:13
75580         Log: fix yet another eval"" leak under USE_ITHREADS
75581      Branch: perl
75582            ! op.c
75583 ____________________________________________________________________________
75584 [  6194] By: gsar                                  on 2000/06/02  18:22:06
75585         Log: fix small eval"" memory leaks under USE_ITHREADS
75586      Branch: perl
75587            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75588            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75589            ! vms/perly_c.vms
75590 ____________________________________________________________________________
75591 [  6193] By: jhi                                   on 2000/06/01  13:03:56
75592         Log: Signals-be-gone for microperl.
75593      Branch: cfgperl
75594            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
75595 ____________________________________________________________________________
75596 [  6192] By: jhi                                   on 2000/06/01  12:52:02
75597         Log: Integrate with Sarathy.
75598      Branch: cfgperl
75599           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
75600           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
75601           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
75602           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75603           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
75604           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
75605           !> t/op/vec.t utils/h2xs.PL
75606 ____________________________________________________________________________
75607 [  6191] By: gsar                                  on 2000/06/01  09:38:21
75608         Log: vec() loses numericalness (modified version of patch suggested
75609              by Robin Barker)
75610      Branch: perl
75611            ! doop.c t/op/vec.t
75612 ____________________________________________________________________________
75613 [  6190] By: gsar                                  on 2000/06/01  09:26:15
75614         Log: submit missing embed.pl change
75615      Branch: perl
75616            ! embed.pl
75617 ____________________________________________________________________________
75618 [  6189] By: gsar                                  on 2000/06/01  09:05:34
75619         Log: counting tr/// corrupts later operation (from M.J.T Guy)
75620      Branch: perl
75621            ! doop.c t/op/tr.t
75622 ____________________________________________________________________________
75623 [  6188] By: gsar                                  on 2000/06/01  08:58:39
75624         Log: h2xs tweaks
75625      Branch: perl
75626            ! utils/h2xs.PL
75627 ____________________________________________________________________________
75628 [  6187] By: gsar                                  on 2000/06/01  08:50:07
75629         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
75630              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
75631      Branch: perl
75632            + lib/Pod/LaTeX.pm
75633            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
75634            ! pod/pod2latex.PL
75635 ____________________________________________________________________________
75636 [  6186] By: gsar                                  on 2000/06/01  08:24:40
75637         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
75638              <wolfgang.laun@alcatel.at>)
75639      Branch: perl
75640            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75641            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
75642 ____________________________________________________________________________
75643 [  6185] By: gsar                                  on 2000/06/01  08:12:00
75644         Log: remove incorrect documentation about implicit split to @_ in
75645              list context, which never really worked in perl 5 (from
75646              M.J.T. Guy)
75647      Branch: perl
75648            ! pod/perlfunc.pod pod/perltrap.pod
75649 ____________________________________________________________________________
75650 [  6184] By: gsar                                  on 2000/06/01  07:52:27
75651         Log: tweak for change#6127
75652      Branch: perl
75653            ! perl.c
75654 ____________________________________________________________________________
75655 [  6183] By: gsar                                  on 2000/06/01  07:41:02
75656         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
75657              <nick@ccl4.org>)
75658      Branch: perl
75659            + t/lib/selfloader.t
75660            ! MANIFEST lib/SelfLoader.pm
75661 ____________________________________________________________________________
75662 [  6182] By: jhi                                   on 2000/06/01  00:34:42
75663         Log: Be Cleaner Part Deux.
75664      Branch: cfgperl
75665            ! Makefile.SH
75666 ____________________________________________________________________________
75667 [  6181] By: jhi                                   on 2000/06/01  00:32:09
75668         Log: Integrate with Sarathy.
75669      Branch: cfgperl
75670           !> pp.c t/op/arith.t
75671 ____________________________________________________________________________
75672 [  6180] By: jhi                                   on 2000/06/01  00:31:13
75673         Log: microperl nits from Simon Cozens.
75674      Branch: cfgperl
75675            + uconfig.h
75676            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
75677            ! unixish.h
75678 ____________________________________________________________________________
75679 [  6179] By: gsar                                  on 2000/05/31  22:37:51
75680         Log: buggy modulus on UVs introduced by change#3378 (resulted in
75681              4063328477 % 65535 amounting to 27406, instead of 27407)
75682      Branch: perl
75683            ! pp.c t/op/arith.t
75684 ____________________________________________________________________________
75685 [  6178] By: jhi                                   on 2000/05/31  21:52:41
75686         Log: Be cleaner.
75687      Branch: cfgperl
75688            ! Makefile.SH
75689 ____________________________________________________________________________
75690 [  6177] By: jhi                                   on 2000/05/31  21:47:33
75691         Log: Substitution utf8 patch from Simon Cozens.
75692      Branch: cfgperl
75693            ! pp_hot.c
75694 ____________________________________________________________________________
75695 [  6176] By: jhi                                   on 2000/05/31  21:45:34
75696         Log: Single-quoted utf8 patch from Simon Cozens.
75697      Branch: cfgperl
75698            ! toke.c
75699 ____________________________________________________________________________
75700 [  6175] By: jhi                                   on 2000/05/31  21:40:18
75701         Log: Integrate with Sarathy.
75702      Branch: cfgperl
75703           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
75704 ____________________________________________________________________________
75705 [  6174] By: jhi                                   on 2000/05/31  21:37:31
75706         Log: microperl changes from Simon Cozens; Makefile for microperl
75707              written from scratch; few casts added as microperl compilation
75708              doesn't have all prototypes available.
75709      Branch: cfgperl
75710            + Makefile.micro README.micro Todo.micro uconfig.sh
75711            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
75712            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
75713      Branch: metaconfig
75714            + U/modified/Config_h.U
75715 ____________________________________________________________________________
75716 [  6173] By: jhi                                   on 2000/05/31  20:00:24
75717         Log: metaconfig maintenance.
75718      Branch: metaconfig
75719            + U/modified/Inhdr.U U/typedefs/inotype.U
75720      Branch: metaconfig/U/perl
75721            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
75722            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
75723 ____________________________________________________________________________
75724 [  6172] By: gsar                                  on 2000/05/31  05:05:42
75725         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
75726              (from Ilya Zakharevich)
75727      Branch: perl
75728            ! regexec.c t/op/re_tests
75729 ____________________________________________________________________________
75730 [  6171] By: gsar                                  on 2000/05/31  05:01:47
75731         Log: scalar() doesn't force scalar context when used in void context
75732              (from Simon Cozens)
75733      Branch: perl
75734            ! op.c t/op/wantarray.t
75735 ____________________________________________________________________________
75736 [  6170] By: gsar                                  on 2000/05/31  04:41:33
75737         Log: change#6142 needs tweaks to tests to work where there's no symlink()
75738              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
75739      Branch: perl
75740            ! t/lib/filefind.t
75741 ____________________________________________________________________________
75742 [  6169] By: gsar                                  on 2000/05/31  04:29:49
75743         Log: integrate cfgperl contents into mainline
75744      Branch: perl
75745           +> pod/perlmodlib.PL pod/perlnewmod.pod
75746           !> (integrate 42 files)
75747 ____________________________________________________________________________
75748 [  6168] By: jhi                                   on 2000/05/30  22:53:37
75749         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
75750      Branch: cfgperl
75751            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75752            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
75753            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
75754            ! win32/config.bc win32/config.gc win32/config.vc
75755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75756            ! win32/config_h.PL win32/config_sh.PL
75757      Branch: metaconfig/U/perl
75758            ! perlxv.U
75759 ____________________________________________________________________________
75760 [  6167] By: jhi                                   on 2000/05/30  22:20:21
75761         Log: tweak todo 
75762      Branch: cfgperl
75763            ! Todo-5.6
75764 ____________________________________________________________________________
75765 [  6166] By: jhi                                   on 2000/05/30  22:11:51
75766         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
75767              in case somebody wants to write an extension for more
75768              shadow database interfaces.
75769      Branch: cfgperl
75770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75771            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
75772            ! vos/config.def vos/config.h vos/config_h.SH_orig
75773            ! win32/config.bc win32/config.gc win32/config.vc
75774            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75775      Branch: metaconfig
75776            ! U/modified/Myinit.U
75777      Branch: metaconfig/U/perl
75778            + d_getespwnam.U d_getprpwnam.U i_prot.U
75779 ____________________________________________________________________________
75780 [  6165] By: jhi                                   on 2000/05/30  18:35:34
75781         Log: Integrate with Sarathy.
75782      Branch: cfgperl
75783           !> op.c
75784 ____________________________________________________________________________
75785 [  6164] By: jhi                                   on 2000/05/30  18:30:16
75786         Log: detypo
75787      Branch: cfgperl
75788            ! Configure config_h.SH
75789      Branch: metaconfig/U/perl
75790            ! perlxv.U
75791 ____________________________________________________________________________
75792 [  6163] By: gsar                                  on 2000/05/30  03:24:03
75793         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
75794      Branch: perl
75795            ! op.c
75796 ____________________________________________________________________________
75797 [  6162] By: gsar                                  on 2000/05/30  03:09:38
75798         Log: fix memory leak in method call optimization (change#3768);
75799              made C<eval "$x->foo()"> leak
75800      Branch: perl
75801            ! op.c
75802 ____________________________________________________________________________
75803 [  6161] By: jhi                                   on 2000/05/29  17:56:26
75804         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
75805              both from Simon Cozens.
75806      Branch: cfgperl
75807            + pod/perlmodlib.PL pod/perlnewmod.pod
75808            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
75809            ! pod/perlmodlib.pod pod/perltoc.pod
75810 ____________________________________________________________________________
75811 [  6160] By: jhi                                   on 2000/05/29  17:23:55
75812         Log: Changes for the File::Temp 0.08 (change #6159) test suite
75813              to fit better into the Perl distribution test framework.
75814      Branch: cfgperl
75815            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
75816            ! t/lib/ftmp-tempfile.t
75817 ____________________________________________________________________________
75818 [  6159] By: jhi                                   on 2000/05/29  16:55:36
75819         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
75820      Branch: cfgperl
75821            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
75822            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
75823 ____________________________________________________________________________
75824 [  6158] By: bailey                                on 2000/05/29  16:22:08
75825         Log: Add fallback to tmpfile for use in cases where user's relying on
75826              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
75827              Lane's patch)
75828      Branch: vmsperl
75829            ! vms/vms.c vms/vmsish.h
75830 ____________________________________________________________________________
75831 [  6157] By: jhi                                   on 2000/05/29  03:10:36
75832         Log: Regen Configure to jive with #6149.
75833      Branch: cfgperl
75834            ! Configure
75835      Branch: metaconfig
75836            ! U/modified/Getfile.U
75837 ____________________________________________________________________________
75838 [  6156] By: jhi                                   on 2000/05/29  03:01:38
75839         Log: Integrate with Sarathy.
75840      Branch: cfgperl
75841           +> ext/DynaLoader/dl_mac.xs
75842           !> (integrate 38 files)
75843 ____________________________________________________________________________
75844 [  6155] By: gsar                                  on 2000/05/28  21:15:58
75845         Log: small bug in change#6144; remove random \xA0 character that snuck
75846              in via change#6145
75847      Branch: perl
75848            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
75849 ____________________________________________________________________________
75850 [  6154] By: gsar                                  on 2000/05/28  21:04:19
75851         Log: avoid type mismatch warning
75852      Branch: perl
75853            ! perl.c
75854 ____________________________________________________________________________
75855 [  6153] By: gsar                                  on 2000/05/28  20:58:31
75856         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
75857              <nick@Bagpuss.uk.boo.com>)
75858      Branch: perl
75859            ! lib/Test/Harness.pm
75860 ____________________________________________________________________________
75861 [  6152] By: gsar                                  on 2000/05/28  20:53:42
75862         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
75863      Branch: perl
75864            ! regexec.c
75865 ____________________________________________________________________________
75866 [  6151] By: gsar                                  on 2000/05/28  20:50:28
75867         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
75868      Branch: perl
75869            ! regexec.c
75870 ____________________________________________________________________________
75871 [  6150] By: gsar                                  on 2000/05/28  20:39:58
75872         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
75873      Branch: perl
75874            ! pod/perlrequick.pod
75875 ____________________________________________________________________________
75876 [  6149] By: gsar                                  on 2000/05/28  20:35:16
75877         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
75878              <troc@netrus.net>)
75879      Branch: perl
75880            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
75881            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
75882            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
75883            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
75884 ____________________________________________________________________________
75885 [  6148] By: gsar                                  on 2000/05/28  20:21:07
75886         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
75887      Branch: perl
75888            ! lib/ExtUtils/MM_Unix.pm
75889 ____________________________________________________________________________
75890 [  6147] By: gsar                                  on 2000/05/28  20:12:41
75891         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
75892              (from Peter Prymmer)
75893      Branch: perl
75894            ! vms/subconfigure.com
75895 ____________________________________________________________________________
75896 [  6146] By: gsar                                  on 2000/05/28  20:06:15
75897         Log: doc typo
75898      Branch: perl
75899            ! lib/warnings.pm warnings.h warnings.pl
75900 ____________________________________________________________________________
75901 [  6145] By: gsar                                  on 2000/05/28  18:44:33
75902         Log: make xsubpp skip embedded pod (from Matthias Neeracher
75903              <neeri@iis.ee.ethz.ch>)
75904      Branch: perl
75905            ! lib/ExtUtils/xsubpp
75906 ____________________________________________________________________________
75907 [  6144] By: gsar                                  on 2000/05/28  18:42:49
75908         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
75909              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
75910              <neeri@iis.ee.ethz.ch>)
75911      Branch: perl
75912            ! lib/AutoSplit.pm
75913 ____________________________________________________________________________
75914 [  6143] By: gsar                                  on 2000/05/28  18:41:12
75915         Log: MacOS support, part 1 (from Matthias Neeracher
75916              <neeri@iis.ee.ethz.ch>)
75917      Branch: perl
75918            + ext/DynaLoader/dl_mac.xs
75919            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
75920            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
75921            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
75922            ! util.h
75923 ____________________________________________________________________________
75924 [  6142] By: gsar                                  on 2000/05/28  18:21:51
75925         Log: File::Find fails to chdir when chasing symlinks (from
75926              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
75927      Branch: perl
75928            ! lib/File/Find.pm t/lib/filefind.t
75929 ____________________________________________________________________________
75930 [  6141] By: jhi                                   on 2000/05/28  14:25:15
75931         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
75932              forwarded by Peter Seebach from the bsdi-users mailing list.
75933              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
75934      Branch: perl
75935            ! hints/bsdos.sh
75936 ____________________________________________________________________________
75937 [  6140] By: jhi                                   on 2000/05/28  14:11:57
75938         Log: Integrate with Sarathy.
75939      Branch: cfgperl
75940           +> (branch 30 files)
75941           !> (integrate 93 files)
75942 ____________________________________________________________________________
75943 [  6139] By: gsar                                  on 2000/05/28  10:01:48
75944         Log: revise mktables.PL for bugs and newness in Unicode 3.0
75945              (from James Bence <jbence@amgen.com>)
75946      Branch: perl
75947            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
75948            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
75949            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
75950            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
75951            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
75952            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
75953            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
75954            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
75955            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
75956            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
75957            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
75958            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
75959            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
75960            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
75961            + lib/unicode/Is/SylWU.pl
75962            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
75963            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
75964            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
75965            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
75966            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
75967            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
75968            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
75969            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
75970            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
75971            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
75972            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
75973            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
75974            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
75975            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
75976            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
75977            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
75978            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
75979            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
75980            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
75981            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
75982            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
75983            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
75984            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
75985            ! lib/unicode/Makefile lib/unicode/mktables.PL
75986 ____________________________________________________________________________
75987 [  6138] By: gsar                                  on 2000/05/28  08:50:32
75988         Log: add note about the handling of negative indices to tied arrays
75989              (from Michael G Schwern <schwern@pobox.com>)
75990      Branch: perl
75991            ! pod/perltie.pod
75992 ____________________________________________________________________________
75993 [  6137] By: gsar                                  on 2000/05/28  08:46:10
75994         Log: fix bogus redeclaration warning for "our" variables in different
75995              scopes
75996      Branch: perl
75997            ! op.c t/pragma/strict-vars
75998 ____________________________________________________________________________
75999 [  6136] By: gsar                                  on 2000/05/28  08:31:20
76000         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
76001      Branch: perl
76002            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
76003 ____________________________________________________________________________
76004 [  6135] By: gsar                                  on 2000/05/28  08:17:50
76005         Log: enable Test::Harness to dynamically determine column width etc.
76006              (from Rob Napier <rnapier@employees.org>)
76007      Branch: perl
76008            ! lib/Test/Harness.pm
76009 ____________________________________________________________________________
76010 [  6134] By: gsar                                  on 2000/05/28  08:13:39
76011         Log: make Test::Harness use wait.h/WCOREDUMP if available
76012              (from Ben Tilly <ben_tilly@hotmail.com>)
76013      Branch: perl
76014            ! lib/Test/Harness.pm
76015 ____________________________________________________________________________
76016 [  6133] By: gsar                                  on 2000/05/28  08:08:05
76017         Log: elide bogus test in change#6132
76018      Branch: perl
76019            ! t/pragma/warn/9enabled
76020 ____________________________________________________________________________
76021 [  6132] By: gsar                                  on 2000/05/28  08:03:14
76022         Log: warnings::enabled() doesn't fall back to looking at $^W if
76023              caller isn't using lexical warnings (from Paul Marquess)
76024      Branch: perl
76025            ! pp_ctl.c t/pragma/warn/9enabled
76026 ____________________________________________________________________________
76027 [  6131] By: gsar                                  on 2000/05/28  07:57:47
76028         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
76029      Branch: perl
76030            ! ext/POSIX/POSIX.pm
76031 ____________________________________________________________________________
76032 [  6130] By: gsar                                  on 2000/05/28  07:29:12
76033         Log: fix places that mean C<"word" character> but say C<alphanumeric
76034              character>
76035      Branch: perl
76036            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
76037 ____________________________________________________________________________
76038 [  6129] By: gsar                                  on 2000/05/28  07:18:41
76039         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
76040      Branch: perl
76041            ! vms/test.com
76042 ____________________________________________________________________________
76043 [  6128] By: gsar                                  on 2000/05/28  07:12:55
76044         Log: new perlxstut example for passing/returning refs to arrays
76045              (from David Lowe <dlowe@pootpoot.com>)
76046      Branch: perl
76047            ! pod/perlxstut.pod
76048 ____________________________________________________________________________
76049 [  6127] By: gsar                                  on 2000/05/28  07:02:50
76050         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
76051              failed (from Gisle Aas)
76052      Branch: perl
76053            ! cop.h perl.c
76054 ____________________________________________________________________________
76055 [  6126] By: gsar                                  on 2000/05/28  06:39:53
76056         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
76057              (reworked variant of patch suggested by Simon Cozens)
76058      Branch: perl
76059            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
76060            ! pp_hot.c proto.h t/op/gv.t
76061 ____________________________________________________________________________
76062 [  6125] By: gsar                                  on 2000/05/28  05:14:55
76063         Log: enable propagating exception objects via Perl_croak() in XS code
76064              (from Gisle Aas)
76065      Branch: perl
76066            ! util.c
76067 ____________________________________________________________________________
76068 [  6124] By: gsar                                  on 2000/05/28  05:07:28
76069         Log: integrate vmsperl contents into mainline
76070      Branch: perl
76071           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
76072           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
76073           !> vms/vmsish.h
76074 ____________________________________________________________________________
76075 [  6123] By: gsar                                  on 2000/05/28  05:03:53
76076         Log: clarify gotcha with #line directives (from Rocco Caputo
76077              <troc@netrus.net>)
76078      Branch: perl
76079            ! pod/perldebug.pod pod/perlsyn.pod
76080 ____________________________________________________________________________
76081 [  6122] By: gsar                                  on 2000/05/28  04:58:29
76082         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
76083              (from Mark-Jason Dominus)
76084      Branch: perl
76085            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
76086            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
76087            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
76088            ! toke.c
76089 ____________________________________________________________________________
76090 [  6121] By: bailey                                on 2000/05/25  04:46:54
76091         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
76092              lists (based on fixes by Craig Berry)
76093      Branch: vmsperl
76094            ! lib/File/Spec/VMS.pm
76095 ____________________________________________________________________________
76096 [  6120] By: bailey                                on 2000/05/25  04:25:38
76097         Log: Add missing escape (Charles Lane)
76098      Branch: vmsperl
76099            ! t/op/lex_assign.t
76100 ____________________________________________________________________________
76101 [  6119] By: bailey                                on 2000/05/25  04:21:25
76102         Log: Quiet error messages in vmsish.t (Charles Lane)
76103      Branch: vmsperl
76104            ! vms/ext/vmsish.t
76105 ____________________________________________________________________________
76106 [  6118] By: bailey                                on 2000/05/25  04:17:57
76107         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
76108              Flatten case labels in switch statements uniformly (Charles Bailey)
76109      Branch: vmsperl
76110            ! vms/vms.c
76111 ____________________________________________________________________________
76112 [  6117] By: bailey                                on 2000/05/25  03:58:09
76113         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
76114      Branch: vmsperl
76115            ! vms/vmsish.h
76116 ____________________________________________________________________________
76117 [  6116] By: bailey                                on 2000/05/25  03:11:15
76118         Log: Miscellaneous cosmetic fixes (Charles Lane)
76119      Branch: vmsperl
76120            ! lib/ExtUtils/MM_VMS.pm
76121 ____________________________________________________________________________
76122 [  6115] By: bailey                                on 2000/05/25  03:10:36
76123         Log: Add bounds checking for several strings (Charles Lane)
76124      Branch: vmsperl
76125            ! vms/vms.c
76126 ____________________________________________________________________________
76127 [  6114] By: bailey                                on 2000/05/25  02:25:34
76128         Log: Urk -- undo previous removal of vmsish 'exit' change
76129      Branch: vmsperl
76130            ! vms/ext/vmsish.pm vms/vmsish.h
76131 ____________________________________________________________________________
76132 [  6113] By: bailey                                on 2000/05/24  02:24:40
76133         Log: Ugly workaround for version-specific RTL error
76134      Branch: vmsperl
76135            ! vms/vms.c
76136 ____________________________________________________________________________
76137 [  6112] By: bailey                                on 2000/05/24  02:19:55
76138         Log: Check for existence of file before trying to delete
76139      Branch: vmsperl
76140            ! vms/test.com
76141 ____________________________________________________________________________
76142 [  6111] By: bailey                                on 2000/05/23  23:35:13
76143         Log: Resync with mainline prior to post-5.6.0 updates
76144      Branch: vmsperl
76145           +> (branch 49 files)
76146            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
76147            ! vms/ext/vmsish.pm
76148           !> (integrate 334 files)
76149 ____________________________________________________________________________
76150 [  6110] By: jhi                                   on 2000/05/23  19:28:32
76151         Log: todo tweak
76152      Branch: cfgperl
76153            ! Todo-5.6
76154 ____________________________________________________________________________
76155 [  6109] By: jhi                                   on 2000/05/18  17:38:54
76156         Log: Integrate with Sarathy.
76157      Branch: cfgperl
76158           !> mg.c perl.h win32/perlhost.h
76159 ____________________________________________________________________________
76160 [  6108] By: gsar                                  on 2000/05/17  02:24:56
76161         Log: reenable fake signal handling on Windows, bugs and all
76162      Branch: perl
76163            ! mg.c perl.h win32/perlhost.h
76164 ____________________________________________________________________________
76165 [  6107] By: jhi                                   on 2000/05/15  18:01:41
76166         Log: Tweak the todo list.
76167      Branch: cfgperl
76168            ! Todo-5.6
76169 ____________________________________________________________________________
76170 [  6106] By: jhi                                   on 2000/05/15  13:41:48
76171         Log: The (Configure) script refuses to go on, after asking for
76172              'You may also choose to try maximal 64-bitness....'.
76173              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
76174              -- Patrick Zima
76175              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
76176      Branch: cfgperl
76177            ! hints/solaris_2.sh
76178 ____________________________________________________________________________
76179 [  6105] By: jhi                                   on 2000/05/11  14:37:43
76180         Log: Integrate with Sarathy.
76181      Branch: cfgperl
76182           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
76183           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
76184 ____________________________________________________________________________
76185 [  6104] By: gsar                                  on 2000/05/11  03:39:07
76186         Log: PL_sys_intern was being initialized too late on windows
76187      Branch: perl
76188            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
76189            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
76190 ____________________________________________________________________________
76191 [  6103] By: jhi                                   on 2000/05/09  19:42:20
76192         Log: Test tweaking for Unicos continues.
76193      Branch: cfgperl
76194            ! t/op/64bitint.t
76195 ____________________________________________________________________________
76196 [  6102] By: jhi                                   on 2000/05/09  16:47:27
76197         Log: The test suite tweak in #6101 wasn't quite right.
76198      Branch: cfgperl
76199            ! t/lib/complex.t
76200 ____________________________________________________________________________
76201 [  6101] By: jhi                                   on 2000/05/09  15:35:34
76202         Log: Hints and test tweaks for Unicos.
76203      Branch: cfgperl
76204            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
76205 ____________________________________________________________________________
76206 [  6100] By: jhi                                   on 2000/05/08  21:15:06
76207         Log: More compilation tweakery from Allen Smith.
76208      Branch: cfgperl
76209            ! hints/irix_6.sh
76210 ____________________________________________________________________________
76211 [  6099] By: jhi                                   on 2000/05/08  19:21:18
76212         Log: Tweaks for the cc bugs from Allen Smith.
76213      Branch: cfgperl
76214            ! hints/irix_6.sh
76215 ____________________________________________________________________________
76216 [  6098] By: jhi                                   on 2000/05/08  19:13:37
76217         Log: Add a note about other, yet unsupported, shadow password APIs.
76218      Branch: cfgperl
76219            ! pp_sys.c
76220 ____________________________________________________________________________
76221 [  6097] By: jhi                                   on 2000/05/08  18:46:34
76222         Log: Add a note about possible compilation problems from Allen Smith.
76223      Branch: cfgperl
76224            ! hints/irix_6.sh
76225 ____________________________________________________________________________
76226 [  6096] By: jhi                                   on 2000/05/08  17:33:10
76227         Log: Integrate with Sarathy.
76228      Branch: cfgperl
76229           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
76230           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
76231 ____________________________________________________________________________
76232 [  6095] By: jhi                                   on 2000/05/08  16:21:33
76233         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
76234              might be useful in future.
76235      Branch: cfgperl
76236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76237            ! config_h.SH
76238      Branch: metaconfig
76239            ! U/installdirs/inc_version_list.U
76240      Branch: metaconfig/U/perl
76241            ! perlxv.U
76242 ____________________________________________________________________________
76243 [  6094] By: gsar                                  on 2000/05/08  14:22:22
76244         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
76245      Branch: perl
76246            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
76247            ! hints/cygwin.sh pp_sys.c
76248 ____________________________________________________________________________
76249 [  6093] By: gsar                                  on 2000/05/08  12:52:28
76250         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
76251              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
76252      Branch: perl
76253            ! pp_sys.c sv.c win32/perlhost.h
76254 ____________________________________________________________________________
76255 [  6092] By: jhi                                   on 2000/05/07  22:40:34
76256         Log: Regen perltoc with the fixed buildtoc.
76257      Branch: cfgperl
76258            ! pod/perltoc.pod
76259 ____________________________________________________________________________
76260 [  6091] By: jhi                                   on 2000/05/07  22:24:16
76261         Log: Integrate with Sarathy.
76262      Branch: cfgperl
76263           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
76264           !> t/op/substr.t toke.c
76265 ____________________________________________________________________________
76266 [  6090] By: gsar                                  on 2000/05/07  19:47:07
76267         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
76268              [NI]OK; added tests for both
76269      Branch: perl
76270            ! perl.c pp_hot.c sv.c t/op/substr.t
76271 ____________________________________________________________________________
76272 [  6089] By: gsar                                  on 2000/05/07  18:18:38
76273         Log: buildtoc tweak to fix newline lossage
76274      Branch: perl
76275            ! pod/buildtoc
76276 ____________________________________________________________________________
76277 [  6088] By: jhi                                   on 2000/05/07  16:35:36
76278         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
76279              because we do not use those.  The HAS_GETSPNAM remains,
76280              though, because we still do use that.
76281      Branch: cfgperl
76282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76283            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
76284            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
76285            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
76286            ! win32/config.vc win32/config_H.bc win32/config_H.gc
76287            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
76288 ____________________________________________________________________________
76289 [  6087] By: gsar                                  on 2000/05/07  16:05:16
76290         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
76291      Branch: perl
76292            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
76293 ____________________________________________________________________________
76294 [  6086] By: jhi                                   on 2000/05/07  15:27:07
76295         Log: Integrate with Sarathy.
76296      Branch: cfgperl
76297           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76298           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76299           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
76300           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
76301           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
76302           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
76303 ____________________________________________________________________________
76304 [  6085] By: gsar                                  on 2000/05/07  05:52:02
76305         Log: repeat operator (x) doesn't preserve utf8-ness
76306      Branch: perl
76307            ! pp.c t/op/substr.t
76308 ____________________________________________________________________________
76309 [  6084] By: gsar                                  on 2000/05/07  05:39:55
76310         Log: substr() does not preserve utf8-ness (from Stefan Eissing
76311              <Eissing@medicaldataservice.de>); added tests
76312      Branch: perl
76313            ! pp.c t/op/substr.t
76314 ____________________________________________________________________________
76315 [  6083] By: gsar                                  on 2000/05/07  05:24:46
76316         Log: note about undocumented caller() return value (from M.J.T. Guy);
76317              yet another peek.t tweak
76318      Branch: perl
76319            ! pod/perlfunc.pod t/lib/peek.t
76320 ____________________________________________________________________________
76321 [  6082] By: gsar                                  on 2000/05/07  05:08:40
76322         Log: peek.t non-portable to ithreads
76323      Branch: perl
76324            ! t/lib/peek.t
76325 ____________________________________________________________________________
76326 [  6081] By: gsar                                  on 2000/05/07  04:17:04
76327         Log: better default perlbug categories for ok reports (from Richard Foley)
76328      Branch: perl
76329            ! utils/perlbug.PL
76330 ____________________________________________________________________________
76331 [  6080] By: gsar                                  on 2000/05/07  04:08:07
76332         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
76333              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
76334      Branch: perl
76335            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76336            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76337            ! AUTHORS MAINTAIN MANIFEST
76338 ____________________________________________________________________________
76339 [  6079] By: gsar                                  on 2000/05/07  04:01:38
76340         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
76341      Branch: perl
76342            ! lib/Carp/Heavy.pm
76343 ____________________________________________________________________________
76344 [  6078] By: gsar                                  on 2000/05/07  01:24:19
76345         Log: workaround for CRT bug in chdir() (from Charles Lane, via
76346              Peter Prymmer)
76347      Branch: perl
76348            ! iperlsys.h vms/vms.c vms/vmsish.h
76349 ____________________________________________________________________________
76350 [  6077] By: gsar                                  on 2000/05/07  01:22:23
76351         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
76352              and Tom Phoenix)
76353      Branch: perl
76354            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
76355 ____________________________________________________________________________
76356 [  6076] By: gsar                                  on 2000/05/06  17:36:29
76357         Log: integrate cfgperl contents into mainline
76358      Branch: perl
76359           +> t/lib/peek.t
76360           !> Configure MANIFEST Porting/Glossary Porting/config.sh
76361           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
76362           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
76363           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
76364 ____________________________________________________________________________
76365 [  6075] By: jhi                                   on 2000/05/05  18:56:10
76366         Log: Make the test more portable.
76367      Branch: cfgperl
76368            ! t/lib/peek.t
76369 ____________________________________________________________________________
76370 [  6074] By: jhi                                   on 2000/05/05  18:49:20
76371         Log: Introduce t/lib/peek.t.
76372      Branch: cfgperl
76373            + t/lib/peek.t
76374            ! MANIFEST
76375 ____________________________________________________________________________
76376 [  6073] By: jhi                                   on 2000/05/05  14:30:45
76377         Log: Complex tweaks.
76378      Branch: cfgperl
76379            ! lib/Math/Complex.pm t/lib/complex.t
76380 ____________________________________________________________________________
76381 [  6072] By: jhi                                   on 2000/05/05  12:27:13
76382         Log: Integrate with Sarathy.
76383      Branch: cfgperl
76384           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
76385           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
76386           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
76387           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
76388 ____________________________________________________________________________
76389 [  6071] By: gsar                                  on 2000/05/05  02:24:46
76390         Log: misformatted perllocal.pod (from Tim Jenness
76391              <t.jenness@jach.hawaii.edu>)
76392      Branch: perl
76393            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
76394 ____________________________________________________________________________
76395 [  6070] By: gsar                                  on 2000/05/05  02:16:52
76396         Log: remove misleading comment (from M.J.T. Guy)
76397      Branch: perl
76398            ! t/lib/anydbm.t
76399 ____________________________________________________________________________
76400 [  6069] By: gsar                                  on 2000/05/05  02:15:13
76401         Log: File::Spec compatibility update (from Barrie Slaymaker
76402              <barries@slaysys.com>)
76403      Branch: perl
76404            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
76405            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76406 ____________________________________________________________________________
76407 [  6068] By: gsar                                  on 2000/05/05  02:01:50
76408         Log: note about values()
76409      Branch: perl
76410            ! pod/perlfunc.pod
76411 ____________________________________________________________________________
76412 [  6067] By: gsar                                  on 2000/05/05  01:33:09
76413         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
76414      Branch: perl
76415            ! win32/win32.c
76416 ____________________________________________________________________________
76417 [  6066] By: gsar                                  on 2000/05/05  01:23:43
76418         Log: s/END/CHECK/
76419      Branch: perl
76420            ! perl.c
76421 ____________________________________________________________________________
76422 [  6065] By: jhi                                   on 2000/05/04  17:30:22
76423         Log: Integrate with Sarathy.
76424      Branch: cfgperl
76425           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
76426 ____________________________________________________________________________
76427 [  6064] By: gsar                                  on 2000/05/04  17:26:14
76428         Log: change#5905 wasn't quite right--it's intent only applies when arguments
76429              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
76430      Branch: perl
76431            ! pp_sys.c sv.c
76432 ____________________________________________________________________________
76433 [  6063] By: gsar                                  on 2000/05/04  16:52:29
76434         Log: tokeq() could read unallocated field in argument
76435      Branch: perl
76436            ! toke.c
76437 ____________________________________________________________________________
76438 [  6062] By: gsar                                  on 2000/05/04  16:34:51
76439         Log: additional tests for utf8.t
76440      Branch: perl
76441            ! t/pragma/utf8.t
76442 ____________________________________________________________________________
76443 [  6061] By: gsar                                  on 2000/05/04  16:09:28
76444         Log: change#5921 neglected to make eq honor "use bytes"
76445      Branch: perl
76446            ! sv.c
76447 ____________________________________________________________________________
76448 [  6060] By: jhi                                   on 2000/05/04  15:30:16
76449         Log: Integrate with Sarathy.
76450      Branch: cfgperl
76451           !> perl.c regcomp.c t/pragma/utf8.t
76452 ____________________________________________________________________________
76453 [  6059] By: jhi                                   on 2000/05/04  15:26:37
76454         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
76455              in natively 64-bit platforms where a long is a quad (no need
76456              for long longs).  Also added bias for IVs.
76457      Branch: cfgperl
76458            ! toke.c
76459 ____________________________________________________________________________
76460 [  6058] By: gsar                                  on 2000/05/04  00:19:14
76461         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
76462              (spotted by Donald Kinzer <dkinzer@premia.com>)
76463      Branch: perl
76464            ! perl.c
76465 ____________________________________________________________________________
76466 [  6057] By: gsar                                  on 2000/05/03  18:34:01
76467         Log: fix broken parsing of /\x{ab}/
76468      Branch: perl
76469            ! regcomp.c t/pragma/utf8.t
76470 ____________________________________________________________________________
76471 [  6056] By: jhi                                   on 2000/05/03  17:57:16
76472         Log: The search of infinity continues, this time simplified.
76473      Branch: cfgperl
76474            ! lib/Math/Complex.pm
76475 ____________________________________________________________________________
76476 [  6055] By: jhi                                   on 2000/05/03  17:45:30
76477         Log: Detypo.
76478      Branch: cfgperl
76479            ! hints/unicos.sh
76480 ____________________________________________________________________________
76481 [  6054] By: jhi                                   on 2000/05/02  22:28:27
76482         Log: Be more forgiving in POSIX about HUGE_VALL.
76483      Branch: cfgperl
76484            ! ext/POSIX/POSIX.xs
76485 ____________________________________________________________________________
76486 [  6053] By: jhi                                   on 2000/05/02  22:25:05
76487         Log: Integrate with Sarathy.
76488      Branch: cfgperl
76489           !> hints/irix_6.sh pod/perlop.pod
76490 ____________________________________________________________________________
76491 [  6052] By: jhi                                   on 2000/05/02  22:24:31
76492         Log: Unicos hint tweak.
76493      Branch: cfgperl
76494            ! hints/unicos.sh
76495 ____________________________________________________________________________
76496 [  6051] By: jhi                                   on 2000/05/02  22:21:26
76497         Log: Complex tweakery.
76498      Branch: cfgperl
76499            ! lib/Math/Complex.pm t/lib/complex.t
76500 ____________________________________________________________________________
76501 [  6050] By: jhi                                   on 2000/05/02  19:26:22
76502         Log: Use setxxent()/endxxent().
76503      Branch: cfgperl
76504            ! t/op/grent.t t/op/pwent.t
76505 ____________________________________________________________________________
76506 [  6049] By: jhi                                   on 2000/05/02  19:06:02
76507         Log: Test both the scalar and list contexts.
76508      Branch: cfgperl
76509            ! t/op/grent.t t/op/pwent.t
76510 ____________________________________________________________________________
76511 [  6048] By: gsar                                  on 2000/05/02  18:29:10
76512         Log: add note about how $( doesn't interpolate in REs (from
76513              Philip Newton <newton@ficus.frogspace.net>)
76514      Branch: perl
76515            ! pod/perlop.pod
76516 ____________________________________________________________________________
76517 [  6047] By: jhi                                   on 2000/05/02  17:41:24
76518         Log: Call getspnam() only iff needed.
76519      Branch: cfgperl
76520            ! pp_sys.c
76521 ____________________________________________________________________________
76522 [  6046] By: gsar                                  on 2000/05/02  17:07:25
76523         Log: libscheck has insufficient checks for n32 libs (from
76524              Albert Chin-A-Young <china@thewrittenword.com>)
76525      Branch: perl
76526            ! hints/irix_6.sh
76527 ____________________________________________________________________________
76528 [  6045] By: jhi                                   on 2000/05/02  13:57:17
76529         Log: Integrate with Sarathy.
76530      Branch: cfgperl
76531           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
76532           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
76533 ____________________________________________________________________________
76534 [  6044] By: gsar                                  on 2000/05/02  06:48:19
76535         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
76536              such that underscores are only ignored in literal numbers,
76537              "\x{...}", and hex/oct argument
76538      Branch: perl
76539            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
76540 ____________________________________________________________________________
76541 [  6043] By: gsar                                  on 2000/05/02  02:22:29
76542         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
76543      Branch: perl
76544            ! pod/perlretut.pod
76545 ____________________________________________________________________________
76546 [  6042] By: gsar                                  on 2000/05/02  02:17:51
76547         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
76548      Branch: perl
76549            ! pod/perltrap.pod
76550 ____________________________________________________________________________
76551 [  6041] By: gsar                                  on 2000/05/02  01:53:51
76552         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
76553              to compensate
76554      Branch: perl
76555            ! Porting/makerel
76556 ____________________________________________________________________________
76557 [  6040] By: gsar                                  on 2000/05/02  01:51:57
76558         Log: missing files in MANIFEST
76559      Branch: perl
76560            ! MANIFEST
76561 ____________________________________________________________________________
76562 [  6039] By: jhi                                   on 2000/05/02  00:36:46
76563         Log: Infinite problems.
76564      Branch: cfgperl
76565            ! lib/Math/Complex.pm
76566 ____________________________________________________________________________
76567 [  6038] By: jhi                                   on 2000/05/02  00:06:38
76568         Log: pwent/spent #ifdef imbalance.
76569      Branch: cfgperl
76570            ! pp_sys.c
76571 ____________________________________________________________________________
76572 [  6037] By: jhi                                   on 2000/05/01  22:50:11
76573         Log: Use HUGE_VALL if applicable.
76574      Branch: cfgperl
76575            ! ext/POSIX/POSIX.xs util.c
76576 ____________________________________________________________________________
76577 [  6036] By: jhi                                   on 2000/05/01  22:20:53
76578         Log: Correct Freudian slip.
76579      Branch: cfgperl
76580            ! pp_sys.c
76581 ____________________________________________________________________________
76582 [  6035] By: jhi                                   on 2000/05/01  21:07:38
76583         Log: Continue on the pwent/spent case.
76584      Branch: cfgperl
76585            ! pp_sys.c
76586 ____________________________________________________________________________
76587 [  6034] By: jhi                                   on 2000/05/01  17:45:14
76588         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
76589              adjustments in 6032 conflicted badly with this, will have
76590              to revisit them later.
76591      Branch: cfgperl
76592           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
76593           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76594           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
76595           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
76596           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
76597           !> t/lib/cgi-html.t t/lib/cgi-request.t
76598 ____________________________________________________________________________
76599 [  6033] By: jhi                                   on 2000/05/01  17:40:49
76600         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
76601      Branch: cfgperl
76602            ! pp_sys.c
76603 ____________________________________________________________________________
76604 [  6032] By: gsar                                  on 2000/05/01  15:56:32
76605         Log: whitespace adjustments
76606      Branch: perl
76607            ! pp_sys.c
76608 ____________________________________________________________________________
76609 [  6031] By: gsar                                  on 2000/05/01  15:19:41
76610         Log: small nits in diagnostics.pm (from Robin Barker)
76611      Branch: perl
76612            ! lib/diagnostics.pm pod/perldiag.pod
76613 ____________________________________________________________________________
76614 [  6030] By: gsar                                  on 2000/05/01  08:39:18
76615         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
76616              for @- and @+ (from Johan Vromans)
76617      Branch: perl
76618            ! lib/English.pm pod/perlvar.pod
76619 ____________________________________________________________________________
76620 [  6029] By: gsar                                  on 2000/05/01  08:16:10
76621         Log: add CGI.pm v2.66 (from Lincoln Stein)
76622      Branch: perl
76623            + lib/CGI/Util.pm t/lib/cgi-pretty.t
76624            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76625            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
76626            ! t/lib/cgi-html.t t/lib/cgi-request.t
76627 ____________________________________________________________________________
76628 [  6028] By: gsar                                  on 2000/05/01  06:34:41
76629         Log: Pod::Man generates groff-incompatible macro definition (from
76630              Tom Christiansen)
76631      Branch: perl
76632            ! lib/Pod/Man.pm
76633 ____________________________________________________________________________
76634 [  6027] By: gsar                                  on 2000/05/01  06:31:36
76635         Log: podlators-1.02 update (from Russ Allbery)
76636      Branch: perl
76637            ! lib/Pod/Man.pm lib/Pod/Text.pm
76638 ____________________________________________________________________________
76639 [  6026] By: jhi                                   on 2000/04/30  23:24:23
76640         Log: Integrate with Sarathy.
76641      Branch: cfgperl
76642           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76643           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
76644           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76645           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76646           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
76647           !> t/lib/syslog.t toke.c win32/win32.h
76648 ____________________________________________________________________________
76649 [  6025] By: gsar                                  on 2000/04/30  18:17:47
76650         Log: Is{Alnum,Alpha,Word} don't match titlecase
76651              
76652              TODO: IsSpace is defined recursively!
76653              
76654              (both spotted by Larry)
76655      Branch: perl
76656            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76657            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76658 ____________________________________________________________________________
76659 [  6024] By: gsar                                  on 2000/04/30  17:50:19
76660         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
76661              (from Hugo van der Sanden)
76662      Branch: perl
76663            ! toke.c
76664 ____________________________________________________________________________
76665 [  6023] By: gsar                                  on 2000/04/30  17:14:43
76666         Log: debugger stomps on $. (from M.J.T. Guy)
76667      Branch: perl
76668            ! lib/perl5db.pl
76669 ____________________________________________________________________________
76670 [  6022] By: gsar                                  on 2000/04/30  16:59:22
76671         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
76672      Branch: perl
76673            ! sv.c
76674 ____________________________________________________________________________
76675 [  6021] By: gsar                                  on 2000/04/29  21:00:08
76676         Log: remove Win2K issue in pod (fixed by change#6020)
76677      Branch: perl
76678            ! README.win32 pod/perl56delta.pod
76679 ____________________________________________________________________________
76680 [  6020] By: gsar                                  on 2000/04/29  20:51:49
76681         Log: test tweak
76682      Branch: perl
76683            ! t/lib/open3.t
76684 ____________________________________________________________________________
76685 [  6019] By: gsar                                  on 2000/04/29  20:34:27
76686         Log: windows portability tweaks
76687      Branch: perl
76688            ! t/lib/b.t win32/win32.h
76689 ____________________________________________________________________________
76690 [  6018] By: gsar                                  on 2000/04/29  19:55:24
76691         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
76692              make _PATH_LOG() return "" if unavailable
76693      Branch: perl
76694            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76695            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
76696 ____________________________________________________________________________
76697 [  6017] By: jhi                                   on 2000/04/28  22:49:46
76698         Log: Integrate with Sarathy.
76699      Branch: cfgperl
76700           !> op.c perl.c pod/perldiag.pod t/lib/b.t
76701 ____________________________________________________________________________
76702 [  6016] By: jhi                                   on 2000/04/28  22:46:14
76703         Log: Do not warn that an infinity does not look like a number.
76704      Branch: cfgperl
76705            ! sv.c
76706 ____________________________________________________________________________
76707 [  6015] By: gsar                                  on 2000/04/28  22:35:49
76708         Log: tweak test for portability
76709      Branch: perl
76710            ! t/lib/b.t
76711 ____________________________________________________________________________
76712 [  6014] By: gsar                                  on 2000/04/28  22:05:31
76713         Log: glob() loading File::Glob behind the scenes may cause syntax errors
76714      Branch: perl
76715            ! op.c
76716 ____________________________________________________________________________
76717 [  6013] By: gsar                                  on 2000/04/28  21:25:22
76718         Log: tweak change#5945 to display correct switch name in diagnostic
76719      Branch: perl
76720            ! perl.c pod/perldiag.pod
76721 ____________________________________________________________________________
76722 [  6012] By: jhi                                   on 2000/04/28  21:08:12
76723         Log: Integrate with Sarathy.
76724      Branch: cfgperl
76725           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
76726           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
76727           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
76728 ____________________________________________________________________________
76729 [  6011] By: jhi                                   on 2000/04/28  21:04:46
76730         Log: &HUGE_VAL is not defined, it exists.
76731      Branch: cfgperl
76732            ! lib/Math/Complex.pm
76733 ____________________________________________________________________________
76734 [  6010] By: gsar                                  on 2000/04/28  21:02:58
76735         Log: clarify note about shadow password support (from
76736              gellyfish@gellyfish.com)
76737      Branch: perl
76738            ! pod/perlfunc.pod
76739 ____________________________________________________________________________
76740 [  6009] By: gsar                                  on 2000/04/28  21:00:00
76741         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
76742      Branch: perl
76743            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
76744 ____________________________________________________________________________
76745 [  6008] By: gsar                                  on 2000/04/28  20:56:33
76746         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
76747      Branch: perl
76748            ! installperl vms/subconfigure.com
76749 ____________________________________________________________________________
76750 [  6007] By: gsar                                  on 2000/04/28  20:51:21
76751         Log: note about compile failures and END blocks (from M.J.T. Guy)
76752      Branch: perl
76753            ! pod/perl56delta.pod pod/perlmod.pod
76754 ____________________________________________________________________________
76755 [  6006] By: jhi                                   on 2000/04/28  20:42:14
76756         Log: Regen Configure.
76757      Branch: cfgperl
76758            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76759            ! config_h.SH
76760 ____________________________________________________________________________
76761 [  6005] By: gsar                                  on 2000/04/28  20:41:16
76762         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
76763      Branch: perl
76764            ! utils/perldoc.PL
76765 ____________________________________________________________________________
76766 [  6004] By: jhi                                   on 2000/04/28  20:28:21
76767         Log: Integrate with Sarathy.
76768      Branch: cfgperl
76769           !> Configure INSTALL Porting/Glossary Porting/config.sh
76770           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
76771           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
76772           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
76773           !> win32/config.vc win32/win32.c
76774 ____________________________________________________________________________
76775 [  6003] By: gsar                                  on 2000/04/28  20:11:20
76776         Log: allow REG_EXPAND_SZ keys in Windows registry (from
76777              John Clayton <John.Clayton@barclayscapital.com>)
76778      Branch: perl
76779            ! win32/win32.c
76780 ____________________________________________________________________________
76781 [  6002] By: gsar                                  on 2000/04/28  19:34:16
76782         Log: destructive sv_setsv() can lose UV-ness from source, causing
76783              numeric promotions/comparisons to fail to do the right thing
76784      Branch: perl
76785            ! sv.c
76786 ____________________________________________________________________________
76787 [  6001] By: gsar                                  on 2000/04/28  18:44:15
76788         Log: support additional library locations via $Config{otherlibdirs}
76789              (from Andy Dougherty)
76790      Branch: perl
76791            ! Configure INSTALL Porting/Glossary Porting/config.sh
76792            ! Porting/config_H config_h.SH epoc/config.sh perl.c
76793            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
76794            ! win32/config.bc win32/config.gc win32/config.vc
76795 ____________________________________________________________________________
76796 [  6000] By: gsar                                  on 2000/04/28  18:26:58
76797         Log: reworked otherlibdirs.U (from Andy Dougherty)
76798      Branch: metaconfig
76799            ! U/installdirs/otherlibdirs.U
76800 ____________________________________________________________________________
76801 [  5999] By: gsar                                  on 2000/04/28  18:17:07
76802         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
76803      Branch: perl
76804            ! t/pragma/warn/toke toke.c
76805 ____________________________________________________________________________
76806 [  5998] By: jhi                                   on 2000/04/28  13:32:17
76807         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
76808      Branch: cfgperl
76809            ! lib/Math/Complex.pm
76810 ____________________________________________________________________________
76811 [  5997] By: jhi                                   on 2000/04/28  13:14:04
76812         Log: Preserve $!.
76813      Branch: cfgperl
76814            ! lib/Math/Complex.pm
76815 ____________________________________________________________________________
76816 [  5996] By: jhi                                   on 2000/04/28  12:59:23
76817         Log: Integrate with Sarathy.
76818      Branch: cfgperl
76819           +> pod/perlrequick.pod pod/perlretut.pod
76820           !> (integrate 51 files)
76821 ____________________________________________________________________________
76822 [  5995] By: gsar                                  on 2000/04/28  09:37:36
76823         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
76824      Branch: perl
76825            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
76826 ____________________________________________________________________________
76827 [  5994] By: gsar                                  on 2000/04/28  09:33:26
76828         Log: fix for missed accounting for null byte in pack("Z",...) (from
76829              M.J.T. Guy)
76830      Branch: perl
76831            ! pp.c t/op/pack.t
76832 ____________________________________________________________________________
76833 [  5993] By: gsar                                  on 2000/04/28  09:30:05
76834         Log: various minor tweaks seen on p5p
76835      Branch: perl
76836            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
76837 ____________________________________________________________________________
76838 [  5992] By: gsar                                  on 2000/04/28  09:08:19
76839         Log: pod nit (from Simon Cozens)
76840      Branch: perl
76841            ! pod/perlop.pod
76842 ____________________________________________________________________________
76843 [  5991] By: gsar                                  on 2000/04/28  09:06:36
76844         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
76845      Branch: perl
76846            ! README.posix-bc hints/posix-bc.sh
76847 ____________________________________________________________________________
76848 [  5990] By: gsar                                  on 2000/04/28  08:54:52
76849         Log: use $ENV{LIB} to search for libs under Visual C compiler
76850              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
76851      Branch: perl
76852            ! lib/ExtUtils/Liblist.pm
76853 ____________________________________________________________________________
76854 [  5989] By: gsar                                  on 2000/04/28  08:27:12
76855         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
76856              itself and no other (from Tom Hughes)
76857      Branch: perl
76858            ! t/op/array.t toke.c
76859 ____________________________________________________________________________
76860 [  5988] By: gsar                                  on 2000/04/28  08:01:38
76861         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
76862              <paul@miraclefish.com>)
76863      Branch: perl
76864            ! lib/ExtUtils/MakeMaker.pm
76865 ____________________________________________________________________________
76866 [  5987] By: gsar                                  on 2000/04/28  07:53:09
76867         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
76868      Branch: perl
76869            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
76870 ____________________________________________________________________________
76871 [  5986] By: gsar                                  on 2000/04/28  07:44:17
76872         Log: add regular expressions tutorial and quick-start guide (from
76873              Mark Kvale <kvale@phy.ucsf.edu>)
76874      Branch: perl
76875            + pod/perlrequick.pod pod/perlretut.pod
76876            ! AUTHORS MAINTAIN MANIFEST
76877 ____________________________________________________________________________
76878 [  5985] By: gsar                                  on 2000/04/28  07:30:28
76879         Log: forked child may not exit correctly if it failed to open
76880              /dev/console (from Graham Barr)
76881      Branch: perl
76882            ! ext/Sys/Syslog/Syslog.pm
76883 ____________________________________________________________________________
76884 [  5984] By: gsar                                  on 2000/04/28  07:27:20
76885         Log: attributes::reftype() doesn't work on tied argument
76886      Branch: perl
76887            ! xsutils.c
76888 ____________________________________________________________________________
76889 [  5983] By: gsar                                  on 2000/04/28  07:15:04
76890         Log: numeric conversion of non-number in change#3378 tramples on
76891              OOK offset, causing segfaults
76892      Branch: perl
76893            ! sv.c
76894 ____________________________________________________________________________
76895 [  5982] By: gsar                                  on 2000/04/28  04:48:25
76896         Log: avoid error in IO::Socket::INET when given an unknown service name
76897              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
76898      Branch: perl
76899            ! ext/IO/lib/IO/Socket/INET.pm
76900 ____________________________________________________________________________
76901 [  5981] By: gsar                                  on 2000/04/28  04:31:31
76902         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
76903              prototype mismatch with CORE::glob(); update pod and tests to
76904              suit (File::Glob::glob() is still available for backward
76905              compatibility, but should be considered deprecated)
76906      Branch: perl
76907            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
76908            ! t/lib/glob-taint.t
76909 ____________________________________________________________________________
76910 [  5980] By: gsar                                  on 2000/04/28  03:47:29
76911         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
76912              <ghudson@mit.edu>)
76913      Branch: metaconfig
76914            ! U/modified/Options.U
76915      Branch: perl
76916            ! Configure
76917 ____________________________________________________________________________
76918 [  5979] By: gsar                                  on 2000/04/28  03:07:54
76919         Log: under useithreads, constant pad entries could inadvertently be
76920              shared across threads (from Eric Blood <eblood@xmission.com>);
76921              added Eric's test case to testsuite
76922      Branch: perl
76923            ! op.c t/op/misc.t
76924 ____________________________________________________________________________
76925 [  5978] By: gsar                                  on 2000/04/27  21:13:00
76926         Log: sync version numbers in File::Spec with the ones on CPAN
76927              (from Barrie Slaymaker)
76928      Branch: perl
76929            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
76930            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
76931            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76932 ____________________________________________________________________________
76933 [  5977] By: gsar                                  on 2000/04/27  21:07:29
76934         Log: autoquote barewords followed by newline and arrow properly
76935              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
76936      Branch: perl
76937            ! t/pragma/warn/toke toke.c
76938 ____________________________________________________________________________
76939 [  5976] By: gsar                                  on 2000/04/27  20:41:20
76940         Log: DB_File v1.73 update (from Paul Marquess)
76941      Branch: perl
76942            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
76943            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76944 ____________________________________________________________________________
76945 [  5975] By: gsar                                  on 2000/04/27  20:34:24
76946         Log: allow sort() reentrancy (variant of patch suggested by
76947              Hugo van der Sanden)
76948      Branch: perl
76949            ! pp_ctl.c t/op/sort.t
76950 ____________________________________________________________________________
76951 [  5974] By: gsar                                  on 2000/04/27  19:46:57
76952         Log: change#4197 somehow missed initializing PL_errors, meaning
76953              sytax error queueing wasn't working outside eval"" at all;
76954              also fixed eval"" to localize PL_error_count, so that compile-time
76955              eval's don't clobber the error state of the outer context
76956      Branch: perl
76957            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
76958            ! t/pragma/warn/toke
76959 ____________________________________________________________________________
76960 [  5973] By: gsar                                  on 2000/04/27  18:29:05
76961         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
76962      Branch: perl
76963            ! regcomp.c regexec.c t/op/re_tests
76964 ____________________________________________________________________________
76965 [  5972] By: jhi                                   on 2000/04/27  18:22:41
76966         Log: Integrate with Sarathy.
76967      Branch: cfgperl
76968           +> t/lib/b.t t/lib/syslog.t
76969           !> (integrate 31 files)
76970 ____________________________________________________________________________
76971 [  5971] By: jhi                                   on 2000/04/27  18:18:46
76972         Log: Unicos tweaks from Mark P. Lutz.
76973      Branch: cfgperl
76974            ! hints/unicos.sh lib/Math/Complex.pm
76975 ____________________________________________________________________________
76976 [  5970] By: gsar                                  on 2000/04/27  18:05:11
76977         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
76978              IV is >32bits
76979      Branch: perl
76980            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
76981 ____________________________________________________________________________
76982 [  5969] By: gsar                                  on 2000/04/27  17:50:56
76983         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
76984      Branch: perl
76985            + t/lib/syslog.t
76986            ! MANIFEST ext/Sys/Syslog/Syslog.pm
76987 ____________________________________________________________________________
76988 [  5968] By: gsar                                  on 2000/04/27  17:44:49
76989         Log: tolerate spaces in group names in test on solaris (from David Boyce
76990              <dsb@boyski.com>)
76991      Branch: perl
76992            ! t/op/groups.t
76993 ____________________________________________________________________________
76994 [  5967] By: gsar                                  on 2000/04/27  17:41:22
76995         Log: improved docs on the warn_uninit diagnostic (from David Glasser
76996              and Simon Cozens)
76997      Branch: perl
76998            ! pod/perldiag.pod
76999 ____________________________________________________________________________
77000 [  5966] By: gsar                                  on 2000/04/27  16:54:58
77001         Log: add testsuite for B backends, fix bug in B::Deparse (from
77002              Simon Cozens <simon@brecon.co.uk>)
77003      Branch: perl
77004            + t/lib/b.t
77005            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
77006 ____________________________________________________________________________
77007 [  5965] By: gsar                                  on 2000/04/27  16:10:37
77008         Log: avoid "will not stay shared" warnings for our variables (from
77009              Robin Barker)
77010      Branch: perl
77011            ! op.c t/pragma/warn/op
77012 ____________________________________________________________________________
77013 [  5964] By: gsar                                  on 2000/04/27  07:05:05
77014         Log: reformat to 72 columns (again)
77015      Branch: perl
77016            ! pod/perldiag.pod
77017 ____________________________________________________________________________
77018 [  5963] By: gsar                                  on 2000/04/27  06:28:31
77019         Log: patch from Larry to make (\&) prototype work; added tests for
77020              the same
77021      Branch: perl
77022            ! op.c t/comp/proto.t
77023 ____________________________________________________________________________
77024 [  5962] By: gsar                                  on 2000/04/27  06:15:47
77025         Log: updated README.hpux (from Jeff Okamoto)
77026      Branch: perl
77027            ! README.hpux
77028 ____________________________________________________________________________
77029 [  5961] By: gsar                                  on 2000/04/27  05:55:03
77030         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
77031      Branch: perl
77032            ! emacs/cperl-mode.el
77033 ____________________________________________________________________________
77034 [  5960] By: gsar                                  on 2000/04/27  05:49:26
77035         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
77036      Branch: perl
77037            ! INSTALL
77038 ____________________________________________________________________________
77039 [  5959] By: gsar                                  on 2000/04/27  05:33:41
77040         Log: doubled words in pods (from Simon Cozens
77041              <simon.p.cozens@jp.pwcglobal.com>)
77042      Branch: perl
77043            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
77044            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
77045            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
77046            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
77047            ! pod/perltootc.pod
77048 ____________________________________________________________________________
77049 [  5958] By: gsar                                  on 2000/04/27  05:11:39
77050         Log: change#3569 deleted some essential code, revert; avoid use of
77051              atexit() to make DynaLoader work properly on AIX under mod_perl
77052              (from Jens-Uwe Mager <jum@helios.de>)
77053      Branch: perl
77054            ! ext/DynaLoader/dl_aix.xs
77055 ____________________________________________________________________________
77056 [  5957] By: gsar                                  on 2000/04/27  04:54:51
77057         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
77058      Branch: perl
77059            ! pod/perlmod.pod
77060 ____________________________________________________________________________
77061 [  5956] By: gsar                                  on 2000/04/27  04:51:47
77062         Log: better diagnostics on failed tests (from Ilya Zakharevich)
77063      Branch: perl
77064            ! t/op/lex_assign.t
77065 ____________________________________________________________________________
77066 [  5955] By: gsar                                  on 2000/04/27  04:26:44
77067         Log: longstanding bug exposed by change#3307: sort arguments weren't
77068              compiled with the right wantarray context (ensuing runtime lookup
77069              via block_gimme() was getting the incidental context of the
77070              sort() itself)
77071      Branch: perl
77072            ! op.c t/op/sort.t
77073 ____________________________________________________________________________
77074 [  5954] By: gsar                                  on 2000/04/26  23:42:12
77075         Log: integrate cfgperl contents into mainline
77076      Branch: perl
77077           !> (integrate 30 files)
77078 ____________________________________________________________________________
77079 [  5953] By: jhi                                   on 2000/04/26  23:06:42
77080         Log: Integrate with Sarathy.
77081      Branch: cfgperl
77082           !> README.win32 ext/B/B/Deparse.pm
77083           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
77084           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
77085           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
77086           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
77087           !> utils/perldoc.PL vms/perlvms.pod
77088 ____________________________________________________________________________
77089 [  5952] By: jhi                                   on 2000/04/26  23:03:46
77090         Log: Undo "use integer" addition from 64bitint as it seems
77091              to break most of the subtests in Digital UNIX;
77092              Unicos needs to find another way.
77093      Branch: cfgperl
77094            ! t/op/64bitint.t
77095 ____________________________________________________________________________
77096 [  5951] By: jhi                                   on 2000/04/26  22:57:53
77097         Log: Be more robust on "extreme" (large absolute value)
77098              arguments.  Originally reported by Daniel Connelly
77099              as a problem with asinh() on large negative arguments,
77100              asinh() used to bail out because an argument to log()
77101              ended up being zero.  Ilya Zakharevich proposed using
77102              Taylor's series in such cases, which for such large
77103              arguments is a very good approximation.
77104      Branch: cfgperl
77105            ! lib/Math/Complex.pm t/lib/complex.t
77106 ____________________________________________________________________________
77107 [  5950] By: gsar                                  on 2000/04/25  19:13:12
77108         Log: reformat perldiag to avoid long lines
77109      Branch: perl
77110            ! pod/perldiag.pod
77111 ____________________________________________________________________________
77112 [  5949] By: gsar                                  on 2000/04/25  18:41:11
77113         Log: make perldoc use the pod2man from the same version (from
77114              M.J.T. Guy)
77115      Branch: perl
77116            ! utils/perldoc.PL
77117 ____________________________________________________________________________
77118 [  5948] By: gsar                                  on 2000/04/25  18:21:57
77119         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
77120              <kompas@kompas.usr.onet.pl>)
77121      Branch: perl
77122            ! lib/vars.pm
77123 ____________________________________________________________________________
77124 [  5947] By: gsar                                  on 2000/04/25  18:11:53
77125         Log: use &dl_error rather than &dl_load_file as the guard for calling
77126              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
77127              statically built perl)
77128      Branch: perl
77129            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
77130 ____________________________________________________________________________
77131 [  5946] By: jhi                                   on 2000/04/25  17:37:54
77132         Log: Document that tr() is not tr(1).
77133      Branch: cfgperl
77134            ! pod/perlop.pod
77135 ____________________________________________________________________________
77136 [  5945] By: gsar                                  on 2000/04/25  16:34:33
77137         Log: make module name mandatory after -M switch; reorder perldiag
77138              alphabetically (from Mark-Jason Dominus)
77139      Branch: perl
77140            ! perl.c pod/perldiag.pod
77141 ____________________________________________________________________________
77142 [  5944] By: jhi                                   on 2000/04/25  01:15:18
77143         Log: On second thoughts frexp() does have two arguments.
77144      Branch: cfgperl
77145            ! perl.h
77146 ____________________________________________________________________________
77147 [  5943] By: jhi                                   on 2000/04/24  22:56:32
77148         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
77149              Now pp_ncmp() returns undef is either operand is a NaN.
77150      Branch: cfgperl
77151            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77152            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
77153            ! vms/subconfigure.com vos/config.def vos/config.h
77154            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
77155            ! win32/config.vc win32/config_H.bc win32/config_H.gc
77156            ! win32/config_H.vc
77157      Branch: metaconfig/U/perl
77158            + d_modfl.U
77159 ____________________________________________________________________________
77160 [  5942] By: jhi                                   on 2000/04/24  19:45:17
77161         Log: Regen Configure to match #5937.
77162      Branch: cfgperl
77163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77164            ! config_h.SH
77165      Branch: metaconfig
77166            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
77167 ____________________________________________________________________________
77168 [  5941] By: jhi                                   on 2000/04/24  19:24:11
77169         Log: Further Unicos fixes for Mark Lutz.
77170      Branch: cfgperl
77171            ! hints/unicos.sh pp_ctl.c
77172 ____________________________________________________________________________
77173 [  5940] By: jhi                                   on 2000/04/24  19:09:06
77174         Log: Various Unicos 10.0.0.6 fixes.
77175              
77176              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
77177              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
77178              Reply-To: tecmpl1@triton.ca.boeing.com 
77179              To: perl5-porters@perl.org 
77180              Date: Fri, 14 Apr 2000 20:21:00 GMT 
77181              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
77182      Branch: cfgperl
77183            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
77184 ____________________________________________________________________________
77185 [  5939] By: gsar                                  on 2000/04/24  19:01:24
77186         Log: more pod nits (from Larry Virden)
77187      Branch: perl
77188            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
77189            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
77190            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
77191 ____________________________________________________________________________
77192 [  5938] By: gsar                                  on 2000/04/24  18:54:01
77193         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
77194      Branch: perl
77195            ! ext/B/B/Deparse.pm
77196 ____________________________________________________________________________
77197 [  5937] By: jhi                                   on 2000/04/24  17:39:00
77198         Log: Integrate with Sarathy.
77199      Branch: cfgperl
77200           +> (branch 31 files)
77201           !> (integrate 73 files)
77202 ____________________________________________________________________________
77203 [  5936] By: gsar                                  on 2000/04/24  17:30:06
77204         Log: additional tests for change#5934 (from Paul Marquess, who also
77205              sent in the same fix)
77206      Branch: perl
77207            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
77208            ! t/pragma/warn/5nolint t/pragma/warn/6default
77209 ____________________________________________________________________________
77210 [  5935] By: jhi                                   on 2000/04/24  17:26:05
77211         Log: Do not assume sign propagation.
77212              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
77213              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
77214              To: payner@ncifcrf.gov, perl5-porters@perl.org 
77215              Date: Tue, 18 Apr 2000 18:24:49 +0100 
77216              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
77217      Branch: cfgperl
77218            ! t/op/bop.t t/op/misc.t
77219 ____________________________________________________________________________
77220 [  5934] By: gsar                                  on 2000/04/24  17:16:54
77221         Log: propagate lexical warnings from surrounding scope correctly
77222              within string eval()
77223      Branch: perl
77224            ! pp_ctl.c t/pragma/warn/pp_ctl
77225 ____________________________________________________________________________
77226 [  5933] By: jhi                                   on 2000/04/24  17:01:07
77227         Log: Flatten the cpp jungle doing the nosuid checking.
77228      Branch: cfgperl
77229            ! perl.c
77230 ____________________________________________________________________________
77231 [  5932] By: gsar                                  on 2000/04/24  09:08:14
77232         Log: add rsignal(), whichsig() and do_join() to public API list
77233              (mod_perl uses them to good advantage)
77234      Branch: perl
77235            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
77236 ____________________________________________________________________________
77237 [  5931] By: gsar                                  on 2000/04/24  09:01:40
77238         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
77239      Branch: perl
77240            ! pp_hot.c regexec.c t/op/pat.t
77241 ____________________________________________________________________________
77242 [  5930] By: gsar                                  on 2000/04/24  08:58:33
77243         Log: small os390 tweaks (from Peter Prymmer)
77244      Branch: perl
77245            ! config_h.SH makedepend.SH
77246 ____________________________________________________________________________
77247 [  5929] By: gsar                                  on 2000/04/24  08:55:25
77248         Log: pod nits
77249      Branch: perl
77250            ! pod/perlguts.pod
77251 ____________________________________________________________________________
77252 [  5928] By: gsar                                  on 2000/04/24  08:50:13
77253         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
77254      Branch: perl
77255            ! ext/IO/lib/IO/Poll.pm
77256 ____________________________________________________________________________
77257 [  5927] By: gsar                                  on 2000/04/24  08:43:24
77258         Log: arrange for next() to resume at the unstack op rather than the
77259              loop conditional, so that scope cleanup happens correctly
77260              (from Stephen McCamant)
77261      Branch: perl
77262            ! op.c pp_ctl.c t/op/misc.t
77263 ____________________________________________________________________________
77264 [  5926] By: gsar                                  on 2000/04/24  08:18:40
77265         Log: on windows, reserve 16M of stack rather than 128M (allows more
77266              threads to run concurrently)
77267      Branch: perl
77268            ! win32/Makefile win32/makefile.mk
77269 ____________________________________________________________________________
77270 [  5925] By: gsar                                  on 2000/04/24  08:13:52
77271         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
77272      Branch: perl
77273            ! toke.c
77274 ____________________________________________________________________________
77275 [  5924] By: gsar                                  on 2000/04/24  08:08:59
77276         Log: avoid using uninitialized memory in require version check
77277      Branch: perl
77278            ! pp_ctl.c universal.c
77279 ____________________________________________________________________________
77280 [  5923] By: gsar                                  on 2000/04/24  07:20:14
77281         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
77282      Branch: perl
77283            ! ext/IO/lib/IO/Poll.pm
77284 ____________________________________________________________________________
77285 [  5922] By: gsar                                  on 2000/04/24  07:08:42
77286         Log: commentary about IoTYPE() (from Nathan Torkington)
77287      Branch: perl
77288            ! sv.h
77289 ____________________________________________________________________________
77290 [  5921] By: gsar                                  on 2000/04/24  06:58:26
77291         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
77292              by fix
77293      Branch: perl
77294            ! sv.c t/lib/charnames.t t/pragma/utf8.t
77295 ____________________________________________________________________________
77296 [  5920] By: gsar                                  on 2000/04/24  06:37:59
77297         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
77298      Branch: perl
77299            ! doop.c t/op/ver.t
77300 ____________________________________________________________________________
77301 [  5919] By: gsar                                  on 2000/04/24  06:21:58
77302         Log: Configure might miss old directories when prefix must be
77303              expanded (from Robin Barker)
77304      Branch: metaconfig
77305            ! U/installdirs/inc_version_list.U
77306      Branch: perl
77307            ! Configure
77308 ____________________________________________________________________________
77309 [  5918] By: gsar                                  on 2000/04/24  06:16:11
77310         Log: VMS nits in glob() test (from Charles Lane)
77311      Branch: perl
77312            ! t/lib/glob-basic.t
77313 ____________________________________________________________________________
77314 [  5917] By: gsar                                  on 2000/04/24  06:11:56
77315         Log: various pod nits (from Larry Virden and others)
77316      Branch: perl
77317            ! README.amiga README.hpux README.machten README.os2
77318            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
77319            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
77320            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
77321            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
77322            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
77323            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
77324            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
77325            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
77326 ____________________________________________________________________________
77327 [  5916] By: gsar                                  on 2000/04/24  05:52:43
77328         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
77329              <wjones@tc.fluke.com>)
77330      Branch: perl
77331            ! t/lib/glob-basic.t
77332 ____________________________________________________________________________
77333 [  5915] By: gsar                                  on 2000/04/24  05:07:01
77334         Log: supported platforms mixed up
77335      Branch: perl
77336            ! pod/perl56delta.pod pod/perlport.pod
77337 ____________________________________________________________________________
77338 [  5914] By: gsar                                  on 2000/04/24  04:56:08
77339         Log: caller() wasn't returning the right number of elements for
77340              eval {...}
77341      Branch: perl
77342            ! pp_ctl.c t/pragma/warn/9enabled
77343 ____________________________________________________________________________
77344 [  5913] By: gsar                                  on 2000/04/24  04:35:41
77345         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
77346              Mark-Jason Dominus)
77347      Branch: perl
77348            ! pod/perlfunc.pod
77349 ____________________________________________________________________________
77350 [  5912] By: gsar                                  on 2000/04/24  04:17:15
77351         Log: fix totally broken caching in UNIVERSAL::isa() (from
77352              Nick Ing-Simmons)
77353      Branch: perl
77354            ! t/op/universal.t universal.c
77355 ____________________________________________________________________________
77356 [  5911] By: gsar                                  on 2000/04/24  03:39:47
77357         Log: add linebreak properties from unicode/LineBrk.txt (from
77358              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
77359      Branch: perl
77360            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
77361            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
77362            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
77363            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
77364            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
77365            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
77366            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
77367            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
77368            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
77369            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
77370            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
77371            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
77372            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
77373            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
77374            + lib/unicode/Is/LbrkZW.pl
77375            ! lib/unicode/mktables.PL
77376 ____________________________________________________________________________
77377 [  5910] By: gsar                                  on 2000/04/24  03:23:10
77378         Log: typo in pod
77379      Branch: perl
77380            ! ext/Thread/Thread.pm
77381 ____________________________________________________________________________
77382 [  5909] By: gsar                                  on 2000/04/24  03:22:03
77383         Log: mode argument to do_binmode() should be file mode, not boolean
77384      Branch: perl
77385            ! pp_sys.c
77386 ____________________________________________________________________________
77387 [  5908] By: gsar                                  on 2000/04/16  16:51:08
77388         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
77389              always returns a valid GV even when the symbol is trapped by strictures
77390              (avoids coredumps)
77391              
77392              TODO: the C<package;> hack needs similar treatment
77393      Branch: perl
77394            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
77395            ! t/pragma/strict-vars
77396 ____________________________________________________________________________
77397 [  5907] By: jhi                                   on 2000/03/31  23:42:56
77398         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
77399              an assumption which #5905 demolished.
77400      Branch: cfgperl
77401            ! pp_sys.c
77402 ____________________________________________________________________________
77403 [  5906] By: jhi                                   on 2000/03/31  18:54:37
77404         Log: Typo in #5905.
77405      Branch: cfgperl
77406            ! t/op/64bitint.t
77407 ____________________________________________________________________________
77408 [  5905] By: jhi                                   on 2000/03/31  18:50:54
77409         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
77410              reported by Joseph N. Hall.  The bug was that even with use64bitint
77411              one had to use the prefixes q, L, or ll with printf/sprintf,
77412              contrary to the documentation and common sense.
77413      Branch: cfgperl
77414            ! sv.c t/op/64bitint.t
77415 ____________________________________________________________________________
77416 [  5904] By: gsar                                  on 2000/03/28  02:31:32
77417         Log: add Changes, perldelta.pod
77418      Branch: perl
77419            + Changes pod/perldelta.pod
77420 ____________________________________________________________________________
77421 [  5903] By: gsar                                  on 2000/03/28  02:03:55
77422         Log: rename Changes and perldelta.pod
77423      Branch: perl
77424           +> Changes5.6 pod/perl56delta.pod
77425            - Changes pod/perldelta.pod
77426            ! MANIFEST
77427 ____________________________________________________________________________
77428 [  5902] By: gsar                                  on 2000/03/28  01:59:14
77429         Log: create maint-5.6 branch
77430      Branch: maint-5.6/perl
77431           +> (branch 1611 files)
77432 ____________________________________________________________________________
77433 [  5901] By: jhi                                   on 2000/03/23  05:48:43
77434         Log: Integrate with Sarathy.
77435      Branch: cfgperl
77436           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
77437 ____________________________________________________________________________
77438 [  5900] By: gsar                                  on 2000/03/23  05:42:43
77439         Log: three guesses on what this is :-)
77440      Branch: perl
77441            ! Changes